diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-17 21:02:15 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2008-04-17 21:02:15 +0000 |
commit | 0b567928c0a24c7346451b59285ce8144ae0bf2e (patch) | |
tree | b878bf03f17b2a83d2e5652460a03f24d6b386a8 /ChangeLog | |
parent | f43ce278866a2c42f67f75972c2e4abe46f8fd82 (diff) | |
download | mana-0b567928c0a24c7346451b59285ce8144ae0bf2e.tar.gz mana-0b567928c0a24c7346451b59285ce8144ae0bf2e.tar.bz2 mana-0b567928c0a24c7346451b59285ce8144ae0bf2e.tar.xz mana-0b567928c0a24c7346451b59285ce8144ae0bf2e.zip |
Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the 'Invite user'
and 'Quit Guild' buttons when no Guild is created.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,7 +15,11 @@ * src/localplayer.h, src/localplayer.cpp, src/gui/viewport.cpp, src/main.h, src/main.cpp: Added input type parameter to the LocalPlayer::SetDestination methods in order to keep control over - message flooding to the server with mouse dragging. + message flooding to the server with mouse dragging. Moved Mouse calls + flooding control into viewport to avoid calling setDestination + unecessarily. + * Fixed a crash when clicking on 'Quit Guild' Button. Also disabled + the 'Invite user' and 'Quit Guild' buttons when no Guild is created. 2008-04-16 David Athay <ko2fan@gmail.com> |