summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-17 16:23:36 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-17 16:23:36 +0000
commitc93e1faa1034519c26ef4481c7cfd0bd465a6d85 (patch)
tree78bce6818146f358b63a586196030d5a4f021ad0 /ChangeLog
parent1f639454d986ea0d44b563eaa71019d9f1c01c24 (diff)
downloadmana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.gz
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.bz2
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.xz
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.zip
Added input type parameter to the LocalPlayer::SetDestination methods in order to keep control over
message flooding to the server with mouse dragging. (I need feedback !)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7777e3fc..36d175a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,13 +6,16 @@
src/net/chatserver/party.h, src/localplayer.h: Added basic party
support.
-
2008-04-17 Yohann Ferreira <bertram@cegetel.net>
* src/gui/progressbar.h, src/gui/progressbar.cpp: Added smooth
changes in progressbar.
* src/net/chatserver/chatserver.h: One file was forgotten into the
private channels removal.
+ * src/localplayer.h, src/localplayer.cpp, src/gui/viewport.cpp,
+ src/main.h: Added input type parameter to the
+ LocalPlayer::SetDestination methods in order to keep control over
+ message flooding to the server with mouse dragging.
2008-04-16 David Athay <ko2fan@gmail.com>