diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-01 10:32:43 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-01 10:32:43 +0000 |
commit | 6bff53b318937999a70d775bb6ecea2b18576e0f (patch) | |
tree | 66092571b605344a34c7360bccda50e86bc90b30 /ChangeLog | |
parent | 0e6385c12f325fa77ad57eba9b578de10d505ff7 (diff) | |
download | mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.gz mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.bz2 mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.xz mana-6bff53b318937999a70d775bb6ecea2b18576e0f.zip |
Simplified button creation code in some windows. Fixed a bug where the game crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-02-01 Björn Steinbrink <B.Steinbrink@gmx.de> + + * src/gui/buysell.cpp, src/gui/menuwindow.cpp: Simplified button + creation code. + * src/gui/npc_text.cpp: Fixed a bug where the game crashes if there's a + message dialog from a npc that no longer exists. + * src/properties.h: Reverted properties to private. + 2006-01-31 Björn Steinbrink <B.Steinbrink@gmx.de> * src/gui/setup.cpp: Cleanup. |