From 8676da1517a86105e4cb4970fd3a7886f7d0c214 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 2 Aug 2006 23:05:46 +0000 Subject: Some cleanups, fixes and a small start on a solution for the animated sprite synchronization problem (resetting all animations). --- ChangeLog | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cfd7911..5c73612f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ +2006-08-03 Bjørn Lindeijer + + * src/player.cpp, src/being.cpp, src/being.h: Removed three + setDirection(mDirection) calls by instead specifically setting the + current direction on the newly added animated sprite. The same might + be done for the action later. + * src/animatedsprite.h, src/animatedsprite.cpp: Since this class isn't + subclassed and has no virtual functions, make protected members + private. Also added a start of a reset function which could be a + solution to unsynchronized animated sprites. + * src/net/network.cpp: Fixed two delete/delete[] errors. + 2006-08-01 Philipp Sehmisch - * src/animation.h, src/animation.cpp, src/animatedsprite.h, - src/animatedsprite.cpp, src/being.cpp: animations and directions + * src/animation.h, src/animation.cpp, src/animatedsprite.h, + src/animatedsprite.cpp, src/being.cpp: Animations and directions are now passed and stored as enums and no longer as strings. 2006-07-30 Björn Steinbrink @@ -9,7 +21,7 @@ * src/animatedsprite.h, src/animatedsprite.cpp: Unified the play methods. -2006-07-30 Philipp Sehmisch +2006-07-30 Philipp Sehmisch * data/maps/new_5-1.tmx.gz: Fixed two minor mapping errors (no new walkmap required). -- cgit v1.2.3-70-g09d2