summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 18:29:30 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 18:29:30 +0000
commit8fe0239f5a369b63c43345e5078a52dbbe98dd9d (patch)
tree86004c0e453a8aa5b3f3ae8ee84e0aa57d67f309 /ChangeLog
parentc5b2f8c8f4794b87018f94a0cdb369d8668c6aa0 (diff)
downloadmanaserv-8fe0239f5a369b63c43345e5078a52dbbe98dd9d.tar.gz
manaserv-8fe0239f5a369b63c43345e5078a52dbbe98dd9d.tar.bz2
manaserv-8fe0239f5a369b63c43345e5078a52dbbe98dd9d.tar.xz
manaserv-8fe0239f5a369b63c43345e5078a52dbbe98dd9d.zip
Implemented unique public IDs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1865b2cc..875df4bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,11 @@
for moving objects; it now matches the one in the client.
* src/gameclient.cpp, src/player.h, src/gamehandler.cpp: Added
GameClient pointer to Player class for O(1) message sending.
+ * src/mapcomposite.h, src/mapcomposite.cpp, src/Makefile.am: Moved
+ MapComposite class to its own files.
+ * src/gameclient.cpp, src/gamehandler.h, src/state.cpp, src/state.h,
+ src/gamehandler.cpp: Reduced amount of counted pointers. Implemented
+ unique public IDs.
2006-08-28 Eugenio Favalli <elvenprogrammer@gmail.com>