summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 13:26:47 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 13:26:47 +0000
commit0a47b2fb30c83f8b021c2015891fe8c936ca6bf0 (patch)
tree21525442898ca4e41eb8ab51a16cf5384ffef40c /ChangeLog
parent5999cff421b0e0b5cd7a0da4d4b0a492f8cc303b (diff)
downloadmanaserv-0a47b2fb30c83f8b021c2015891fe8c936ca6bf0.tar.gz
manaserv-0a47b2fb30c83f8b021c2015891fe8c936ca6bf0.tar.xz
manaserv-0a47b2fb30c83f8b021c2015891fe8c936ca6bf0.zip
Removed obsolete files. Added a generic trigger system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8da539e..9e34e53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,26 @@
+2007-01-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * tmwserv.cbp, tmwserv.dev, runserv.sh: Removed obsolete project files
+ and shell script.
+ * configure.ac, src/Makefile.am, src/tests, src/client.cpp: Removed
+ obsolete tests and text client.
+ * src/game-server/mapcomposite.hpp, src/game-server/mapcomposite.cpp,
+ src/point.h: Removed implicit radius for checking range of Point. Added
+ a Rectangle class. Added support for rectangles in MapComposite.
+ * src/object.h, src/defines.h, src/game-server/mapcomposite.hpp,
+ src/game-server/mapcomposite.cpp, src/game-server/state.hpp,
+ src/game-server/state.cpp: Put an ancestor for Object that are not
+ visible to clients. Added simple accessors for object types.
+ * src/game-server/mapmanager.cpp: Prevented loading unactive maps.
+ * src/game-server/trigger.hpp, src/game-server/trigger.cpp: Added a
+ trigger mechanism and a warp action.
+ * src/game-server/testing.cpp: Added some hardcoded game objects for
+ testing purpose.
+
2006-12-31 Philipp Sehmisch <tmw@crushnet.org>
- * accountserver.cbp, gameserver.cbp, runsrv.bat: Added Code::Blocks project
- files and windows start script.
+ * accountserver.cbp, gameserver.cbp, runsrv.bat: Added Code::Blocks
+ project files and windows start script.
2006-12-31 Guillaume Melquiond <guillaume.melquiond@gmail.com>