diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-08-19 Björn Steinbrink <B.Steinbrink@gmx.de> + * src/engine.cpp, src/game.cpp: The engine isn't connected to all the gui + windows, so move creation from its constructor into the game.cpp where + most of them are actually used. * src/log.cpp, src/log.h, src/main.cpp: Added support for parsing command line options. Added option to skip the update process. Made logger being created immediately after startup, because some destructors use it. |