MCPcopy Create free account

hub / github.com/cormac-obrien/richter / functions

Functions1,212 in github.com/cormac-obrien/richter

↓ 1 callersMethodbuiltin_remove
(&mut self)
src/server/mod.rs:1510
↓ 1 callersMethodbuiltin_set_model
(&mut self)
src/server/mod.rs:1477
↓ 1 callersMethodbuiltin_set_origin
(&mut self)
src/server/mod.rs:1469
↓ 1 callersMethodbuiltin_set_size
(&mut self)
src/server/mod.rs:1485
↓ 1 callersMethodbuiltin_spawn
(&mut self)
src/server/mod.rs:1502
↓ 1 callersMethodbuiltin_v_len
Calculate the magnitude of a vector. Loads the vector from `GLOBAL_ADDR_ARG_0` and stores its magnitude at `GLOBAL_ADDR_RETURN`.
src/server/progs/globals.rs:1122
↓ 1 callersMethodbuiltin_vec_to_yaw
Calculate a yaw angle from a direction vector. Loads the direction vector from `GLOBAL_ADDR_ARG_0` and stores the yaw value at `GLOBAL_ADDR_RETURN`.
src/server/progs/globals.rs:1132
↓ 1 callersMethodcalc_final_angles
( &mut self, time: Duration, intermission: Option<&IntermissionKind>, velocity
src/client/view.rs:178
↓ 1 callersMethodcalc_final_origin
( &mut self, time: Duration, origin: Vector3<f32>, velocity: Vector3<f32>,
src/client/view.rs:210
↓ 1 callersMethodcalc_final_view
( &mut self, idle_vars: IdleVars, kick_vars: KickVars, roll_vars: RollVars,
src/client/state.rs:724
↓ 1 callersMethodcamera
(&self, aspect: f32, fov: Deg<f32>)
src/client/state.rs:1234
↓ 1 callersMethodcan_send
(&self)
src/common/net/mod.rs:2028
↓ 1 callersMethodcheck_frame_duration
Returns whether enough time has elapsed to run the next frame.
src/common/host.rs:122
↓ 1 callersMethodclear
(&mut self, bit: u64)
src/common/bitset.rs:48
↓ 1 callersMethodclear
Clear the allocator of all values.
src/common/alloc.rs:35
↓ 1 callersFunctionclear_and_rewrite
( queue: &wgpu::Queue, buffer: &mut DynamicUniformBuffer<T>, blocks: &mut Vec<DynamicUniformBuffer
src/client/render/uniform.rs:181
↓ 1 callersMethodclear_impulse
(&mut self)
src/client/input/game.rs:719
↓ 1 callersMethodclear_mouse
(&mut self)
src/client/input/game.rs:713
↓ 1 callersFunctioncmd_connect
TODO: this will hang while connecting. ideally, input should be handled in a separate thread so the OS doesn't think the client has gone unresponsive.
src/client/mod.rs:1334
↓ 1 callersFunctioncmd_disconnect
( conn: Rc<RefCell<Option<Connection>>>, input: Rc<RefCell<Input>>, )
src/client/mod.rs:1374
↓ 1 callersMethodcmd_draw_body_dynamic
( &self, items: &[NamedMenuItem], cursor_pos: usize, time: Duration, s
src/client/render/ui/menu.rs:247
↓ 1 callersMethodcmd_draw_body_predef
( &'a self, name: S, cursor_pos: usize, time: Duration, scale: f32,
src/client/render/ui/menu.rs:162
↓ 1 callersMethodcmd_draw_item_name
( &self, x: i32, y: i32, name: S, scale: f32, glyph_cmds: &mut
src/client/render/ui/menu.rs:186
↓ 1 callersMethodcmd_draw_plaque
(&'a self, scale: f32, quad_cmds: &mut Vec<QuadRendererCommand<'a>>)
src/client/render/ui/menu.rs:145
↓ 1 callersMethodcmd_draw_slider
( &self, x: i32, y: i32, pos: f32, scale: f32, glyph_cmds: &mu
src/client/render/ui/menu.rs:230
↓ 1 callersMethodcmd_draw_title
( &'a self, name: S, scale: f32, quad_cmds: &mut Vec<QuadRendererCommand<'a>>,
src/client/render/ui/menu.rs:150
↓ 1 callersMethodcmd_intermission_overlay
Draw the intermission overlay.
src/client/render/ui/hud.rs:600
↓ 1 callersFunctioncmd_music
(music_player: Rc<RefCell<MusicPlayer>>)
src/client/mod.rs:1463
↓ 1 callersFunctioncmd_music_pause
(music_player: Rc<RefCell<MusicPlayer>>)
src/client/mod.rs:1487
↓ 1 callersFunctioncmd_music_resume
(music_player: Rc<RefCell<MusicPlayer>>)
src/client/mod.rs:1494
↓ 1 callersFunctioncmd_music_stop
(music_player: Rc<RefCell<MusicPlayer>>)
src/client/mod.rs:1480
↓ 1 callersFunctioncmd_playdemo
( conn: Rc<RefCell<Option<Connection>>>, vfs: Rc<Vfs>, input: Rc<RefCell<Input>>, stream: Outp
src/client/mod.rs:1390
↓ 1 callersFunctioncmd_reconnect
( conn: Rc<RefCell<Option<Connection>>>, input: Rc<RefCell<Input>>, )
src/client/mod.rs:1356
↓ 1 callersMethodcmd_sbar
Draw the status bar.
src/client/render/ui/hud.rs:373
↓ 1 callersFunctioncmd_screenshot
Implements the "screenshot" command. This function returns a boxed closure which sets the `screenshot_path` argument to `Some` when called.
src/bin/quake-client/capture.rs:20
↓ 1 callersFunctioncmd_startdemos
( conn: Rc<RefCell<Option<Connection>>>, vfs: Rc<Vfs>, input: Rc<RefCell<Input>>, stream: Outp
src/client/mod.rs:1422
↓ 1 callersFunctioncmd_toggleconsole
implements the "toggleconsole" command
src/client/mod.rs:1200
↓ 1 callersFunctioncmd_togglemenu
implements the "togglemenu" command
src/client/mod.rs:1223
↓ 1 callersFunctioncmd_trace_begin
Implements the `trace_begin` command.
src/bin/quake-client/trace.rs:8
↓ 1 callersFunctioncmd_trace_end
Implements the `trace_end` command.
src/bin/quake-client/trace.rs:22
↓ 1 callersMethodcode
(&self)
src/common/net/connect.rs:98
↓ 1 callersMethodcollide
(&self, collide: &Collide)
src/server/world/mod.rs:891
↓ 1 callersMethodcollide_area
( &self, area_id: usize, collide: &Collide, )
src/server/world/mod.rs:895
↓ 1 callersFunctioncollinear
Determines if the given points are collinear. A set of points V is considered collinear if norm(V<sub>1</sub> &minus; V<sub>0</sub>) &equals; norm(V<
src/common/math.rs:541
↓ 1 callersMethodcolor_shift
(&self)
src/client/state.rs:1312
↓ 1 callersMethodcolormap
(&self)
src/client/entity/mod.rs:174
↓ 1 callersMethodcompletion_time
(&self)
src/client/state.rs:1292
↓ 1 callersFunctionconnect
(server_addrs: A, stream: OutputStreamHandle)
src/client/mod.rs:1245
↓ 1 callersMethodcontent_len
(&self)
src/common/net/connect.rs:102
↓ 1 callersMethodcontents_at_point_node
( &self, node: usize, point: Vector3<f32>, )
src/common/bsp/mod.rs:473
↓ 1 callersMethodcontrol_header
Generates the control header for this packet.
src/common/net/connect.rs:68
↓ 1 callersMethodcopy_from_texture
( &self, encoder: &mut wgpu::CommandEncoder, texture: wgpu::ImageCopyTexture, )
src/bin/quake-client/capture.rs:70
↓ 1 callersMethodcreate_brush_texture
(&self, state: &GraphicsState, tex: &BspTexture)
src/client/render/world/brush.rs:596
↓ 1 callersMethodcreate_color_explosion
Creates an explosion using the given range of colors.
src/client/entity/particle.rs:410
↓ 1 callersFunctioncreate_depth_attachment
Create a texture suitable for use as a depth attachment. The underlying texture will have the RENDER_ATTACHMENT flag as well as any flags specified b
src/client/render/target.rs:94
↓ 1 callersMethodcreate_entity_field
Creates a spherical cloud of particles around an entity.
src/client/entity/particle.rs:314
↓ 1 callersMethodcreate_face
(&mut self, state: &GraphicsState, face_id: usize)
src/client/render/world/brush.rs:382
↓ 1 callersMethodcreate_lava_splash
Creates a lava splash effect.
src/client/entity/particle.rs:507
↓ 1 callersFunctioncreate_light_attachment
Create a texture suitable for use as a light attachment. The resulting texture will have the RENDER_ATTACHMENT flag as well as any flags specified by
src/client/render/target.rs:73
↓ 1 callersFunctioncreate_normal_attachment
Create a texture suitable for use as a normal attachment. The resulting texture will have the RENDER_ATTACHMENT flag as well as any flags specified b
src/client/render/target.rs:52
↓ 1 callersMethodcreate_per_face_bind_group
(&self, state: &GraphicsState, face_id: usize)
src/client/render/world/brush.rs:516
↓ 1 callersMethodcreate_per_texture_bind_group
( &self, state: &GraphicsState, tex: &BrushTextureFrame, )
src/client/render/world/brush.rs:491
↓ 1 callersMethodcreate_spawn_explosion
Creates a death explosion for the Spawn.
src/client/entity/particle.rs:431
↓ 1 callersMethodcreate_teleporter_warp
Creates a teleporter warp effect.
src/client/entity/particle.rs:552
↓ 1 callersMethodcreate_trail
Create a particle trail between two points. Used for rocket fire/smoke trails, blood spatter, and projectile tracers. If `sparse` is true, the interv
src/client/entity/particle.rs:591
↓ 1 callersMethodcursor
(&self)
src/common/console/mod.rs:725
↓ 1 callersMethodcursor_right
Moves the cursor to the right. If the cursor is at the end of the current text, no change is made.
src/common/console/mod.rs:394
↓ 1 callersMethodcvars
(&self)
src/bin/quake-client/main.rs:322
↓ 1 callersMethodcvars_mut
(&self)
src/bin/quake-client/main.rs:326
↓ 1 callersFunctiondefault_base_dir
()
src/common/mod.rs:40
↓ 1 callersMethoddefault_lightmap
(&self)
src/client/render/mod.rs:590
↓ 1 callersMethoddeferred_pass_target
(&self)
src/client/render/mod.rs:566
↓ 1 callersMethoddelete
Deletes the character to the right of the cursor. If the cursor is at the end of the current text, no character is deleted.
src/common/console/mod.rs:412
↓ 1 callersMethoddemo_camera
(&self, aspect: f32, fov: Deg<f32>)
src/client/state.rs:1243
↓ 1 callersMethoddimensions
Returns a tuple containing the width and height of the texture.
src/common/bsp/mod.rs:236
↓ 1 callersMethoddisconnect
(&mut self)
src/client/mod.rs:917
↓ 1 callersMethoddraw_plaque
Returns true if the Quake plaque should be drawn to the left of the menu.
src/client/menu/mod.rs:60
↓ 1 callersMethoddrop_entity_to_floor
Moves an entity straight down until it collides with a solid surface. Returns `true` if the entity hit the floor, `false` otherwise. ## Notes - The
src/server/mod.rs:1127
↓ 1 callersMethodelement_size
the size on disk of one element of a BSP file section.
src/common/bsp/load.rs:160
↓ 1 callersMethodempty
(width: u32, height: u32)
src/client/render/atlas.rs:28
↓ 1 callersFunctionempty_line
Match an empty line. An empty line is considered to be composed of: - Zero or more spaces or tabs - An optional line comment - A line ending (`"\n"`
src/common/parse/console.rs:44
↓ 1 callersMethodend
Returns the end of this trace.
src/server/world/phys.rs:314
↓ 1 callersMethodent_fld_addr_to_i32
Convert an entity ID and field address to an internal representation used by the VM. This representation should be compatible with the one used by th
src/server/world/mod.rs:322
↓ 1 callersFunctionentities
(input: &str)
src/common/parse/map.rs:48
↓ 1 callersMethodentity_exists
(&mut self, entity_id: EntityId)
src/server/world/mod.rs:526
↓ 1 callersMethodentity_uniform_buffer
(&self)
src/client/render/mod.rs:578
↓ 1 callersMethodexec
Executes a command. Returns an error if no command with the specified name exists.
src/common/console/mod.rs:145
↓ 1 callersMethodexecute
Interprets the contents of the execution buffer.
src/common/console/mod.rs:750
↓ 1 callersMethodexecute_program_by_name
(&mut self, name: S)
src/server/mod.rs:630
↓ 1 callersMethodface_anim_time
(&self)
src/client/state.rs:1308
↓ 1 callersMethodface_iter_vertices
(&self, face_id: usize)
src/common/bsp/mod.rs:743
↓ 1 callersMethodface_lightmaps
(&self, face_id: usize)
src/common/bsp/mod.rs:756
↓ 1 callersMethodfacelist
(&self)
src/common/bsp/mod.rs:795
↓ 1 callersMethodfaces
(&self)
src/common/bsp/mod.rs:783
↓ 1 callersMethodfield_def
(&self, name: S)
src/server/world/entity.rs:493
↓ 1 callersMethodfield_defs
(&self)
src/server/world/entity.rs:395
↓ 1 callersMethodfind_free_channel
(&self, ent_id: Option<usize>, ent_channel: i8)
src/client/sound/mod.rs:288
↓ 1 callersMethodfind_function_by_name
( &mut self, name: S, )
src/server/progs/mod.rs:568
↓ 1 callersMethodflags
(&self)
src/common/model.rs:193
↓ 1 callersMethodformat
(&self)
src/client/render/mod.rs:202
← previousnext →401–500 of 1,212, ranked by callers