raze-gles/polymer/eduke32/source/lunatic
helixhorned 59fa419506 Lunatic: pack actor/move parameters into t_data, which is enlarged to 14 elements.
(LUNATIC build only.)
Also, a minor problem is identified.  sizeof(actor_t) is 124 on 64-bit platforms,
while the expected size is 128 bytes.  This needs to be corrected whenever the
next savegame version bump happens.

git-svn-id: https://svn.eduke32.com/eduke32@2724 1a8010ca-5511-0410-912e-c29ae57300e0
2012-06-03 15:46:08 +00:00
..
con_lang.lua Lunatic translator improvements. 2012-04-22 19:10:46 +00:00
defs.ilua Lunatic: pack actor/move parameters into t_data, which is enlarged to 14 elements. 2012-06-03 15:46:08 +00:00
dynsymlist Lunatic: v7 engine support, event updates 2012-05-18 12:45:52 +00:00
lunacon.lua Lunatic: v7 engine support, event updates 2012-05-18 12:45:52 +00:00
lunatic.c Lunatic: one const char * --> char *, since we alloc/free it. 2012-06-03 15:46:02 +00:00
lunatic.h Lunatic: one const char * --> char *, since we alloc/free it. 2012-06-03 15:46:02 +00:00
test.elua Lunatic: fix one stack index, comment on a problem with ffi.C access. 2012-05-29 20:01:58 +00:00