diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-09-29 19:46:12 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-09-29 19:46:12 +0000 |
commit | aac98cf8bcde36ba50ab45254866afc365a7908a (patch) | |
tree | 4e2ef7600f2ebd101484a305d3df6ca5135b39ef /ChangeLog | |
parent | c00d3acf930359740ae6125533b5233ae06b765e (diff) | |
download | mana-aac98cf8bcde36ba50ab45254866afc365a7908a.tar.gz mana-aac98cf8bcde36ba50ab45254866afc365a7908a.tar.bz2 mana-aac98cf8bcde36ba50ab45254866afc365a7908a.tar.xz mana-aac98cf8bcde36ba50ab45254866afc365a7908a.zip |
Improved a lot windows reset to default size and pos. Also corrected a few the default win position. And moved the setposition from game to each win, to clarify the code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,9 +1,21 @@ +2005-09-29 Yohann Ferreira <bertram@cegetel.net> + + * src/game.cpp, src/gui/window.h, src/gui/window.cpp, src/gui/setup.h, + src/gui/setup.cpp, src/gui/chat.cpp, src/gui/inventorywindow.h, + src/gui/inventorywindow.cpp, src/gui/skill.cpp, + src/gui/equipmentwindow.cpp, src/gui/menuwindow.cpp, + src/gui/ministatus.cpp, src/gui/minimap.cpp, src/gui/status.cpp: + Improved a lot windows reset to default size and pos. Also corrected + a few the default win position. And moved the setposition from game to + each win, to clarify the code. + 2005-09-29 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/map.cpp, src/map.h, src/tileset.h, src/resources/mapreader.cpp, src/resources/mapreader.h: Moved tileset management into the map class and made sure the tilesets are cleaned up properly on switching maps. + 2005-09-28 Yohann Ferreira <bertram@cegetel.net> * src/gui/updaterwindow.cpp: Fixed the scroll bug in the update window. @@ -14,8 +26,10 @@ src/gui/inventorywindow.cpp, src/gui/minimap.cpp, src/gui/chat.cpp: Added window internal name to later get X, Y, height and width be saved. - * src/gui/window.h, src/gui/window.cpp, src/game.cpp: Load and save X, - Y, Width and Height of windows when useful. + * src/gui/window.h, src/gui/window.cpp, src/game.cpp: Load and save X, Y, + Width and Height of windows when useful. + * src/gui/setup.cpp, src/gui/setup.h; src/gui/minimap.h: Added a 'Reset + Windows to Default' Button in the Setup Window. 2005-09-28 Björn Steinbrink <B.Steinbrink@gmx.de> |