summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cc60e15..7b3dd79f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.