diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 12:54:38 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 12:54:38 +0000 |
commit | 342c0fae5ec4fd4f653618008ef90eec14200d00 (patch) | |
tree | 13146318d951e161fe9f3426a55536248ef5b1d6 /ChangeLog | |
parent | 87a5d0f5076cd00f6f9f2e9479c760489f54d5a1 (diff) | |
download | mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.gz mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.bz2 mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.xz mana-342c0fae5ec4fd4f653618008ef90eec14200d00.zip |
Move to top the requested windows. Also corrected the default win pos for inventory and equipment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ +2005-10-04 Yohann Ferreira <bertram@cegetel.net> + + * src/game.cpp, src/gui/menuwindow.cpp, src/gui/inventorywindow.cpp, + src/gui/equipmentwindow.cpp: Move to top the requested window with + shortcuts or with menu button, also corrected the default position + of equipment and inventory windows. + 2005-10-02 Bjørn Lindeijer <bjorn@lindeijer.nl> * configure.ac, src/Makefile.am: Added check for pthread library and removed manual -lpthread and -lguichan linker flags. - * src/map.cpp: A small start on supporting tile height than the + * src/map.cpp: A small start on supporting other tile height than the default (map) tile height. * src/gui/window.cpp, src/gui/window.h, src/resources/buddylist.cpp, src/resources/buddylist.h: Some cleanups (void argument list was |