------------------------------------------------------------------------ r3970 | helixhorned | 2013-07-19 05:49:13 -0700 (Fri, 19 Jul 2013) | 1 line Lunatic: Add pre-compiled LPeg 0.12 for 32-bit Windows (MinGW). ------------------------------------------------------------------------ r3969 | helixhorned | 2013-07-19 05:49:10 -0700 (Fri, 19 Jul 2013) | 6 lines Lunatic: rename test.elua to test.lua. The old extension is an artifact from when I was thought that extensions should label whether a Lunatic module is to be used in internal/external contexts. Also, change test.lua slightly and commit a little updated documentation. ------------------------------------------------------------------------ r3968 | helixhorned | 2013-07-19 05:49:08 -0700 (Fri, 19 Jul 2013) | 4 lines Lose the 'packed' attribute on actor_t. Its members are already laid out on the natural alignment boundaries. Compilation tested with {32-bit, 64-bit} x {Lunatic, non-Lua} builds. ------------------------------------------------------------------------ r3967 | helixhorned | 2013-07-19 05:49:07 -0700 (Fri, 19 Jul 2013) | 1 line Lunatic: protect global environment. ------------------------------------------------------------------------ r3966 | helixhorned | 2013-07-19 05:49:06 -0700 (Fri, 19 Jul 2013) | 1 line Lunatic: remove DBG_ variable for _DEBUG_LUNATIC=0. ------------------------------------------------------------------------ r3965 | helixhorned | 2013-07-19 05:49:05 -0700 (Fri, 19 Jul 2013) | 1 line Lunatic: fix some must-fail tests and module()s without require'end_gamevars'. ------------------------------------------------------------------------ r3964 | helixhorned | 2013-07-19 05:49:02 -0700 (Fri, 19 Jul 2013) | 1 line Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)' ------------------------------------------------------------------------