raze/polymer/eduke32/source/lunatic
2015-03-24 00:40:55 +00:00
..
doc CON: Rename "cutscene" command to "startcutscene". 2015-02-22 22:14:39 +00:00
m32
test Add lunatic/test/thisactor_getzrange.con, providing 'state thisactor_getzrange'. 2015-02-18 20:46:54 +00:00
util
bcarray.lua
bcheck.lua Lunatic: fix a couple of typo-like issues found by listglobals.sh. DONT_BUILD. 2015-02-22 19:31:11 +00:00
bitar.lua
con_lang.lua CON: Add EVENT_DISPLAYROOMSCAMERA and EVENT_DISPLAYSTART. 2015-03-08 07:58:24 +00:00
control.lua A lot of CON rewrites/optimizations. Converts projectile system to dynamic allocation, saving a bunch of memory (something like sizeof(projectile_t) * MAXTILES * 2). This commit also contains changes that reduce overhead for CON commands that take a lot of parameters, by way of adding a Gv_GetManyVars() to replace long strings of subsequent calls to Gv_GetVarX(). 2015-03-24 00:40:55 +00:00
defs.ilua CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens. 2015-02-22 22:15:20 +00:00
defs_common.lua LunaCON: fix tilesizx[] and tilesizy[] system gamearrays. 2014-11-07 22:07:07 +00:00
defs_m32.ilua
dis_x64.lua Lunatic: update files from LuaJIT. DONT_BUILD. 2015-02-22 19:31:14 +00:00
dis_x86.lua Lunatic: update files from LuaJIT. DONT_BUILD. 2015-02-22 19:31:14 +00:00
dump.lua Lunatic: update files from LuaJIT. DONT_BUILD. 2015-02-22 19:31:14 +00:00
dynsymlist CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens. 2015-02-22 22:15:20 +00:00
dynsymlist_m32 LunaCON: fix tilesizx[] and tilesizy[] system gamearrays. 2014-11-07 22:07:07 +00:00
engine.lua
engine_maptext.lua Lunatic: fix a couple of typo-like issues found by listglobals.sh. DONT_BUILD. 2015-02-22 19:31:11 +00:00
fs.lua
listglobals.sh
lunacon.lua CON: Add "resetplayerflags". Flag 1 means "don't ask the user if they want to load". 2015-03-04 02:15:15 +00:00
lunatic_game.c A lot of CON rewrites/optimizations. Converts projectile system to dynamic allocation, saving a bunch of memory (something like sizeof(projectile_t) * MAXTILES * 2). This commit also contains changes that reduce overhead for CON commands that take a lot of parameters, by way of adding a Gv_GetManyVars() to replace long strings of subsequent calls to Gv_GetVarX(). 2015-03-24 00:40:55 +00:00
lunatic_game.h Make a bunch of things extern "C". This should fix C++ builds on OS X and with Lunatic. DONT_BUILD. 2014-11-26 04:39:23 +00:00
lunatic_m32.c
lunatic_m32.h Make a bunch of things extern "C". This should fix C++ builds on OS X and with Lunatic. DONT_BUILD. 2014-11-26 04:39:23 +00:00
profdemo.lua
randgen.lua
savegame.lua
stat.lua
strict.lua
test.lua
v.lua Lunatic: update files from LuaJIT. DONT_BUILD. 2015-02-22 19:31:14 +00:00
xmath.lua