summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-27 19:02:41 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-27 19:02:41 +0000
commit1e564be8f7a7339422f48ebbf98c5fb14544a96d (patch)
tree59c58b87ec674c23fe74cf8422875452458a0f8a /ChangeLog
parentc8c6b8870852dac9c744d4a897db67821d9cbc62 (diff)
downloadmanaserv-1e564be8f7a7339422f48ebbf98c5fb14544a96d.tar.gz
manaserv-1e564be8f7a7339422f48ebbf98c5fb14544a96d.tar.bz2
manaserv-1e564be8f7a7339422f48ebbf98c5fb14544a96d.tar.xz
manaserv-1e564be8f7a7339422f48ebbf98c5fb14544a96d.zip
Put Player class in its own module instead of defining it together with Being.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7905cc0..46bce13f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
src/dalstorage.cpp, src/object.h, src/state.cpp, src/gamehandler.cpp,
src/map.h, src/Makefile.am: Introduced Point class to replace the
confusing and clumsy usage of std::pair.
+ * src/point.h, src/player.cpp, src/account.h, src/being.cpp,
+ src/player.h, src/gameclient.h, src/state.h, src/Makefile.am,
+ src/being.h: Put Player class in its own module instead of defining it
+ together with Being.
2006-08-27 Guillaume Melquiond <guillaume.melquiond@gmail.com>