From f7db7a051da79d8deef8b79419ce6772dce16725 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 8 Jan 2006 22:52:59 +0000 Subject: Added customization of created character. (That makes previously created db invalid.) Made list of map indexed by map id, instead of map name. This will prevent unsyncing of player's current map when changing a map name. Remember you have now to add a map filename into db before being able to load it. (Default map id is 1, not ZERO, as zero is the not found return value. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3025903..bca3f50b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-01-08 Yohann Ferreira + + * src/defines.h, src/client.cpp, src/accounthandler.cpp, + src/dalstorage.cpp, src/storage.h, src/dalstorage.h, + src/dalstoragesql.h, src/being.h, src/object.h, src/netcomputer.cpp, + src/object.cpp, src/being.cpp, src/state.h, src/state.cpp, + src/mapmanager.h, src/main.cpp, src/mapmanager.cpp: Added + customization of created character. (That makes previously created db + invalid.) Made list of map indexed by map id, instead of map name. + This will prevent unsyncing of player's current map when changing a + map name. Remember you have now to add a map filename into db before + being able to load it. (Default map id is 1, not ZERO, as zero is the + not found return value. + 2005-01-04 Yohann Ferreira * src/defines.h, src/accounthandler.cpp, src/main.cpp, src/client.cpp: -- cgit v1.2.3-60-g2f50