Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ functions
Functions
1,749 in github.com/Cubitect/cubiomes-viewer
⨍
Functions
1,749
◇
Types & classes
206
↓ 1 callers
Function
pushfuncname
lua/src/lauxlib.c:100
↓ 1 callers
Function
quotefloat
** Serialize a floating-point number in such a way that it can be ** scanned back by Lua. Use hexadecimal format for "common" numbers ** (to preserve
lua/src/lstrlib.c:1151
↓ 1 callers
Function
read_all
lua/src/liolib.c:540
↓ 1 callers
Function
read_chars
lua/src/liolib.c:553
↓ 1 callers
Function
read_number
** Read a number: first reads a valid prefix of a numeral into a buffer. ** Then it calls 'lua_stringtonumber' to check whether the format is ** corre
lua/src/liolib.c:477
↓ 1 callers
Function
read_string
lua/src/llex.c:382
↓ 1 callers
Function
readable
lua/src/loadlib.c:434
↓ 1 callers
Function
readdecesc
lua/src/llex.c:369
↓ 1 callers
Function
readhexaesc
lua/src/llex.c:335
↓ 1 callers
Function
readutf8esc
lua/src/llex.c:343
↓ 1 callers
Method
refreshBiomeColors
src/world.cpp:922
↓ 1 callers
Function
registerlocalvar
** Register a new local variable in the active 'Proto' (for debug ** information). */
lua/src/lparser.c:175
↓ 1 callers
Function
rehash
** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i */
lua/src/ltable.c:596
↓ 1 callers
Function
reinsert
** (Re)insert all elements from the hash part of 'ot' into table 't'. */
lua/src/ltable.c:506
↓ 1 callers
Function
remarkupvals
** For each non-marked thread, simulates a barrier between each open ** upvalue and its value. (If the thread is collected, the value will be ** assig
lua/src/lgc.c:361
↓ 1 callers
Method
removeRow
src/formsearchcontrol.cpp:85
↓ 1 callers
Function
remove_selected
src/formconditions.cpp:230
↓ 1 callers
Function
removelastinstruction
** Remove the last instruction created, correcting line information ** accordingly. */
lua/src/lcode.c:372
↓ 1 callers
Function
removevars
** Close the scope for all variables up to level 'tolevel'. ** (debug info.) */
lua/src/lparser.c:328
↓ 1 callers
Function
repeatstat
lua/src/lparser.c:1486
↓ 1 callers
Function
replyFinished
src/updater.cpp:16
↓ 1 callers
Method
requestItem
src/searchthread.cpp:768
↓ 1 callers
Method
requestQuad
src/world.cpp:1026
↓ 1 callers
Method
requestWork
src/exportdialog.cpp:198
↓ 1 callers
Method
reset
src/tabbiomes.cpp:226
↓ 1 callers
Method
reset
src/formsearchcontrol.cpp:92
↓ 1 callers
Function
restartcollection
** mark root set and reset all gray lists, to start a new collection */
lua/src/lgc.c:397
↓ 1 callers
Function
restassign
** Parse and compile a multiple assignment. The first "variable" ** (a 'suffixedexp') was already read by the caller. ** ** assignment -> suffixedexp
lua/src/lparser.c:1374
↓ 1 callers
Function
retstat
lua/src/lparser.c:1812
↓ 1 callers
Function
rkname
** Find a "name" for a 'C' value in an RK instruction. */
lua/src/ldebug.c:446
↓ 1 callers
Function
rotl1
for offsets larger than 32, rotate right by 64 - offset */
lua/src/lmathlib.c:427
↓ 1 callers
Function
runCheckScript
TODO: honor abort signals
src/scripts.cpp:298
↓ 1 callers
Function
runafewfinalizers
** Call a few finalizers */
lua/src/lgc.c:930
↓ 1 callers
Function
runargs
** Processes options 'e' and 'l', which involve running Lua code, and ** 'W', which also affects the state. ** Returns 0 if some code raises an error.
lua/src/lua.c:329
↓ 1 callers
Method
sameMapOpts
src/config.cpp:301
↓ 1 callers
Method
save
src/tabbiomes.cpp:420
↓ 1 callers
Function
saveConditions
src/presetdialog.cpp:39
↓ 1 callers
Function
searchupvalue
** Search the upvalues of the function 'fs' for one ** with the given 'name'. */
lua/src/lparser.c:342
↓ 1 callers
Function
searchvar
** Look for an active local variable with the name 'n' in the ** function 'fs'. If found, initialize 'var' with it and return ** its expression kind;
lua/src/lparser.c:390
↓ 1 callers
Method
set
src/tablocations.cpp:70
↓ 1 callers
Function
setConditionTreeItems
src/tablocations.cpp:21
↓ 1 callers
Method
setDim
src/world.cpp:803
↓ 1 callers
Method
setLayerOptions
src/layerdialog.cpp:179
↓ 1 callers
Method
setResultsPath
src/formsearchcontrol.cpp:289
↓ 1 callers
Method
setSearchConfig
src/formsearchcontrol.cpp:198
↓ 1 callers
Method
setValues
src/widgets.cpp:394
↓ 1 callers
Function
setboolfield
lua/src/loslib.c:219
↓ 1 callers
Function
setprogdir
** Replace in the path (on the top of the stack) any occurrence ** of LUA_EXEC_DIR with the executable's path. */
lua/src/loadlib.c:177
↓ 1 callers
Function
setrandfunc
** Register the random functions and initialize their state. */
lua/src/lmathlib.c:642
↓ 1 callers
Function
settraps
** Set 'trap' for all active Lua frames. ** This function can be called during a signal, under "reasonable" ** assumptions. A new 'ci' is completely l
lua/src/ldebug.c:114
↓ 1 callers
Function
simpleexp
lua/src/lparser.c:1139
↓ 1 callers
Function
skipBOM
lua/src/lauxlib.c:742
↓ 1 callers
Function
solvegoto
** Solves the goto at index 'g' to given 'label' and removes it ** from the list of pending goto's. ** If it jumps into the scope of some variable, ra
lua/src/lparser.c:526
↓ 1 callers
Function
solvegotos
** Solves forward jumps. Check whether new label 'lb' matches any ** pending gotos in current block and solves them. Return true ** if any of the goto
lua/src/lparser.c:584
↓ 1 callers
Function
stackinuse
lua/src/ldo.c:250
↓ 1 callers
Method
startWorkers
src/world.cpp:952
↓ 1 callers
Function
stepgenfull
** Does a major collection after last collection was a "bad collection". ** ** When the program is building a big structure, it allocates lots of ** m
lua/src/lgc.c:1375
↓ 1 callers
Method
stopSearch
src/searchthread.cpp:611
↓ 1 callers
Function
subexpr
** subexpr -> (simpleexp | unop subexpr) { binop subexpr } ** where 'binop' is any binary operator with a priority higher than 'limit' */
lua/src/lparser.c:1259
↓ 1 callers
Function
term_prompt
src/message.cpp:7
↓ 1 callers
Function
test_eof
lua/src/liolib.c:511
↓ 1 callers
Function
times5
return i * 5 */
lua/src/lmathlib.c:410
↓ 1 callers
Function
times9
return i * 9 */
lua/src/lmathlib.c:415
↓ 1 callers
Function
traverseCclosure
lua/src/lgc.c:587
↓ 1 callers
Function
traverseLclosure
** Traverse a Lua closure, marking its prototype and its upvalues. ** (Both can be NULL while closure is being created.) */
lua/src/lgc.c:598
↓ 1 callers
Function
traverseproto
** Traverse a prototype. (While a prototype is being build, its ** arrays can be larger than needed; the extra slots are filled with ** NULL, so the u
lua/src/lgc.c:572
↓ 1 callers
Function
traversestrongtable
lua/src/lgc.c:517
↓ 1 callers
Function
traversetable
lua/src/lgc.c:536
↓ 1 callers
Function
traversethread
** Traverse a thread, marking the elements in the stack up to its top ** and cleaning the rest of the stack in the final traversal. That ** ensures th
lua/src/lgc.c:621
↓ 1 callers
Function
traverseudata
lua/src/lgc.c:557
↓ 1 callers
Function
traverseweakvalue
** Traverse a table with weak values and link it to proper list. During ** propagate phase, keep it in 'grayagain' list, to be revisited in the ** ato
lua/src/lgc.c:440
↓ 1 callers
Function
trymt
lua/src/lstrlib.c:277
↓ 1 callers
Function
txtToken
lua/src/llex.c:99
↓ 1 callers
Function
udata2finalize
** Get the next udata to be finalized from the 'tobefnz' list, and ** link it back into the 'allgc' list. */
lua/src/lgc.c:878
↓ 1 callers
Function
undefgoto
** generates an error for an undefined 'goto'. */
lua/src/lparser.c:657
↓ 1 callers
Function
unmakemask
** Convert a bit mask (for 'gethook') into a string mask */
lua/src/ldblib.c:355
↓ 1 callers
Function
unroll
** Executes "full continuation" (everything in the stack) of a ** previously interrupted coroutine until the stack is empty (or another ** interruptio
lua/src/ldo.c:709
↓ 1 callers
Method
updateAutoConditions
src/formgen48.cpp:247
↓ 1 callers
Method
updateMapSeed
src/mainwindow.cpp:637
↓ 1 callers
Method
updateSensitivity
src/formconditions.cpp:104
↓ 1 callers
Function
utf8esc
lua/src/llex.c:361
↓ 1 callers
Function
validop
** Return false if folding can raise an error. ** Bitwise operations need operands convertible to integers; division ** operations cannot have 0 as di
lua/src/lcode.c:1314
↓ 1 callers
Function
warnfcont
** Writes the message and handle 'tocont', finishing the message ** if needed and setting the next warn function. */
lua/src/lauxlib.c:1068
↓ 1 callers
Function
whilestat
lua/src/lparser.c:1467
↓ 1 callers
Function
youngcollection
** Does a young collection. First, mark 'OLD1' objects. Then does the ** atomic step. Then, sweep all lists and advance pointers. Finally, ** finish t
lua/src/lgc.c:1225
↓ 1 callers
Method
zoom
src/mapview.cpp:161
Method
AboutDialog
src/aboutdialog.cpp:6
Method
AnalysisLocations
src/tablocations.cpp:64
Method
BiomeColorDialog
src/biomecolordialog.cpp:23
Method
BiomeHeader
src/tabbiomes.cpp:238
Method
BlockRule
src/scripts.h:75
Method
Collapsible
src/widgets.cpp:26
Method
ComboBoxDelegate
src/widgets.cpp:496
Method
ConditionDialog
src/conditiondialog.cpp:26
Method
Config
src/config.h:193
Method
ConfigDialog
src/configdialog.cpp:10
Method
ExportDialog
src/exportdialog.cpp:100
Method
ExtGenConfig
src/config.h:27
Method
ExtGenDialog
src/extgendialog.cpp:8
Method
FilterList
src/search.h:136
← previous
next →
1,001–1,100 of 1,749, ranked by callers