MCPcopy Create free account

hub / github.com/SnowyMouse/chimera / functions

Functions2,117 in github.com/SnowyMouse/chimera

↓ 3 callersFunctiongenerate_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 callersFunctiongetGlobalTable
** 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 callersMethodget_download_map_path
src/chimera/chimera.cpp:602
↓ 3 callersFunctionget_map_name
src/chimera/halo_data/map.cpp:220
↓ 3 callersFunctionget_tag_block_data
src/chimera/halo_data/tag.cpp:96
↓ 3 callersMethodget_value_size
src/chimera/config/ini.cpp:76
↓ 3 callersFunctiongetco
src/lua/lcorolib.c:22
↓ 3 callersFunctiongetdetails
** 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 callersFunctiongethexa
src/lua/llex.c:345
↓ 3 callersFunctiongetiofile
src/lua/liolib.c:310
↓ 3 callersFunctiongetjumpcontrol
** 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 callersFunctiongetupvalref
src/lua/lapi.c:1427
↓ 3 callersFunctiongetvarattribute
src/lua/lparser.c:1793
↓ 3 callersFunctionhud_text_mod_initialized
src/chimera/halo_data/hud_fonts.cpp:260
↓ 3 callersFunctioninitheader
** Initialize Header */
src/lua/lstrlib.c:1482
↓ 3 callersFunctioninterpolate_quat
special thanks to MosesOfEgypt for the rotation interpolation stuff here
src/chimera/math_trig/math_trig.cpp:111
↓ 3 callersFunctionisEnv
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
src/lua/ldebug.c:550
↓ 3 callersFunctionisKint
** Check whether expression 'e' is a literal integer. */
src/lua/lcode.c:1273
↓ 3 callersFunctionisKstr
** Check whether expression 'e' is a short literal string */
src/lua/lcode.c:1265
↓ 3 callersFunctionisSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
src/lua/lcode.c:1291
↓ 3 callersFunctionis_blocked
src/chimera/command/client/enhancement/block_extra_weapon.cpp:31
↓ 3 callersFunctionis_team
src/chimera/halo_data/multiplayer.cpp:20
↓ 3 callersFunctionisneg
src/lua/lobject.c:204
↓ 3 callersFunctionl_message
** Prints an error message, adding the program name in front of it ** (if present) */
src/lua/lua.c:111
↓ 3 callersFunctionload_lua_script
src/chimera/lua/lua_script.cpp:40
↓ 3 callersFunctionload_map_script
src/chimera/lua/lua_script.cpp:153
↓ 3 callersFunctionlookforfunc
** 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 callersFunctionluaC_changemode
** Change collector mode to 'newmode'. */
src/lua/lgc.c:1440
↓ 3 callersFunctionluaC_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 callersFunctionluaD_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 callersFunctionluaD_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 callersFunctionluaD_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 callersFunctionluaF_closeupval
** Close all upvalues up to the given stack level. */
src/lua/lfunc.c:197
↓ 3 callersFunctionluaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
src/lua/lfunc.c:303
↓ 3 callersFunctionluaF_newLclosure
src/lua/lfunc.c:35
↓ 3 callersFunctionluaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
src/lua/lfunc.c:172
↓ 3 callersFunctionluaG_findlocal
src/lua/ldebug.c:198
↓ 3 callersFunctionluaH_get
** main search function */
src/lua/ltable.c:1020
↓ 3 callersFunctionluaH_newkey
src/lua/ltable.c:914
↓ 3 callersFunctionluaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
src/lua/lcode.c:476
↓ 3 callersFunctionluaK_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 callersFunctionluaK_codevABCk
src/lua/lcode.c:407
↓ 3 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaL_addgsub
src/lua/lauxlib.c:1026
↓ 3 callersFunctionluaL_gsub
src/lua/lauxlib.c:1039
↓ 3 callersFunctionluaL_makeseed
src/lua/lauxlib.c:1174
↓ 3 callersFunctionluaL_optlstring
src/lua/lauxlib.c:415
↓ 3 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
src/lua/lauxlib.c:220
↓ 3 callersFunctionluaO_str2num
src/lua/lobject.c:371
↓ 3 callersFunctionluaO_tostringbuff
** Convert a number object to a string, adding it to a buffer. */
src/lua/lobject.c:449
↓ 3 callersFunctionluaP_isIT
** Check whether instruction uses top from previous instruction, that is, ** it accepts multiple results. */
src/lua/lopcodes.c:131
↓ 3 callersFunctionluaS_createlngstrobj
src/lua/lstring.c:179
↓ 3 callersFunctionluaT_callorderTM
** Calls an order tag method. */
src/lua/ltm.c:200
↓ 3 callersFunctionluaV_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 callersFunctionluaV_execute
src/lua/lvm.c:1198
↓ 3 callersFunctionluaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
src/lua/lvm.c:818
↓ 3 callersFunctionlua_closethread
src/lua/lstate.c:324
↓ 3 callersFunctionlua_iscfunction
src/lua/lapi.c:295
↓ 3 callersFunctionlua_pushexternalstring
src/lua/lapi.c:555
↓ 3 callersFunctionlua_rawequal
src/lua/lapi.c:326
↓ 3 callersFunctionlua_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 callersFunctionlua_stringtonumber
src/lua/lapi.c:381
↓ 3 callersFunctionmarkold
** 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 callersFunctionmatchbracketclass
src/lua/lstrlib.c:449
↓ 3 callersFunctionminor2inc
** 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 callersFunctionnew_localvar
** Create a new local variable with the given 'name' and regular kind. */
src/lua/lparser.c:211
↓ 3 callersFunctionnewfile
src/lua/liolib.c:252
↓ 3 callersFunctionnewprefile
** 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 callersFunctionobjsize
src/lua/lgc.c:113
↓ 3 callersFunctionpackint
** 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 callersFunctionparent_output
src/blake3/blake3.c:154
↓ 3 callersFunctionparse_bookmark
src/chimera/bookmark/bookmark.cpp:29
↓ 3 callersFunctionpatchlistaux
** 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 callersFunctionprepstate
src/lua/lstrlib.c:760
↓ 3 callersFunctionprint_section
src/chimera/command/core/chimera/about.cpp:24
↓ 3 callersFunctionpushnumint
src/lua/lmathlib.c:93
↓ 3 callersFunctionread_line
src/lua/liolib.c:521
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
src/lua/liolib.c:466
↓ 3 callersFunctionremove_camera_event
src/chimera/event/camera.cpp:46
↓ 3 callersFunctionreprepstate
src/lua/lstrlib.c:770
↓ 3 callersFunctionresetCI
src/lua/lstate.c:146
↓ 3 callersFunctionreverse
** 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 callersFunctionrotl
rotate left 'x' by 'n' bits */
src/lua/lmathlib.c:344
↓ 3 callersFunctionrounded_hex
(value)
src/chimera/output/color_codes_generator.py:75
↓ 3 callersFunctionsave_bookmarks_file
src/chimera/bookmark/bookmark.cpp:134
↓ 3 callersFunctionset_halo_descoping
src/chimera/fix/descope_fix.cpp:18
↓ 3 callersFunctionset_safe_zone_margins
src/chimera/fix/hud_bitmap_scale.cpp:86
↓ 3 callersFunctionsetminordebt
** 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 callersFunctionsetsignal
** Use 'sigaction' when available. */
src/lua/lua.c:46
↓ 3 callersFunctionshader_transparent_generic_get_map
src/chimera/rasterizer/shader_transparent_generic.cpp:114
↓ 3 callersFunctionsinglematch
src/lua/lstrlib.c:472
↓ 3 callersFunctionskip_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 callersFunctionstatement
src/lua/lparser.c:2049
↓ 3 callersFunctionsuffixedexp
src/lua/lparser.c:1217
↓ 3 callersFunctionsweep2old
** 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 callersFunctionsweepstep
** 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 callersMethodtime_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 callersFunctionunsplit_arguments
src/chimera/command/command.cpp:102
← previousnext →401–500 of 2,117, ranked by callers