Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ functions
Functions
22,519 in github.com/JACoders/OpenJK
⨍
Functions
22,519
◇
Types & classes
2,088
↓ 125 callers
Method
size
code/game/ghoul2_shared.h:702
↓ 124 callers
Function
CG_DrawPic
================ CG_DrawPic Coordinates are 640*480 virtual values A width of 0 will draw with the original image width ================= */
code/cgame/cg_drawtools.cpp:100
↓ 123 callers
Function
PM_ControlledByPlayer
code/game/bg_pmove.cpp:204
↓ 122 callers
Function
Q_isnan
shared/qcommon/q_math.c:437
↓ 121 callers
Function
CG_DrawPic
================ CG_DrawPic Coordinates are 640*480 virtual values A width of 0 will draw with the original image width ================= */
codemp/cgame/cg_drawtools.c:143
↓ 119 callers
Function
Cmd_AddCommand
============ Cmd_AddCommand ============ */
codemp/qcommon/cmd.cpp:654
↓ 118 callers
Method
GetGame
code/icarus/IcarusImplementation.h:49
↓ 117 callers
Function
COM_ParseInt
=============== COM_ParseInt =============== */
code/qcommon/q_shared.cpp:418
↓ 117 callers
Function
G_FreeEntity
================= G_FreeEntity Marks the entity as free ================= */
codemp/game/g_utils.c:936
↓ 117 callers
Function
Menu_FindItemByName
codemp/ui/ui_shared.c:1096
↓ 116 callers
Function
Com_Error
code/qcommon/common.cpp:254
↓ 116 callers
Function
SourceError
============================================================================ Parameter: - Returns: - Changes Globals: - =====================
codemp/botlib/l_precomp.cpp:137
↓ 116 callers
Function
png_warning
This function is called whenever there is a non-fatal error. This function * should not be changed. If there is a need to handle warnings different
lib/libpng/pngerror.c:215
↓ 115 callers
Function
G_Damage
============ T_Damage targ entity that is being damaged inflictor entity that is causing the damage attacker entity that caused the inflictor to dam
code/game/g_combat.cpp:5487
↓ 114 callers
Method
find
Finds an item in the hash table (sets the mPrevious member)
code/qcommon/chash.h:89
↓ 113 callers
Function
CG_DrawPic
================ CG_DrawPic Coordinates are 640*480 virtual values A width of 0 will draw with the original image width ================= */
codeJK2/cgame/cg_drawtools.cpp:64
↓ 113 callers
Function
Com_DPrintf
================ Com_DPrintf A Com_Printf that only shows up if the "developer" cvar is set ================ */
codemp/qcommon/common.cpp:208
↓ 112 callers
Function
G_SetOrigin
================ G_SetOrigin Sets the pos trajectory for a fixed position ================ */
codeJK2/game/g_utils.cpp:1055
↓ 110 callers
Function
NPC_UpdateAngles
qboolean NPC_UpdateAngles ( qboolean doPitch, qboolean doYaw ) Added: option to do just pitch or just yaw Does not include "aim" in it's calculation
codemp/game/NPC_utils.c:204
↓ 110 callers
Function
cgi_R_RegisterShader
codeJK2/cgame/cg_syscalls.cpp:231
↓ 109 callers
Function
CG_GetStringEdString
codemp/cgame/cg_main.c:1519
↓ 109 callers
Function
Com_Printf
code/rd-vanilla/tr_subs.cpp:30
↓ 109 callers
Method
Error
codemp/icarus/Tokenizer.cpp:1442
↓ 109 callers
Function
G_SetOrigin
================ G_SetOrigin Sets the pos trajectory for a fixed position ================ */
codemp/game/g_utils.c:1931
↓ 108 callers
Function
AngleDelta
================= AngleDelta returns the normalized delta from angle1 to angle2 ================= */
shared/qcommon/q_math.c:537
↓ 108 callers
Function
VALIDSTRING
code/game/Q3_Interface.cpp:998
↓ 107 callers
Function
bitget
------------- get n bits from bitstream -------------*/
codemp/mp3code/cupl3.c:229
↓ 107 callers
Function
bitget
------------- get n bits from bitstream -------------*/
code/mp3code/cupl3.c:229
↓ 103 callers
Function
G_Damage
codemp/game/g_combat.c:4425
↓ 103 callers
Function
NPC_SetAnim
codemp/game/NPC.c:1998
↓ 102 callers
Function
NPC_UpdateAngles
codeJK2/game/NPC_utils.cpp:209
↓ 102 callers
Function
cgi_R_SetColor
codeJK2/cgame/cg_syscalls.cpp:304
↓ 100 callers
Method
erase
/////////////////////////////////////////////////////////////////////////////// Removes The First Element With Key (key) - O(log n) /////////////////
code/Ratl/map_vs.h:903
↓ 100 callers
Method
size
codeJK2/game/ghoul2_shared.h:370
↓ 99 callers
Function
Cmd_Argv
============ Cmd_Argv ============ */
code/qcommon/cmd.cpp:387
↓ 99 callers
Function
G_FreeEntity
================= G_FreeEntity Marks the entity as free ================= */
code/game/g_utils.cpp:865
↓ 99 callers
Method
PlayEffect
------------------------------------------------------ PlayEffect Handles scheduling an effect so all the components happen at the specified time. Ap
codeJK2/cgame/FxScheduler.cpp:492
↓ 96 callers
Function
Cvar_VariableString
============ Cvar_VariableString ============ */
code/qcommon/cvar.cpp:153
↓ 96 callers
Method
RegisterEffect
------------------------------------------------------ RegisterEffect Attempt to open the specified effect file, if file read succeeds, parse the file
codeJK2/cgame/FxScheduler.cpp:172
↓ 95 callers
Function
G_Sound
============= G_Sound ============= */
codeJK2/game/g_utils.cpp:1009
↓ 95 callers
Function
G_SoundOnEnt
NOTE: Do NOT Try to use this before the cgame DLL is valid, it will NOT work!
codeJK2/game/g_utils.cpp:235
↓ 95 callers
Function
png_free
Free a pointer allocated by png_malloc(). If ptr is NULL, return * without taking any action. */
lib/libpng/pngmem.c:228
↓ 94 callers
Function
AngleSubtract
================= AngleSubtract Always returns a value from -180 to 180 ================= */
shared/qcommon/q_math.c:479
↓ 94 callers
Function
G_ModelIndex
code/game/g_utils.cpp:95
↓ 93 callers
Function
G_FreeEntity
================= G_FreeEntity Marks the entity as free ================= */
codeJK2/game/g_utils.cpp:819
↓ 92 callers
Function
Com_Error
codemp/rd-vanilla/tr_subs.cpp:51
↓ 92 callers
Function
G_PlayEffect
-----------------------------
codeJK2/game/g_utils.cpp:124
↓ 91 callers
Function
G_AddEvent
=============== G_AddEvent Adds an event+parm and twiddles the event counter =============== */
codemp/game/g_utils.c:1225
↓ 91 callers
Function
UI_Cvar_VariableString
codemp/ui/ui_atoms.c:46
↓ 91 callers
Method
begin
/////////////////////////////////////////////////////////////////////////////// Iterator Begin (Starts At Address 0) /////////////////////////////////
codemp/Ratl/vector_vs.h:661
↓ 90 callers
Function
png_crc_finish
Optionally skip data and then check the CRC. Depending on whether we * are reading an ancillary or critical chunk, and how the program has set * th
lib/libpng/pngrutil.c:201
↓ 89 callers
Function
keymatch
lib/jpeg-9a/cdjpeg.c:121
↓ 87 callers
Function
G_AddEvent
=============== G_AddEvent Adds an event+parm and twiddles the event counter =============== */
code/game/g_utils.cpp:1097
↓ 86 callers
Function
G_EffectIndex
codeJK2/game/g_utils.cpp:107
↓ 86 callers
Function
G_SpawnInt
codemp/game/g_spawn.c:54
↓ 86 callers
Function
Info_SetValueForKey
================== Info_SetValueForKey Changes or adds a key/value pair ================== */
codemp/qcommon/q_shared.c:987
↓ 85 callers
Method
GetInterface
codeJK2/icarus/sequencer.h:106
↓ 84 callers
Function
G_Find
============= G_Find Searches all active entities for the next one that holds the matching string at fieldofs (use the FOFS() macro) in the structure
code/game/g_utils.cpp:460
↓ 84 callers
Method
SetRange
code/cgame/FxScheduler.h:119
↓ 83 callers
Function
Cvar_Set
============ Cvar_Set Force cvar to a value ============ */
codemp/qcommon/cvar.cpp:726
↓ 82 callers
Method
SetRange
codeJK2/cgame/FxScheduler.h:119
↓ 82 callers
Function
String_Parse
================= String_Parse ================= */
codemp/ui/ui_shared.c:541
↓ 82 callers
Function
jdiv_round_up
lib/jpeg-9a/jutils.c:123
↓ 82 callers
Function
png_chunk_benign_error
lib/libpng/pngerror.c:513
↓ 81 callers
Function
G_ActivateBehavior
code/game/NPC_utils.cpp:897
↓ 81 callers
Function
WP_SaberBladeUseSecondBladeStyle
code/game/wp_saberLoad.cpp:187
↓ 80 callers
Function
G_SetEnemy
code/game/NPC_combat.cpp:403
↓ 80 callers
Function
G_TempEntity
================= G_TempEntity Spawns an event entity that will be auto-removed The origin will be snapped to save net bandwidth, so care must be tak
codemp/game/g_utils.c:1058
↓ 80 callers
Function
Sys_Milliseconds
shared/sys/sys_unix.cpp:80
↓ 79 callers
Function
BG_SiegeGetPairedValue
codemp/game/bg_saga.c:425
↓ 79 callers
Function
G_AddVoiceEvent
code/game/NPC_sounds.cpp:46
↓ 79 callers
Function
G_NewString
============= G_NewString Builds a copy of the string, translating \n to real linefeeds so message texts can be multi-line ============= */
code/game/g_spawn.cpp:912
↓ 79 callers
Function
SP_NPC_spawner
code/game/NPC_spawn.cpp:1976
↓ 79 callers
Method
c_str
codemp/qcommon/sstring.h:87
↓ 77 callers
Function
G_ActivateBehavior
codeJK2/game/NPC_utils.cpp:871
↓ 77 callers
Function
String_Parse
================= String_Parse ================= */
code/ui/ui_shared.cpp:5262
↓ 77 callers
Function
VM_Call
codemp/qcommon/vm.cpp:284
↓ 76 callers
Function
COM_ParseFloat
=============== COM_ParseFloat =============== */
codemp/qcommon/q_shared.c:473
↓ 76 callers
Function
G_SpawnInt
code/game/g_spawn.cpp:108
↓ 76 callers
Function
Z_Malloc
code/qcommon/z_memman_pc.cpp:252
↓ 76 callers
Method
clear
/////////////////////////////////////////////////////////////////////////////// Clear Out Entire Array ///////////////////////////////////////////////
codemp/Ratl/vector_vs.h:134
↓ 75 callers
Function
Com_Error
code/rd-vanilla/tr_subs.cpp:42
↓ 75 callers
Function
G_GetStringEdString
codemp/game/g_main.c:3443
↓ 75 callers
Method
push_back
/////////////////////////////////////////////////////////////////////////////// Front Insert Value(BEFORE POINTED ELEMENT) ///////////////////////////
code/Ratl/list_vs.h:552
↓ 74 callers
Function
Q_vsnprintf
shared/qcommon/q_string.c:414
↓ 74 callers
Function
Z_Free
Frees a block of memory...
code/qcommon/z_memman_pc.cpp:574
↓ 73 callers
Function
Cmd_Argc
============ Cmd_Argc ============ */
codemp/qcommon/cmd.cpp:366
↓ 73 callers
Function
FreeSource
end of the function LoadSourceMemory ============================================================================ Parameter: - Returns: - Chan
codemp/botlib/l_precomp.cpp:3140
↓ 73 callers
Method
SetRange
codemp/client/FxScheduler.h:113
↓ 72 callers
Function
CG_ConfigString
================= CG_ConfigString ================= */
codemp/cgame/cg_main.c:1625
↓ 72 callers
Function
G_Find
============= G_Find Searches all active entities for the next one that holds the matching string at fieldofs (use the FOFS() macro) in the structure
codemp/game/g_utils.c:243
↓ 72 callers
Function
GetIDForString
codemp/qcommon/q_shared.c:35
↓ 72 callers
Function
cgi_S_StartSound
code/cgame/cg_syscalls.cpp:186
↓ 72 callers
Method
empty
code/Rufl/hstring.h:84
↓ 71 callers
Function
GetIDForString
code/qcommon/q_shared.cpp:991
↓ 70 callers
Function
G_ModelIndex
codeJK2/game/g_utils.cpp:96
↓ 70 callers
Function
MSG_WriteBits
negative bit values include signs
codemp/qcommon/msg.cpp:137
↓ 70 callers
Function
PASSFLOAT
codemp/cgame/cg_syscalls.c:38
↓ 70 callers
Function
cgi_R_Font_DrawString
codeJK2/cgame/cg_syscalls.cpp:276
↓ 68 callers
Function
CalcEntitySpot
code/game/NPC_utils.cpp:49
← previous
next →
101–200 of 22,519, ranked by callers