diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-10 02:22:59 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-10 02:22:59 +0000 |
commit | e961be5bfd29ad3f44f948828981cb3ab07f25a7 (patch) | |
tree | 5464d14635191407eb24c7ad76b1b218b33016d2 /ChangeLog | |
parent | 43b986ceffdb436d8850a876bd485c9a3eea8cdd (diff) | |
download | mana-client-e961be5bfd29ad3f44f948828981cb3ab07f25a7.tar.gz mana-client-e961be5bfd29ad3f44f948828981cb3ab07f25a7.tar.bz2 mana-client-e961be5bfd29ad3f44f948828981cb3ab07f25a7.tar.xz mana-client-e961be5bfd29ad3f44f948828981cb3ab07f25a7.zip |
Simplified player subsprite handling by treating equipment, hairstyle and base sprites alike. Implementing female hairstyles is now a purely content-sided task.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-12-10 Philipp Sehmisch <tmw@crushnet.org> + + * src/being.cpp, src/being.h, src/net/beinghandler.cpp, + src/net/charserverhandler.cpp, src/net/equipmenthandler.cpp, + src/player.cpp, src/player.h, data/items.xml: Simplified player + subsprite handling by treating equipment, hairstyle and base + sprites alike. This also enables gender-specific hairstyles. + 2007-12-09 Philipp Sehmisch <tmw@crushnet.org> * data/graphics/sprites/head-funkywinter.png, |