diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-12-29 02:59:30 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-12-29 02:59:30 +0000 |
commit | 41101dbd7f38c7e9898422c755b8eaf379f1d7c1 (patch) | |
tree | 6d8f60024c355d15b3a42a7c0340c53d1859a910 /ChangeLog | |
parent | 83ff9b3685fbf239772095b829e9c233e7907b3b (diff) | |
download | mana-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.gz mana-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.bz2 mana-41101dbd7f38c7e9898422c755b8eaf379f1d7c1.tar.xz mana-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |