raze-gles/polymer/eduke32/source/lunatic
helixhorned bbdc035335 Lunatic: replace DukePlayer_t set-member methods with metatable magic.
So that members needing it are checked when they're assigned to using the
usual syntax. What kind of check to perform (sector, player, ... x whether
negative values are allowed) is written in a declarative fashion inside the
C declaration.

Also, make Lunatic's MAXQUOTES be C's OBITQUOTEINDEX and bound-check an
access of sprite[p->wackedbyplayer] in the C code.

git-svn-id: https://svn.eduke32.com/eduke32@3653 1a8010ca-5511-0410-912e-c29ae57300e0
2013-04-07 15:20:41 +00:00
..
m32 Lunatic: a couple of small changes. 2013-01-06 18:56:45 +00:00
test Lunatic: begin gamevar system. Not much there yet. 2013-04-05 17:53:06 +00:00
bcarray.lua Lunatic: make palette_t a bcarray-generated type, various tweaks. 2013-04-05 17:53:03 +00:00
bcheck.lua Lunatic: make some variables local, fix some bugs found using listglobals.sh. 2013-03-24 18:53:14 +00:00
bigytiles.lua Fix build.lua's loadarts(), add bigytiles.lua. 2012-12-23 14:00:00 +00:00
bitar.lua Lunatic: access to show2dsector[], fix some permit-negative bound checks. 2013-04-07 15:20:28 +00:00
bittest.lua Lunatic: prefer to use ctype objects instead of C type strings. 2013-01-26 17:07:53 +00:00
build.lua Fix build.lua's loadarts(), add bigytiles.lua. 2012-12-23 14:00:00 +00:00
con_lang.lua Lunatic: replace DukePlayer_t set-member methods with metatable magic. 2013-04-07 15:20:41 +00:00
control.lua Lunatic: replace DukePlayer_t set-member methods with metatable magic. 2013-04-07 15:20:41 +00:00
defs.ilua Lunatic: replace DukePlayer_t set-member methods with metatable magic. 2013-04-07 15:20:41 +00:00
defs_common.lua Lunatic: replace DukePlayer_t set-member methods with metatable magic. 2013-04-07 15:20:41 +00:00
defs_m32.ilua Lunatic: provide access to actor-tsprite. 2013-02-01 13:05:20 +00:00
dis_x64.lua Lunatic: add LuaJIT's 'dump' module, printing traced bytecode, IR and mcode. 2013-03-24 18:54:14 +00:00
dis_x86.lua Lunatic: add LuaJIT's 'dump' module, printing traced bytecode, IR and mcode. 2013-03-24 18:54:14 +00:00
dump.lua Lunatic: add LuaJIT's 'dump' module, printing traced bytecode, IR and mcode. 2013-03-24 18:54:14 +00:00
dynsymlist Lunatic: access to show2dsector[], fix some permit-negative bound checks. 2013-04-07 15:20:28 +00:00
dynsymlist_m32 Lunatic: access to show2dsector[], fix some permit-negative bound checks. 2013-04-07 15:20:28 +00:00
findmaps.sh Lunatic: update structures, find maps case-insensitively in findmaps.sh. 2012-11-03 19:32:43 +00:00
foreachmap.lua build.lua: provide simplistic "readdefs()", use in foreachmap.lua. 2012-11-18 19:01:39 +00:00
geom.lua Lunatic: make ivec3 and dvec3 types share same metatable, orthogonalize API. 2013-03-21 10:20:27 +00:00
listglobals.sh LunaCON: gen. cleaner code, make actor[].movflag internal, update listglobals.sh 2013-04-05 17:53:21 +00:00
lunacon.lua Lunatic: get rid of some now unneeded set-member methods, add others. 2013-04-07 15:20:37 +00:00
lunatic_game.c LunaCON: gen. cleaner code, make actor[].movflag internal, update listglobals.sh 2013-04-05 17:53:21 +00:00
lunatic_game.h Lunatic: cancel logo on EVENT_LOGO error, fix CON mulscale and writable gv. 2013-03-24 18:52:41 +00:00
lunatic_m32.c Lunatic: fix stack discipline. 2013-01-01 15:24:11 +00:00
lunatic_m32.h Lunatic reorganization part 2: split into engine and editor/game parts. 2012-11-10 20:59:00 +00:00
map2text.lua build.lua map loader: add the option of canonicalizing sprite order. 2012-08-26 22:13:57 +00:00
mapastats.lua Lunatic: add 'stat' module for running statistics. 2012-08-02 10:52:32 +00:00
mapdiff.sh build.lua map loader: add the option of canonicalizing sprite order. 2012-08-26 22:13:57 +00:00
mapstats.lua Add ART loader for the LuaJIT BUILD struct loader module, 2 more examples. 2012-07-08 21:47:11 +00:00
mapypan.lua Add ART loader for the LuaJIT BUILD struct loader module, 2 more examples. 2012-07-08 21:47:11 +00:00
profdemo.lua Lunatic: a couple of small changes. 2013-01-06 18:56:45 +00:00
randgen.lua Lunatic: better protection of array members inside structs. 2012-11-25 13:18:52 +00:00
stat.lua Lunatic: a couple of small changes. 2013-01-06 18:56:45 +00:00
strict.lua Lunatic t.: handle prefix-problematic commands for real, definelevelname, ... 2012-06-17 19:45:37 +00:00
test.elua Lunatic: replace DukePlayer_t set-member methods with metatable magic. 2013-04-07 15:20:41 +00:00
v.lua Lunatic: fixups and debugging helpers. 2013-02-28 17:30:04 +00:00
xmath.lua Lunatic translator: fix some codegen and some commands. 2013-03-03 16:06:22 +00:00