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

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

Detail

2012.06.03.Log0546.txt

📄SVN 📅2012-06-03 💾1,1 KB 3 Parsed entries

Revision r2723

In G_GameExit, rename arg 't' to 'msg' for (slightly) easier grepping of t_data etc.

Revision r2722

Lunatic: one const char * --> char *, since we alloc/free it.

Revision r2721

Rename LUNATIC_ENABLE macro to just LUNATIC.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2724 | helixhorned | 2012-06-03 08:46:08 -0700 (Sun, 03 Jun 2012) | 6 lines

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.
------------------------------------------------------------------------
r2723 | helixhorned | 2012-06-03 08:46:05 -0700 (Sun, 03 Jun 2012) | 1 line

In G_GameExit, rename arg 't' to 'msg' for (slightly) easier grepping of t_data etc.
------------------------------------------------------------------------
r2722 | helixhorned | 2012-06-03 08:46:02 -0700 (Sun, 03 Jun 2012) | 1 line

Lunatic: one const char * --> char *, since we alloc/free it.
------------------------------------------------------------------------
r2721 | helixhorned | 2012-06-03 08:45:59 -0700 (Sun, 03 Jun 2012) | 1 line

Rename LUNATIC_ENABLE macro to just LUNATIC.
------------------------------------------------------------------------