MCPcopy Create free account

hub / github.com/bbodi/rustarok / functions

Functions1,032 in github.com/bbodi/rustarok

↓ 1 callersMethodget_last_acknowledged_index_for_server_entities
(&self)
client/src/systems/snapshot_sys.rs:197
↓ 1 callersMethodget_last_rollback_at
(&self)
client/src/systems/snapshot_sys.rs:166
↓ 1 callersMethodget_opponent_team
(&self)
common/src/components/char.rs:675
↓ 1 callersFunctionget_outlook
(name: &str, current_outlook: Option<&CharOutlook>)
client/src/systems/console_commands/mod.rs:246
↓ 1 callersFunctionget_outlook
(name: &str, current_outlook: Option<&CharOutlook>)
server/src/console_cmd.rs:126
↓ 1 callersMethodget_palette_index
(&self, other_team: Team)
common/src/components/char.rs:671
↓ 1 callersMethodget_program_info_log
( &self, program: GLuint, buf_size: GLsizei, length: *mut GLsizei, inf
client/src/my_gl.rs:255
↓ 1 callersMethodget_render_color
(&self, now: GameTime<Local>)
client/src/components/status/status.rs:251
↓ 1 callersMethodget_shader_info_log
( &self, program: GLuint, buf_size: GLsizei, length: *mut GLsizei, inf
client/src/my_gl.rs:265
↓ 1 callersMethodget_status_completion_percent
( &self, now: GameTime<Local>, )
client/src/components/status/status.rs:513
↓ 1 callersMethodget_statuses
(&self)
client/src/components/status/status.rs:562
↓ 1 callersMethodget_time_between_simulations
(&self)
client/src/client.rs:40
↓ 1 callersMethodget_uniform_location
(&self, program: GLuint, name: *const GLchar)
client/src/my_gl.rs:247
↓ 1 callersMethodgl_swap_window
(&self)
client/src/video.rs:78
↓ 1 callersMethodhandle_backspace
( &mut self, input: &HumanInputComponent, now: GameTime<Local>, repeat_time: f
client/src/systems/console_system.rs:191
↓ 1 callersMethodhandle_delete_key
( &mut self, input: &HumanInputComponent, now: GameTime<Local>, repeat_time: f
client/src/systems/console_system.rs:243
↓ 1 callersMethodhandle_left_cursor
(&mut self, input: &HumanInputComponent)
client/src/systems/console_system.rs:325
↓ 1 callersMethodhandle_right_cursor
(&mut self, input: &HumanInputComponent)
client/src/systems/console_system.rs:296
↓ 1 callersMethodhas_no_active_status
(self)
client/src/tests/mod.rs:133
↓ 1 callersMethodhas_status
(self, status_discr: StatusEnumDiscriminants)
client/src/tests/mod.rs:120
↓ 1 callersMethodheal_eq
( mut self, expected_attacker: EntityId<Local>, expected_attacked: EntityId<Local>,
client/src/tests/mod.rs:313
↓ 1 callersMethodhp_mod_is_calculated_but_not_applied_yet
( &mut self, outcome: HpModificationResult, hp_mod_reqs: &mut Vec<HpModificationReques
client/src/components/status/status.rs:339
↓ 1 callersMethodinc
(&mut self)
common/src/common.rs:30
↓ 1 callersMethodincoming_bytes_per_second
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:67
↓ 1 callersMethodincoming_packets_per_second
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:62
↓ 1 callersMethodincrease_by
(&self, p: Percentage)
common/src/common.rs:362
↓ 1 callersMethodinit
( sdl_context: &sdl2::Sdl, resolution_w: u32, resolution_h: u32, )
client/src/video.rs:26
↓ 1 callersFunctioninit_audio
()
client/src/runtime_assets/audio.rs:43
↓ 1 callersFunctioninit_audio_and_load_sounds
( sdl_context: &sdl2::Sdl, asset_loader: &GrfEntryLoader, )
client/src/runtime_assets/audio.rs:28
↓ 1 callersFunctioninit_connection
( world: &mut specs::World, socket_handler: &mut PacketHandlerThread<ToServerPacket, FromServerPacket>
server/src/main.rs:138
↓ 1 callersMethodinto
(self)
common/src/components/char.rs:40
↓ 1 callersMethodis_casting
(self)
client/src/tests/mod.rs:125
↓ 1 callersMethodis_compatible
(&self, nature: StatusNature, other_team: Team)
common/src/components/char.rs:642
↓ 1 callersMethodis_cursor_inside_arg
(&self, index: usize, cursor_x: usize)
common/src/console.rs:90
↓ 1 callersMethodis_mounted
(&self)
client/src/components/status/status.rs:827
↓ 1 callersMethodis_rollback
(&self)
client/src/systems/snapshot_sys.rs:90
↓ 1 callersMethodis_walkable
(&self, x: usize, y: usize)
common/src/grf/gat.rs:24
↓ 1 callersMethodis_walking
(&self)
common/src/components/char.rs:123
↓ 1 callersFunctionitoa
(mut num: i32)
client/src/systems/imgui_sys.rs:328
↓ 1 callersFunctionjob_name_table
()
client/src/consts.rs:30
↓ 1 callersMethodkey_released
(&mut self, key: Scancode)
client/src/components/controller.rs:326
↓ 1 callersMethodlink_program
(&self, program: GLuint)
client/src/my_gl.rs:351
↓ 1 callersMethodload
( gl: &Gl, asset_loader: &GrfEntryLoader, asset_db: &mut AssetDatabase, mut bu
client/src/grf/str.rs:43
↓ 1 callersFunctionload_and_prepare_effect
( gl: &Gl, name: &str, effect_id: StrEffectType, str_effects: &mut Vec<StrFile>, asset_loa
client/src/runtime_assets/effect.rs:48
↓ 1 callersMethodload_char_sprites
( &self, job_sprite_name_table: &HashMap<JobSpriteId, String>, texture_id_pool: &mut V
client/src/grf/asset_async_loader.rs:1102
↓ 1 callersMethodload_effect
( &self, gl: &Gl, effect_name: &str, asset_db: &mut AssetDatabase, )
client/src/grf/asset_loader.rs:419
↓ 1 callersFunctionload_effects
( gl: &Gl, asset_loader: &GrfEntryLoader, asset_db: &mut AssetDatabase, effect_cache: &mut Str
client/src/runtime_assets/effect.rs:25
↓ 1 callersMethodload_gat
(&self, map_name: &str)
client/src/grf/asset_loader.rs:442
↓ 1 callersMethodload_gnd
( &self, map_name: &str, water_level: f32, water_height: f32, )
client/src/grf/asset_async_loader.rs:633
↓ 1 callersMethodload_ground
( &self, map_name: &str, gat: &Gat, rectangles: Vec<BlockingRectangle>,
client/src/grf/asset_async_loader.rs:399
↓ 1 callersMethodload_head_sprites
( &self, string_buffer: &mut String, texture_id_pool: &mut Vec<TextureId>, res
client/src/grf/asset_async_loader.rs:986
↓ 1 callersFunctionload_map
( physics_world: &mut PhysicEngine, gl: &Gl, map_name: &str, asset_loader: &GrfEntryLoader,
client/src/runtime_assets/map.rs:88
↓ 1 callersMethodload_map
(&self, map_name: &str)
client/src/grf/asset_loader.rs:436
↓ 1 callersFunctionload_minimap_texture
( gl: &Gl, asset_loader: &GrfEntryLoader, asset_db: &mut AssetDatabase, map_name: &str, )
client/src/runtime_assets/map.rs:232
↓ 1 callersMethodload_monster_sprites
( &self, mut string_buffer: &mut String, texture_id_pool: &mut Vec<TextureId>,
client/src/grf/asset_async_loader.rs:1059
↓ 1 callersFunctionload_only_remote_last_acked_states_into_world
(ecs_world: &mut World)
client/src/main.rs:941
↓ 1 callersMethodload_palette
( &self, job_sprite_id: &JobSpriteId, job_file_name: &str, palette_id: usize,
client/src/grf/asset_async_loader.rs:1272
↓ 1 callersMethodload_sdl_surface
(&self, path: &str)
client/src/grf/asset_loader.rs:473
↓ 1 callersFunctionload_shaders
(gl: &Gl)
client/src/shaders/mod.rs:20
↓ 1 callersFunctionload_skill_icons
TODO: replace Hashmap with Vec
client/src/runtime_assets/graphic.rs:47
↓ 1 callersFunctionload_sounds
(asset_loader: &GrfEntryLoader, chunk_store: &mut SoundChunkStore)
client/src/runtime_assets/audio.rs:60
↓ 1 callersMethodload_spr_and_act_with_palette
( &self, path: &str, palette_index: usize, palette: &[u8], texture_id_
client/src/grf/asset_async_loader.rs:1255
↓ 1 callersMethodload_sprites
( &self, texture_id_pool: &mut Vec<TextureId>, reserved_textures: &mut Vec<ReservedTex
client/src/grf/asset_async_loader.rs:648
↓ 1 callersMethodload_sprites
(&self, gl: &Gl, asset_db: &mut AssetDatabase)
client/src/grf/asset_loader.rs:52
↓ 1 callersFunctionload_status_icons
( gl: &Gl, asset_loader: &GrfEntryLoader, asset_db: &mut AssetDatabase, )
client/src/runtime_assets/graphic.rs:26
↓ 1 callersFunctionload_str_effects
( gl: &Gl, asset_loader: &GrfEntryLoader, mut asset_db: &mut AssetDatabase, )
client/src/runtime_assets/effect.rs:10
↓ 1 callersFunctionload_texts
(gl: &Gl, ttf_context: &Sdl2TtfContext, asset_db: &mut AssetDatabase)
client/src/runtime_assets/graphic.rs:72
↓ 1 callersMethodminus
(&self, other: GameTime<Local>)
common/src/common.rs:242
↓ 1 callersMethodmovement_speed
(self, expected: Percentage)
client/src/tests/mod.rs:151
↓ 1 callersFunctionnetwork_traffic_handler
( // this is the channel the client app reads for incoming packets send_to_incoming_ch: std::sync::mps
common/src/packets/mod.rs:363
↓ 1 callersMethodno_more_requests
(&self)
client/src/grf/asset_loader.rs:84
↓ 1 callersMethodnumber_3d
(&'a mut self)
client/src/render/render_command.rs:150
↓ 1 callersMethodon_apply
( &mut self, self_entity_id: EntityId<Local>, target_char: &mut CharacterStateComponen
client/src/components/status/stun.rs:35
↓ 1 callersFunctionortho
(left: f32, right: f32, bottom: f32, top: f32, znear: f32, zfar: f32)
client/src/video.rs:163
↓ 1 callersMethodoutgoing_bytes_per_second
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:72
↓ 1 callersMethodoutgoing_packets_per_second
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:77
↓ 1 callersMethodoverwrite_states
(&mut self, states: &[ServerEntityState<Local>])
client/src/systems/snapshot_sys.rs:427
↓ 1 callersFunctionp3
(x: f32, y: f32, z: f32)
common/src/common.rs:136
↓ 1 callersFunctionp3_to_v2
(input: &Point3<f32>)
common/src/common.rs:147
↓ 1 callersMethodping
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:57
↓ 1 callersMethodpop_intention
(&mut self)
client/src/systems/snapshot_sys.rs:179
↓ 1 callersMethodpos_y_greater_than
(self, expected_y: f32)
client/src/tests/mod.rs:166
↓ 1 callersMethodpos_y_lesser_than
(self, expected_y: f32)
client/src/tests/mod.rs:172
↓ 1 callersMethodprecache_effect
(&mut self, gl: &Gl, effect_id: StrEffectId, str_file: &StrFile)
client/src/render/opengl_render_sys.rs:38
↓ 1 callersMethodpressed
(&mut self)
client/src/components/controller.rs:24
↓ 1 callersMethodprev
(&self)
common/src/common.rs:38
↓ 1 callersMethodprint_snapshots
( &self, last_acknowledged_index: u64, intentions: &[(u32, Option<PlayerIntention<Loca
client/src/systems/snapshot_sys.rs:29
↓ 1 callersMethodprocess_async_loading
( &self, gl: &Gl, sys_vars: &mut SystemVariables, asset_db: &mut AssetDatabase
client/src/grf/asset_loader.rs:90
↓ 1 callersFunctionprocess_incoming_packets
( tmp_vec: &mut Vec<(SocketId, NetworkTrafficEvent<ToServerPacket>)>, packet_handler_thread: &PacketHa
server/src/main.rs:401
↓ 1 callersMethodread
(&mut self, dst: &mut [u8])
common/src/packets/mod.rs:44
↓ 1 callersMethodread_incoming_data
( &mut self, socket_stream: &mut TcpStream, )
common/src/packets/mod.rs:65
↓ 1 callersMethodread_u16
(&mut self)
common/src/packets/mod.rs:155
↓ 1 callersMethodregister_model
(&mut self, name: &str, model: ModelRenderData)
client/src/grf/database.rs:44
↓ 1 callersMethodregister_texture
(&mut self, path: &str, gl_texture: GlTexture)
client/src/grf/database.rs:87
↓ 1 callersMethodreleased
(&mut self)
client/src/components/controller.rs:31
↓ 1 callersMethodremove_all
(&mut self)
client/src/components/status/status.rs:892
↓ 1 callersMethodremove_by_nature
(&mut self, status_type: StatusNature)
client/src/components/status/status.rs:900
↓ 1 callersFunctionrender_action_2d
( time: &EngineTime, animated_sprite: &SpriteRenderDescriptorComponent, sprite_res: &SpriteResourc
client/src/systems/ui.rs:539
↓ 1 callersMethodrender_for_controller
TODO: wtf is this argument list
client/src/render/render_sys.rs:56
↓ 1 callersMethodrender_frame_end
(&mut self, now: Instant)
client/src/client.rs:56
← previousnext →401–500 of 1,032, ranked by callers