summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-01-28 07:51:40 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-01-28 07:51:40 +0000
commitaa603c3ec05f6143b1c9085b56e3becf45be4bf5 (patch)
tree75a2a2b767f5a9380716986a82d98af2df7a589b /ChangeLog
parent2dd95f1b69e9b024d8877dd400a141ccdf1c153f (diff)
downloadmanaserv-aa603c3ec05f6143b1c9085b56e3becf45be4bf5.tar.gz
manaserv-aa603c3ec05f6143b1c9085b56e3becf45be4bf5.tar.bz2
manaserv-aa603c3ec05f6143b1c9085b56e3becf45be4bf5.tar.xz
manaserv-aa603c3ec05f6143b1c9085b56e3becf45be4bf5.zip
Added weapon skill system and leveling system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f847d5d..d68b4159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2008-01-28 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/account-server/accounthandler.cpp, src/account-server/character.cpp,
+ src/account-server/character.hpp, src/account-server/dalstorage.cpp,
+ src/account-server/dalstoragesql.hpp, src/dal/sqlitedataprovider.cpp,
+ src/defines.h, src/game-server/accountconnection.cpp,
+ src/game-server/being.hpp, src/game-server/character.cpp,
+ src/game-server/character.hpp, src/game-server/gamehandler.cpp,
+ src/game-server/item.cpp, src/game-server/itemmanager.cpp,
+ src/game-server/monster.cpp, src/game-server/monster.hpp,
+ src/serialize/characterdata.hpp: Implemented skill system, level gain
+ and attribute raising. Using 16 bit instead of 8 bit for representing
+ the character level. Updated weapon skill selection to latest design
+ decisions.
+ * src/game-server/monster.cpp: Monster attack animation is now
+ started in the moment the monster decides to attack and not the
+ moment damage is calculated. This makes it easier for the player
+ to react on the monsters attacks and makes the combat behavior of
+ monsters look more natural.
+
2008-01-24 Philipp Sehmisch <tmw@crushnet.org>
* src/game-server/state.cpp: The direction of attacking beings is