SYMBOL INDEX (1515 symbols across 95 files) FILE: source/audiodec/audio_decoder.cpp class WMAUnsupportedFormatDecoder (line 98) | class WMAUnsupportedFormatDecoder : public AudioDecoder { method WMAUnsupportedFormatDecoder (line 100) | WMAUnsupportedFormatDecoder() { method Open (line 104) | bool Open(FILE*) override { return false; } method IsFinished (line 105) | bool IsFinished() const override { return true; } method GetFormat (line 106) | void GetFormat(int&, Format&, int&) const override {} method FillBuffer (line 108) | int FillBuffer(uint8_t*, int) override { return -1; } FILE: source/audiodec/audio_decoder.h type class (line 38) | enum class type class (line 49) | enum class FILE: source/audiodec/audio_resampler.cpp function DecodeAndConvertFloat (line 39) | inline static int DecodeAndConvertFloat(AudioDecoder * wrapped_decoder, function DecodeAndConvertInt16 (line 111) | inline static int DecodeAndConvertInt16(AudioDecoder * wrapped_decoder, FILE: source/audiodec/audio_resampler.h function class (line 36) | class AudioResampler : public AudioDecoder { FILE: source/audiodec/cd_psp2.cpp type DecodedMusic (line 39) | struct DecodedMusic{ function bgmThread (line 59) | static int bgmThread(unsigned int args, void* arg){ function CDAudio_Play (line 169) | void CDAudio_Play(byte track, bool looping) function CDAudio_Stop (line 200) | void CDAudio_Stop(void) function CDAudio_Pause (line 210) | void CDAudio_Pause(void) function CDAudio_Resume (line 216) | void CDAudio_Resume(void) function CDAudio_Update (line 222) | void CDAudio_Update(void) function CDAudio_Init (line 230) | int CDAudio_Init(void) function CDAudio_Shutdown (line 246) | void CDAudio_Shutdown(void) FILE: source/audiodec/decoder_mpg123.cpp function Mpg123Decoder_deinit (line 25) | static void Mpg123Decoder_deinit(void) { function custom_read (line 29) | static ssize_t custom_read(void* io, void* buffer, size_t nbyte) { function off_t (line 34) | static off_t custom_seek(void* io, off_t offset, int seek_type) { function custom_close (line 40) | static void custom_close(void* io) { function noop_close (line 45) | static void noop_close(void*) {} function format_to_mpg123_format (line 108) | static int format_to_mpg123_format(AudioDecoder::Format format) { function mpg123_format_to_format (line 131) | static AudioDecoder::Format mpg123_format_to_format(int format) { FILE: source/audiodec/decoder_mpg123.h function class (line 32) | class Mpg123Decoder : public AudioDecoder { FILE: source/audiodec/decoder_oggvorbis.h function class (line 36) | class OggVorbisDecoder : public AudioDecoder { FILE: source/bspfile.h type lump_t (line 67) | typedef struct type dmodel_t (line 90) | typedef struct type dheader_t (line 99) | typedef struct type dmiptexlump_t (line 105) | typedef struct type miptex_t (line 112) | typedef struct miptex_s type dvertex_t (line 120) | typedef struct type dplane_t (line 136) | typedef struct type dsnode_t (line 163) | typedef struct type dl1node_t (line 173) | typedef struct type dl2node_t (line 183) | typedef struct type dsclipnode_t (line 193) | typedef struct type dlclipnode_t (line 199) | typedef struct type texinfo_t (line 205) | typedef struct texinfo_s type dsedge_t (line 215) | typedef struct type dledge_t (line 220) | typedef struct type dsface_t (line 226) | typedef struct type dlface_t (line 240) | typedef struct type dsleaf_t (line 264) | typedef struct type dl1leaf_t (line 278) | typedef struct type dl2leaf_t (line 292) | typedef struct type epair_t (line 372) | typedef struct epair_s type entity_t (line 379) | typedef struct FILE: source/chase.c function Chase_Init (line 37) | void Chase_Init (void) function Chase_Reset (line 45) | void Chase_Reset (void) function TraceLine (line 51) | void TraceLine (vec3_t start, vec3_t end, vec3_t impact) function Chase_Update (line 61) | void Chase_Update (void) FILE: source/cl_demo.c function CL_StopPlayback (line 47) | void CL_StopPlayback (void) function CL_WriteDemoMessage (line 68) | void CL_WriteDemoMessage (void) function CL_GetMessage (line 94) | int CL_GetMessage (void) function CL_Stop_f (line 172) | void CL_Stop_f (void) function CL_Record_f (line 202) | void CL_Record_f (void) function CL_PlayDemo_f (line 274) | void CL_PlayDemo_f (void) function CL_FinishTimeDemo (line 332) | void CL_FinishTimeDemo (void) function CL_TimeDemo_f (line 359) | void CL_TimeDemo_f (void) function CL_Benchmark_f (line 389) | void CL_Benchmark_f (void) FILE: source/cl_input.c function KeyDown (line 71) | void KeyDown (kbutton_t *b) function KeyUp (line 100) | void KeyUp (kbutton_t *b) function IN_KLookDown (line 130) | void IN_KLookDown (void) {KeyDown(&in_klook);} function IN_KLookUp (line 131) | void IN_KLookUp (void) {KeyUp(&in_klook);} function IN_MLookDown (line 132) | void IN_MLookDown (void) {KeyDown(&in_mlook);} function IN_MLookUp (line 133) | void IN_MLookUp (void) { function IN_UpDown (line 138) | void IN_UpDown(void) {KeyDown(&in_up);} function IN_UpUp (line 139) | void IN_UpUp(void) {KeyUp(&in_up);} function IN_DownDown (line 140) | void IN_DownDown(void) {KeyDown(&in_down);} function IN_DownUp (line 141) | void IN_DownUp(void) {KeyUp(&in_down);} function IN_LeftDown (line 142) | void IN_LeftDown(void) {KeyDown(&in_left);} function IN_LeftUp (line 143) | void IN_LeftUp(void) {KeyUp(&in_left);} function IN_RightDown (line 144) | void IN_RightDown(void) {KeyDown(&in_right);} function IN_RightUp (line 145) | void IN_RightUp(void) {KeyUp(&in_right);} function IN_ForwardDown (line 146) | void IN_ForwardDown(void) {KeyDown(&in_forward);} function IN_ForwardUp (line 147) | void IN_ForwardUp(void) {KeyUp(&in_forward);} function IN_BackDown (line 148) | void IN_BackDown(void) {KeyDown(&in_back);} function IN_BackUp (line 149) | void IN_BackUp(void) {KeyUp(&in_back);} function IN_LookupDown (line 150) | void IN_LookupDown(void) {KeyDown(&in_lookup);} function IN_LookupUp (line 151) | void IN_LookupUp(void) {KeyUp(&in_lookup);} function IN_LookdownDown (line 152) | void IN_LookdownDown(void) {KeyDown(&in_lookdown);} function IN_LookdownUp (line 153) | void IN_LookdownUp(void) {KeyUp(&in_lookdown);} function IN_MoveleftDown (line 154) | void IN_MoveleftDown(void) {KeyDown(&in_moveleft);} function IN_MoveleftUp (line 155) | void IN_MoveleftUp(void) {KeyUp(&in_moveleft);} function IN_MoverightDown (line 156) | void IN_MoverightDown(void) {KeyDown(&in_moveright);} function IN_MoverightUp (line 157) | void IN_MoverightUp(void) {KeyUp(&in_moveright);} function IN_SpeedDown (line 159) | void IN_SpeedDown(void) {KeyDown(&in_speed);} function IN_SpeedUp (line 160) | void IN_SpeedUp(void) {KeyUp(&in_speed);} function IN_StrafeDown (line 161) | void IN_StrafeDown(void) {KeyDown(&in_strafe);} function IN_StrafeUp (line 162) | void IN_StrafeUp(void) {KeyUp(&in_strafe);} function IN_AttackDown (line 164) | void IN_AttackDown(void) {KeyDown(&in_attack);} function IN_AttackUp (line 165) | void IN_AttackUp(void) {KeyUp(&in_attack);} function IN_UseDown (line 167) | void IN_UseDown (void) {KeyDown(&in_use);} function IN_UseUp (line 168) | void IN_UseUp (void) {KeyUp(&in_use);} function IN_JumpDown (line 169) | void IN_JumpDown (void) {KeyDown(&in_jump);} function IN_JumpUp (line 170) | void IN_JumpUp (void) {KeyUp(&in_jump);} function IN_Impulse (line 172) | void IN_Impulse (void) {in_impulse=atoi(Cmd_Argv(1));} function CL_KeyState (line 184) | float CL_KeyState (kbutton_t *key) function CL_AdjustAngles (line 232) | void CL_AdjustAngles (void) function CL_BaseMove (line 285) | void CL_BaseMove (usercmd_t *cmd) function CL_SendMove (line 336) | void CL_SendMove(usercmd_t *cmd) function CL_InitInput (line 419) | void CL_InitInput (void) FILE: source/cl_main.c function CL_ClearState (line 72) | void CL_ClearState (void) function CL_Disconnect (line 109) | void CL_Disconnect (void) function CL_Disconnect_f (line 148) | void CL_Disconnect_f (void) function CL_EstablishConnection (line 165) | void CL_EstablishConnection (char *host) function CL_SignonReply (line 202) | void CL_SignonReply (void) function CL_NextDemo (line 247) | void CL_NextDemo (void) function CL_PrintEntities_f (line 277) | void CL_PrintEntities_f (void) function SetPal (line 303) | void SetPal (int i) function dlight_t (line 314) | dlight_t *CL_AllocDlight (int key) function CL_DecayLights (line 362) | void CL_DecayLights (void) function CL_LerpPoint (line 393) | float CL_LerpPoint (void) function CL_RelinkEntities (line 444) | void CL_RelinkEntities (void) function CL_ReadFromServer (line 709) | int CL_ReadFromServer (void) function CL_SendCmd (line 744) | void CL_SendCmd (void) function CL_Init (line 791) | void CL_Init (void) FILE: source/cl_parse.c function entity_t (line 82) | entity_t *CL_EntityNum (int num) function CL_ParseStartSoundPacket (line 104) | void CL_ParseStartSoundPacket(void) function CL_KeepaliveMessage (line 149) | void CL_KeepaliveMessage (void) function CL_WebDownloadProgress (line 216) | static int CL_WebDownloadProgress( double percent ) function CL_ParseServerInfo (line 238) | void CL_ParseServerInfo (void) function CL_ParseUpdate (line 444) | void CL_ParseUpdate (int bits) function CL_ParseBaseline (line 607) | void CL_ParseBaseline (entity_t *ent) function CL_ParseClientdata (line 630) | void CL_ParseClientdata (int bits) function CL_NewTranslation (line 747) | void CL_NewTranslation (int slot) function CL_ParseStatic (line 785) | void CL_ParseStatic (void) function CL_ParseStaticSound (line 811) | void CL_ParseStaticSound (void) function CL_ParseServerMessage (line 834) | void CL_ParseServerMessage (void) FILE: source/cl_tent.c function CL_InitTEnts (line 41) | void CL_InitTEnts (void) function CL_ParseBeam (line 57) | void CL_ParseBeam (model_t *m) function CL_ParseTEnt (line 107) | void CL_ParseTEnt (void) function entity_t (line 293) | entity_t *CL_NewTempEntity (void) function CL_UpdateTEnts (line 317) | void CL_UpdateTEnts (void) FILE: source/client.h type usercmd_t (line 22) | typedef struct type lightstyle_t (line 35) | typedef struct type scoreboard_t (line 41) | typedef struct type cshift_t (line 50) | typedef struct type dlight_t (line 72) | typedef struct type beam_t (line 89) | typedef struct type cactive_t (line 103) | typedef enum { type download_t (line 109) | typedef struct type client_static_t (line 121) | typedef struct type client_state_t (line 158) | typedef struct type kbutton_t (line 314) | typedef struct FILE: source/cmd.c type cmdalias_t (line 29) | typedef struct cmdalias_s function Cmd_Wait_f (line 54) | void Cmd_Wait_f (void) function Cbuf_Init (line 74) | void Cbuf_Init (void) function Cbuf_AddText (line 87) | void Cbuf_AddText (const char *text) function Cbuf_InsertText (line 111) | void Cbuf_InsertText(char *text) function Cbuf_Execute (line 138) | void Cbuf_Execute(void) function Cmd_StuffCmds_f (line 208) | void Cmd_StuffCmds_f (void) function Cmd_Exec_f (line 278) | void Cmd_Exec_f (void) function Cmd_Echo_f (line 310) | void Cmd_Echo_f (void) function Cmd_Alias_f (line 336) | void Cmd_Alias_f (void) type cmd_function_t (line 402) | typedef struct cmd_function_s function Cmd_Init (line 427) | void Cmd_Init (void) function Cmd_Argc (line 447) | int Cmd_Argc (void) function Cmd_TokenizeString (line 482) | void Cmd_TokenizeString (const char *text) function Cmd_AddCommand (line 533) | void Cmd_AddCommand (const char *cmd_name, xcommand_t function) function Cmd_Exists (line 569) | bool Cmd_Exists (const char *cmd_name) function Cmd_ExecuteString (line 615) | void Cmd_ExecuteString (char *text, cmd_source_t src) function Cmd_ForwardToServer (line 661) | void Cmd_ForwardToServer (void) function Cmd_CheckParm (line 692) | int Cmd_CheckParm (char *parm) FILE: source/cmd.h type cmd_source_t (line 71) | typedef enum FILE: source/common.c function ClearLink (line 113) | void ClearLink (link_t *l) function RemoveLink (line 118) | void RemoveLink (link_t *l) function InsertLinkBefore (line 124) | void InsertLinkBefore (link_t *l, link_t *before) function InsertLinkAfter (line 131) | void InsertLinkAfter (link_t *l, link_t *after) function strncpyz (line 147) | void strncpyz (char *dest, const char *src, size_t size) function ShortSwap (line 170) | short ShortSwap(short l) function ShortNoSwap (line 180) | short ShortNoSwap(short l) function LongSwap (line 185) | int LongSwap(int l) function LongNoSwap (line 197) | int LongNoSwap(int l) function FloatSwap (line 202) | float FloatSwap(float f) function FloatNoSwap (line 219) | float FloatNoSwap(float f) function MSG_WriteChar (line 236) | void MSG_WriteChar (sizebuf_t *sb, int c) function MSG_WriteByte (line 249) | void MSG_WriteByte (sizebuf_t *sb, int c) function MSG_WriteShort (line 262) | void MSG_WriteShort (sizebuf_t *sb, int c) function MSG_WriteLong (line 276) | void MSG_WriteLong (sizebuf_t *sb, int c) function MSG_WriteFloat (line 287) | void MSG_WriteFloat (sizebuf_t *sb, float f) function MSG_WriteString (line 302) | void MSG_WriteString (sizebuf_t *sb, const char *s) function MSG_WriteCoord (line 310) | void MSG_WriteCoord (sizebuf_t *sb, float f) function MSG_WriteAngle (line 315) | void MSG_WriteAngle (sizebuf_t *sb, float f) function MSG_WritePreciseAngle (line 321) | void MSG_WritePreciseAngle(sizebuf_t *sb, float f) function MSG_BeginReading (line 335) | void MSG_BeginReading (void) function MSG_ReadChar (line 342) | int MSG_ReadChar (void) function MSG_ReadByte (line 358) | int MSG_ReadByte (void) function MSG_ReadShort (line 374) | int MSG_ReadShort (void) function MSG_ReadLong (line 392) | int MSG_ReadLong (void) function MSG_ReadFloat (line 412) | float MSG_ReadFloat (void) function MSG_ReadCoord (line 452) | float MSG_ReadCoord (void) function MSG_ReadAngle (line 457) | float MSG_ReadAngle (void) function MSG_ReadPreciseAngle (line 463) | float MSG_ReadPreciseAngle(void) function SZ_Alloc (line 470) | void SZ_Alloc (sizebuf_t *buf, int startsize) function SZ_Free (line 480) | void SZ_Free (sizebuf_t *buf) function SZ_Clear (line 488) | void SZ_Clear (sizebuf_t *buf) function SZ_Write (line 516) | void SZ_Write (sizebuf_t *buf, const void *data, int length) function SZ_Print (line 521) | void SZ_Print (sizebuf_t *buf, char *data) function COM_StripExtension (line 562) | void COM_StripExtension(char *in, char *out) function COM_FileBase (line 602) | void COM_FileBase (const char *in, char *out) function COM_ForceExtension (line 631) | void COM_ForceExtension(char *path, char *extension) function COM_DefaultExtension (line 655) | void COM_DefaultExtension (char *path, char *extension) function COM_CheckParm (line 762) | int COM_CheckParm (const char *parm) function COM_CheckRegistered (line 787) | void COM_CheckRegistered (void) function COM_InitArgv (line 826) | void COM_InitArgv (int argc, char **argv) function COM_Init (line 894) | void COM_Init (char *basedir) function memsearch (line 958) | int memsearch (byte *start, int count, int search) type dpackfile_t (line 981) | typedef struct type dpackheader_t (line 987) | typedef struct function COM_Path_f (line 1008) | void COM_Path_f (void) function COM_WriteFile (line 1031) | void COM_WriteFile(char *filename, void *data, int len) function COM_CreatePath (line 1060) | void COM_CreatePath (char *path) function COM_CopyFile (line 1085) | void COM_CopyFile (char *netpath, char *cachepath) function COM_FindFile (line 1120) | int COM_FindFile (const char *filename, int *handle, FILE **file, unsign... function COM_OpenFile (line 1237) | int COM_OpenFile (const char *filename, int *handle, unsigned int *path_id) function COM_FOpenFile (line 1250) | int COM_FOpenFile (char *filename, FILE **file, unsigned int *path_id) function COM_CloseFile (line 1262) | void COM_CloseFile (int h) function byte (line 1290) | byte *COM_LoadFile (const char *path, int usehunk, unsigned int *path_id) function byte (line 1338) | byte *COM_LoadHunkFile (const char *path, unsigned int *path_id) function byte (line 1343) | byte *COM_LoadTempFile (const char *path, unsigned int *path_id) function byte (line 1349) | byte *COM_LoadStackFile (char *path, void *buffer, int bufsize, unsigned... function pack_t (line 1370) | pack_t *COM_LoadPackFile(char *packfile) function COM_AddGameDirectory (line 1446) | void COM_AddGameDirectory(char *dir) function COM_GetFolder (line 1495) | void COM_GetFolder (char *in, char *out) function COM_InitFilesystem (line 1516) | void COM_InitFilesystem (void) function COM_Clamp (line 1618) | float COM_Clamp(float value, float min, float max) function strlcat (line 1647) | size_t strlcat(char *dst, const char *src, size_t siz) FILE: source/common.h type byte (line 25) | typedef unsigned char byte; type packfile_t (line 39) | typedef struct type pack_t (line 45) | typedef struct pack_s type searchpath_t (line 53) | typedef struct searchpath_s type sizebuf_t (line 63) | typedef struct sizebuf_s type link_t (line 81) | typedef struct link_s type cache_user_s (line 189) | struct cache_user_s type cvar_s (line 204) | struct cvar_s FILE: source/console.c function Con_ToggleConsole_f (line 72) | void Con_ToggleConsole_f (void) function Con_Clear_f (line 99) | void Con_Clear_f (void) function Con_ClearNotify (line 111) | void Con_ClearNotify (void) function Con_MessageMode_f (line 127) | void Con_MessageMode_f (void) function Con_MessageMode2_f (line 139) | void Con_MessageMode2_f (void) function Con_CheckResize (line 151) | void Con_CheckResize(void) function Con_Init (line 211) | void Con_Init (void) function Con_Linefeed (line 255) | void Con_Linefeed (void) function Con_Print (line 272) | void Con_Print (char *txt) function Con_DebugLog (line 354) | void Con_DebugLog(char *file, char *fmt, ...) function Con_Printf (line 378) | void Con_Printf (const char *fmt, ...) function Con_DPrintf (line 430) | void Con_DPrintf (char *fmt, ...) function Con_SafePrintf (line 457) | void Con_SafePrintf (char *fmt, ...) function Con_DrawInput (line 492) | void Con_DrawInput (void) function Con_DrawNotify (line 529) | void Con_DrawNotify (void) function Con_DrawConsole (line 590) | void Con_DrawConsole (int lines, bool drawinput) function Con_NotifyBox (line 652) | void Con_NotifyBox (char *text) FILE: source/crc.c function CRC_Init (line 68) | void CRC_Init(unsigned short *crcvalue) function CRC_ProcessByte (line 73) | void CRC_ProcessByte(unsigned short *crcvalue, byte data) function CRC_Value (line 78) | unsigned short CRC_Value(unsigned short crcvalue) function CRC_Block (line 83) | unsigned short CRC_Block(byte *data, int size) FILE: source/cvar.c function cvar_t (line 32) | cvar_t *Cvar_FindVar (const char *var_name) function Cvar_VariableValue (line 48) | float Cvar_VariableValue (const char *var_name) function Cvar_SetFull (line 104) | void Cvar_SetFull (const char *var_name, const char *value, bool forced) function Cvar_Set (line 139) | void Cvar_Set (const char *var_name, const char *value) function Cvar_ForceSet (line 144) | void Cvar_ForceSet (const char *var_name, const char *value) function Cvar_SetValue (line 154) | void Cvar_SetValue (const char *var_name, float value) function Cvar_ToggleValue (line 162) | void Cvar_ToggleValue(cvar_t *cvar) function Cvar_RegisterVariable (line 177) | void Cvar_RegisterVariable (cvar_t *variable) function Cvar_SetCallback (line 223) | void Cvar_SetCallback(cvar_t *var, cvarcallback_t func) function Cvar_Command (line 238) | bool Cvar_Command (void) function Cvar_WriteVariables (line 267) | void Cvar_WriteVariables (FILE *f) function Cvar_Set_f (line 278) | void Cvar_Set_f(void) function Cvar_Seta_f (line 307) | void Cvar_Seta_f(void) FILE: source/cvar.h type cvar_s (line 63) | struct cvar_s type cvar_t (line 65) | typedef struct cvar_s FILE: source/gl_draw.cpp function LoadExternalPic (line 106) | static int LoadExternalPic(char *identifier) class textureStore (line 125) | class textureStore { type entry (line 131) | struct entry method entry (line 144) | entry() { method unlink (line 152) | void unlink() { method insertBefore (line 163) | void insertBefore(entry* e){ method textureStore (line 181) | static textureStore* get() { method bind (line 190) | void bind(int virtTexNum) { method update (line 209) | void update(entry* e) method create (line 242) | void create(int width, int height, byte* data, bool mipmap, method rebindAll (line 272) | void rebindAll() { method textureStore (line 291) | textureStore() { method grabMagicTextureIds (line 310) | void grabMagicTextureIds() { method unlink (line 316) | void unlink(entry* e) { method ensure (line 326) | void ensure(int size) { method evict (line 338) | void evict(entry* e) { function GL_Bind (line 372) | void GL_Bind (int texnum) function Scrap_AllocBlock (line 405) | int Scrap_AllocBlock (int w, int h, int *x, int *y) function Scrap_Upload (line 449) | void Scrap_Upload (void) type cachepic_s (line 465) | struct cachepic_s function GL_LoadPicTexture (line 486) | int GL_LoadPicTexture (qpic_t *pic) function qpic_t (line 491) | qpic_t *Draw_PicFromWad (const char *name) function qpic_t (line 551) | qpic_t *Draw_CachePic (char *path) function Draw_CharToConback (line 597) | void Draw_CharToConback (int num, byte *dest) function Draw_TextureMode_f (line 637) | void Draw_TextureMode_f (void) function Callback_Bilinear_f (line 686) | static void Callback_Bilinear_f(cvar_t *var) function Draw_Init (line 699) | void Draw_Init (void) function DrawQuad_NoTex (line 848) | void DrawQuad_NoTex(float x, float y, float w, float h, float r, float g... function DrawQuad (line 865) | void DrawQuad(float x, float y, float w, float h, float u, float v, floa... function Draw_Character (line 894) | void Draw_Character (int x, int y, int num) function Draw_String (line 924) | void Draw_String (int x, int y, const char *str, int delta) function Batch_Character (line 984) | void Batch_Character (int x, int y, int num) { function Batch_String (line 1030) | void Batch_String (int x, int y, const char *str, int delta) { function Draw_Batched (line 1080) | void Draw_Batched() { function Draw_DebugChar (line 1101) | void Draw_DebugChar (signed char num) function Draw_Crosshair (line 1105) | void Draw_Crosshair(void) function Draw_AlphaPic (line 1127) | void Draw_AlphaPic (int x, int y, qpic_t *pic, float alpha) function Draw_Pic (line 1156) | void Draw_Pic (int x, int y, qpic_t *pic) function Draw_TransPic (line 1178) | void Draw_TransPic (int x, int y, qpic_t *pic) function Draw_TransPicTranslate (line 1201) | void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation) function Draw_ConsoleBackground (line 1242) | void Draw_ConsoleBackground (void) function Draw_TileClear (line 1270) | void Draw_TileClear (int x, int y, int w, int h) function Draw_Fill (line 1287) | void Draw_Fill (int x, int y, int w, int h, int c) function Draw_FadeScreen (line 1300) | void Draw_FadeScreen (void) function GL_Set2D (line 1321) | void GL_Set2D (void) function GL_ResampleTexture (line 1341) | void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsign... function GL_Resample8BitTexture (line 1371) | void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheigh... function GL_MipMap (line 1404) | void GL_MipMap (byte *in, int width, int height) function GL_MipMap8Bit (line 1431) | void GL_MipMap8Bit (byte *in, int width, int height) function GL_Upload32 (line 1463) | void GL_Upload32 (unsigned *data, int width, int height, bool mipmap, b... function GL_Upload8 (line 1528) | void GL_Upload8 (byte *data, int width, int height, bool mipmap, bool a... function GL_LoadTexture (line 1573) | int GL_LoadTexture (const char *identifier, int width, int height, byte ... function GL_LoadTexture32 (line 1621) | int GL_LoadTexture32 (const char *identifier, int width, int height, byt... function GL_DrawBenchmark (line 1685) | void GL_DrawBenchmark(void) function GL_DrawFPS (line 1726) | void GL_DrawFPS(void){ function GL_SetCanvas (line 1753) | void GL_SetCanvas (int newcanvas) FILE: source/gl_fullbright.c function FindFullbrightTexture (line 6) | int FindFullbrightTexture (byte *pixels, int num_pix) function ConvertPixels (line 15) | void ConvertPixels (byte *pixels, int num_pixels) function DrawFullBrightTextures (line 23) | void DrawFullBrightTextures (msurface_t *first_surf, int num_surfs) FILE: source/gl_mesh.c function StripLength (line 58) | static int StripLength (int starttri, int startv) function FanLength (line 127) | static int FanLength (int starttri, int startv) function BuildTris (line 198) | static void BuildTris (void) function GL_MakeAliasModelDisplayLists (line 285) | void GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr) FILE: source/gl_model.c function Mod_Init (line 54) | void Mod_Init (void) function mleaf_t (line 87) | mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function byte (line 118) | byte *Mod_DecompressVis (byte *in, model_t *model) function byte (line 158) | byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) function Mod_ClearAll (line 171) | void Mod_ClearAll (void) function Mod_ResetAll (line 183) | void Mod_ResetAll (void) function model_t (line 201) | model_t *Mod_FindName (char *name) function Mod_TouchModel (line 234) | void Mod_TouchModel (char *name) function model_t (line 254) | model_t *Mod_LoadModel (model_t *mod, bool crash) function model_t (line 330) | model_t *Mod_ForName (char *name, bool crash) function Mod_LoadTextures (line 356) | void Mod_LoadTextures (lump_t *l) function Mod_LoadLighting (line 574) | void Mod_LoadLighting (lump_t *l) function Mod_LoadVisibility (line 641) | void Mod_LoadVisibility (lump_t *l) function Mod_ParseWadsFromEntityLump (line 658) | static void Mod_ParseWadsFromEntityLump(char *data) function Mod_LoadEntities (line 728) | void Mod_LoadEntities (lump_t *l) function Mod_LoadVertexes (line 770) | void Mod_LoadVertexes (lump_t *l) function Mod_LoadSubmodels (line 798) | void Mod_LoadSubmodels (lump_t *l) function Mod_LoadEdges (line 834) | void Mod_LoadEdges (lump_t *l, int bsp2) function Mod_LoadTexinfo (line 877) | void Mod_LoadTexinfo (lump_t *l) function CalcSurfaceExtents (line 942) | void CalcSurfaceExtents (msurface_t *s) function Mod_LoadFaces (line 994) | void Mod_LoadFaces (lump_t *l, int bsp2) function Mod_SetParent (line 1098) | void Mod_SetParent (mnode_t *node, mnode_t *parent) function Mod_LoadNodes_S (line 1112) | void Mod_LoadNodes_S (lump_t *l) function Mod_LoadNodes_L1 (line 1163) | void Mod_LoadNodes_L1 (lump_t *l) function Mod_LoadNodes_L2 (line 1215) | void Mod_LoadNodes_L2 (lump_t *l) function Mod_LoadNodes (line 1267) | void Mod_LoadNodes (lump_t *l, int bsp2) function Mod_ProcessLeafs_S (line 1284) | void Mod_ProcessLeafs_S (dsleaf_t *in, int filelen) function Mod_ProcessLeafs_L1 (line 1334) | void Mod_ProcessLeafs_L1 (dl1leaf_t *in, int filelen) function Mod_ProcessLeafs_L2 (line 1381) | void Mod_ProcessLeafs_L2 (dl2leaf_t *in, int filelen) function Mod_LoadLeafs (line 1433) | void Mod_LoadLeafs (lump_t *l, int bsp2) function Mod_LoadClipnodes (line 1450) | void Mod_LoadClipnodes (lump_t *l, int bsp2) function Mod_MakeHull0 (line 1592) | void Mod_MakeHull0 (void) function Mod_LoadMarksurfaces (line 1629) | void Mod_LoadMarksurfaces (lump_t *l, int bsp2) function Mod_LoadSurfedges (line 1682) | void Mod_LoadSurfedges (lump_t *l) function Mod_LoadPlanes (line 1706) | void Mod_LoadPlanes (lump_t *l) function RadiusFromBounds (line 1744) | float RadiusFromBounds (vec3_t mins, vec3_t maxs) function Mod_LoadBrushModel (line 1762) | void Mod_LoadBrushModel (model_t *mod, void *buffer) type floodfill_t (line 1968) | typedef struct function Mod_FloodFillSkin (line 1990) | void Mod_FloodFillSkin( byte *skin, int skinwidth, int skinheight ) function Mod_LoadExternalSkin (line 2036) | static int Mod_LoadExternalSkin(char *identifier) function Mod_LoadAliasModel (line 2130) | void Mod_LoadAliasModel (model_t *mod, void *buffer) function Mod_LoadSpriteModel (line 2395) | void Mod_LoadSpriteModel (model_t *mod, void *buffer) function Mod_Print (line 2473) | void Mod_Print (void) FILE: source/gl_model.h type mvertex_t (line 56) | typedef struct type mplane_t (line 68) | typedef struct mplane_s type texture_t (line 77) | typedef struct texture_s type medge_t (line 102) | typedef struct type mtexinfo_t (line 108) | typedef struct type glpoly_t (line 118) | typedef struct glpoly_s type msurface_t (line 127) | typedef struct msurface_s type mnode_t (line 160) | typedef struct mnode_s type mleaf_t (line 180) | typedef struct mleaf_s type mclipnode_t (line 201) | typedef struct mclipnode_s type hull_t (line 209) | typedef struct type mspriteframe_t (line 229) | typedef struct mspriteframe_s type mspritegroup_t (line 237) | typedef struct type mspriteframedesc_t (line 244) | typedef struct type msprite_t (line 250) | typedef struct type maliasframedesc_t (line 271) | typedef struct type maliasgroupframedesc_t (line 282) | typedef struct type maliasgroup_t (line 289) | typedef struct type mtriangle_t (line 297) | typedef struct mtriangle_s { type aliashdr_t (line 304) | typedef struct { type modtype_t (line 344) | typedef enum {mod_brush, mod_sprite, mod_alias} modtype_t; type model_t (line 355) | typedef struct model_s FILE: source/gl_refrag.c function R_GetMoreEfrags (line 29) | void R_GetMoreEfrags (void) function R_RemoveEfrags (line 67) | void R_RemoveEfrags (entity_t *ent) function R_SplitEntityOnNode (line 106) | void R_SplitEntityOnNode (mnode_t *node) function R_AddEfrags (line 181) | void R_AddEfrags (entity_t *ent) function R_StoreEfrags (line 215) | void R_StoreEfrags (efrag_t **ppefrag) FILE: source/gl_rlight.c function R_AnimateLight (line 32) | void R_AnimateLight (void) function AddLightBlend (line 62) | void AddLightBlend (float r, float g, float b, float a2) function R_RenderDlight (line 75) | void R_RenderDlight (dlight_t *light) function R_RenderDlights (line 125) | void R_RenderDlights (void) function R_MarkLights (line 170) | void R_MarkLights (dlight_t *light, int bit, mnode_t *node) function R_PushDlights (line 253) | void R_PushDlights (void) function RecursiveLightPoint (line 286) | int RecursiveLightPoint (vec3_t color, mnode_t *node, vec3_t start, vec3... function R_LightPoint (line 382) | int R_LightPoint (vec3_t p) FILE: source/gl_rmain.c function DoGamma (line 72) | void DoGamma() function R_CullBox (line 171) | bool R_CullBox (vec3_t mins, vec3_t maxs) function R_RotateForEntity (line 182) | void R_RotateForEntity (entity_t *e) function R_BlendedRotateForEntity (line 199) | void R_BlendedRotateForEntity (entity_t *e) function mspriteframe_t (line 289) | mspriteframe_t *R_GetSpriteFrame (entity_t *currententity) function R_DrawSpriteModel (line 343) | void R_DrawSpriteModel (entity_t *e) function GL_DrawAliasFrame (line 446) | void GL_DrawAliasFrame (aliashdr_t *paliashdr, int posenum) function GL_DrawAliasBlendedFrame (line 604) | void GL_DrawAliasBlendedFrame (aliashdr_t *paliashdr, int pose1, int pos... function GL_DrawAliasShadow (line 791) | void GL_DrawAliasShadow (aliashdr_t *paliashdr, int posenum) function GL_DrawAliasBlendedShadow (line 869) | void GL_DrawAliasBlendedShadow (aliashdr_t *paliashdr, int pose1, int po... function R_SetupAliasFrame (line 960) | void R_SetupAliasFrame (int frame, aliashdr_t *paliashdr) function R_SetupAliasBlendedFrame (line 990) | void R_SetupAliasBlendedFrame (int frame, aliashdr_t *paliashdr, entity_... function R_DrawAliasModel (line 1041) | void R_DrawAliasModel (entity_t *e) function R_DrawEntitiesOnList (line 1352) | void R_DrawEntitiesOnList (void) function R_DrawViewModel (line 1399) | void R_DrawViewModel (void) function R_PolyBlend (line 1444) | void R_PolyBlend (void) function SignbitsForPlane (line 1488) | int SignbitsForPlane (mplane_t *out) function R_SetFrustum (line 1504) | void R_SetFrustum (void) function R_SetupFrame (line 1545) | void R_SetupFrame (void) function GL_SetFrustum (line 1580) | void GL_SetFrustum(float fovx, float fovy) function R_SetupGL (line 1598) | void R_SetupGL (void) function R_RenderScene (line 1662) | void R_RenderScene (void) function R_Clear (line 1690) | void R_Clear (void) function R_Mirror (line 1713) | void R_Mirror (void) function R_RenderView (line 1792) | void R_RenderView (void) FILE: source/gl_rmisc.c function R_InitTextures (line 32) | void R_InitTextures (void) function R_InitParticleTexture (line 71) | void R_InitParticleTexture (void) function R_Envmap_f (line 107) | void R_Envmap_f (void) function R_Init (line 116) | void R_Init (void) function R_TranslatePlayerSkin (line 178) | void R_TranslatePlayerSkin (int playernum) function R_NewMap (line 299) | void R_NewMap (void) function R_TimeRefresh_f (line 342) | void R_TimeRefresh_f (void) function D_FlushCaches (line 346) | void D_FlushCaches (void) FILE: source/gl_rsurf.c type glRect_t (line 48) | typedef struct glRect_s { function R_AddDynamicLights (line 71) | void R_AddDynamicLights (msurface_t *surf) function R_BuildLightMap (line 159) | void R_BuildLightMap (msurface_t *surf, byte *dest, int stride) function texture_t (line 280) | texture_t *R_TextureAnimation (texture_t *base) function DrawGLWaterPoly (line 333) | void DrawGLWaterPoly (glpoly_t *p) function DrawGLWaterPolyLightmap (line 361) | void DrawGLWaterPolyLightmap (glpoly_t *p) function DrawGLWaterPolyWithLightmap (line 388) | void DrawGLWaterPolyWithLightmap(glpoly_t *p, int t1, int t2) function DrawGLPoly (line 436) | void DrawGLPoly (glpoly_t *p) function DrawGLPolyLightmap (line 459) | void DrawGLPolyLightmap (glpoly_t *p) function R_BlendLightmaps (line 489) | void R_BlendLightmaps (void) function R_RenderBrushPoly (line 544) | void R_RenderBrushPoly (msurface_t *fa) function R_MirrorChain (line 629) | void R_MirrorChain (msurface_t *s) function R_DrawWaterSurfaces (line 642) | void R_DrawWaterSurfaces (void) function DrawTextureChains (line 704) | void DrawTextureChains (void) function R_DrawBrushModel (line 742) | void R_DrawBrushModel (entity_t *e) function R_RecursiveWorldNode (line 868) | void R_RecursiveWorldNode (mnode_t *node) function R_DrawWorld (line 984) | void R_DrawWorld (void) function R_MarkLeaves (line 1016) | void R_MarkLeaves (void) function AllocBlock (line 1067) | int AllocBlock (int w, int h, int *x, int *y) function BuildSurfaceDisplayList (line 1119) | void BuildSurfaceDisplayList (msurface_t *fa) function GL_CreateSurfaceLightmap (line 1236) | void GL_CreateSurfaceLightmap (msurface_t *surf) function GL_BuildLightmaps (line 1262) | void GL_BuildLightmaps (void) FILE: source/gl_screen.c function SCR_CenterPrint (line 153) | void SCR_CenterPrint (char *str) function SCR_DrawCenterString (line 170) | void SCR_DrawCenterString (void) function SCR_CheckDrawCenterString (line 219) | void SCR_CheckDrawCenterString (void) function CalcFov (line 242) | float CalcFov (float fov_x, float width, float height) function SCR_CalcRefdef (line 267) | static void SCR_CalcRefdef (void) function SCR_SizeUp_f (line 332) | void SCR_SizeUp_f (void) function SCR_SizeDown_f (line 346) | void SCR_SizeDown_f (void) function SCR_Init (line 359) | void SCR_Init (void) function SCR_DrawRam (line 398) | void SCR_DrawRam (void) function SCR_DrawTurtle (line 416) | void SCR_DrawTurtle (void) function SCR_DrawNet (line 443) | void SCR_DrawNet (void) function SCR_DrawPause (line 460) | void SCR_DrawPause (void) function SCR_DrawLoading (line 484) | void SCR_DrawLoading (void) function SCR_SetUpToDrawConsole (line 508) | void SCR_SetUpToDrawConsole (void) function SCR_DrawConsole (line 565) | void SCR_DrawConsole (void) type TargaHeader (line 589) | typedef struct _TargaHeader { function SCR_ScreenShot_f (line 603) | void SCR_ScreenShot_f (void) function SCR_BeginLoadingPlaque (line 664) | void SCR_BeginLoadingPlaque (void) function SCR_EndLoadingPlaque (line 695) | void SCR_EndLoadingPlaque (void) function SCR_DrawNotifyString (line 707) | void SCR_DrawNotifyString (void) function SCR_ModalMessage (line 749) | int SCR_ModalMessage (char *text) function SCR_BringDownConsole (line 786) | void SCR_BringDownConsole (void) function SCR_TileClear (line 799) | void SCR_TileClear (void) function SCR_UpdateScreen (line 834) | void SCR_UpdateScreen (void) FILE: source/gl_vidpsp2.c function D_BeginDirectRect (line 113) | void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) function D_EndDirectRect (line 117) | void D_EndDirectRect (int x, int y, int width, int height) function VID_Shutdown (line 121) | void VID_Shutdown(void) function VID_ShiftPalette (line 125) | void VID_ShiftPalette(unsigned char *p) function VID_ChangeRes (line 130) | void VID_ChangeRes(float scale){ function VID_SetPalette (line 134) | void VID_SetPalette (unsigned char *palette) function GL_SetProgram (line 221) | void GL_SetProgram() { function GL_EnableState (line 262) | void GL_EnableState(GLenum state) { function GL_DisableState (line 283) | void GL_DisableState(GLenum state) { function GL_DrawPolygon (line 302) | void GL_DrawPolygon(GLenum prim, int num) { function GL_Color (line 312) | void GL_Color(float r, float g, float b, float a) { function GL_ResetShaders (line 320) | void GL_ResetShaders() { function Callback_Fog_f (line 447) | static void Callback_Fog_f(cvar_t *var) function GL_Init (line 462) | void GL_Init (void) function GL_BeginRendering (line 511) | void GL_BeginRendering (int *x, int *y, int *width, int *height) function GL_EndRendering (line 537) | void GL_EndRendering (void) function Check_Gamma (line 571) | static void Check_Gamma (unsigned char *pal) function VID_Init (line 596) | void VID_Init(unsigned char *palette) function Force_CenterView_f (line 632) | void Force_CenterView_f (void) FILE: source/gl_warp.c function BoundPoly (line 37) | void BoundPoly (int numverts, float *verts, vec3_t mins, vec3_t maxs) function SubdividePolygon (line 55) | void SubdividePolygon (int numverts, float *verts) function GL_SubdivideSurface (line 147) | void GL_SubdivideSurface (msurface_t *fa) function EmitWaterPolys (line 195) | void EmitWaterPolys (msurface_t *fa) function EmitSkyPolys (line 234) | void EmitSkyPolys (msurface_t *fa) function EmitBothSkyLayers (line 278) | void EmitBothSkyLayers (msurface_t *fa) function R_DrawSkyChain (line 306) | void R_DrawSkyChain (msurface_t *s) function R_InitSky (line 340) | void R_InitSky (miptex_t *mt) FILE: source/glquake.h type GLuint (line 38) | typedef GLboolean (APIENTRY *ARETEXRESFUNCPTR)(GLsizei, const GLuint *, type glvert_t (line 63) | typedef struct type surfcache_t (line 101) | typedef struct surfcache_s type drawsurf_t (line 116) | typedef struct type ptype_t (line 130) | typedef enum { type particle_t (line 135) | typedef struct particle_s FILE: source/glquake2.h type GLuint (line 35) | typedef GLboolean (APIENTRY *ARETEXRESFUNCPTR)(GLsizei, const GLuint *, type glvert_t (line 58) | typedef struct type surfcache_t (line 97) | typedef struct surfcache_s type drawsurf_t (line 112) | typedef struct type ptype_t (line 126) | typedef enum { type particle_t (line 131) | typedef struct particle_s FILE: source/host.c function Host_EndGame (line 87) | void Host_EndGame (char *message, ...) function Host_Error (line 123) | void Host_Error (char *error, ...) function Host_FindMaxClients (line 163) | void Host_FindMaxClients (void) function Host_InitLocal (line 212) | void Host_InitLocal (void) function Host_WriteConfiguration (line 250) | void Host_WriteConfiguration (char *name) function SV_ClientPrintf (line 284) | void SV_ClientPrintf (const char *fmt, ...) function SV_BroadcastPrintf (line 306) | void SV_BroadcastPrintf (char *fmt, ...) function Host_ClientCommands (line 335) | void Host_ClientCommands (char *fmt, ...) function SV_DropClient (line 358) | void SV_DropClient (bool crash) function Host_ShutdownServer (line 426) | void Host_ShutdownServer(bool crash) function Host_ClearMemory (line 498) | void Host_ClearMemory (void) function Host_FilterTime (line 523) | bool Host_FilterTime (float time) function Host_GetConsoleCommands (line 557) | void Host_GetConsoleCommands (void) function _Host_ServerFrame (line 579) | void _Host_ServerFrame (void) function Host_ServerFrame (line 593) | void Host_ServerFrame (void) function Host_ServerFrame (line 625) | void Host_ServerFrame (void) function _Host_Frame (line 667) | void _Host_Frame (float time) function Host_Frame (line 768) | void Host_Frame (float time) function Host_InitVCR (line 811) | void Host_InitVCR (quakeparms_t *parms) function Host_Init (line 874) | void Host_Init (quakeparms_t *parms) function Host_Shutdown (line 972) | void Host_Shutdown(void) FILE: source/host_cmd.c function Host_Quit_f (line 40) | void Host_Quit_f (void) function KillGameDir (line 63) | void KillGameDir(searchpath_t *search) function NumGames (line 84) | int NumGames(searchpath_t *search) function Host_WriteConfig_f (line 104) | void Host_WriteConfig_f (void) function Host_Game_f (line 129) | void Host_Game_f (void) type extralevel_t (line 208) | typedef struct extralevel_s function ExtraMaps_Add (line 216) | void ExtraMaps_Add (char *name) function ExtraMaps_Init (line 248) | void ExtraMaps_Init (void) //TODO: move win32 specific stuff to sys_win.c function ExtraMaps_Clear (line 252) | void ExtraMaps_Clear (void) function ExtraMaps_NewGame (line 264) | void ExtraMaps_NewGame (void) function Host_Maps_f (line 275) | void Host_Maps_f (void) type mod_t (line 293) | typedef struct mod_s function Modlist_Add (line 301) | void Modlist_Add (char *name) function Modlist_Init (line 333) | void Modlist_Init (void) //TODO: move win32 specific stuff to sys_win.c function Host_Mods_f (line 375) | void Host_Mods_f (void) function Host_Mapname_f (line 396) | void Host_Mapname_f (void) function Host_Status_f (line 422) | void Host_Status_f (void) function Host_God_f (line 477) | void Host_God_f (void) function Host_Notarget_f (line 495) | void Host_Notarget_f (void) function Host_Noclip_f (line 515) | void Host_Noclip_f (void) function Host_Fly_f (line 547) | void Host_Fly_f (void) function Host_Ping_f (line 577) | void Host_Ping_f (void) function Host_Map_f (line 620) | void Host_Map_f (void) function Host_Changelevel_f (line 672) | void Host_Changelevel_f (void) function Host_Restart_f (line 698) | void Host_Restart_f (void) function Host_Reconnect_f (line 720) | void Host_Reconnect_f (void) function Host_Connect_f (line 735) | void Host_Connect_f (void) function Host_SavegameComment (line 770) | void Host_SavegameComment (char *text) function Host_Savegame_f (line 793) | void Host_Savegame_f (void) function Host_Loadgame_f (line 889) | void Host_Loadgame_f (void) function Host_Name_f (line 1045) | void Host_Name_f (void) function Host_Version_f (line 1094) | void Host_Version_f (void) function Host_Please_f (line 1102) | void Host_Please_f (void) function Host_Say (line 1154) | void Host_Say(bool teamonly) function Host_Say_f (line 1218) | void Host_Say_f(void) function Host_Say_Team_f (line 1224) | void Host_Say_Team_f(void) function Host_Tell_f (line 1230) | void Host_Tell_f(void) function Host_Color_f (line 1287) | void Host_Color_f(void) function Host_Kill_f (line 1338) | void Host_Kill_f (void) function Host_Pause_f (line 1363) | void Host_Pause_f (void) function Host_PreSpawn_f (line 1394) | void Host_PreSpawn_f (void) function Host_Spawn_f (line 1419) | void Host_Spawn_f (void) function Host_Begin_f (line 1545) | void Host_Begin_f (void) function Host_Kick_f (line 1566) | void Host_Kick_f (void) function Host_Give_f (line 1658) | void Host_Give_f (void) function edict_t (line 1812) | edict_t *FindViewthing (void) function Host_Viewmodel_f (line 1832) | void Host_Viewmodel_f (void) function Host_Viewframe_f (line 1857) | void Host_Viewframe_f (void) function PrintFrameName (line 1876) | void PrintFrameName (model_t *m, int frame) function Host_Viewnext_f (line 1894) | void Host_Viewnext_f (void) function Host_Viewprev_f (line 1916) | void Host_Viewprev_f (void) function Host_Startdemos_f (line 1948) | void Host_Startdemos_f (void) function Host_Demos_f (line 1987) | void Host_Demos_f (void) function Host_Stopdemo_f (line 2004) | void Host_Stopdemo_f (void) function Host_InitCommands (line 2021) | void Host_InitCommands (void) FILE: source/image.c type stdio_buffer_t (line 28) | typedef struct stdio_buffer_s { function stdio_buffer_t (line 35) | static stdio_buffer_t *Buf_Alloc(FILE *f) function Buf_Free (line 42) | static void Buf_Free(stdio_buffer_t *buf) function Buf_GetC (line 47) | static inline int Buf_GetC(stdio_buffer_t *buf) function byte (line 70) | byte *Image_LoadImage (const char *name, int *width, int *height) type targaheader_t (line 93) | typedef struct targaheader_s { function fgetLittleShort (line 105) | int fgetLittleShort (FILE *f) function fgetLittleLong (line 115) | int fgetLittleLong (FILE *f) function byte (line 132) | byte *Image_LoadTGA (FILE *fin, int *width, int *height) type pcxheader_t (line 326) | typedef struct function byte (line 347) | byte *Image_LoadPCX (FILE *f, int *width, int *height) FILE: source/in_psp2.c function IN_Init (line 45) | void IN_Init (void) function IN_ResetInputs (line 68) | void IN_ResetInputs(void) function IN_Shutdown (line 87) | void IN_Shutdown (void) function IN_Commands (line 91) | void IN_Commands (void) function IN_StartRumble (line 95) | void IN_StartRumble (void) function IN_StopRumble (line 105) | void IN_StopRumble (void) function IN_RescaleAnalog (line 114) | void IN_RescaleAnalog(int *x, int *y, int dead) { function IN_Move (line 134) | void IN_Move (usercmd_t *cmd) FILE: source/keys.c type keyname_t (line 49) | typedef struct function Key_SendText (line 152) | void Key_SendText(char *Text) function Key_Console (line 170) | void Key_Console (int key) function Key_Message (line 287) | void Key_Message (int key) function Key_StringToKeynum (line 346) | int Key_StringToKeynum (char *str) function Key_SetBinding (line 399) | void Key_SetBinding (int keynum, char *binding) function Key_Unbind_f (line 427) | void Key_Unbind_f (void) function Key_Unbindall_f (line 447) | void Key_Unbindall_f (void) function Key_Bind_f (line 462) | void Key_Bind_f (void) function Key_WriteBindings (line 512) | void Key_WriteBindings (FILE *f) function Key_Init (line 529) | void Key_Init (void) function Key_Event (line 575) | void Key_Event (int key, bool down) function Key_ClearStates (line 741) | void Key_ClearStates (void) FILE: source/keys.h type keydest_t (line 123) | typedef enum {key_game, key_console, key_message, key_menu, key_benchmar... FILE: source/mathlib.c function ProjectPointOnPlane (line 33) | void ProjectPointOnPlane(vec3_t dst, const vec3_t p, const vec3_t normal) function PerpendicularVector (line 55) | void PerpendicularVector(vec3_t dst, const vec3_t src) function RotatePointAroundVector (line 88) | void RotatePointAroundVector(vec3_t dst, const vec3_t dir, const vec3_t ... function anglemod (line 148) | float anglemod(float a) function BOPS_Error (line 161) | void BOPS_Error(void) function BoxOnPlaneSide (line 176) | int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, mplane_t *p) function AngleVectors (line 238) | void AngleVectors(vec3_t angles, vec3_t forward, vec3_t right, vec3_t up) function VectorCompare (line 271) | int VectorCompare(vec3_t v1, vec3_t v2) function VectorMA (line 282) | void VectorMA(vec3_t veca, float scale, vec3_t vecb, vec3_t vecc) function vec_t (line 290) | vec_t _DotProduct(vec3_t v1, vec3_t v2) function _VectorSubtract (line 295) | void _VectorSubtract(vec3_t veca, vec3_t vecb, vec3_t out) function _VectorAdd (line 302) | void _VectorAdd(vec3_t veca, vec3_t vecb, vec3_t out) function _VectorCopy (line 309) | void _VectorCopy(vec3_t in, vec3_t out) function CrossProduct (line 316) | void CrossProduct(vec3_t v1, vec3_t v2, vec3_t cross) function vec_t (line 325) | vec_t Length(vec3_t v) function VectorLength (line 338) | float VectorLength(vec3_t v) function VectorNormalize (line 347) | float VectorNormalize(vec3_t v) function VectorInverse (line 365) | void VectorInverse(vec3_t v) function VectorScale (line 372) | void VectorScale(vec3_t in, vec_t scale, vec3_t out) function Q_log2 (line 380) | int Q_log2(int val) function R_ConcatRotations (line 394) | void R_ConcatRotations(float in1[3][3], float in2[3][3], float out[3][3]) function R_ConcatTransforms (line 413) | void R_ConcatTransforms(float in1[3][4], float in2[3][4], float out[3][4]) function FloorDivMod (line 440) | void FloorDivMod(double numer, double denom, int *quotient, function GreatestCommonDivisor (line 487) | int GreatestCommonDivisor(int i1, int i2) function fixed16_t (line 516) | fixed16_t Invert24To16(fixed16_t val) function ParseFloats (line 527) | int ParseFloats(const signed char *s, float *f, int *f_size) { FILE: source/mathlib.h type vec_t (line 24) | typedef float vec_t; type vec_t (line 25) | typedef vec_t vec3_t[3]; type vec_t (line 26) | typedef vec_t vec5_t[5]; type fixed4_t (line 28) | typedef int fixed4_t; type fixed8_t (line 29) | typedef int fixed8_t; type fixed16_t (line 30) | typedef int fixed16_t; type mplane_s (line 35) | struct mplane_s type mplane_s (line 80) | struct mplane_s FILE: source/menu.c function SetResolution (line 134) | void SetResolution(int w, int h){ function SetAntiAliasing (line 146) | void SetAntiAliasing(int m){ function M_DrawColorBar (line 156) | void M_DrawColorBar (int x, int y, int highlight) function M_DrawCharacter (line 184) | void M_DrawCharacter (int cx, int line, int num) function M_Print (line 189) | void M_Print (int cx, int cy, char *str) function M_PrintCentered (line 194) | void M_PrintCentered (int cy, char *str) function M_PrintWhite (line 201) | void M_PrintWhite (int cx, int cy, char *str) function M_DrawTransPic (line 206) | void M_DrawTransPic (int x, int y, qpic_t *pic) function M_DrawPic (line 211) | void M_DrawPic (int x, int y, qpic_t *pic) function M_BuildTranslationTable (line 219) | void M_BuildTranslationTable(int top, int bottom) function M_DrawTransPicTranslate (line 244) | void M_DrawTransPicTranslate (int x, int y, qpic_t *pic) function M_DrawTextBox (line 250) | void M_DrawTextBox (int x, int y, int width, int lines) function M_ToggleMenu_f (line 314) | void M_ToggleMenu_f (void) function M_Menu_Main_f (line 347) | void M_Menu_Main_f (void) function M_Main_Draw (line 360) | void M_Main_Draw (void) function M_Main_Key (line 382) | void M_Main_Key (int key) function M_Menu_SinglePlayer_f (line 444) | void M_Menu_SinglePlayer_f (void) function M_SinglePlayer_Draw (line 452) | void M_SinglePlayer_Draw (void) function M_SinglePlayer_Key (line 468) | void M_SinglePlayer_Key (int key) function M_ScanSaves (line 524) | void M_ScanSaves (void) function M_Menu_Load_f (line 552) | void M_Menu_Load_f (void) function M_Menu_Save_f (line 561) | void M_Menu_Save_f (void) function M_Load_Draw (line 576) | void M_Load_Draw (void) function M_Save_Draw (line 594) | void M_Save_Draw (void) function M_Load_Key (line 612) | void M_Load_Key (int k) function M_Save_Key (line 657) | void M_Save_Key (int k) function M_Menu_MultiPlayer_f (line 699) | void M_Menu_MultiPlayer_f (void) function M_MultiPlayer_Draw (line 707) | void M_MultiPlayer_Draw (void) function M_MultiPlayer_Key (line 728) | void M_MultiPlayer_Key (int key) function M_Menu_Benchmark_f (line 776) | void M_Menu_Benchmark_f (void) function M_Benchmark_Draw (line 786) | void M_Benchmark_Draw (void) function M_Benchmark_Key (line 801) | void M_Benchmark_Key (int key) function M_Menu_Setup_f (line 830) | void M_Menu_Setup_f (void) function M_Setup_Draw (line 842) | void M_Setup_Draw (void) function M_Setup_Key (line 880) | void M_Setup_Key (int k) function M_Menu_Net_f (line 1008) | void M_Menu_Net_f (void) function M_Net_Draw (line 1022) | void M_Net_Draw (void) function M_Net_Key (line 1049) | void M_Net_Key (int k) function M_Menu_Mods_f (line 1059) | void M_Menu_Mods_f (void) function M_Mods_Draw (line 1068) | void M_Mods_Draw (void) function M_Mods_Key (line 1093) | void M_Mods_Key (int k) function M_Menu_Graphics_f (line 1159) | void M_Menu_Graphics_f (void) function M_AdjustSliders2 (line 1166) | void M_AdjustSliders2 (int dir) function M_DrawSlider (line 1265) | void M_DrawSlider (int x, int y, float range) function M_DrawCheckbox (line 1280) | void M_DrawCheckbox (int x, int y, int on) function M_Graphics_Draw (line 1285) | void M_Graphics_Draw (void) function M_Graphics_Key (line 1388) | void M_Graphics_Key (int k) function M_Menu_Options_f (line 1435) | void M_Menu_Options_f (void) function M_AdjustSliders (line 1445) | void M_AdjustSliders (int dir) function M_Options_Draw (line 1560) | void M_Options_Draw (void) function M_Options_Key (line 1647) | void M_Options_Key (int k) function M_Menu_Keys_f (line 1805) | void M_Menu_Keys_f (void) function M_FindKeysForCommand (line 1813) | void M_FindKeysForCommand (char *command, int *twokeys) function M_UnbindCommand (line 1839) | void M_UnbindCommand (char *command) function M_Keys_Draw (line 1858) | void M_Keys_Draw (void) function M_Keys_Key (line 1911) | void M_Keys_Key (int k) function M_Menu_Video_f (line 1976) | void M_Menu_Video_f (void) function M_Video_Draw (line 1984) | void M_Video_Draw (void) function M_Video_Key (line 1990) | void M_Video_Key (int key) function M_Menu_Help_f (line 2002) | void M_Menu_Help_f (void) function M_Help_Draw (line 2012) | void M_Help_Draw (void) function M_Help_Key (line 2018) | void M_Help_Key (int key) function M_Menu_Quit_f (line 2103) | void M_Menu_Quit_f (void) function M_Quit_Key (line 2116) | void M_Quit_Key (int key) function M_Quit_Draw (line 2149) | void M_Quit_Draw (void) function M_Menu_LanConfig_f (line 2205) | void M_Menu_LanConfig_f (void) function M_LanConfig_Draw (line 2227) | void M_LanConfig_Draw (void) function M_LanConfig_Key (line 2285) | void M_LanConfig_Key (int key) function M_Menu_OnlineServerList_f (line 2443) | void M_Menu_OnlineServerList_f (void) function M_OnlineServerList_Draw (line 2454) | void M_OnlineServerList_Draw (void) function M_OnlineServerList_Key (line 2479) | void M_OnlineServerList_Key (int key) type level_t (line 2526) | typedef struct type episode_t (line 2631) | typedef struct function M_Menu_GameOptions_f (line 2676) | void M_Menu_GameOptions_f (void) function M_GameOptions_Draw (line 2692) | void M_GameOptions_Draw (void) function M_NetStart_Change (line 2820) | void M_NetStart_Change (int dir) function M_GameOptions_Key (line 2922) | void M_GameOptions_Key (int key) function M_Menu_Search_f (line 2992) | void M_Menu_Search_f (void) function M_Search_Draw (line 3005) | void M_Search_Draw (void) function M_Search_Key (line 3042) | void M_Search_Key (int key) function M_Menu_ServerList_f (line 3052) | void M_Menu_ServerList_f (void) function M_ServerList_Draw (line 3064) | void M_ServerList_Draw (void) function M_ServerList_Key (line 3105) | void M_ServerList_Key (int k) function M_Init (line 3156) | void M_Init (void) function M_Draw (line 3174) | void M_Draw (void) function M_Keydown (line 3300) | void M_Keydown (int key) function M_ConfigureNetSubsystem (line 3390) | void M_ConfigureNetSubsystem(void) FILE: source/model.h type mvertex_t (line 47) | typedef struct type mplane_t (line 59) | typedef struct mplane_s type texture_t (line 68) | typedef struct texture_s type medge_t (line 88) | typedef struct type mtexinfo_t (line 94) | typedef struct type msurface_t (line 102) | typedef struct msurface_s type mnode_t (line 128) | typedef struct mnode_s type mleaf_t (line 148) | typedef struct mleaf_s type hull_t (line 169) | typedef struct type mspriteframe_t (line 189) | typedef struct mspriteframe_s type mspritegroup_t (line 198) | typedef struct type mspriteframedesc_t (line 205) | typedef struct type msprite_t (line 211) | typedef struct type maliasframedesc_t (line 232) | typedef struct type maliasskindesc_t (line 241) | typedef struct type maliasgroupframedesc_t (line 248) | typedef struct type maliasgroup_t (line 255) | typedef struct type maliasskingroup_t (line 262) | typedef struct type mtriangle_t (line 270) | typedef struct mtriangle_s { type aliashdr_t (line 275) | typedef struct { type modtype_t (line 289) | typedef enum {mod_brush, mod_sprite, mod_alias} modtype_t; type model_t (line 300) | typedef struct model_s FILE: source/modelgen.h type synctype_t (line 52) | typedef enum {ST_SYNC=0, ST_RAND } synctype_t; type aliasframetype_t (line 55) | typedef enum { ALIAS_SINGLE=0, ALIAS_GROUP } aliasframetype_t; type aliasskintype_t (line 57) | typedef enum { ALIAS_SKIN_SINGLE=0, ALIAS_SKIN_GROUP } aliasskintype_t; type mdl_t (line 59) | typedef struct { type stvert_t (line 79) | typedef struct { type dtriangle_t (line 85) | typedef struct dtriangle_s { type trivertx_t (line 95) | typedef struct { type daliasframe_t (line 100) | typedef struct { type daliasgroup_t (line 106) | typedef struct { type daliasskingroup_t (line 112) | typedef struct { type daliasinterval_t (line 116) | typedef struct { type daliasskininterval_t (line 120) | typedef struct { type daliasframetype_t (line 124) | typedef struct { type daliasskintype_t (line 128) | typedef struct { FILE: source/mpdosock.h type u_char (line 22) | typedef unsigned char u_char; type u_short (line 23) | typedef unsigned short u_short; type u_int (line 24) | typedef unsigned int u_int; type u_long (line 25) | typedef unsigned long u_long; type u_int (line 31) | typedef u_int SOCKET; type hostent (line 73) | struct hostent { type netent (line 86) | struct netent { type servent (line 93) | struct servent { type protoent (line 100) | struct protoent { type in_addr (line 183) | struct in_addr { type sockaddr_in (line 233) | struct sockaddr_in { type ip_mreq (line 261) | struct ip_mreq { type sockaddr (line 378) | struct sockaddr { type sockproto (line 387) | struct sockproto { type linger (line 421) | struct linger { type sockaddr (line 563) | struct sockaddr type sockaddr (line 566) | struct sockaddr type sockaddr (line 570) | struct sockaddr type sockaddr (line 574) | struct sockaddr type sockaddr (line 577) | struct sockaddr type in_addr (line 589) | struct in_addr type sockaddr (line 600) | struct sockaddr type sockaddr (line 606) | struct sockaddr type hostent (line 617) | struct hostent type hostent (line 620) | struct hostent type servent (line 624) | struct servent type servent (line 626) | struct servent type protoent (line 629) | struct protoent type protoent (line 631) | struct protoent type SOCKADDR (line 638) | typedef struct sockaddr SOCKADDR; type sockaddr (line 639) | struct sockaddr type sockaddr (line 640) | struct sockaddr type SOCKADDR_IN (line 642) | typedef struct sockaddr_in SOCKADDR_IN; type sockaddr_in (line 643) | struct sockaddr_in type sockaddr_in (line 644) | struct sockaddr_in type LINGER (line 646) | typedef struct linger LINGER; type linger (line 647) | struct linger type linger (line 648) | struct linger type IN_ADDR (line 650) | typedef struct in_addr IN_ADDR; type in_addr (line 651) | struct in_addr type in_addr (line 652) | struct in_addr type FD_SET (line 654) | typedef struct fd_set FD_SET; type fd_set (line 655) | struct fd_set type fd_set (line 656) | struct fd_set type HOSTENT (line 658) | typedef struct hostent HOSTENT; type hostent (line 659) | struct hostent type hostent (line 660) | struct hostent type SERVENT (line 662) | typedef struct servent SERVENT; type servent (line 663) | struct servent type servent (line 664) | struct servent type PROTOENT (line 666) | typedef struct protoent PROTOENT; type protoent (line 667) | struct protoent type protoent (line 668) | struct protoent type TIMEVAL (line 670) | typedef struct timeval TIMEVAL; type timeval (line 671) | struct timeval type timeval (line 672) | struct timeval FILE: source/neon_mathfun.c function v4sf (line 47) | v4sf log_ps(v4sf x) { function v4sf (line 132) | v4sf exp_ps(v4sf x) { function sincos_ps (line 218) | void sincos_ps(v4sf x, v4sf *ysin, v4sf *ycos) { // any x function v4sf (line 285) | v4sf sin_ps(v4sf x) { function v4sf (line 291) | v4sf cos_ps(v4sf x) { FILE: source/neon_mathfun.h type float32x4_t (line 6) | typedef float32x4_t v4sf; type uint32x4_t (line 7) | typedef uint32x4_t v4su; type int32x4_t (line 8) | typedef int32x4_t v4si; FILE: source/net.h type qsockaddr (line 22) | struct qsockaddr type qsocket_t (line 124) | typedef struct qsocket_s type net_landriver_t (line 167) | typedef struct type net_driver_t (line 196) | typedef struct type hostcache_t (line 238) | typedef struct type qsockaddr (line 269) | struct qsockaddr type qsocket_s (line 285) | struct qsocket_s type qsocket_s (line 288) | struct qsocket_s type qsocket_s (line 295) | struct qsocket_s type qsocket_s (line 302) | struct qsocket_s type qsocket_s (line 303) | struct qsocket_s type qsocket_s (line 313) | struct qsocket_s type PollProcedure (line 325) | typedef struct _PollProcedure FILE: source/net_adhoc.h type qsockaddr (line 27) | struct qsockaddr type qsockaddr (line 29) | struct qsockaddr type qsockaddr (line 30) | struct qsockaddr type qsockaddr (line 32) | struct qsockaddr type qsockaddr (line 33) | struct qsockaddr type qsockaddr (line 34) | struct qsockaddr type qsockaddr (line 35) | struct qsockaddr type qsockaddr (line 36) | struct qsockaddr type qsockaddr (line 37) | struct qsockaddr type qsockaddr (line 37) | struct qsockaddr type qsockaddr (line 38) | struct qsockaddr type qsockaddr (line 39) | struct qsockaddr FILE: source/net_adhoc_psp2.c type sockaddr_adhoc (line 42) | typedef struct sockaddr_adhoc type qsockaddr (line 54) | struct qsockaddr function AdHoc_Init (line 60) | int AdHoc_Init (void) function AdHoc_Shutdown (line 104) | void AdHoc_Shutdown (void) function AdHoc_Listen (line 115) | void AdHoc_Listen (bool state) function AdHoc_OpenSocket (line 137) | int AdHoc_OpenSocket (int port) function AdHoc_CloseSocket (line 149) | int AdHoc_CloseSocket (int socket) function AdHoc_Connect (line 159) | int AdHoc_Connect (int socket, struct qsockaddr *addr) function SceNetAdhocPdpStat (line 168) | SceNetAdhocPdpStat *findPdpStat(int socket, SceNetAdhocPdpStat *pdpStat) function AdHoc_CheckNewConnections (line 178) | int AdHoc_CheckNewConnections (void) function AdHoc_Read (line 198) | int AdHoc_Read (int socket, byte *buf, int len, struct qsockaddr *addr) function AdHoc_MakeSocketBroadcastCapable (line 218) | int AdHoc_MakeSocketBroadcastCapable (int socket) function AdHoc_Broadcast (line 228) | int AdHoc_Broadcast (int socket, byte *buf, int len) function AdHoc_Write (line 250) | int AdHoc_Write (int socket, byte *buf, int len, struct qsockaddr *addr) type qsockaddr (line 265) | struct qsockaddr function AdHoc_StringToAddr (line 278) | int AdHoc_StringToAddr (char *string, struct qsockaddr *addr) function AdHoc_GetSocketAddr (line 298) | int AdHoc_GetSocketAddr (int socket, struct qsockaddr *addr) function AdHoc_GetNameFromAddr (line 318) | int AdHoc_GetNameFromAddr (struct qsockaddr *addr, char *name) function AdHoc_GetAddrFromName (line 326) | int AdHoc_GetAddrFromName(char *name, struct qsockaddr *addr) function AdHoc_AddrCompare (line 334) | int AdHoc_AddrCompare (struct qsockaddr *addr1, struct qsockaddr *addr2) function AdHoc_GetSocketPort (line 345) | int AdHoc_GetSocketPort (struct qsockaddr *addr) function AdHoc_SetSocketPort (line 352) | int AdHoc_SetSocketPort (struct qsockaddr *addr, int port) FILE: source/net_dgrm.c type in_addr (line 33) | struct in_addr type sockaddr_in (line 43) | struct sockaddr_in function Strip_Port (line 92) | void Strip_Port(char *ch) type qsockaddr (line 125) | struct qsockaddr function NET_Ban_f (line 142) | void NET_Ban_f (void) function qsocket_t (line 198) | qsocket_t *Datagram_Reject(char *message, int acceptsock, struct qsockad... function Datagram_SendMessage (line 212) | int Datagram_SendMessage (qsocket_t *sock, sizebuf_t *data) function SendMessageNext (line 259) | int SendMessageNext (qsocket_t *sock) function ReSendMessage (line 292) | int ReSendMessage (qsocket_t *sock) function Datagram_CanSendMessage (line 325) | bool Datagram_CanSendMessage (qsocket_t *sock) function Datagram_CanSendUnreliableMessage (line 334) | bool Datagram_CanSendUnreliableMessage (qsocket_t *sock) function Datagram_SendUnreliableMessage (line 340) | int Datagram_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data) function Datagram_GetMessage (line 366) | int Datagram_GetMessage (qsocket_t *sock) function PrintStats (line 532) | void PrintStats(qsocket_t *s) function NET_Stats_f (line 540) | void NET_Stats_f (void) function Test_Poll (line 588) | static void Test_Poll(void) function Test_f (line 645) | static void Test_f (void) function Test2_Poll (line 716) | static void Test2_Poll(void) function Test2_f (line 774) | static void Test2_f (void) function Datagram_Init (line 833) | int Datagram_Init (void) function Datagram_Shutdown (line 867) | void Datagram_Shutdown (void) function Datagram_Close (line 885) | void Datagram_Close (qsocket_t *sock) function Datagram_Listen (line 891) | void Datagram_Listen (bool state) function qsocket_t (line 901) | static qsocket_t *_Datagram_CheckNewConnections (void) function qsocket_t (line 1165) | qsocket_t *Datagram_CheckNewConnections (void) function _Datagram_SearchForHosts (line 1177) | static void _Datagram_SearchForHosts (bool xmit) function Datagram_SearchForHosts (line 1276) | void Datagram_SearchForHosts (bool xmit) function qsocket_t (line 1287) | static qsocket_t *_Datagram_Connect (char *host) function qsocket_t (line 1486) | qsocket_t *Datagram_Connect (char *host) FILE: source/net_loop.c function Loop_Init (line 29) | int Loop_Init (void) function Loop_Shutdown (line 37) | void Loop_Shutdown (void) function Loop_Listen (line 42) | void Loop_Listen (bool state) function Loop_SearchForHosts (line 47) | void Loop_SearchForHosts (bool xmit) function qsocket_t (line 65) | qsocket_t *Loop_Connect (char *host) function qsocket_t (line 109) | qsocket_t *Loop_CheckNewConnections (void) function IntAlign (line 125) | static int IntAlign(int value) function Loop_GetMessage (line 131) | int Loop_GetMessage (qsocket_t *sock) function Loop_SendMessage (line 158) | int Loop_SendMessage (qsocket_t *sock, sizebuf_t *data) function Loop_SendUnreliableMessage (line 192) | int Loop_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data) function Loop_CanSendMessage (line 224) | bool Loop_CanSendMessage (qsocket_t *sock) function Loop_CanSendUnreliableMessage (line 232) | bool Loop_CanSendUnreliableMessage (qsocket_t *sock) function Loop_Close (line 238) | void Loop_Close (qsocket_t *sock) FILE: source/net_main.c function SetNetTime (line 82) | double SetNetTime(void) function qsocket_t (line 96) | qsocket_t *NET_NewQSocket (void) function NET_FreeQSocket (line 135) | void NET_FreeQSocket(qsocket_t *sock) function NET_Listen_f (line 161) | static void NET_Listen_f (void) function MaxPlayers_f (line 180) | static void MaxPlayers_f (void) function NET_Port_f (line 219) | static void NET_Port_f (void) function PrintSlistHeader (line 248) | static void PrintSlistHeader(void) function PrintSlist (line 256) | static void PrintSlist(void) function PrintSlistTrailer (line 271) | static void PrintSlistTrailer(void) function NET_Slist_f (line 280) | void NET_Slist_f (void) function Slist_Send (line 301) | static void Slist_Send(void) function Slist_Poll (line 317) | static void Slist_Poll(void) function qsocket_t (line 354) | qsocket_t *NET_Connect (char *host) function qsocket_t (line 443) | qsocket_t *NET_CheckNewConnections (void) function NET_Close (line 486) | void NET_Close (qsocket_t *sock) function NET_GetMessage (line 526) | int NET_GetMessage (qsocket_t *sock) function NET_SendMessage (line 611) | int NET_SendMessage (qsocket_t *sock, sizebuf_t *data) function NET_SendUnreliableMessage (line 642) | int NET_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data) function NET_CanSendMessage (line 681) | bool NET_CanSendMessage (qsocket_t *sock) function NET_SendToAll (line 708) | int NET_SendToAll(sizebuf_t *data, int blocktime) function NET_Init (line 790) | void NET_Init (void) function NET_Shutdown (line 873) | void NET_Shutdown (void) function NET_Poll (line 904) | void NET_Poll(void) function SchedulePollProcedure (line 920) | void SchedulePollProcedure(PollProcedure *proc, double timeOffset) function IsID (line 947) | bool IsID(struct qsockaddr *addr) FILE: source/net_udp.h type qsockaddr (line 27) | struct qsockaddr type qsockaddr (line 29) | struct qsockaddr type qsockaddr (line 30) | struct qsockaddr type qsockaddr (line 32) | struct qsockaddr type qsockaddr (line 33) | struct qsockaddr type qsockaddr (line 34) | struct qsockaddr type qsockaddr (line 35) | struct qsockaddr type qsockaddr (line 36) | struct qsockaddr type qsockaddr (line 37) | struct qsockaddr type qsockaddr (line 37) | struct qsockaddr type qsockaddr (line 38) | struct qsockaddr type qsockaddr (line 39) | struct qsockaddr FILE: source/net_udp_psp2.c type hostent (line 41) | struct hostent{ type in_addr (line 61) | struct in_addr { type sockaddr_in (line 65) | struct sockaddr_in { type sockaddr (line 72) | struct sockaddr { function convertSceNetSockaddrIn (line 77) | inline int convertSceNetSockaddrIn(struct SceNetSockaddrIn* src, struct ... function convertSockaddrIn (line 85) | inline int convertSockaddrIn(struct SceNetSockaddrIn* dst, const struct ... function convertSceNetSockaddr (line 93) | inline int convertSceNetSockaddr(struct SceNetSockaddr* src, struct sock... function convertSockaddr (line 100) | inline int convertSockaddr(struct SceNetSockaddr* dst, const struct sock... function socket (line 107) | inline int socket(int domain, int type, int protocol){ function recvfrom (line 111) | inline int recvfrom(int sockfd, void* buf, long len, int flags, struct s... function getsockname (line 118) | inline int getsockname(int sockfd, struct sockaddr *addr, unsigned int *... function bind (line 126) | inline int bind(int sockfd, const struct sockaddr* addr, unsigned int ad... function close (line 132) | inline int close(int sockfd){ function setsockopt (line 136) | inline int setsockopt(int sockfd, int level, int optname, const void *op... function sendto (line 140) | inline unsigned int sendto(int sockfd, const void *buf, unsigned int len... type hostent (line 147) | struct hostent type hostent (line 149) | struct hostent type SceNetInAddr (line 151) | struct SceNetInAddr type SceNetInAddr (line 170) | struct SceNetInAddr type qsockaddr (line 180) | struct qsockaddr function UDP_Init (line 190) | int UDP_Init (void) function UDP_Shutdown (line 262) | void UDP_Shutdown (void) function UDP_Listen (line 274) | void UDP_Listen (bool state) function UDP_OpenSocket (line 296) | int UDP_OpenSocket (int port) function UDP_CloseSocket (line 325) | int UDP_CloseSocket (int socket) function PartialIPAddress (line 343) | static int PartialIPAddress (char *in, struct qsockaddr *hostaddr) function UDP_Connect (line 394) | int UDP_Connect (int socket, struct qsockaddr *addr) function UDP_CheckNewConnections (line 402) | int UDP_CheckNewConnections (void) function UDP_Read (line 418) | int UDP_Read (int socket, byte *buf, int len, struct qsockaddr *addr) function UDP_MakeSocketBroadcastCapable (line 434) | int UDP_MakeSocketBroadcastCapable (int socket) function UDP_Broadcast (line 448) | int UDP_Broadcast (int socket, byte *buf, int len) function UDP_Write (line 470) | int UDP_Write (int socket, byte *buf, int len, struct qsockaddr *addr) type qsockaddr (line 485) | struct qsockaddr type sockaddr_in (line 490) | struct sockaddr_in type sockaddr_in (line 491) | struct sockaddr_in function UDP_StringToAddr (line 498) | int UDP_StringToAddr (char *string, struct qsockaddr *addr) function UDP_GetSocketAddr (line 515) | int UDP_GetSocketAddr (int socket, struct qsockaddr *addr) function UDP_GetNameFromAddr (line 534) | int UDP_GetNameFromAddr (struct qsockaddr *addr, char *name) function UDP_GetAddrFromName (line 542) | int UDP_GetAddrFromName(char *name, struct qsockaddr *addr) function UDP_AddrCompare (line 563) | int UDP_AddrCompare (struct qsockaddr *addr1, struct qsockaddr *addr2) function UDP_GetSocketPort (line 586) | int UDP_GetSocketPort (struct qsockaddr *addr) function UDP_SetSocketPort (line 593) | int UDP_SetSocketPort (struct qsockaddr *addr, int port) FILE: source/net_vcr.c function VCR_Init (line 39) | int VCR_Init (void) function VCR_ReadNext (line 56) | void VCR_ReadNext (void) function VCR_Listen (line 68) | void VCR_Listen (bool state) function VCR_Shutdown (line 73) | void VCR_Shutdown (void) function VCR_GetMessage (line 78) | int VCR_GetMessage (qsocket_t *sock) function VCR_SendMessage (line 101) | int VCR_SendMessage (qsocket_t *sock, sizebuf_t *data) function VCR_CanSendMessage (line 116) | bool VCR_CanSendMessage (qsocket_t *sock) function VCR_Close (line 131) | void VCR_Close (qsocket_t *sock) function VCR_SearchForHosts (line 136) | void VCR_SearchForHosts (bool xmit) function qsocket_t (line 141) | qsocket_t *VCR_Connect (char *host) function qsocket_t (line 147) | qsocket_t *VCR_CheckNewConnections (void) FILE: source/nonintel.c function R_Surf8Patch (line 35) | void R_Surf8Patch () function R_Surf16Patch (line 46) | void R_Surf16Patch () function R_SurfacePatch (line 57) | void R_SurfacePatch (void) FILE: source/pr_cmds.c function extension_find (line 63) | bool extension_find(char *name) function PF_extension_find (line 82) | void PF_extension_find (void) function PF_error (line 135) | void PF_error(void) function PF_objerror (line 159) | void PF_objerror(void) function PF_makevectors (line 184) | void PF_makevectors(void) function PF_setorigin (line 198) | void PF_setorigin(void) function PF_copyentity (line 209) | void PF_copyentity(void) function SetMinMaxSize (line 218) | void SetMinMaxSize(edict_t *e, float *min, float *max, bool rotate) function PF_setsize (line 303) | void PF_setsize(void) function PF_setmodel (line 322) | void PF_setmodel(void) function PF_bprint (line 361) | void PF_bprint(void) function PF_sprint (line 378) | void PF_sprint(void) function PF_centerprint (line 409) | void PF_centerprint(void) function PF_normalize (line 438) | void PF_normalize(void) function PF_vlen (line 469) | void PF_vlen(void) function PF_vectoyaw (line 489) | void PF_vectoyaw(void) function PF_vectoangles (line 516) | void PF_vectoangles(void) function PF_random (line 558) | void PF_random(void) function PF_particle (line 574) | void PF_particle(void) function PF_ambientsound (line 594) | void PF_ambientsound(void) function PF_sound (line 646) | void PF_sound(void) function PF_break (line 679) | void PF_break(void) function PF_traceline (line 697) | void PF_traceline(void) function PF_tracebox (line 725) | void PF_tracebox (void) function PF_TraceToss (line 759) | void PF_TraceToss(void) function PF_checkpos (line 796) | void PF_checkpos(void) function PF_newcheckclient (line 804) | int PF_newcheckclient(int check) function PF_checkclient (line 871) | void PF_checkclient(void) function PF_stuffcmd (line 922) | void PF_stuffcmd(void) function PF_localcmd (line 948) | void PF_localcmd(void) function PF_cvar (line 963) | void PF_cvar(void) function PF_cvar_set (line 979) | void PF_cvar_set(void) function PF_findradius (line 998) | void PF_findradius(void) function PF_dprint (line 1036) | void PF_dprint(void) function PF_ftos (line 1043) | void PF_ftos(void) function PF_fabs (line 1055) | void PF_fabs(void) function PF_vtos (line 1062) | void PF_vtos(void) function PF_etos (line 1068) | void PF_etos(void) function PF_Spawn (line 1074) | void PF_Spawn(void) function PF_Remove (line 1081) | void PF_Remove(void) function PF_Find (line 1091) | void PF_Find(void) function PR_CheckEmptyString (line 1122) | void PR_CheckEmptyString(char *s) function PF_precache_file (line 1128) | void PF_precache_file(void) function PF_precache_sound (line 1133) | void PF_precache_sound(void) function PF_precache_model (line 1158) | void PF_precache_model(void) function PF_coredump (line 1185) | void PF_coredump(void) function PF_traceon (line 1190) | void PF_traceon(void) function PF_traceoff (line 1195) | void PF_traceoff(void) function PF_eprint (line 1200) | void PF_eprint(void) function PF_walkmove (line 1212) | void PF_walkmove(void) function PF_droptofloor (line 1255) | void PF_droptofloor(void) function PF_lightstyle (line 1287) | void PF_lightstyle(void) function PF_rint (line 1313) | void PF_rint(void) function PF_floor (line 1322) | void PF_floor(void) function PF_ceil (line 1326) | void PF_ceil(void) function PF_checkbottom (line 1337) | void PF_checkbottom(void) function PF_pointcontents (line 1351) | void PF_pointcontents(void) function PF_nextent (line 1367) | void PF_nextent(void) function PF_aim (line 1399) | void PF_aim(void) function PF_changeyaw (line 1478) | void PF_changeyaw(void) function PF_changepitch (line 1521) | void PF_changepitch(void) function sizebuf_t (line 1572) | sizebuf_t *WriteDest(void) function PF_WriteByte (line 1605) | void PF_WriteByte(void) function PF_WriteChar (line 1610) | void PF_WriteChar(void) function PF_WriteShort (line 1615) | void PF_WriteShort(void) function PF_WriteLong (line 1620) | void PF_WriteLong(void) function PF_WriteAngle (line 1625) | void PF_WriteAngle(void) function PF_WriteCoord (line 1630) | void PF_WriteCoord(void) function PF_WriteString (line 1635) | void PF_WriteString(void) function PF_WriteEntity (line 1641) | void PF_WriteEntity(void) function PF_makestatic (line 1650) | void PF_makestatic(void) function PF_setspawnparms (line 1681) | void PF_setspawnparms(void) function PF_changelevel (line 1704) | void PF_changelevel(void) function PF_WaterMove (line 1749) | void PF_WaterMove(void) function PF_sin (line 1874) | void PF_sin(void) function PF_cos (line 1879) | void PF_cos(void) function PF_sqrt (line 1884) | void PF_sqrt(void) function PF_asin (line 1889) | void PF_asin(void) function PF_acos (line 1894) | void PF_acos(void) function PF_atan (line 1899) | void PF_atan(void) function PF_atan2 (line 1904) | void PF_atan2(void) function PF_tan (line 1909) | void PF_tan(void) function PF_randomvec (line 1914) | void PF_randomvec(void) function PF_min (line 1928) | void PF_min (void) function PF_max (line 1953) | void PF_max (void) function PF_bound (line 1978) | void PF_bound (void) function PF_pow (line 1990) | void PF_pow(void) function PF_findchain (line 1997) | void PF_findchain (void) function PF_findchainfloat (line 2034) | void PF_findchainfloat (void) function PF_log (line 2061) | void PF_log(void) function PF_bitshift (line 2066) | void PF_bitshift(void) function PF_Fixme (line 2079) | void PF_Fixme(void) function PF_strzone (line 2091) | void PF_strzone (void) function PF_strunzone (line 2107) | void PF_strunzone (void) function PF_strlen (line 2119) | void PF_strlen (void) function PF_strcat (line 2131) | void PF_strcat (void) function PF_substring (line 2175) | void PF_substring (void) function PF_stof (line 2214) | void PF_stof (void) function PF_stov (line 2228) | void PF_stov (void) function PF_fopen (line 2255) | void PF_fopen (void) function PF_fclose (line 2299) | void PF_fclose (void) function PF_fgets (line 2311) | void PF_fgets (void) function PF_fputs (line 2358) | void PF_fputs (void) function PF_cmd_find (line 2374) | void PF_cmd_find (void) function PF_cvar_find (line 2392) | void PF_cvar_find (void) function PF_cvar_string (line 2414) | void PF_cvar_string (void) function PF_WriteFloat (line 2437) | void PF_WriteFloat (void) function PF_etof (line 2450) | void PF_etof (void) function PF_ftoe (line 2463) | void PF_ftoe (void) function PF_builtin_find (line 2483) | void PF_builtin_find (void) FILE: source/pr_comp.h type func_t (line 23) | typedef int func_t; type string_t (line 24) | typedef int string_t; type etype_t (line 26) | typedef enum {ev_void, ev_string, ev_float, ev_vector, ev_entity, ev_fie... type dstatement_t (line 121) | typedef struct statement_s type ddef_t (line 127) | typedef struct type dfunction_t (line 138) | typedef struct type dprograms_t (line 155) | typedef struct FILE: source/pr_edict.c type gefv_cache (line 62) | typedef struct { function FindFieldOffset (line 77) | int FindFieldOffset (char *field) function FindEdictFieldOffsets (line 88) | void FindEdictFieldOffsets (void) function ED_ClearEdict (line 105) | void ED_ClearEdict (edict_t *e) function edict_t (line 122) | edict_t *ED_Alloc (void) function ED_Free (line 157) | void ED_Free (edict_t *ed) function ddef_t (line 183) | ddef_t *ED_GlobalAtOfs (int ofs) function ddef_t (line 202) | ddef_t *ED_FieldAtOfs (int ofs) function ddef_t (line 221) | ddef_t *ED_FindField (char *name) function ddef_t (line 241) | ddef_t *ED_FindGlobal (char *name) function dfunction_t (line 261) | dfunction_t *ED_FindFunction (char *name) function eval_t (line 276) | eval_t *GetEdictFieldValue(edict_t *ed, char *field) function ED_Print (line 470) | void ED_Print (edict_t *ed) function ED_Write (line 520) | void ED_Write (FILE *f, edict_t *ed) function ED_PrintNum (line 560) | void ED_PrintNum (int ent) function ED_PrintEdicts (line 572) | void ED_PrintEdicts (void) function ED_PrintEdict_f (line 588) | void ED_PrintEdict_f (void) function ED_Count (line 608) | void ED_Count (void) function ED_WriteGlobals (line 651) | void ED_WriteGlobals (FILE *f) function ED_ParseGlobals (line 684) | void ED_ParseGlobals (char *data) function ED_ParseEpair (line 763) | bool ED_ParseEpair (void *base, ddef_t *key, char *s) function ED_LoadFromFile (line 939) | void ED_LoadFromFile (char *data) function PR_LoadProgs (line 1019) | void PR_LoadProgs (const char *progsname) function PR_Extension_List_f (line 1231) | void PR_Extension_List_f (void) function PR_BuiltInList_f (line 1274) | void PR_BuiltInList_f (void) function PR_Init (line 1317) | void PR_Init (void) function edict_t (line 1345) | edict_t *EDICT_NUM(int n) function NUM_FOR_EDICT (line 1352) | int NUM_FOR_EDICT(edict_t *e) FILE: source/pr_exec.c type prstack_t (line 28) | typedef struct function PR_PrintStatement (line 150) | void PR_PrintStatement (dstatement_t *s) function PR_StackTrace (line 190) | void PR_StackTrace (void) function PR_Profile_f (line 222) | void PR_Profile_f (void) function PR_RunError (line 261) | void PR_RunError (char *error, ...) function PR_EnterFunction (line 296) | int PR_EnterFunction (dfunction_t *f) function PR_LeaveFunction (line 335) | int PR_LeaveFunction (void) function PR_ExecuteProgram (line 363) | void PR_ExecuteProgram (func_t fnum) FILE: source/progs.h type eval_t (line 24) | typedef union eval_s type edict_t (line 35) | typedef struct edict_s type ebfs_builtin_t (line 121) | typedef struct ebfs_builtin_s FILE: source/quakedef.h type entity_state_t (line 239) | typedef struct type quakeparms_t (line 295) | typedef struct type ModsList (line 441) | typedef struct ModsList{ FILE: source/r_local.h type alight_t (line 35) | typedef struct { type bedge_t (line 44) | typedef struct bedge_s type auxvert_t (line 50) | typedef struct { type clipplane_t (line 87) | typedef struct clipplane_s type btofpoly_t (line 206) | typedef struct btofpoly_s { FILE: source/r_part.c function R_InitParticles (line 47) | void R_InitParticles (void) function R_EntityParticles (line 81) | void R_EntityParticles (entity_t *ent) function R_ClearParticles (line 150) | void R_ClearParticles (void) function R_ReadPointFile_f (line 167) | void R_ReadPointFile_f (void) function R_ParseParticleEffect (line 222) | void R_ParseParticleEffect (void) function R_ParticleExplosion (line 248) | void R_ParticleExplosion (vec3_t org) function R_ParticleExplosion2 (line 288) | void R_ParticleExplosion2 (vec3_t org, int colorStart, int colorLength) function R_BlobExplosion (line 322) | void R_BlobExplosion (vec3_t org) function R_RunParticleEffect (line 367) | void R_RunParticleEffect (vec3_t org, vec3_t dir, int color, int count) function R_LavaSplash (line 422) | void R_LavaSplash (vec3_t org) function R_TeleportSplash (line 464) | void R_TeleportSplash (vec3_t org) function R_RocketTrail (line 507) | void R_RocketTrail (vec3_t start, vec3_t end, int type) function CL_RunParticles (line 619) | void CL_RunParticles (void) function R_DrawParticles (line 727) | void R_DrawParticles (void) FILE: source/r_shared.h type espan_t (line 72) | typedef struct espan_s type surf_t (line 80) | typedef struct surf_s type edge_t (line 144) | typedef struct edge_s FILE: source/render.h type efrag_t (line 30) | typedef struct efrag_s type entity_t (line 39) | typedef struct entity_s type refdef_t (line 92) | typedef struct type texture_s (line 132) | struct texture_s type miptex_s (line 141) | struct miptex_s FILE: source/sbar.c function Sbar_ShowScores (line 78) | void Sbar_ShowScores (void) function Sbar_DontShowScores (line 93) | void Sbar_DontShowScores (void) function Sbar_Changed (line 104) | void Sbar_Changed (void) function Sbar_Init (line 114) | void Sbar_Init (void) function Sbar_DrawPic (line 263) | inline __attribute__((always_inline)) void Sbar_DrawPic (int x, int y, q... function Sbar_DrawPicAlpha (line 273) | inline __attribute__((always_inline)) void Sbar_DrawPicAlpha (int x, int... function Sbar_DrawCharacter (line 285) | inline __attribute__((always_inline)) void Sbar_DrawCharacter (int x, in... function Sbar_DrawString (line 295) | inline __attribute__((always_inline)) void Sbar_DrawString (int x, int y... function Sbar_itoa (line 305) | int Sbar_itoa (int num, char *buf) function Sbar_DrawNum (line 341) | void Sbar_DrawNum (int x, int y, int num, int digits, int color) function Sbar_SortFrags (line 384) | void Sbar_SortFrags (void) function Sbar_ColorForMap (line 409) | int Sbar_ColorForMap (int m) function Sbar_UpdateScoreboard (line 419) | void Sbar_UpdateScoreboard (void) function Sbar_SoloScoreboard (line 450) | void Sbar_SoloScoreboard (void) function Sbar_DrawScoreboard (line 482) | void Sbar_DrawScoreboard (void) function Sbar_DrawInventory (line 496) | void Sbar_DrawInventory (void) function Sbar_DrawFrags (line 717) | void Sbar_DrawFrags (void) function Sbar_DrawFace (line 768) | void Sbar_DrawFace (void) function Sbar_Draw (line 867) | void Sbar_Draw (void) function Sbar_IntermissionNumber (line 1001) | void Sbar_IntermissionNumber (int x, int y, int num, int digits, int color) function Sbar_DeathmatchOverlay (line 1033) | void Sbar_DeathmatchOverlay (void) function Sbar_MiniDeathmatchOverlay (line 1101) | void Sbar_MiniDeathmatchOverlay (void) function Sbar_IntermissionOverlay (line 1189) | void Sbar_IntermissionOverlay (void) function Sbar_FinaleOverlay (line 1240) | void Sbar_FinaleOverlay (void) FILE: source/server.h type server_static_t (line 22) | typedef struct type server_state_t (line 33) | typedef enum {ss_loading, ss_active} server_state_t; type server_t (line 35) | typedef struct type client_t (line 78) | typedef struct client_s type qsocket_s (line 248) | struct qsocket_s FILE: source/snd_dma.c function S_AmbientOff (line 98) | void S_AmbientOff (void) function S_AmbientOn (line 104) | void S_AmbientOn (void) function S_SoundInfo_f (line 110) | void S_SoundInfo_f(void) function S_Startup (line 135) | void S_Startup (void) function S_Init (line 165) | void S_Init (void) function S_Shutdown (line 246) | void S_Shutdown(void) function sfx_t (line 275) | sfx_t *S_FindName (char *name) function S_TouchSound (line 311) | void S_TouchSound (char *name) function sfx_t (line 328) | sfx_t *S_PrecacheSound (char *name) function channel_t (line 352) | channel_t *SND_PickChannel(int entnum, int entchannel) function SND_Spatialize (line 396) | void SND_Spatialize(channel_t *ch) function S_StartSound (line 449) | void S_StartSound(int entnum, int entchannel, sfx_t *sfx, vec3_t origin,... function S_StopSound (line 517) | void S_StopSound(int entnum, int entchannel) function S_StopAllSounds (line 533) | void S_StopAllSounds(bool clear) function S_StopAllSoundsC (line 552) | void S_StopAllSoundsC (void) function S_ClearBuffer (line 557) | void S_ClearBuffer (void) function S_StaticSound (line 618) | void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuat... function S_UpdateAmbientSounds (line 662) | void S_UpdateAmbientSounds (void) function S_Update (line 719) | void S_Update(vec3_t origin, vec3_t forward, vec3_t right, vec3_t up) function GetSoundtime (line 808) | void GetSoundtime(void) function S_ExtraUpdate (line 842) | void S_ExtraUpdate (void) function S_Update_ (line 854) | void S_Update_(void) function S_Play (line 910) | void S_Play(void) function S_PlayVol (line 933) | void S_PlayVol(void) function S_SoundList (line 958) | void S_SoundList(void) function S_LocalSound (line 983) | void S_LocalSound (char *sound) function S_ClearPrecache (line 1002) | void S_ClearPrecache (void) function S_BeginPrecaching (line 1007) | void S_BeginPrecaching (void) function S_EndPrecaching (line 1012) | void S_EndPrecaching (void) FILE: source/snd_mem.c function ResampleSfx (line 33) | void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) function sfxcache_t (line 97) | sfxcache_t *S_LoadSound (sfx_t *s) function GetLittleShort (line 172) | short GetLittleShort(void) function GetLittleLong (line 181) | int GetLittleLong(void) function FindNextChunk (line 192) | void FindNextChunk(char *name) function FindChunk (line 220) | void FindChunk(char *name) function DumpChunks (line 227) | void DumpChunks(void) function wavinfo_t (line 248) | wavinfo_t GetWavinfo (char *name, byte *wav, int wavlength) FILE: source/snd_mix.c function Snd_WriteLinearBlastStereo16 (line 35) | void Snd_WriteLinearBlastStereo16 (void) function S_TransferStereo16 (line 61) | void S_TransferStereo16 (int endtime) function S_TransferPaintBuffer (line 135) | void S_TransferPaintBuffer(int endtime) function S_PaintChannels (line 257) | void S_PaintChannels(int endtime) function SND_InitScaletable (line 330) | void SND_InitScaletable (void) function SND_PaintChannelFrom8 (line 342) | void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count) function SND_PaintChannelFrom16 (line 371) | void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int count) FILE: source/snd_psp2.c function audio_thread (line 37) | static int audio_thread(int args, void *argp) function SNDDMA_Init (line 56) | bool SNDDMA_Init(void) function SNDDMA_GetDMAPos (line 87) | int SNDDMA_GetDMAPos(void) function SNDDMA_Shutdown (line 101) | void SNDDMA_Shutdown(void) function SNDDMA_Submit (line 115) | void SNDDMA_Submit(void) FILE: source/sound.h type portable_samplepair_t (line 29) | typedef struct type sfx_t (line 35) | typedef struct sfx_s type sfxcache_t (line 42) | typedef struct type dma_t (line 52) | typedef struct type channel_t (line 67) | typedef struct type wavinfo_t (line 82) | typedef struct FILE: source/spritegn.h type synctype_t (line 66) | typedef enum {ST_SYNC=0, ST_RAND } synctype_t; type dsprite_t (line 70) | typedef struct { type dspriteframe_t (line 88) | typedef struct { type dspritegroup_t (line 94) | typedef struct { type dspriteinterval_t (line 98) | typedef struct { type spriteframetype_t (line 102) | typedef enum { SPR_SINGLE=0, SPR_GROUP } spriteframetype_t; type dspriteframetype_t (line 104) | typedef struct { FILE: source/sv_main.c function SV_Init (line 39) | void SV_Init (void) function SV_StartParticle (line 86) | void SV_StartParticle (vec3_t org, vec3_t dir, int color, int count) function SV_StartSound (line 124) | void SV_StartSound (edict_t *entity, int channel, char *sample, int volume, function SV_SendServerinfo (line 195) | void SV_SendServerinfo (client_t *client) function SV_ConnectClient (line 263) | void SV_ConnectClient (int clientnum) function SV_CheckForNewClients (line 325) | void SV_CheckForNewClients (void) function SV_ClearDatagram (line 371) | void SV_ClearDatagram (void) function SV_AddToFatPVS (line 390) | void SV_AddToFatPVS (vec3_t org, mnode_t *node) function byte (line 433) | byte *SV_FatPVS (vec3_t org) function SV_WriteEntitiesToClient (line 449) | void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg) function SV_CleanupEnts (line 627) | void SV_CleanupEnts (void) function SV_WriteClientdataToMessage (line 646) | void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg) function SV_SendClientDatagram (line 790) | bool SV_SendClientDatagram (client_t *client) function SV_UpdateToReliableMessages (line 826) | void SV_UpdateToReliableMessages (void) function SV_SendNop (line 868) | void SV_SendNop (client_t *client) function SV_SendClientMessages (line 889) | void SV_SendClientMessages (void) function SV_ModelIndex (line 978) | int SV_ModelIndex (char *name) function SV_CreateBaseline (line 999) | void SV_CreateBaseline (void) function SV_SendReconnect (line 1059) | void SV_SendReconnect (void) function SV_SaveSpawnparms (line 1089) | void SV_SaveSpawnparms (void) function SV_SpawnServer (line 1121) | void SV_SpawnServer (char *server) FILE: source/sv_move.c function SV_CheckBottom (line 37) | bool SV_CheckBottom (edict_t *ent) function SV_movestep (line 110) | bool SV_movestep (edict_t *ent, vec3_t move, bool relink) function SV_StepDirection (line 233) | bool SV_StepDirection (edict_t *ent, float yaw, float dist) function SV_FixCheckBottom (line 268) | void SV_FixCheckBottom (edict_t *ent) function SV_NewChaseDir (line 284) | void SV_NewChaseDir (edict_t *actor, edict_t *enemy, float dist) function SV_CloseEnough (line 373) | bool SV_CloseEnough (edict_t *ent, edict_t *goal, float dist) function SV_MoveToGoal (line 393) | void SV_MoveToGoal (void) FILE: source/sv_phys.c function SV_CheckAllEnts (line 63) | void SV_CheckAllEnts (void) function SV_CheckVelocity (line 92) | void SV_CheckVelocity (edict_t *ent) function SV_RunThink (line 128) | bool SV_RunThink (edict_t *ent) function SV_Impact (line 155) | void SV_Impact (edict_t *e1, edict_t *e2) function ClipVelocity (line 192) | int ClipVelocity (vec3_t in, vec3_t normal, vec3_t out, float overbounce) function SV_FlyMove (line 231) | int SV_FlyMove (edict_t *ent, float time, trace_t *steptrace) function SV_AddGravity (line 373) | void SV_AddGravity (edict_t *ent) function trace_t (line 410) | trace_t SV_PushEntity (edict_t *ent, vec3_t push) function SV_PushMove (line 441) | void SV_PushMove (edict_t *pusher, float movetime) function SV_PushRotate (line 568) | void SV_PushRotate (edict_t *pusher, float movetime) function SV_Physics_Pusher (line 706) | void SV_Physics_Pusher (edict_t *ent) function SV_CheckStuck (line 764) | void SV_CheckStuck (edict_t *ent) function SV_CheckWater (line 810) | bool SV_CheckWater (edict_t *ent) function SV_WallFriction (line 869) | void SV_WallFriction (edict_t *ent, trace_t *trace) function SV_TryUnstick (line 903) | int SV_TryUnstick (edict_t *ent, vec3_t oldvel) function SV_WalkMove (line 960) | void SV_WalkMove (edict_t *ent) function SV_Physics_Client (line 1061) | void SV_Physics_Client (edict_t *ent, int num) function SV_Physics_None (line 1144) | void SV_Physics_None (edict_t *ent) function SV_Physics_Follow (line 1158) | void SV_Physics_Follow (edict_t *ent) function SV_Physics_Noclip (line 1174) | void SV_Physics_Noclip (edict_t *ent) function SV_CheckWaterTransition (line 1200) | void SV_CheckWaterTransition (edict_t *ent) function SV_Physics_Toss (line 1247) | void SV_Physics_Toss (edict_t *ent) function SV_Physics_Step (line 1365) | void SV_Physics_Step (edict_t *ent) function SV_Physics_Step (line 1470) | void SV_Physics_Step (edict_t *ent) function SV_Physics (line 1509) | void SV_Physics (void) function trace_t (line 1580) | trace_t SV_Trace_Toss (edict_t *ent, edict_t *ignore) FILE: source/sv_user.c function SV_SetIdealPitch (line 58) | void SV_SetIdealPitch (void) function SV_UserFriction (line 127) | void SV_UserFriction (void) function SV_Accelerate (line 172) | void SV_Accelerate (void) function SV_AirAccelerate (line 189) | void SV_AirAccelerate (vec3_t wishveloc) function DropPunchAngle (line 211) | void DropPunchAngle (void) function SV_WaterMove (line 229) | void SV_WaterMove (void) function SV_WaterJump (line 289) | void SV_WaterJump (void) function SV_AirMove (line 308) | void SV_AirMove (void) function SV_ClientThink (line 362) | void SV_ClientThink (void) function SV_ReadClientMove (line 420) | void SV_ReadClientMove (usercmd_t *move) function SV_ReadClientMessage (line 485) | bool SV_ReadClientMessage (void) function SV_RunClients (line 603) | void SV_RunClients (void) FILE: source/sys_psp2.c function ModsList (line 44) | ModsList *addMod(char* name, ModsList* db){ function Sys_FindHandle (line 90) | int Sys_FindHandle(void) function Log (line 100) | void Log(const char *format, ...) { function Sys_FileLength (line 120) | int Sys_FileLength(FILE *f) function Sys_FileOpenRead (line 133) | int Sys_FileOpenRead(char *path, int *hndl) function Sys_FileOpenWrite (line 152) | int Sys_FileOpenWrite(char *path) function Sys_FileClose (line 167) | void Sys_FileClose(int handle) function Sys_FileSeek (line 173) | void Sys_FileSeek(int handle, int position) function Sys_FileRead (line 178) | int Sys_FileRead(int handle, void *dest, int count) function Sys_FileWrite (line 183) | int Sys_FileWrite(int handle, void *data, int count) function Sys_FileTime (line 188) | int Sys_FileTime(char *path) function Sys_mkdir (line 202) | void Sys_mkdir(char *path) function Sys_BigStackRewind (line 207) | void Sys_BigStackRewind(void) function Sys_BigStackFree (line 229) | void Sys_BigStackFree(int size, char* purpose) function Sys_MakeCodeWriteable (line 251) | void Sys_MakeCodeWriteable(unsigned long startaddr, unsigned long length) function Sys_Quit (line 255) | void Sys_Quit(void) function Sys_Error (line 261) | void Sys_Error(const char *error, ...) function Sys_Printf (line 279) | void Sys_Printf(char *fmt, ...) function Sys_Sleep (line 300) | void Sys_Sleep(void) function Sys_FloatTime (line 304) | double Sys_FloatTime(void) function Sys_HighFPPrecision (line 311) | void Sys_HighFPPrecision(void) function Sys_LowFPPrecision (line 315) | void Sys_LowFPPrecision(void) type psvita_buttons (line 326) | typedef struct function PSP2_KeyDown (line 351) | void PSP2_KeyDown(int keys) { function PSP2_KeyUp (line 360) | void PSP2_KeyUp(int keys, int oldkeys) { function Sys_SendKeyEvents (line 369) | void Sys_SendKeyEvents(void) function ascii2utf (line 400) | void ascii2utf(uint16_t* dst, char* src){ function utf2ascii (line 406) | void utf2ascii(char* dst, uint16_t* src){ function simulateKeyPress (line 412) | void simulateKeyPress(char* text){ function CheckForMod (line 432) | bool CheckForMod(char* dir) function quake_main (line 446) | int quake_main (unsigned int argc, void* argv){ function main (line 807) | int main(int argc, char **argv) { FILE: source/vid.h type byte (line 26) | typedef byte pixel_t; type vrect_t (line 28) | typedef struct vrect_s type viddef_t (line 34) | typedef struct FILE: source/view.c function V_CalcRoll (line 91) | float V_CalcRoll (vec3_t angles, vec3_t velocity) function V_CalcBob (line 122) | float V_CalcBob (void) function V_StartPitchDrift (line 152) | void V_StartPitchDrift (void) function V_StopPitchDrift (line 168) | void V_StopPitchDrift (void) function V_DriftPitch (line 188) | void V_DriftPitch (void) function V_CalcBlend (line 254) | void V_CalcBlend (void) function BuildGammaTable (line 317) | void BuildGammaTable (float g) function V_CheckGamma (line 344) | bool V_CheckGamma (void) function V_ParseDamage (line 365) | void V_ParseDamage (void) function V_cshift_f (line 436) | void V_cshift_f (void) function V_BonusFlash_f (line 452) | void V_BonusFlash_f (void) function V_SetContentsColor (line 467) | void V_SetContentsColor (int contents) function V_CalcPowerupCshift (line 492) | void V_CalcPowerupCshift (void) function V_UpdatePalette (line 531) | void V_UpdatePalette (void) function angledelta (line 608) | float angledelta (float a) function CalcGunAngle (line 621) | void CalcGunAngle (void) function V_BoundOffsets (line 688) | void V_BoundOffsets (void) function V_AddIdle (line 718) | void V_AddIdle (void) function V_CalcViewRoll (line 743) | void V_CalcViewRoll (void) function V_CalcIntermissionRefdef (line 772) | void V_CalcIntermissionRefdef (void) function V_CalcRefdef (line 799) | void V_CalcRefdef (void) function V_RenderView (line 935) | void V_RenderView (void) function V_Init (line 971) | void V_Init (void) FILE: source/wad.c function W_CleanupName (line 41) | void W_CleanupName (const char *in, char *out) function W_LoadWadFile (line 68) | void W_LoadWadFile (char *filename) function lumpinfo_t (line 107) | lumpinfo_t *W_GetLumpinfo (const char *name) function SwapPic (line 154) | void SwapPic (qpic_t *pic) type texwadlump_t (line 170) | typedef struct { function WAD3_LoadTextureWadFile (line 179) | void WAD3_LoadTextureWadFile (char *filename) { function byte (line 249) | static byte *ConvertWad3ToRGBA(miptex_t *tex) { function byte (line 276) | byte *WAD3_LoadTexture(miptex_t *mt) { FILE: source/wad.h type qpic_t (line 39) | typedef struct type wadinfo_t (line 47) | typedef struct type lumpinfo_t (line 54) | typedef struct FILE: source/webdownload.c function Write (line 41) | static size_t Write( void *ptr, size_t size, size_t nmemb, void *stream ) function Progress (line 57) | static int Progress( void *clientp, double dltotal, double dlnow, double... function Web_Cleanup (line 70) | static void Web_Cleanup( void ) function Web_Init (line 83) | static int Web_Init( void ) function Web_Get (line 169) | int Web_Get( const char *url, const char *referer, const char *name, int... FILE: source/world.c type moveclip_t (line 24) | typedef struct function SV_InitBoxHull (line 55) | void SV_InitBoxHull(void) function hull_t (line 88) | hull_t *SV_HullForBox(vec3_t mins, vec3_t maxs) function hull_t (line 108) | hull_t *SV_HullForEntity(edict_t *ent, vec3_t mins, vec3_t maxs, vec3_t ... function areanode_t (line 173) | areanode_t *SV_CreateAreaNode(int depth, vec3_t mins, vec3_t maxs) function SV_ClearWorld (line 208) | void SV_ClearWorld(void) function SV_UnlinkEdict (line 217) | void SV_UnlinkEdict(edict_t *ent) function SV_TouchLinks (line 226) | void SV_TouchLinks(edict_t *ent, areanode_t *node) function SV_FindTouchedLeafs (line 284) | void SV_FindTouchedLeafs(edict_t *ent, mnode_t *node) function SV_LinkEdict (line 321) | void SV_LinkEdict(edict_t *ent, bool touch_triggers) function SV_HullPointContents (line 430) | int SV_HullPointContents(hull_t *hull, int num, vec3_t p) function SV_PointContents (line 461) | int SV_PointContents(vec3_t p) function SV_TruePointContents (line 471) | int SV_TruePointContents(vec3_t p) function edict_t (line 484) | edict_t *SV_TestEntityPosition(edict_t *ent) function SV_RecursiveHullCheck (line 510) | bool SV_RecursiveHullCheck(hull_t *hull, int num, float p1f, float p2f, ... function trace_t (line 627) | trace_t SV_ClipMoveToEntity(edict_t *ent, vec3_t start, vec3_t mins, vec... function SV_ClipToLinks (line 728) | void SV_ClipToLinks(areanode_t *node, moveclip_t *clip) function SV_MoveBounds (line 804) | void SV_MoveBounds(vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, v... function trace_t (line 823) | trace_t SV_Move(vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int ... FILE: source/world.h type areanode_t (line 19) | typedef struct areanode_s type plane_t (line 28) | typedef struct type trace_t (line 34) | typedef struct FILE: source/zone.c type memblock_t (line 23) | typedef struct memblock_s { type memzone_t (line 31) | typedef struct { function Z_ClearZone (line 62) | void Z_ClearZone(memzone_t *zone, int size) function Z_Free (line 85) | void Z_Free(void *ptr) function Z_Print (line 196) | void Z_Print(memzone_t *zone) function Z_CheckHeap (line 221) | void Z_CheckHeap (void) type hunk_t (line 279) | typedef struct { function Hunk_Check (line 303) | void Hunk_Check(void) function Hunk_Print (line 324) | void Hunk_Print(bool all) function Hunk_Print_f (line 394) | void Hunk_Print_f(void) function Hunk_LowMark (line 444) | int Hunk_LowMark(void) function Hunk_FreeToLowMark (line 449) | void Hunk_FreeToLowMark(int mark) function Hunk_HighMark (line 457) | int Hunk_HighMark(void) function Hunk_FreeToHighMark (line 467) | void Hunk_FreeToHighMark(int mark) type cache_system_t (line 553) | typedef struct cache_system_s { function Cache_Move (line 570) | void Cache_Move(cache_system_t *c) function Cache_FreeLow (line 599) | void Cache_FreeLow(int new_low_hunk) function Cache_FreeHigh (line 620) | void Cache_FreeHigh(int new_high_hunk) function Cache_UnlinkLRU (line 640) | void Cache_UnlinkLRU(cache_system_t *cs) function Cache_MakeLRU (line 651) | void Cache_MakeLRU(cache_system_t *cs) function cache_system_t (line 670) | cache_system_t *Cache_TryAlloc(int size, bool nobottom) function Cache_Flush (line 744) | void Cache_Flush(void) function Cache_Print (line 755) | void Cache_Print(void) function Cache_Report (line 768) | void Cache_Report(void) function Cache_Compact (line 778) | void Cache_Compact(void) function Cache_Init (line 787) | void Cache_Init(void) function Cache_Free (line 802) | void Cache_Free(cache_user_t *c) function Memory_Init (line 884) | void Memory_Init(void *buf, int size) FILE: source/zone.h type cache_user_t (line 111) | typedef struct cache_user_s