summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-12-29 02:59:30 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-12-29 02:59:30 +0000
commit41101dbd7f38c7e9898422c755b8eaf379f1d7c1 (patch)
tree6d8f60024c355d15b3a42a7c0340c53d1859a910 /ChangeLog
parent83ff9b3685fbf239772095b829e9c233e7907b3b (diff)
downloadmana-client-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.gz
mana-client-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.bz2
mana-client-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.xz
mana-client-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.zip
Added popup support to the Gui class. Moved all mouse input handling into the Gui class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3f9b19..eb3efa50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-12-29 Björn Steinbrink <B.Steinbrink@gmx.de>
+
+ * src/game.cpp, src/gui/gui.cpp, src/gui/gui.h,
+ src/gui/inventorywindow.cpp, src/gui/popupmenu.h: Added popup support
+ to the Gui and moved the according code there to get rid of some nasty
+ hack that made them disappear.
+ * src/game.cpp, src/gui/gui.cpp, src/gui/gui.h,
+ src/gui/inventorywindow.cpp, src/gui/popupmenu.h,
+ src/net/protocol.cpp, src/net/protocol.h: Moved all mouse input code
+ into the Gui class.
+
2005-12-26 Duane Bailey <nayryeliab@gmail.com>
* src/main.h: fixed define problems with The_Mana_World_private.h