Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnowyMouse/chimera
/ functions
Functions
2,117 in github.com/SnowyMouse/chimera
⨍
Functions
2,117
◇
Types & classes
470
↓ 3 callers
Function
generate_stage_define
Stage defines generation based on ringworld https://github.com/MangoFizz/ringworld/blob/master/src/impl/rasterizer/rasterizer_shader_transparent_gener
src/chimera/rasterizer/shader_transparent_generic.cpp:127
↓ 3 callers
Function
getGlobalTable
** The following function assumes that the registry cannot be a weak ** table; so, an emergency collection while using the global table ** cannot coll
src/lua/lapi.c:691
↓ 3 callers
Method
get_download_map_path
src/chimera/chimera.cpp:602
↓ 3 callers
Function
get_map_name
src/chimera/halo_data/map.cpp:220
↓ 3 callers
Function
get_tag_block_data
src/chimera/halo_data/tag.cpp:96
↓ 3 callers
Method
get_value_size
src/chimera/config/ini.cpp:76
↓ 3 callers
Function
getco
src/lua/lcorolib.c:22
↓ 3 callers
Function
getdetails
** Read, classify, and fill other details about the next option. ** 'psize' is filled with option's size, 'notoalign' with its ** alignment requiremen
src/lua/lstrlib.c:1545
↓ 3 callers
Function
gethexa
src/lua/llex.c:345
↓ 3 callers
Function
getiofile
src/lua/liolib.c:310
↓ 3 callers
Function
getjumpcontrol
** Returns the position of the instruction "controlling" a given ** jump (that is, its condition), or the jump itself if it is ** unconditional. */
src/lua/lcode.c:245
↓ 3 callers
Function
getupvalref
src/lua/lapi.c:1427
↓ 3 callers
Function
getvarattribute
src/lua/lparser.c:1793
↓ 3 callers
Function
hud_text_mod_initialized
src/chimera/halo_data/hud_fonts.cpp:260
↓ 3 callers
Function
initheader
** Initialize Header */
src/lua/lstrlib.c:1482
↓ 3 callers
Function
interpolate_quat
special thanks to MosesOfEgypt for the rotation interpolation stuff here
src/chimera/math_trig/math_trig.cpp:111
↓ 3 callers
Function
isEnv
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
src/lua/ldebug.c:550
↓ 3 callers
Function
isKint
** Check whether expression 'e' is a literal integer. */
src/lua/lcode.c:1273
↓ 3 callers
Function
isKstr
** Check whether expression 'e' is a short literal string */
src/lua/lcode.c:1265
↓ 3 callers
Function
isSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
src/lua/lcode.c:1291
↓ 3 callers
Function
is_blocked
src/chimera/command/client/enhancement/block_extra_weapon.cpp:31
↓ 3 callers
Function
is_team
src/chimera/halo_data/multiplayer.cpp:20
↓ 3 callers
Function
isneg
src/lua/lobject.c:204
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
src/lua/lua.c:111
↓ 3 callers
Function
load_lua_script
src/chimera/lua/lua_script.cpp:40
↓ 3 callers
Function
load_map_script
src/chimera/lua/lua_script.cpp:153
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
src/lua/loadlib.c:384
↓ 3 callers
Function
luaC_changemode
** Change collector mode to 'newmode'. */
src/lua/lgc.c:1440
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
src/lua/lgc.c:1786
↓ 3 callers
Function
luaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
src/lua/ldo.c:1059
↓ 3 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
src/lua/ldo.c:1081
↓ 3 callers
Function
luaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
src/lua/ldo.c:411
↓ 3 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
src/lua/lfunc.c:197
↓ 3 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
src/lua/lfunc.c:303
↓ 3 callers
Function
luaF_newLclosure
src/lua/lfunc.c:35
↓ 3 callers
Function
luaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
src/lua/lfunc.c:172
↓ 3 callers
Function
luaG_findlocal
src/lua/ldebug.c:198
↓ 3 callers
Function
luaH_get
** main search function */
src/lua/ltable.c:1020
↓ 3 callers
Function
luaH_newkey
src/lua/ltable.c:914
↓ 3 callers
Function
luaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
src/lua/lcode.c:476
↓ 3 callers
Function
luaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
src/lua/lcode.c:461
↓ 3 callers
Function
luaK_codevABCk
src/lua/lcode.c:407
↓ 3 callers
Function
luaK_exp2anyregup
** Ensures final expression result is either in a register, ** in an upvalue, or it is the vararg parameter. */
src/lua/lcode.c:1033
↓ 3 callers
Function
luaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
src/lua/lcode.c:308
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
src/lua/lcode.c:1892
↓ 3 callers
Function
luaL_addgsub
src/lua/lauxlib.c:1026
↓ 3 callers
Function
luaL_gsub
src/lua/lauxlib.c:1039
↓ 3 callers
Function
luaL_makeseed
src/lua/lauxlib.c:1174
↓ 3 callers
Function
luaL_optlstring
src/lua/lauxlib.c:415
↓ 3 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
src/lua/lauxlib.c:220
↓ 3 callers
Function
luaO_str2num
src/lua/lobject.c:371
↓ 3 callers
Function
luaO_tostringbuff
** Convert a number object to a string, adding it to a buffer. */
src/lua/lobject.c:449
↓ 3 callers
Function
luaP_isIT
** Check whether instruction uses top from previous instruction, that is, ** it accepts multiple results. */
src/lua/lopcodes.c:131
↓ 3 callers
Function
luaS_createlngstrobj
src/lua/lstring.c:179
↓ 3 callers
Function
luaT_callorderTM
** Calls an order tag method. */
src/lua/ltm.c:200
↓ 3 callers
Function
luaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top.p - total' up to 'L->top.p - 1'. */
src/lua/lvm.c:684
↓ 3 callers
Function
luaV_execute
src/lua/lvm.c:1198
↓ 3 callers
Function
luaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
src/lua/lvm.c:818
↓ 3 callers
Function
lua_closethread
src/lua/lstate.c:324
↓ 3 callers
Function
lua_iscfunction
src/lua/lapi.c:295
↓ 3 callers
Function
lua_pushexternalstring
src/lua/lapi.c:555
↓ 3 callers
Function
lua_rawequal
src/lua/lapi.c:326
↓ 3 callers
Function
lua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
src/lua/ldebug.c:133
↓ 3 callers
Function
lua_stringtonumber
src/lua/lapi.c:381
↓ 3 callers
Function
markold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited in ** the ato
src/lua/lgc.c:1276
↓ 3 callers
Function
matchbracketclass
src/lua/lstrlib.c:449
↓ 3 callers
Function
minor2inc
** Shifts from a minor collection to major collections. It starts in ** the "sweep all" state to clear all objects, which are mostly black ** in gener
src/lua/lgc.c:1306
↓ 3 callers
Function
new_localvar
** Create a new local variable with the given 'name' and regular kind. */
src/lua/lparser.c:211
↓ 3 callers
Function
newfile
src/lua/liolib.c:252
↓ 3 callers
Function
newprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
src/lua/liolib.c:200
↓ 3 callers
Function
objsize
src/lua/lgc.c:113
↓ 3 callers
Function
packint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
src/lua/lstrlib.c:1578
↓ 3 callers
Function
parent_output
src/blake3/blake3.c:154
↓ 3 callers
Function
parse_bookmark
src/chimera/bookmark/bookmark.cpp:29
↓ 3 callers
Function
patchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
src/lua/lcode.c:290
↓ 3 callers
Function
prepstate
src/lua/lstrlib.c:760
↓ 3 callers
Function
print_section
src/chimera/command/core/chimera/about.cpp:24
↓ 3 callers
Function
pushnumint
src/lua/lmathlib.c:93
↓ 3 callers
Function
read_line
src/lua/liolib.c:521
↓ 3 callers
Function
readdigits
** Read a sequence of (hex)digits */
src/lua/liolib.c:466
↓ 3 callers
Function
remove_camera_event
src/chimera/event/camera.cpp:46
↓ 3 callers
Function
reprepstate
src/lua/lstrlib.c:770
↓ 3 callers
Function
resetCI
src/lua/lstate.c:146
↓ 3 callers
Function
reverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') ** Note that we move(copy) only the value inside the stack. ** (We do
src/lua/lapi.c:224
↓ 3 callers
Function
rotl
rotate left 'x' by 'n' bits */
src/lua/lmathlib.c:344
↓ 3 callers
Function
rounded_hex
(value)
src/chimera/output/color_codes_generator.py:75
↓ 3 callers
Function
save_bookmarks_file
src/chimera/bookmark/bookmark.cpp:134
↓ 3 callers
Function
set_halo_descoping
src/chimera/fix/descope_fix.cpp:18
↓ 3 callers
Function
set_safe_zone_margins
src/chimera/fix/hud_bitmap_scale.cpp:86
↓ 3 callers
Function
setminordebt
** Set debt for the next minor collection, which will happen when ** total number of bytes grows 'genminormul'% in relation to ** the base, GCmajormin
src/lua/lgc.c:1417
↓ 3 callers
Function
setsignal
** Use 'sigaction' when available. */
src/lua/lua.c:46
↓ 3 callers
Function
shader_transparent_generic_get_map
src/chimera/rasterizer/shader_transparent_generic.cpp:114
↓ 3 callers
Function
singlematch
src/lua/lstrlib.c:472
↓ 3 callers
Function
skip_sep
** read a sequence '[=*[' or ']=*]', leaving the last bracket. If ** sequence is well formed, return its number of '='s + 2; otherwise, ** return 1 if
src/lua/llex.c:282
↓ 3 callers
Function
statement
src/lua/lparser.c:2049
↓ 3 callers
Function
suffixedexp
src/lua/lparser.c:1217
↓ 3 callers
Function
sweep2old
** Sweep a list of objects to enter generational mode. Deletes dead ** objects and turns the non dead to old. All non-dead threads---which ** are now
src/lua/lgc.c:1136
↓ 3 callers
Function
sweepstep
** Do a sweep step. The normal case (not fast) sweeps at most GCSWEEPMAX ** elements. The fast case sweeps the whole list. */
src/lua/lgc.c:1588
↓ 3 callers
Method
time_since_creation
* Return time in seconds since message creation * @return time in seconds since message creation */
src/chimera/custom_chat/custom_chat.cpp:154
↓ 3 callers
Function
unsplit_arguments
src/chimera/command/command.cpp:102
← previous
next →
401–500 of 2,117, ranked by callers