Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
2100Filtered Results

Detail

2013.07.19.Log0879.txt

📄SVN 📅2013-07-19 💾1,8 KB 6 Parsed entries CON FIX

Revision r3969

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.

Revision r3968

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.

Revision r3967

Lunatic: protect global environment.

Revision r3966

Lunatic: remove DBG_ variable for _DEBUG_LUNATIC=0.

Revision r3965

Lunatic: fix some must-fail tests and module()s without require'end_gamevars'.

Revision r3964

Lunatic: replace 'idx >= BOUND+0ULL' idiom with 'not (idx >= 0 and idx < BOUND)'
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
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)'
------------------------------------------------------------------------