summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-01I was wrong the client is there. SorryYohann Ferreira1-2/+1
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira8-133/+410
2005-12-29Fixing a bug in the Storage::getAccount() function that made the server crash...Yohann Ferreira5-14/+18
2005-12-29Adding changes thought by Elven and an option for setting the port to listen ...Yohann Ferreira5-124/+150
2005-12-29Incorporate running without X server in the server executable.Bjørn Lindeijer2-1/+3
2005-12-29* Added errors when SDL_net or libcrypto are not found.Bjørn Lindeijer4-9/+32
2005-12-29Fixed merge conflict as pointed out by Bj�rn.Eugenio Favalli2-5/+1
2005-12-29Forgot a way to access maps.Eugenio Favalli4-4/+37
2005-12-29Applied patch by r0nny that makes main.cpp a bit nicer.Bjørn Lindeijer2-13/+22
2005-12-28Whoops, messed up the merge a tiny bit.Bjørn Lindeijer1-1/+0
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer7-124/+134
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira11-39/+439
2005-12-26Removed an obsolete check, suggested by r0nny.Bjørn Lindeijer3-8/+15
2005-12-20Better if help cleanups when exitting ...Yohann Ferreira1-0/+1
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira13-204/+311
2005-12-20Adding the MapManager to files list.Yohann Ferreira2-3/+9
2005-12-18Added a map manager to load/unload/relod maps.Eugenio Favalli6-124/+303
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira4-27/+29
2005-12-18Forgot the Changelog, too.Yohann Ferreira1-2/+11
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira9-34/+36
2005-12-17Forgot the Changelog.Björn Steinbrink1-0/+4
2005-12-17Fix some 64bit issue.Björn Steinbrink1-1/+1
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira10-25/+182
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira8-15/+208
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira6-14/+101
2005-12-09Fixed the bug where the mapInfo Recordset erased the values of charInfo becau...Yohann Ferreira2-17/+39
2005-12-09Should correct the character's loading at login. Also made the server be more...Yohann Ferreira3-4/+22
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira5-24/+75
2005-12-06Improved the getEmailList() function. Now the file used as db or the db name ...Yohann Ferreira6-20/+105
2005-12-05Made the getEmailList() work. Now the accounthandler tests if the mail alread...Yohann Ferreira3-13/+51
2005-12-05Strengthened the way email addresses are checked. Added a good response when ...Yohann Ferreira6-5/+64
2005-12-03Handling good conditions to register. Still lacks checking if the Email alrea...Yohann Ferreira3-15/+74
2005-12-02Enabled registering under SQLite by reopening th db in the accounthandler. Sh...Yohann Ferreira4-34/+54
2005-11-21Did some initial work for map loading & adding beings to game world.Aaron Marks9-40/+127
2005-11-15Updated bindings, game state class and more (see ChangeLog).Aaron Marks11-46/+293
2005-11-14Added intial SWIG bindings.Aaron Marks7-63/+79
2005-11-14CVS is being stupid.Aaron Marks3-0/+83
2005-11-14SWIG Bindings commit part 1 (CVS didn't like committing with new files andAaron Marks1-0/+5
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 Ferreira2-3/+24
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira8-7/+44
2005-08-10I guess dev project is not up to dateEugenio Favalli1-10/+50
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 Marks9-9/+110
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-25Updating dev-cpp project file for map loadingEugenio Favalli2-23/+68
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer16-5/+1559