diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-09-03 10:19:50 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-09-03 10:19:50 +0000 |
commit | 5db1317968002a187492cf6ff6b9259e68f65cb9 (patch) | |
tree | 6ebd579587554b8839b84e61d127b7e53aba4e90 /ChangeLog | |
parent | 9d135fcce32ee20dd46fb7288c61ef8fef4651b2 (diff) | |
download | manaserv-5db1317968002a187492cf6ff6b9259e68f65cb9.tar.gz manaserv-5db1317968002a187492cf6ff6b9259e68f65cb9.tar.bz2 manaserv-5db1317968002a187492cf6ff6b9259e68f65cb9.tar.xz manaserv-5db1317968002a187492cf6ff6b9259e68f65cb9.zip |
Improved flags of Object. Moved sayAround into State.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-09-03 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/player.cpp, src/object.h, src/gamehandler.h, src/state.cpp, + src/gamehandler.cpp, src/state.h: Removed mNeedUpdate and mNew from + Object class; added update flags instead. Reduced size of Object + fields. Moved sayAround from GameHandler to State class. Improved + handling of flags for move messages. + 2006-09-02 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/defines.h: Corrected hair and hair color constants to match |