Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyOwnClone/quake_watch
/ functions
Functions
1,132 in github.com/MyOwnClone/quake_watch
⨍
Functions
1,132
◇
Types & classes
106
↓ 299 callers
Function
Con_Printf
================ Con_Printf Handles cursor positioning, line wrapping, etc ================ */ FIXME: make a buffer size safe vsprintf?
qwatch WatchKit Extension/id1/console.c:376
↓ 187 callers
Function
Sys_Error
qwatch WatchKit Extension/id1Watch/sys_watch.c:257
↓ 145 callers
Function
Cvar_RegisterVariable
============ Cvar_RegisterVariable Adds a freestanding variable to the variable list. ============ */
qwatch WatchKit Extension/id1/cvar.c:151
↓ 138 callers
Function
MSG_WriteByte
qwatch WatchKit Extension/id1/common.c:525
↓ 132 callers
Function
Cmd_AddCommand
============ Cmd_AddCommand ============ */
qwatch WatchKit Extension/id1/cmd.c:532
↓ 122 callers
Function
M_Print
qwatch WatchKit Extension/id1/menu.c:121
↓ 94 callers
Function
Draw_PicFromWad
qwatch WatchKit Extension/id1/draw.c:54
↓ 82 callers
Function
Cmd_Argv
============ Cmd_Argv ============ */
qwatch WatchKit Extension/id1/cmd.c:456
↓ 61 callers
Function
Draw_CachePic
================ Draw_CachePic ================ */
qwatch WatchKit Extension/id1/draw.c:64
↓ 60 callers
Function
MSG_ReadByte
qwatch WatchKit Extension/id1/common.c:625
↓ 53 callers
Function
MSG_ReadCoord
qwatch WatchKit Extension/id1/common.c:719
↓ 51 callers
Function
va
============ va does a varargs printf into a temp buffer, so I don't need to have varargs versions of all text functions. FIXME: make this buffer siz
qwatch WatchKit Extension/id1/common.c:1176
↓ 50 callers
Function
Hunk_AllocName
=================== Hunk_AllocName =================== */
qwatch WatchKit Extension/id1/zone.c:399
↓ 44 callers
Function
Cbuf_AddText
============ Cbuf_AddText Adds command text at the end of the buffer ============ */
qwatch WatchKit Extension/id1/cmd.c:86
↓ 44 callers
Function
SZ_Clear
qwatch WatchKit Extension/id1/common.c:751
↓ 44 callers
Function
S_LocalSound
qwatch WatchKit Extension/id1/snd_dma.c:995
↓ 43 callers
Function
Q_strcpy
qwatch WatchKit Extension/id1/common.c:182
↓ 41 callers
Function
Cmd_Argc
============ Cmd_Argc ============ */
qwatch WatchKit Extension/id1/cmd.c:446
↓ 40 callers
Function
Cvar_SetValue
============ Cvar_SetValue ============ */
qwatch WatchKit Extension/id1/cvar.c:135
↓ 35 callers
Function
MSG_WriteString
qwatch WatchKit Extension/id1/common.c:578
↓ 35 callers
Function
Sbar_DrawPicInSequence
================ Sbar_DrawPicInSequence ================ */
qwatch WatchKit Extension/id1/sbar.c:283
↓ 32 callers
Function
Con_DPrintf
================ Con_DPrintf A Con_Printf that only shows up if the "developer" cvar is set ================ */
qwatch WatchKit Extension/id1/console.c:423
↓ 32 callers
Function
M_DrawTransPic
qwatch WatchKit Extension/id1/menu.c:141
↓ 32 callers
Function
Sys_FloatTime
qwatch WatchKit Extension/id1Watch/sys_watch.c:305
↓ 30 callers
Function
COM_CheckParm
================ COM_CheckParm Returns the position (1 to argc-1) in the program's argument list where the given parameter apears, or 0 if not presen
qwatch WatchKit Extension/id1/common.c:997
↓ 30 callers
Function
Q_memcpy
qwatch WatchKit Extension/id1/common.c:156
↓ 28 callers
Function
SV_LinkEdict
=============== SV_LinkEdict =============== */
qwatch WatchKit Extension/id1/world.c:372
↓ 27 callers
Function
M_DrawCharacter
================ M_DrawCharacter Draws one solid graphics character ================ */
qwatch WatchKit Extension/id1/menu.c:116
↓ 27 callers
Function
Q_strlen
qwatch WatchKit Extension/id1/common.c:201
↓ 25 callers
Function
MSG_WriteLong
qwatch WatchKit Extension/id1/common.c:552
↓ 24 callers
Function
VectorScale
qwatch WatchKit Extension/id1/mathlib.c:411
↓ 23 callers
Function
Host_Error
================ Host_Error This shuts down both the client and server ================ */
qwatch WatchKit Extension/id1/host.c:124
↓ 22 callers
Function
MSG_ReadString
qwatch WatchKit Extension/id1/common.c:699
↓ 22 callers
Function
M_DrawTextBox
qwatch WatchKit Extension/id1/menu.c:185
↓ 22 callers
Function
PR_RunError
============ PR_RunError Aborts the currently executing function ============ */
qwatch WatchKit Extension/id1/pr_exec.c:261
↓ 21 callers
Function
Cvar_Set
============ Cvar_Set ============ */
qwatch WatchKit Extension/id1/cvar.c:104
↓ 21 callers
Function
EDICT_NUM
qwatch WatchKit Extension/id1/pr_edict.c:1089
↓ 20 callers
Function
Q_strncasecmp
qwatch WatchKit Extension/id1/common.c:259
↓ 20 callers
Function
S_StartSound
qwatch WatchKit Extension/id1/snd_dma.c:458
↓ 20 callers
Function
VectorNormalize
qwatch WatchKit Extension/id1/mathlib.c:385
↓ 19 callers
Function
Q_strcmp
qwatch WatchKit Extension/id1/common.c:227
↓ 17 callers
Function
Draw_Character
================ Draw_Character Draws one 8*8 graphics character with 0 being transparent. It can be clipped to the top of the screen to allow the co
qwatch WatchKit Extension/id1/draw.c:135
↓ 17 callers
Function
KeyDown
qwatch WatchKit Extension/id1/cl_input.c:58
↓ 17 callers
Function
KeyUp
qwatch WatchKit Extension/id1/cl_input.c:87
↓ 17 callers
Function
M_DrawPic
qwatch WatchKit Extension/id1/menu.c:146
↓ 17 callers
Function
PR_ExecuteProgram
==================== PR_ExecuteProgram ==================== */
qwatch WatchKit Extension/id1/pr_exec.c:361
↓ 17 callers
Function
Q_strcasecmp
qwatch WatchKit Extension/id1/common.c:289
↓ 17 callers
Function
SV_Move
================== SV_Move ================== */
qwatch WatchKit Extension/id1/world.c:923
↓ 17 callers
Function
Sys_FileRead
qwatch WatchKit Extension/id1Watch/sys_watch.c:140
↓ 17 callers
Function
Sys_FileWrite
qwatch WatchKit Extension/id1Watch/sys_watch.c:145
↓ 16 callers
Function
M_PrintWhite
qwatch WatchKit Extension/id1/menu.c:131
↓ 16 callers
Function
Q_memset
qwatch WatchKit Extension/id1/common.c:140
↓ 16 callers
Function
SV_ClientPrintf
================= SV_ClientPrintf Sends text across to be displayed FIXME: make this just a stuffed echo? ================= */
qwatch WatchKit Extension/id1/host.c:280
↓ 16 callers
Function
TransformVector
================ TransformVector ================ */
qwatch WatchKit Extension/id1/r_misc.c:302
↓ 15 callers
Function
AngleVectors
qwatch WatchKit Extension/id1/mathlib.c:292
↓ 15 callers
Function
Cmd_ForwardToServer
=================== Cmd_ForwardToServer Sends the entire command line over to the server =================== */
qwatch WatchKit Extension/id1/cmd.c:660
↓ 15 callers
Function
MSG_WriteShort
qwatch WatchKit Extension/id1/common.c:538
↓ 15 callers
Function
S_PrecacheSound
================== S_PrecacheSound ================== */
qwatch WatchKit Extension/id1/snd_dma.c:335
↓ 15 callers
Function
Sbar_Changed
=============== Sbar_Changed =============== */
qwatch WatchKit Extension/id1/sbar.c:101
↓ 14 callers
Function
CL_KeyState
=============== CL_KeyState Returns 0.25 if a key was pressed and released during the frame, 0.5 if it was pressed and held 0 if held then released,
qwatch WatchKit Extension/id1/cl_input.c:171
↓ 14 callers
Function
Sys_Printf
qwatch WatchKit Extension/id1Watch/sys_watch.c:281
↓ 13 callers
Function
MSG_ReadLong
qwatch WatchKit Extension/id1/common.c:659
↓ 13 callers
Function
MSG_ReadShort
qwatch WatchKit Extension/id1/common.c:641
↓ 13 callers
Function
Q_atoi
qwatch WatchKit Extension/id1/common.c:294
↓ 13 callers
Function
SCR_UpdateScreen
================== SCR_UpdateScreen This is called every frame, and can also be called explicitly to flush text to the screen. WARNING: be very care
qwatch WatchKit Extension/id1/screen.c:811
↓ 13 callers
Function
SetNetTime
qwatch WatchKit Extension/id1/net_main.c:103
↓ 12 callers
Function
Draw_TransPic
============= Draw_TransPic ============= */
qwatch WatchKit Extension/id1/draw.c:416
↓ 12 callers
Function
MSG_WriteChar
qwatch WatchKit Extension/id1/common.c:512
↓ 12 callers
Function
MSG_WriteCoord
qwatch WatchKit Extension/id1/common.c:586
↓ 12 callers
Function
SZ_Write
qwatch WatchKit Extension/id1/common.c:779
↓ 12 callers
Function
Sbar_ColorForMap
qwatch WatchKit Extension/id1/sbar.c:495
↓ 12 callers
Function
Sbar_DrawCharacter
================ Sbar_DrawCharacter Draws one solid graphics character ================ */
qwatch WatchKit Extension/id1/sbar.c:334
↓ 11 callers
Function
CL_Disconnect
===================== CL_Disconnect Sends a disconnect message to the server This is also called on Host_Error, so it shouldn't cause any errors ====
qwatch WatchKit Extension/id1/cl_main.c:99
↓ 11 callers
Function
NUM_FOR_EDICT
qwatch WatchKit Extension/id1/pr_edict.c:1096
↓ 11 callers
Function
SV_StartSound
================== SV_StartSound Each entity can have eight independant sound sources, like voice, weapon, feet, etc. Channel 0 is an auto-allocate
qwatch WatchKit Extension/id1/sv_main.c:118
↓ 10 callers
Function
Cache_Check
============== Cache_Check ============== */
qwatch WatchKit Extension/id1/zone.c:849
↓ 10 callers
Function
Draw_Fill
============= Draw_Fill Fills a box of pixels with a single color ============= */
qwatch WatchKit Extension/id1/draw.c:888
↓ 10 callers
Function
Draw_Pic
============= Draw_Pic ============= */
qwatch WatchKit Extension/id1/draw.c:327
↓ 10 callers
Function
MSG_WriteAngle
qwatch WatchKit Extension/id1/common.c:591
↓ 10 callers
Function
SV_RunThink
============= SV_RunThink Runs thinking code if time. There is some play in the exact time the think function will be called, because it is called b
qwatch WatchKit Extension/id1/sv_phys.c:126
↓ 10 callers
Function
SV_SpawnServer
qwatch WatchKit Extension/id1/sv_main.c:1047
↓ 10 callers
Function
VectorMA
qwatch WatchKit Extension/id1/mathlib.c:329
↓ 10 callers
Function
Z_Malloc
======================== Z_Malloc ======================== */
qwatch WatchKit Extension/id1/zone.c:142
↓ 9 callers
Function
CL_AllocDlight
=============== CL_AllocDlight =============== */
qwatch WatchKit Extension/id1/cl_main.c:317
↓ 9 callers
Function
COM_Parse
============== COM_Parse Parse a token out of a string ============== */
qwatch WatchKit Extension/id1/common.c:918
↓ 9 callers
Function
GetEdictFieldValue
qwatch WatchKit Extension/id1/pr_edict.c:241
↓ 9 callers
Function
Mod_ForName
================== Mod_ForName Loads in a model for the given name ================== */
qwatch WatchKit Extension/id1/model.c:329
↓ 9 callers
Function
Q_strcat
qwatch WatchKit Extension/id1/common.c:221
↓ 9 callers
Function
SV_PointContents
================== SV_PointContents ================== */
qwatch WatchKit Extension/id1/world.c:527
↓ 9 callers
Function
anglemod
qwatch WatchKit Extension/id1/mathlib.c:155
↓ 8 callers
Function
Cbuf_InsertText
============ Cbuf_InsertText Adds command text immediately after the current command Adds a \n to the text FIXME: actually change the command buffer
qwatch WatchKit Extension/id1/cmd.c:111
↓ 8 callers
Function
Hunk_Alloc
=================== Hunk_Alloc =================== */
qwatch WatchKit Extension/id1/zone.c:434
↓ 8 callers
Function
Length
qwatch WatchKit Extension/id1/mathlib.c:372
↓ 8 callers
Function
MSG_ReadChar
returns -1 and sets msg_badread if no more characters are available
qwatch WatchKit Extension/id1/common.c:609
↓ 8 callers
Function
R_RocketTrail
qwatch WatchKit Extension/id1/r_part.c:537
↓ 8 callers
Function
SV_DropClient
===================== SV_DropClient Called when the player is getting totally kicked off the host if (crash = true), don't bother sending signofs ===
qwatch WatchKit Extension/id1/host.c:346
↓ 8 callers
Function
SV_StepDirection
qwatch WatchKit Extension/id1/sv_move.c:233
↓ 8 callers
Function
SV_TestEntityPosition
============ SV_TestEntityPosition This could be a lot more efficient... ============ */
qwatch WatchKit Extension/id1/world.c:551
↓ 8 callers
Function
S_ExtraUpdate
qwatch WatchKit Extension/id1/snd_dma.c:854
↓ 8 callers
Function
SchedulePollProcedure
qwatch WatchKit Extension/id1/net_main.c:966
next →
1–100 of 1,132, ranked by callers