raze/polymer/eduke32/source/lunatic
2013-09-08 20:18:51 +00:00
..
doc Lunatic doc: add some text and examples for using require()/module(). 2013-09-08 20:18:51 +00:00
m32
test Lunatic doc: add some text and examples for using require()/module(). 2013-09-08 20:18:51 +00:00
util Lunatic: r/w gamearrays in binary mode, checks for mapdiff.sh, add test/gamearray.con. 2013-09-06 14:43:20 +00:00
bcarray.lua Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)' 2013-07-19 12:49:02 +00:00
bcheck.lua Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)' 2013-07-19 12:49:02 +00:00
bitar.lua
con_lang.lua
control.lua Lunatic: r/w gamearrays in binary mode, checks for mapdiff.sh, add test/gamearray.con. 2013-09-06 14:43:20 +00:00
defs.ilua Lunatic: make -Lopts=strict also error on some table reads w/ nonexistent keys. 2013-09-05 17:37:47 +00:00
defs_common.lua Lunatic: r/w gamearrays in binary mode, checks for mapdiff.sh, add test/gamearray.con. 2013-09-06 14:43:20 +00:00
defs_m32.ilua
dis_x64.lua
dis_x86.lua
dump.lua A couple of minor changes. 2013-09-05 17:37:44 +00:00
dynsymlist
dynsymlist_m32
engine_maptext.lua Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)' 2013-07-19 12:49:02 +00:00
listglobals.sh Lunatic: gv.getangle() vs. analogous Lua function test, add some anchors to doc. 2013-09-05 17:37:36 +00:00
lunacon.lua Lunatic: on the Lua side, rename gv.g_RETURN to the prettier gv.RETURN. 2013-08-23 17:01:10 +00:00
lunatic_game.c Lunatic: prepare Makefiles for synthesis build. 2013-08-11 15:28:42 +00:00
lunatic_game.h
lunatic_m32.c Lunatic: prepare Makefiles for synthesis build. 2013-08-11 15:28:42 +00:00
lunatic_m32.h
profdemo.lua
randgen.lua Lunatic: a couple of trivial changes. 2013-08-18 19:24:25 +00:00
savegame.lua
stat.lua
strict.lua
test.lua Lunatic: add option -Lopts=... from command line. 2013-09-05 17:37:46 +00:00
v.lua A couple of minor changes. 2013-09-05 17:37:44 +00:00
xmath.lua Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)' 2013-07-19 12:49:02 +00:00