summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28820846..4841c9b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-26 Chuck Miller <shadowmil@gmail.com>
+ * src/effectmanager.h,src/effectmanager.cpp,src/game.cpp: Added a
+ effects manager that reads from effects.xml when created, and can
+ tigger the effects when ever needed. Like 0.0 does.
+
+2008-10-26 Chuck Miller <shadowmil@gmail.com>
+
* src/net/beinghandler.cpp,src/localplayer.cpp,src/being.h: Played
around more with movement. I think later on all of movement will
need to be revised. But this should work for now.