summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-29 20:29:53 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-29 20:29:53 +0000
commit91705f88735b8efdbf263a22ef02c1b87c964b5b (patch)
tree1b4aa522b3cea519f0aba659b03efccb7ce8ced0 /ChangeLog
parentc0ff89295d11d3e328b0d93c014c6ca82c690a78 (diff)
downloadmana-client-91705f88735b8efdbf263a22ef02c1b87c964b5b.tar.gz
mana-client-91705f88735b8efdbf263a22ef02c1b87c964b5b.tar.bz2
mana-client-91705f88735b8efdbf263a22ef02c1b87c964b5b.tar.xz
mana-client-91705f88735b8efdbf263a22ef02c1b87c964b5b.zip
Applied patch by Andrew Harrison, adding a command line option to specify which
configuration file to use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 07526729..7ec11202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2006-08-29 Andrew Harrison <atharris@users.sourceforge.net>
+
+ * src/main.cpp: Added command line option to specify which
+ configuration file to use (patch applied by Bjørn Lindeijer).
+
2006-08-29 Matthias Hartmann <hartmann.matthias@gmail.com>
- * data/graphics/sprites/item006.png, data/graphics/sprites/item006.xml,
- data/graphics/sprites/item008.xml Fixed fancy hat + silk headband positions.
+ * data/graphics/sprites/item006.png,
+ data/graphics/sprites/item006.xml, data/graphics/sprites/item008.xml:
+ Fixed fancy hat + silk headband positions.
2006-08-29 Philipp Sehmisch <tmw@crushnet.org>
@@ -24,8 +30,8 @@
2006-08-27 Bjørn Lindeijer <bjorn@lindeijer.nl>
- * src/net/inventoryhandler.cpp: Applied patch by AHarrison that adds
- item pickup messages to the chat window.
+ * src/net/inventoryhandler.cpp: Applied patch by Andrew Harrison that
+ adds item pickup messages to the chat window.
* NEWS: Updated with some recently added and fixed issues. Doesn't
mention any of the recent content updates yet.
@@ -67,7 +73,7 @@
* data/help/commands.txt, README, src/game.cpp, src/gui/chat.cpp,
src/gui/window.cpp, src/gui/window.h: Added support for sticky windows
- as discussed with doener. Patch by AHarrison.
+ as discussed with doener. Patch by Andrew Harrison.
* data/items.xml: Added jeans shorts.
2006-08-24 Philipp Sehmisch <tmw@crushnet.org>