diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-01 14:51:23 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-01 14:51:23 +0000 |
commit | d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14 (patch) | |
tree | f4c4e5b1cc87b34d0a3946c3409882ba222e2ad7 /ChangeLog | |
parent | 59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f (diff) | |
download | mana-d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14.tar.gz mana-d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14.tar.bz2 mana-d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14.tar.xz mana-d3ccf6a0b97ce4189eef4fde606cf5b5f93fac14.zip |
Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML files, item descriptions on mouse-over, map names in minimap window, speech bubbles)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2008-07-01 Philipp Sehmisch <tmw@crushnet.org> + + * data/gui/window.cpp, data/gui/window.hpp, data/graphics/gui/default.png, + data/graphics/gui/gui.xml, data/graphics/gui/speech_bubble.png, + data/graphics/gui/speechbubble.xml: Added skinning support to GUI (ported from + Legend of Mazzeroth) + * src/being.cpp, src/gui/speechbubble.cpp, src/gui/speechbubble.hpp: Speech is + now rendered in a speech bubble (ported from Legend of Mazzeroth). + * src/engine.cpp: "mapname" property of map files is now used as headline of the + minimap window (ported from Legend of Mazzeroth). + * src/gui/inventorywindow.cpp, src/gui/inventorywindow.hpp, + src/gui/itemcontainer.cpp, src/gui/itemcontainer.h: Item descriptions are now + shown in a separate GUI window when the mouse cursor hovers over them + (ported from Legend of Mazzeroth). + 2008-06-27 Roderic Morris <roderic@ccs.neu.edu> * src/gui/skill.cpp, src/gui/skill.h, src/localplayer.cpp: |