summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-09-19 12:50:53 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-09-19 12:50:53 +0000
commit410f448669a2ed843ff0b412924c04c8fbe87458 (patch)
tree5a90ebcc0c69e2644fadb7de272095594379f997 /ChangeLog
parent70befcc989d783d1b7adff2a501052f3cdb02518 (diff)
downloadmanaserv-410f448669a2ed843ff0b412924c04c8fbe87458.tar.gz
manaserv-410f448669a2ed843ff0b412924c04c8fbe87458.tar.xz
manaserv-410f448669a2ed843ff0b412924c04c8fbe87458.zip
* Doxygen now writes all warnings into a separate file
* Added link to wiki documentation as comment into tmwserv.xml * Added table tmw_char_skills to store skills of a character and removed weapon skills from table tmw_characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51d345b..fc3b8d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-19 Andreas Habel <mail@exceptionfault.de>
+
+ * Doxyfile: doxygen writes all warnings into a separate file
+ * docs/tmwserv.xml: added link to wiki documentation as comment
+ * src/account-server/dalstorage.cpp, src/account-server/dalstorage.hpp,
+ src/account-server/dalstoragesql.hpp, src/sql/mysql/createTables.sql,
+ src/sql/sqlite/createTables.sql, src/sql/sqlite/tmw.db: Added table
+ tmw_char_skills to store skills of a character. Removed weapon skills from
+ table tmw_characters.
+
2008-09-18 David Athay <ko2fan@gmail.com>
* src/chat-server/post.hpp, src/chat-server/post.cpp, src/defines.h,