summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c30442..a4d4b17d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-03 Roderic Morris <roderic@ccs.neu.edu>
+
+ * src/game-server/mapreader.cpp, src/game-server/mapreader.hpp:
+ Avoid a crash when there's no content in <property/> tags.
+ * src/game-server/map.cpp, src/game-server/map.hpp: Enable arbitrary
+ tile sizes. This hasn't been tested yet.
+ * data/maps.xml: Enable the new maps, though their warps and spawns haven't
+ been set up yet.
+
2008-06-26 Roderic Morris <roderic@ccs.neu.edu>
* src/scripting/lua.cpp: Fix compile error.