diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-01 14:55:54 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-01 14:55:54 +0000 |
commit | 55e0ddd7e1d60a56ece679a4c2563bef854e892b (patch) | |
tree | 322df9b8661f379990b3b526e5aa41f0e23ec9e2 /ChangeLog | |
parent | 3d85803d9a43c779f522a936df068a24ca6f7f2d (diff) | |
download | mana-55e0ddd7e1d60a56ece679a4c2563bef854e892b.tar.gz mana-55e0ddd7e1d60a56ece679a4c2563bef854e892b.tar.bz2 mana-55e0ddd7e1d60a56ece679a4c2563bef854e892b.tar.xz mana-55e0ddd7e1d60a56ece679a4c2563bef854e892b.zip |
Merged revisions 4180-4181 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0
........
r4180 | peaveydk | 2008-04-24 22:49:30 +0200 (Thu, 24 Apr 2008) | 1 line
Make shortcut container ID based instead of slot based. Fixes items shifting around often causing equipment to be lost.
........
r4181 | peaveydk | 2008-04-25 02:25:59 +0200 (Fri, 25 Apr 2008) | 1 line
Document anti-trade function.
........
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -493,6 +493,14 @@ * src/game.cpp, src/gui/partywindow.h, src/gui/partywindow.cpp, tmw.cbp: Added party window, updated codeblocks project file. +2008-04-24 Dennis Friis <peavey@placid.dk> + + * src/itemshortcut.h, src/gui/itemshortcutcontainer.cpp, + src/gui/itemcontainer.cpp, src/net/inventoryhandler.cpp, + src/itemshortcut.cpp: Make shortcut container ID based instead of slot + based. Fixes items shifting around often causing equipment to be lost. + * data/help/commands.txt: Document anti-trade function. + 2008-04-23 David Athay <ko2fan@gmail.com> * src/gui/guildwindow.h, src/net/partyhandler.h, |