MCPcopy Create free account

hub / github.com/Cubitect/cubiomes-viewer / functions

Functions1,749 in github.com/Cubitect/cubiomes-viewer

FunctionluaB_cowrap
lua/src/lcorolib.c:105
FunctionluaB_dofile
lua/src/lbaselib.c:415
FunctionluaB_getmetatable
lua/src/lbaselib.c:126
FunctionluaB_ipairs
** 'ipairs' function. Returns 'ipairsaux', given "table", 0. ** (The given "table" may not be a table.) */
lua/src/lbaselib.c:314
FunctionluaB_load
lua/src/lbaselib.c:387
FunctionluaB_loadfile
lua/src/lbaselib.c:340
FunctionluaB_next
lua/src/lbaselib.c:267
FunctionluaB_pairs
lua/src/lbaselib.c:284
FunctionluaB_pcall
lua/src/lbaselib.c:472
FunctionluaB_print
lua/src/lbaselib.c:24
FunctionluaB_rawequal
lua/src/lbaselib.c:149
FunctionluaB_rawget
lua/src/lbaselib.c:166
FunctionluaB_rawlen
lua/src/lbaselib.c:157
FunctionluaB_rawset
lua/src/lbaselib.c:174
FunctionluaB_select
lua/src/lbaselib.c:438
FunctionluaB_setmetatable
lua/src/lbaselib.c:137
FunctionluaB_tonumber
lua/src/lbaselib.c:81
FunctionluaB_tostring
lua/src/lbaselib.c:499
FunctionluaB_type
lua/src/lbaselib.c:259
FunctionluaB_warn
** Creates a warning with all given arguments. ** Check first for errors; otherwise an error may interrupt ** the composition of a warning, leaving it
lua/src/lbaselib.c:45
FunctionluaB_xpcall
** Do a protected call with error handling. After 'lua_rotate', the ** stack will have <f, err, true, f, [args...]>; so, the function passes ** 2 to '
lua/src/lbaselib.c:487
FunctionluaB_yield
lua/src/lcorolib.c:112
FunctionluaB_yieldable
lua/src/lcorolib.c:156
FunctionluaC_barrier_
** Barrier that moves collector forward, that is, marks the white object ** 'v' being pointed by the black object 'o'. In the generational ** mode, '
lua/src/lgc.c:208
FunctionluaC_barrierback_
** barrier that moves collector backward, that is, mark the black object ** pointing to a white object as gray again. */
lua/src/lgc.c:230
FunctionluaE_extendCI
lua/src/lstate.c:105
FunctionluaE_incCstack
lua/src/lstate.c:173
FunctionluaH_isdummy
lua/src/ltable.c:978
FunctionluaH_mainposition
lua/src/ltable.c:974
FunctionluaL_checkudata
lua/src/lauxlib.c:345
FunctionluaL_checkversion_
lua/src/lauxlib.c:1098
FunctionluaL_loadstring
lua/src/lauxlib.c:837
FunctionluaL_ref
** The previously freed references form a linked list: ** t[freelist] is the index of a first free index, or zero if list is ** empty; t[t[freelist]]
lua/src/lauxlib.c:660
FunctionluaL_unref
lua/src/lauxlib.c:688
FunctionluaM_free_
** Free memory */
lua/src/lmem.c:132
FunctionluaM_growaux_
lua/src/lmem.c:79
FunctionluaM_malloc_
lua/src/lmem.c:187
FunctionluaM_shrinkvector_
** In prototypes, the size of the array is also its number of ** elements (to save memory). So, if it cannot shrink an array ** to its number of eleme
lua/src/lmem.c:110
FunctionluaT_callorderiTM
lua/src/ltm.c:221
FunctionluaT_gettm
** function to be used with macro "fasttm": optimized for absence of ** tag methods */
lua/src/ltm.c:60
FunctionluaV_tonumber_
** Try to convert a value to a float. The float case is already handled ** by the macro 'tonumber'. */
lua/src/lvm.c:103
Functionlua_CFunction
lua/src/lapi.c:147
Functionlua_Integer
lua/src/lauxlib.c:871
Functionlua_Unsigned
lua/src/lapi.c:430
Functionlua_isuserdata
lua/src/lapi.c:326
Functionlua_rawgetp
lua/src/lapi.c:756
Functionlua_rawsetp
lua/src/lapi.c:918
Functionlua_setallocf
lua/src/lapi.c:1322
Functionlua_settable
lua/src/lapi.c:859
Functionlua_tocfunction
lua/src/lapi.c:442
Functionlua_yieldk
lua/src/ldo.c:844
Functionluaopen_base
lua/src/lbaselib.c:537
Functionluaopen_coroutine
lua/src/lcorolib.c:206
Functionluaopen_debug
lua/src/ldblib.c:479
Functionluaopen_io
lua/src/liolib.c:819
Functionluaopen_math
** Open math library */
lua/src/lmathlib.c:751
Functionluaopen_os
lua/src/loslib.c:426
Functionluaopen_package
lua/src/loadlib.c:739
Functionluaopen_string
** Open string library */
lua/src/lstrlib.c:1869
Functionluaopen_table
lua/src/ltablib.c:426
Functionluaopen_utf8
lua/src/lutf8lib.c:280
Functionmain
src/main.cpp:28
Functionmain
lua/src/lua.c:650
Functionmain
lua/src/luac.c:198
MethodmapUpdate
src/mapview.cpp:361
MethodmarkFormated
src/scripts.cpp:497
Functionmath_abs
lua/src/lmathlib.c:29
Functionmath_acos
lua/src/lmathlib.c:60
Functionmath_asin
lua/src/lmathlib.c:55
Functionmath_atan
lua/src/lmathlib.c:65
Functionmath_ceil
lua/src/lmathlib.c:106
Functionmath_cos
lua/src/lmathlib.c:45
Functionmath_cosh
lua/src/lmathlib.c:659
Functionmath_deg
lua/src/lmathlib.c:195
Functionmath_exp
lua/src/lmathlib.c:190
Functionmath_floor
lua/src/lmathlib.c:95
Functionmath_fmod
lua/src/lmathlib.c:117
Functionmath_frexp
lua/src/lmathlib.c:681
Functionmath_ldexp
lua/src/lmathlib.c:688
Functionmath_log
lua/src/lmathlib.c:169
Functionmath_log10
lua/src/lmathlib.c:695
Functionmath_max
lua/src/lmathlib.c:220
Functionmath_min
lua/src/lmathlib.c:206
Functionmath_modf
** next function does not use 'modf', avoiding problems with 'double*' ** (which is not compatible with 'float*') when lua_Number is not ** 'double'.
lua/src/lmathlib.c:139
Functionmath_pow
lua/src/lmathlib.c:674
Functionmath_rad
lua/src/lmathlib.c:200
Functionmath_random
lua/src/lmathlib.c:557
Functionmath_randomseed
lua/src/lmathlib.c:618
Functionmath_sin
lua/src/lmathlib.c:40
Functionmath_sinh
lua/src/lmathlib.c:664
Functionmath_sqrt
lua/src/lmathlib.c:156
Functionmath_tan
lua/src/lmathlib.c:50
Functionmath_tanh
lua/src/lmathlib.c:669
Functionmath_toint
lua/src/lmathlib.c:73
Functionmath_type
lua/src/lmathlib.c:234
Functionmath_ult
lua/src/lmathlib.c:162
MethodmouseMoveEvent
src/widgets.cpp:335
MethodmouseMoveEvent
src/mapview.cpp:602
MethodmousePressEvent
src/conditiondialog.h:32
MethodmousePressEvent
src/widgets.cpp:253
← previousnext →1,301–1,400 of 1,749, ranked by callers