summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-22 23:10:27 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-22 23:10:27 +0000
commit346bb6d670d630d65f8c35125831c75d031aac7f (patch)
treec79877ea0d6b46ae748bf4a6d6d3969dc483f0a4 /ChangeLog
parent6f9a2e74958d794fb049253833b98982e915df45 (diff)
downloadmana-client-346bb6d670d630d65f8c35125831c75d031aac7f.tar.gz
mana-client-346bb6d670d630d65f8c35125831c75d031aac7f.tar.bz2
mana-client-346bb6d670d630d65f8c35125831c75d031aac7f.tar.xz
mana-client-346bb6d670d630d65f8c35125831c75d031aac7f.zip
Redesigned the localplayer class to use getters and setters instead of direct access to the member variables. Implemented communication of attributes between server and client.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f5ffbf8..fa6ae372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
-2007-03-20 Philipp Sehmisch <tmw@crushnet.org>
+2007-03-23 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/gui/char_select.cpp, src/gui/inventorywindow.cpp,
+ src/gui/ministatus.cpp, src/gui/ministatus.h, src/gui/skill.cpp,
+ src/gui/skill.h, src/gui/status.cpp, src/gui/status.h, src/localplayer.cpp
+ , src/localplayer.h, src/net/buysellhandler: Redesigned the localplayer
+ class to use getters and setters instead of direct access to the member
+ variables.
+ src/net/charserverhandler.cpp, src/net/playerhandler.cpp,
+ src/net/protocol.h: Implemented communication of attributes between server
+ and client.
+
+2007-03-20 Philipp Sehmisch <tmw@crushnet.org>
* src/gui/char_select.cpp, src/gui/char_select.h,
src/net/charserverhandler.cpp, src/net/protocol.h: Implemented a GUI for