------------------------------------------------------------------------ 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. ------------------------------------------------------------------------