diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-03-22 23:10:27 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-03-22 23:10:27 +0000 |
commit | 346bb6d670d630d65f8c35125831c75d031aac7f (patch) | |
tree | c79877ea0d6b46ae748bf4a6d6d3969dc483f0a4 /ChangeLog | |
parent | 6f9a2e74958d794fb049253833b98982e915df45 (diff) | |
download | mana-346bb6d670d630d65f8c35125831c75d031aac7f.tar.gz mana-346bb6d670d630d65f8c35125831c75d031aac7f.tar.bz2 mana-346bb6d670d630d65f8c35125831c75d031aac7f.tar.xz mana-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-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |