diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-12 11:08:10 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-12 11:08:10 +0000 |
commit | d1452c95189c36d49bb1b385e04616a6507aaa06 (patch) | |
tree | a49dd55e69ae3dc9a7bf6075d5a511e6c11625c9 /ChangeLog | |
parent | 915c9b4e7daf2f49c25e254b66ef6e53a9207b29 (diff) | |
download | mana-d1452c95189c36d49bb1b385e04616a6507aaa06.tar.gz mana-d1452c95189c36d49bb1b385e04616a6507aaa06.tar.bz2 mana-d1452c95189c36d49bb1b385e04616a6507aaa06.tar.xz mana-d1452c95189c36d49bb1b385e04616a6507aaa06.zip |
Fixed the location in the ChangeLog file for the last merge.
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. |