summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2005-12-20Adding the MapManager to files list.Yohann Ferreira1-3/+7
2005-12-18Added a map manager to load/unload/relod maps.Eugenio Favalli1-0/+6
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira1-1/+2
2005-12-18Forgot the Changelog, too.Yohann Ferreira1-2/+11
2005-12-17Forgot the Changelog.Björn Steinbrink1-0/+4
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and ↵Yohann Ferreira1-0/+10
removeBeing() in the world (which are buggy). Add check when character's name already exists. Added Character list packet support.
2005-12-11Added logout and character deletion support. Changed the response code as ↵Yohann Ferreira1-0/+5
trying to login when already logged in.
2005-12-11Added unregistering, checking on character's name and email length support. ↵Yohann Ferreira1-0/+7
Also made some little tweaks. I'll start to think about a --verbose mode after adding logout and character deletion support.
2005-12-09Fixed the bug where the mapInfo Recordset erased the values of charInfo ↵Yohann Ferreira1-1/+8
because there can be only one RecordSet at a time.
2005-12-09Should correct the character's loading at login. Also made the server be ↵Yohann Ferreira1-0/+7
more verbose about characters.
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira1-0/+8
2005-12-06Improved the getEmailList() function. Now the file used as db or the db name ↵Yohann Ferreira1-0/+9
is shown in log. Added some missing messages and values for them. Login, pass min, max length can be changed there now. Added check and appropriate response when selecting, creating a character.
2005-12-05Made the getEmailList() work. Now the accounthandler tests if the mail ↵Yohann Ferreira1-0/+2
already exists.
2005-12-05Strengthened the way email addresses are checked. Added a good response when ↵Yohann Ferreira1-0/+9
selecting a char when not logged. Committed a getEmailList function to see what's wrong.
2005-12-03Handling good conditions to register. Still lacks checking if the Email ↵Yohann Ferreira1-0/+8
already exists. Fixed a bug that throwed an exception when logging with an account that had no mapInfo yet. Still has to set these to defaults in such case.
2005-12-02Enabled registering under SQLite by reopening th db in the accounthandler. ↵Yohann Ferreira1-33/+39
Should work the same way with the other handlers when inserting removing, altering in the database.
2005-11-21Did some initial work for map loading & adding beings to game world.Aaron Marks1-0/+14
2005-11-15Updated bindings, game state class and more (see ChangeLog).Aaron Marks1-0/+13
2005-11-14CVS is being stupid.Aaron Marks1-0/+16
2005-10-24Added more infos at startup.Yohann Ferreira1-1/+2
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira1-0/+7
2005-03-19Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer1-0/+0
now.