diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 19:07:14 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 19:07:14 +0000 |
commit | 43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0 (patch) | |
tree | 1a497ed7219d0450a0b33baf6a20d4b48f6b5404 /ChangeLog | |
parent | e89ecd460dd2aa14aa7fd01292628fb74cb34692 (diff) | |
download | mana-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.gz mana-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.bz2 mana-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.xz mana-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.zip |
Added ConfigListener class to allow listening for changes to config options,
and added a GUI opacity slider to the setup window that utilizes this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -0.0.11 (.... 2005) -- Fixed get item button and chatWindow: Enter (de)focuses chat window +0.0.11 (... April 2005) +- Changed chat entry behaviour to focus on enter and defocus on send message - Added walking with mouse by clicking where you want to go - Added diagonal walking with keyboard - Added a choice dialog of how many items to drop @@ -8,7 +8,7 @@ - Upgraded to Guichan 0.3.0 - Chat now appears in a window - Beings now walk a lot smoother -- More complete support for new map format (collision, compression) +- Completed support for new map format (collision, compression) - Fixed problem where players would often turn up with black hair - Fixed not showing other players dead when they die - Fixed multiple crashes in being path handling |