MCPcopy Create free account

hub / github.com/MyOwnClone/quake_watch / functions

Functions1,132 in github.com/MyOwnClone/quake_watch

↓ 299 callersFunctionCon_Printf
================ Con_Printf Handles cursor positioning, line wrapping, etc ================ */ FIXME: make a buffer size safe vsprintf?
qwatch WatchKit Extension/id1/console.c:376
↓ 187 callersFunctionSys_Error
qwatch WatchKit Extension/id1Watch/sys_watch.c:257
↓ 145 callersFunctionCvar_RegisterVariable
============ Cvar_RegisterVariable Adds a freestanding variable to the variable list. ============ */
qwatch WatchKit Extension/id1/cvar.c:151
↓ 138 callersFunctionMSG_WriteByte
qwatch WatchKit Extension/id1/common.c:525
↓ 132 callersFunctionCmd_AddCommand
============ Cmd_AddCommand ============ */
qwatch WatchKit Extension/id1/cmd.c:532
↓ 122 callersFunctionM_Print
qwatch WatchKit Extension/id1/menu.c:121
↓ 94 callersFunctionDraw_PicFromWad
qwatch WatchKit Extension/id1/draw.c:54
↓ 82 callersFunctionCmd_Argv
============ Cmd_Argv ============ */
qwatch WatchKit Extension/id1/cmd.c:456
↓ 61 callersFunctionDraw_CachePic
================ Draw_CachePic ================ */
qwatch WatchKit Extension/id1/draw.c:64
↓ 60 callersFunctionMSG_ReadByte
qwatch WatchKit Extension/id1/common.c:625
↓ 53 callersFunctionMSG_ReadCoord
qwatch WatchKit Extension/id1/common.c:719
↓ 51 callersFunctionva
============ 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 callersFunctionHunk_AllocName
=================== Hunk_AllocName =================== */
qwatch WatchKit Extension/id1/zone.c:399
↓ 44 callersFunctionCbuf_AddText
============ Cbuf_AddText Adds command text at the end of the buffer ============ */
qwatch WatchKit Extension/id1/cmd.c:86
↓ 44 callersFunctionSZ_Clear
qwatch WatchKit Extension/id1/common.c:751
↓ 44 callersFunctionS_LocalSound
qwatch WatchKit Extension/id1/snd_dma.c:995
↓ 43 callersFunctionQ_strcpy
qwatch WatchKit Extension/id1/common.c:182
↓ 41 callersFunctionCmd_Argc
============ Cmd_Argc ============ */
qwatch WatchKit Extension/id1/cmd.c:446
↓ 40 callersFunctionCvar_SetValue
============ Cvar_SetValue ============ */
qwatch WatchKit Extension/id1/cvar.c:135
↓ 35 callersFunctionMSG_WriteString
qwatch WatchKit Extension/id1/common.c:578
↓ 35 callersFunctionSbar_DrawPicInSequence
================ Sbar_DrawPicInSequence ================ */
qwatch WatchKit Extension/id1/sbar.c:283
↓ 32 callersFunctionCon_DPrintf
================ Con_DPrintf A Con_Printf that only shows up if the "developer" cvar is set ================ */
qwatch WatchKit Extension/id1/console.c:423
↓ 32 callersFunctionM_DrawTransPic
qwatch WatchKit Extension/id1/menu.c:141
↓ 32 callersFunctionSys_FloatTime
qwatch WatchKit Extension/id1Watch/sys_watch.c:305
↓ 30 callersFunctionCOM_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 callersFunctionQ_memcpy
qwatch WatchKit Extension/id1/common.c:156
↓ 28 callersFunctionSV_LinkEdict
=============== SV_LinkEdict =============== */
qwatch WatchKit Extension/id1/world.c:372
↓ 27 callersFunctionM_DrawCharacter
================ M_DrawCharacter Draws one solid graphics character ================ */
qwatch WatchKit Extension/id1/menu.c:116
↓ 27 callersFunctionQ_strlen
qwatch WatchKit Extension/id1/common.c:201
↓ 25 callersFunctionMSG_WriteLong
qwatch WatchKit Extension/id1/common.c:552
↓ 24 callersFunctionVectorScale
qwatch WatchKit Extension/id1/mathlib.c:411
↓ 23 callersFunctionHost_Error
================ Host_Error This shuts down both the client and server ================ */
qwatch WatchKit Extension/id1/host.c:124
↓ 22 callersFunctionMSG_ReadString
qwatch WatchKit Extension/id1/common.c:699
↓ 22 callersFunctionM_DrawTextBox
qwatch WatchKit Extension/id1/menu.c:185
↓ 22 callersFunctionPR_RunError
============ PR_RunError Aborts the currently executing function ============ */
qwatch WatchKit Extension/id1/pr_exec.c:261
↓ 21 callersFunctionCvar_Set
============ Cvar_Set ============ */
qwatch WatchKit Extension/id1/cvar.c:104
↓ 21 callersFunctionEDICT_NUM
qwatch WatchKit Extension/id1/pr_edict.c:1089
↓ 20 callersFunctionQ_strncasecmp
qwatch WatchKit Extension/id1/common.c:259
↓ 20 callersFunctionS_StartSound
qwatch WatchKit Extension/id1/snd_dma.c:458
↓ 20 callersFunctionVectorNormalize
qwatch WatchKit Extension/id1/mathlib.c:385
↓ 19 callersFunctionQ_strcmp
qwatch WatchKit Extension/id1/common.c:227
↓ 17 callersFunctionDraw_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 callersFunctionKeyDown
qwatch WatchKit Extension/id1/cl_input.c:58
↓ 17 callersFunctionKeyUp
qwatch WatchKit Extension/id1/cl_input.c:87
↓ 17 callersFunctionM_DrawPic
qwatch WatchKit Extension/id1/menu.c:146
↓ 17 callersFunctionPR_ExecuteProgram
==================== PR_ExecuteProgram ==================== */
qwatch WatchKit Extension/id1/pr_exec.c:361
↓ 17 callersFunctionQ_strcasecmp
qwatch WatchKit Extension/id1/common.c:289
↓ 17 callersFunctionSV_Move
================== SV_Move ================== */
qwatch WatchKit Extension/id1/world.c:923
↓ 17 callersFunctionSys_FileRead
qwatch WatchKit Extension/id1Watch/sys_watch.c:140
↓ 17 callersFunctionSys_FileWrite
qwatch WatchKit Extension/id1Watch/sys_watch.c:145
↓ 16 callersFunctionM_PrintWhite
qwatch WatchKit Extension/id1/menu.c:131
↓ 16 callersFunctionQ_memset
qwatch WatchKit Extension/id1/common.c:140
↓ 16 callersFunctionSV_ClientPrintf
================= SV_ClientPrintf Sends text across to be displayed FIXME: make this just a stuffed echo? ================= */
qwatch WatchKit Extension/id1/host.c:280
↓ 16 callersFunctionTransformVector
================ TransformVector ================ */
qwatch WatchKit Extension/id1/r_misc.c:302
↓ 15 callersFunctionAngleVectors
qwatch WatchKit Extension/id1/mathlib.c:292
↓ 15 callersFunctionCmd_ForwardToServer
=================== Cmd_ForwardToServer Sends the entire command line over to the server =================== */
qwatch WatchKit Extension/id1/cmd.c:660
↓ 15 callersFunctionMSG_WriteShort
qwatch WatchKit Extension/id1/common.c:538
↓ 15 callersFunctionS_PrecacheSound
================== S_PrecacheSound ================== */
qwatch WatchKit Extension/id1/snd_dma.c:335
↓ 15 callersFunctionSbar_Changed
=============== Sbar_Changed =============== */
qwatch WatchKit Extension/id1/sbar.c:101
↓ 14 callersFunctionCL_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 callersFunctionSys_Printf
qwatch WatchKit Extension/id1Watch/sys_watch.c:281
↓ 13 callersFunctionMSG_ReadLong
qwatch WatchKit Extension/id1/common.c:659
↓ 13 callersFunctionMSG_ReadShort
qwatch WatchKit Extension/id1/common.c:641
↓ 13 callersFunctionQ_atoi
qwatch WatchKit Extension/id1/common.c:294
↓ 13 callersFunctionSCR_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 callersFunctionSetNetTime
qwatch WatchKit Extension/id1/net_main.c:103
↓ 12 callersFunctionDraw_TransPic
============= Draw_TransPic ============= */
qwatch WatchKit Extension/id1/draw.c:416
↓ 12 callersFunctionMSG_WriteChar
qwatch WatchKit Extension/id1/common.c:512
↓ 12 callersFunctionMSG_WriteCoord
qwatch WatchKit Extension/id1/common.c:586
↓ 12 callersFunctionSZ_Write
qwatch WatchKit Extension/id1/common.c:779
↓ 12 callersFunctionSbar_ColorForMap
qwatch WatchKit Extension/id1/sbar.c:495
↓ 12 callersFunctionSbar_DrawCharacter
================ Sbar_DrawCharacter Draws one solid graphics character ================ */
qwatch WatchKit Extension/id1/sbar.c:334
↓ 11 callersFunctionCL_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 callersFunctionNUM_FOR_EDICT
qwatch WatchKit Extension/id1/pr_edict.c:1096
↓ 11 callersFunctionSV_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 callersFunctionCache_Check
============== Cache_Check ============== */
qwatch WatchKit Extension/id1/zone.c:849
↓ 10 callersFunctionDraw_Fill
============= Draw_Fill Fills a box of pixels with a single color ============= */
qwatch WatchKit Extension/id1/draw.c:888
↓ 10 callersFunctionDraw_Pic
============= Draw_Pic ============= */
qwatch WatchKit Extension/id1/draw.c:327
↓ 10 callersFunctionMSG_WriteAngle
qwatch WatchKit Extension/id1/common.c:591
↓ 10 callersFunctionSV_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 callersFunctionSV_SpawnServer
qwatch WatchKit Extension/id1/sv_main.c:1047
↓ 10 callersFunctionVectorMA
qwatch WatchKit Extension/id1/mathlib.c:329
↓ 10 callersFunctionZ_Malloc
======================== Z_Malloc ======================== */
qwatch WatchKit Extension/id1/zone.c:142
↓ 9 callersFunctionCL_AllocDlight
=============== CL_AllocDlight =============== */
qwatch WatchKit Extension/id1/cl_main.c:317
↓ 9 callersFunctionCOM_Parse
============== COM_Parse Parse a token out of a string ============== */
qwatch WatchKit Extension/id1/common.c:918
↓ 9 callersFunctionGetEdictFieldValue
qwatch WatchKit Extension/id1/pr_edict.c:241
↓ 9 callersFunctionMod_ForName
================== Mod_ForName Loads in a model for the given name ================== */
qwatch WatchKit Extension/id1/model.c:329
↓ 9 callersFunctionQ_strcat
qwatch WatchKit Extension/id1/common.c:221
↓ 9 callersFunctionSV_PointContents
================== SV_PointContents ================== */
qwatch WatchKit Extension/id1/world.c:527
↓ 9 callersFunctionanglemod
qwatch WatchKit Extension/id1/mathlib.c:155
↓ 8 callersFunctionCbuf_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 callersFunctionHunk_Alloc
=================== Hunk_Alloc =================== */
qwatch WatchKit Extension/id1/zone.c:434
↓ 8 callersFunctionLength
qwatch WatchKit Extension/id1/mathlib.c:372
↓ 8 callersFunctionMSG_ReadChar
returns -1 and sets msg_badread if no more characters are available
qwatch WatchKit Extension/id1/common.c:609
↓ 8 callersFunctionR_RocketTrail
qwatch WatchKit Extension/id1/r_part.c:537
↓ 8 callersFunctionSV_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 callersFunctionSV_StepDirection
qwatch WatchKit Extension/id1/sv_move.c:233
↓ 8 callersFunctionSV_TestEntityPosition
============ SV_TestEntityPosition This could be a lot more efficient... ============ */
qwatch WatchKit Extension/id1/world.c:551
↓ 8 callersFunctionS_ExtraUpdate
qwatch WatchKit Extension/id1/snd_dma.c:854
↓ 8 callersFunctionSchedulePollProcedure
qwatch WatchKit Extension/id1/net_main.c:966
next →1–100 of 1,132, ranked by callers