From 346bb6d670d630d65f8c35125831c75d031aac7f Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Thu, 22 Mar 2007 23:10:27 +0000 Subject: 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. --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f5ffbf8..fa6ae372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -2007-03-20 Philipp Sehmisch +2007-03-23 Philipp Sehmisch + + * 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 * src/gui/char_select.cpp, src/gui/char_select.h, src/net/charserverhandler.cpp, src/net/protocol.h: Implemented a GUI for -- cgit v1.2.3-70-g09d2