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

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

Detail

2012.11.10.Log0659.txt

📄SVN 📅2012-11-10 💾1,0 KB 1 Parsed entries CON BUILD

Revision r3147

Lunatic reorganization part 1: two renames and one deletion.

See the next commit for details.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3148 | helixhorned | 2012-11-10 12:59:00 -0800 (Sat, 10 Nov 2012) | 9 lines

Lunatic reorganization part 2: split into engine and editor/game parts.

On the engine side (functions starting with L_), there are now the basic
parts like state creation and running code from strings and files.
The game and editor can add to that by e.g. loading whatever they please
into the state. Their functions start with El_ and Em_, respectively.
The Lua scripts still reside in source/lunatic, even for the common ones.
This is because they will be embedded into the binaries as bytecode or
compressed source eventually, so their location on disk will be irrelevant.
------------------------------------------------------------------------
r3147 | helixhorned | 2012-11-10 12:58:54 -0800 (Sat, 10 Nov 2012) | 3 lines

Lunatic reorganization part 1: two renames and one deletion.

See the next commit for details.
------------------------------------------------------------------------