summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira12-204/+305
2005-12-20Adding the MapManager to files list.Yohann Ferreira1-0/+2
2005-12-18Added a map manager to load/unload/relod maps.Eugenio Favalli4-19/+172
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira3-26/+27
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira9-34/+36
2005-12-17Fix some 64bit issue.Björn Steinbrink1-1/+1
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira9-25/+172
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira7-15/+203
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira5-14/+94
2005-12-09Fixed the bug where the mapInfo Recordset erased the values of charInfo becau...Yohann Ferreira1-16/+31
2005-12-09Should correct the character's loading at login. Also made the server be more...Yohann Ferreira2-4/+15
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira4-24/+67
2005-12-06Improved the getEmailList() function. Now the file used as db or the db name ...Yohann Ferreira5-20/+96
2005-12-05Made the getEmailList() work. Now the accounthandler tests if the mail alread...Yohann Ferreira2-13/+49
2005-12-05Strengthened the way email addresses are checked. Added a good response when ...Yohann Ferreira5-5/+55
2005-12-03Handling good conditions to register. Still lacks checking if the Email alrea...Yohann Ferreira2-15/+66
2005-12-02Enabled registering under SQLite by reopening th db in the accounthandler. Sh...Yohann Ferreira3-1/+15
2005-11-21Did some initial work for map loading & adding beings to game world.Aaron Marks7-40/+111
2005-11-15Updated bindings, game state class and more (see ChangeLog).Aaron Marks8-37/+224
2005-11-14Added intial SWIG bindings.Aaron Marks6-62/+67
2005-11-14CVS is being stupid.Aaron Marks1-0/+48
2005-11-13Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer15-103/+101
2005-11-10Updates to Being, test client, game handler and small update to state update.Aaron Marks6-38/+99
2005-10-24Added more infos at startup.Yohann Ferreira1-2/+22
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira7-7/+37
2005-08-08Just some changes I forgot to commit -- I probably wont be able to work on tm...Aaron Marks5-8/+71
2005-08-04Added basic inventory (not fully functional)Aaron Marks8-9/+104
2005-07-31Added beginnings of game core logic and state.Aaron Marks11-19/+190
2005-07-30Fixed two compilation errors.Björn Steinbrink1-4/+4
2005-07-26Added shell for GameHandler (core game message handler).Aaron Marks9-23/+191
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer15-3/+1553
2005-07-24Added character selection.Aaron Marks11-9/+65
2005-07-19Added character creation.Aaron Marks9-17/+75
2005-07-19a simple menu to choose optionsEugenio Favalli1-49/+83
2005-07-19Changing the way the message ID is read.Bjørn Lindeijer8-46/+52
2005-07-18Updated server->client communications.Aaron Marks8-58/+31
2005-07-17Added server->client communications.Aaron Marks8-36/+158
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer13-227/+268
2005-07-16Workaround to let tmwserv work in windowsEugenio Favalli1-2/+5
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks12-61/+245
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks9-27/+98
2005-07-13Now compiles in windows, doesn't run though, it exits with code 3Eugenio Favalli1-3/+1
2005-07-13Implemented MessageOut.Aaron Marks8-60/+122
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks4-3/+125
2005-07-01Fixed compilation warning and code cleanup.Huynh Tran5-134/+110
2005-07-01Fixed incorrect deletion in a map.Huynh Tran1-3/+3
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran16-350/+696
2005-06-29Fixed memory leak and set conditional stats updates.Huynh Tran5-17/+34
2005-06-29Fixed wrong memory deallocation.Huynh Tran1-2/+2
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran13-186/+936