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
↓ 2 callers
Method
onActionBiomeLayerSelect
src/mainwindow.cpp:1096
↓ 2 callers
Function
open_func
lua/src/lparser.c:728
↓ 2 callers
Function
opencheck
lua/src/liolib.c:261
↓ 2 callers
Function
patchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
lua/src/lcode.c:259
↓ 2 callers
Function
preinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
lua/src/lstate.c:249
↓ 2 callers
Function
prepCallInfo
lua/src/ldo.c:479
↓ 2 callers
Function
previousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
lua/src/lcode.c:116
↓ 2 callers
Function
print_version
lua/src/lua.c:167
↓ 2 callers
Function
propagatemark
** traverse one gray object, turning it to black. */
lua/src/lgc.c:652
↓ 2 callers
Function
push_onecapture
** Push the i-th capture on the stack. */
lua/src/lstrlib.c:725
↓ 2 callers
Function
pusherror
lua/src/loadlib.c:194
↓ 2 callers
Function
pushglobalfuncname
** Search for a name for a function in all loaded modules */
lua/src/lauxlib.c:79
↓ 2 callers
Function
pushline
** Prompt the user, read a line, and push it into the Lua stack. */
lua/src/lua.c:486
↓ 2 callers
Function
pushmode
lua/src/lbaselib.c:184
↓ 2 callers
Function
pushstr
** Push given string to the stack, as part of the buffer, and ** join the partial strings in the stack into one. */
lua/src/lobject.c:405
↓ 2 callers
Function
pushutfchar
lua/src/lutf8lib.c:151
↓ 2 callers
Function
randseed
** Set a "random" seed. To get some randomness, use the current time ** and the address of 'L' (in case the machine does address space layout ** rando
lua/src/lmathlib.c:611
↓ 2 callers
Function
read_long_string
lua/src/llex.c:280
↓ 2 callers
Function
read_numeral
LUA_NUMBER */ ** This function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. Roughly, it accepts the foll
lua/src/llex.c:227
↓ 2 callers
Function
recfield
lua/src/lparser.c:846
↓ 2 callers
Function
removelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
lua/src/lcode.c:353
↓ 2 callers
Function
removevalues
** Traverse a list of tests ensuring no one produces a value */
lua/src/lcode.c:277
↓ 2 callers
Function
rethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
lua/src/ldo.c:365
↓ 2 callers
Function
rname
** Find a "name" for the register 'c'. */
lua/src/ldebug.c:436
↓ 2 callers
Function
savelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
lua/src/lcode.c:329
↓ 2 callers
Method
scale
src/config.h:153
↓ 2 callers
Method
screenshot
src/mapview.cpp:353
↓ 2 callers
Function
searchForUpdates
src/updater.cpp:97
↓ 2 callers
Method
searchProgressReset
src/formsearchcontrol.cpp:700
↓ 2 callers
Method
searchResultsAdd
src/formsearchcontrol.cpp:632
↓ 2 callers
Function
searchpath
lua/src/loadlib.c:481
↓ 2 callers
Function
separatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
lua/src/lgc.c:966
↓ 2 callers
Method
setActiveFilter
src/presetdialog.cpp:152
↓ 2 callers
Method
setBiomeColor
src/biomecolordialog.cpp:266
↓ 2 callers
Method
setConfig
src/mapview.cpp:186
↓ 2 callers
Method
setLimitText
src/widgets.cpp:387
↓ 2 callers
Method
setSearchMode
src/formsearchcontrol.cpp:317
↓ 2 callers
Method
setShapes
src/mapview.cpp:193
↓ 2 callers
Function
setallfields
** Set all fields from structure 'tm' in the table on top of the stack */
lua/src/loslib.c:230
↓ 2 callers
Function
setlimittosize
lua/src/ltable.c:281
↓ 2 callers
Function
setnodevector
** Creates an array for the hash part of a table with the given ** size, or reuses the dummy node if size is zero. ** The computation for size overflo
lua/src/ltable.c:478
↓ 2 callers
Function
setpath
** Set a path */
lua/src/loadlib.c:297
↓ 2 callers
Function
setseed
lua/src/lmathlib.c:592
↓ 2 callers
Function
settabsb
lua/src/ldblib.c:121
↓ 2 callers
Function
setvararg
lua/src/lparser.c:952
↓ 2 callers
Function
singlestep
lua/src/lgc.c:1578
↓ 2 callers
Function
singlevar
** Find a variable with the given name 'n', handling global variables ** too. */
lua/src/lparser.c:463
↓ 2 callers
Function
singlevaraux
** Find a variable with the given name 'n'. If it is an upvalue, add ** this upvalue into all intermediate functions. If it is a global, set ** 'var'
lua/src/lparser.c:435
↓ 2 callers
Function
skipcomment
** reads the first character of file 'f' and skips an optional BOM mark ** in its beginning plus its first line if it starts with '#'. Returns ** true
lua/src/lauxlib.c:763
↓ 2 callers
Function
smoothstep
src/mapview.cpp:224
↓ 2 callers
Function
smoothstep_integral
src/mapview.cpp:232
↓ 2 callers
Method
sort
src/tabbiomes.h:86
↓ 2 callers
Function
sqdist
src/world.cpp:603
↓ 2 callers
Function
stack_init
lua/src/lstate.c:180
↓ 2 callers
Method
startSearch
src/searchthread.cpp:571
↓ 2 callers
Function
start_capture
lua/src/lstrlib.c:534
↓ 2 callers
Function
str2K
** Convert a VKSTR to a VK */
lua/src/lcode.c:737
↓ 2 callers
Function
str2seed
src/util.cpp:201
↓ 2 callers
Function
str_find_aux
lua/src/lstrlib.c:773
↓ 2 callers
Function
stringK
** Add a string to list of constants and return its index. */
lua/src/lcode.c:575
↓ 2 callers
Function
sweeplist
** sweep at most 'countin' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) **
lua/src/lgc.c:816
↓ 2 callers
Function
sweeptolive
** sweep a list until a live object (or end of list) */
lua/src/lgc.c:843
↓ 2 callers
Function
tab_switch
src/mainwindow.cpp:1042
↓ 2 callers
Function
test_then_block
lua/src/lparser.c:1637
↓ 2 callers
Function
tonum
lua/src/lstrlib.c:264
↓ 2 callers
Function
tostringbuff
** Convert a number object to a string, adding it to a buffer */
lua/src/lobject.c:355
↓ 2 callers
Function
touserdata
lua/src/lapi.c:451
↓ 2 callers
Function
traverseephemeron
** Traverse an ephemeron table and link it to proper list. Returns true ** iff any object was marked during this traversal (which implies that ** conv
lua/src/lgc.c:474
↓ 2 callers
Function
treatstackoption
** In function 'db_getinfo', the call to 'lua_getinfo' may push ** results on the stack; later it creates the result table to put ** these objects. Fu
lua/src/ldblib.c:134
↓ 2 callers
Function
tryagain
** In case of allocation fail, this function will do an emergency ** collection to free some memory and then try the allocation again. ** The GC shoul
lua/src/lmem.c:148
↓ 2 callers
Function
typeerror
** Raise a type error */
lua/src/ldebug.c:722
↓ 2 callers
Function
unpackint
** Unpack an integer with 'size' bytes and 'islittle' endianness. ** If size is smaller than the size of a Lua integer and integer ** is signed, must
lua/src/lstrlib.c:1728
↓ 2 callers
Method
updateBiomeColor
src/world.cpp:382
↓ 2 callers
Method
updateCount
src/formgen48.cpp:231
↓ 2 callers
Method
writeHeader
src/searchthread.cpp:20
↓ 2 callers
Function
yindex
lua/src/lparser.c:821
↓ 1 callers
Function
I2d
lua/src/lmathlib.c:337
↓ 1 callers
Function
LEfloatint
** Check whether float 'f' is less than or equal to integer 'i'. ** See comments on previous function. */
lua/src/lvm.c:460
↓ 1 callers
Function
LEintfloat
** Check whether integer 'i' is less than or equal to float 'f'. ** See comments on previous function. */
lua/src/lvm.c:426
↓ 1 callers
Function
LEnum
** Return 'l <= r', for numbers. */
lua/src/lvm.c:498
↓ 1 callers
Function
LTfloatint
** Check whether float 'f' is less than integer 'i'. ** See comments on previous function. */
lua/src/lvm.c:443
↓ 1 callers
Function
LTintfloat
** Check whether integer 'i' is less than float 'f'. If 'i' has an ** exact representation as a float ('l_intfitsf'), compare numbers as ** floats. Ot
lua/src/lvm.c:409
↓ 1 callers
Function
LTnum
** Return 'l < r', for numbers. */
lua/src/lvm.c:476
↓ 1 callers
Function
PrintCode
lua/src/luac.c:336
↓ 1 callers
Function
PrintDebug
lua/src/luac.c:690
↓ 1 callers
Function
PrintHeader
lua/src/luac.c:670
↓ 1 callers
Function
PrintString
lua/src/luac.c:222
↓ 1 callers
Function
PrintType
lua/src/luac.c:267
↓ 1 callers
Method
add
src/world.cpp:975
↓ 1 callers
Function
add_s
lua/src/lstrlib.c:871
↓ 1 callers
Function
add_value
** Add the replacement value to the string buffer 'b'. ** Return true if the original string was changed. (Function calls and ** table indexing result
lua/src/lstrlib.c:906
↓ 1 callers
Function
addliteral
lua/src/lstrlib.c:1175
↓ 1 callers
Function
addprototype
** adds a new prototype into list of prototypes */
lua/src/lparser.c:697
↓ 1 callers
Function
addquoted
lua/src/lstrlib.c:1122
↓ 1 callers
Function
addreturn
** Try to compile line on the stack as 'return <line>;'; on return, stack ** has either compiled chunk or original line (if compilation failed). */
lua/src/lua.c:511
↓ 1 callers
Function
addtoclib
** registry.CLIBS[path] = plib -- for queries ** registry.CLIBS[#CLIBS + 1] = plib -- also keep a list of all libraries */
lua/src/loadlib.c:349
↓ 1 callers
Method
animateView
src/mapview.cpp:141
↓ 1 callers
Method
apply
src/search.cpp:174
↓ 1 callers
Function
applyTranspose
src/searchthread.cpp:360
↓ 1 callers
Function
auxgetinfo
lua/src/ldebug.c:327
← previous
next →
601–700 of 1,749, ranked by callers