summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-15 23:47:13 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-15 23:47:13 +0000
commit7e1011ccea542f4bc972c0a9c03eaca4a718566b (patch)
tree4ebdde458b132ddb12c737a338e39711eed72534 /ChangeLog
parent16faa1f2ead902fd5f883dab487fc4ef4762c45f (diff)
downloadmanaserv-7e1011ccea542f4bc972c0a9c03eaca4a718566b.tar.gz
manaserv-7e1011ccea542f4bc972c0a9c03eaca4a718566b.tar.bz2
manaserv-7e1011ccea542f4bc972c0a9c03eaca4a718566b.tar.xz
manaserv-7e1011ccea542f4bc972c0a9c03eaca4a718566b.zip
Set the default map position of new characters to a value that makes more sense. Implemented new basic attribute system on account server. Removed attribute modifiers, unified basic and derived attributes, storing attributes in a vector, renamed some attribute identifiers, removed identifiers for derived attributes that aren't needed yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de4c9c9b..cf16c3aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,20 @@
-2007-03-14 Rogier Polak <rogier.l.a.polak@gmail.com>
+2007-03-15 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/account-server/accounthandler.cpp: Set the default map
+ position of new characters to a value that makes more sense.
+ * src/defines.h, src/account-server/dalstorage.cpp,
+ src/account-server/dalstorage.hpp: Implemented new basic attribute
+ system.
+ * src/controller.cpp, src/controller.hpp, src/defines.h,
+ src/game-server/being.cpp, src/game-server/being.hpp,
+ src/game-server/character.cpp, src/game-server/character.hpp,
+ src/gameserver/item.hpp, src/gameserver/itemmanager.hpp,
+ src/gameserver/testing.cpp:
+ Removed attribute modifiers, unified basic and derived attributes,
+ storing attributes in a vector, renamed some attribute identifiers,
+ removed identifiers for derived attributes that aren't needed yet.
+
+2007-03-14 Rogier Polak <rogier.l.a.polak@gmail.com>
* src/abstractcharacterdata.hpp, src/abstractcharacterdata.cpp,
src/defines.h, src/Makefile.am, src/playerdata.hpp,