diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,16 +1,6 @@ 2008-02-12 Philipp Sehmisch <tmw@crushnet.org> * data/monsters.xml: Added size and speed to the first four monsters. - * src/browserbox.cpp, src/browserbox.h, src/chat.h, src/main.cpp: - Added possibility of length limitation to browserbox and used it - for the chatlog (length set by the config option "ChatLogLength"). - * src/chat.cpp, src/chat.h: Removed some completely useless code - from the chat class. - * src/monster.cpp, src/monster.h, data/sfx/logmonster-hurt1.ogg, - data/sfx/logmonster-hurt2.ogg, data/sfx/logmonster-hurt3.ogg, - data/sfx/logmonster-hurt4.ogg, data/sfx/logmonster-hurt5.ogg: - Implemented monster hurt sounds and added new sound effects by - Cosmostrator. 2008-02-10 Philipp Sehmisch <tmw@crushnet.org> @@ -430,6 +420,19 @@ * src/gui/char_select.cpp: Replaced flushed-layout hack with a tree. * src/gui/serverdialog.cpp, src/gui/buy.cpp: Simplified layouts. +2007-10-26 Philipp Sehmisch <tmw@crushnet.org> + + * src/browserbox.cpp, src/browserbox.h, src/chat.h, src/main.cpp: + Added possibility of length limitation to browserbox and used it + for the chatlog (length set by the config option "ChatLogLength"). + * src/chat.cpp, src/chat.h: Removed some completely useless code + from the chat class. + * src/monster.cpp, src/monster.h, data/sfx/logmonster-hurt1.ogg, + data/sfx/logmonster-hurt2.ogg, data/sfx/logmonster-hurt3.ogg, + data/sfx/logmonster-hurt4.ogg, data/sfx/logmonster-hurt5.ogg: + Implemented monster hurt sounds and added new sound effects by + Cosmostrator. + 2007-10-24 Bjørn Lindeijer <bjorn@lindeijer.nl> * po/nl.po: Completed Dutch translation. |