summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 17:10:43 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 17:10:43 +0000
commit1673de8b5553f6dcd4898c84b8d44ba8b30740f1 (patch)
tree3dcc47461a6b4914c4e81492e7be885c3a1502ea /ChangeLog
parent6b7441516002d6e7cca424416bb67c6bc7d7c9d2 (diff)
downloadmanaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.gz
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.bz2
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.xz
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.zip
Split persistent player data from game server data. Enabled inventory code back.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bcda2aa..1d5fbe6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-01-03 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/debug.h, src/debug.cpp, src/Makefile.am: Removed obsolete debug
+ helpers.
+ * src/playerdata.hpp: Taken persistent data out of Player.
+ * src/being.h, src/being.cpp, src/object.h, src/object.cpp, src/map.h,
+ src/player.h, src/player.cpp, src/inventory.h, src/inventory.cpp,
+ src/map.cpp: Moved to src/game-server directory and changed header
+ extension to hpp.
+ * src/controller.h, src/item.h, src/game-server/mapcomposite.cpp,
+ src/game-server/mapreader.cpp, src/game-server/mapcomposite.hpp,
+ src/game-server/trigger.cpp, src/game-server/trigger.hpp,
+ src/game-server/accountconnection.cpp, src/game-server/gamehandler.hpp,
+ src/game-server/state.cpp, src/game-server/accountconnection.hpp,
+ src/game-server/itemmanager.cpp: Updated accordingly.
+ * src/account-server/account.hpp, src/account-server/serverhandler.cpp,
+ src/account-server/dalstorage.cpp, src/chat-server/chatchannel.hpp,
+ src/account-server/serverhandler.hpp, src/chat-server/chathandler.cpp,
+ src/account-server/accounthandler.cpp: Relied on PlayerData to remove
+ dependencies on Thing, Object, MovingObject, etc.
+ * src/defines.h: Fixed enumerations.
+ * src/games-server/gamehandler.cpp, src/game-server/player.cpp:
+ Commented in inventory code back.
+
2007-01-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* tmwserv.cbp, tmwserv.dev, runserv.sh: Removed obsolete project files