summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink60-186/+201
2006-03-05Added the server code to enter and leave a channel. Some minor fix to the sta...Yohann Ferreira5-5/+121
2006-02-19Made use of counted pointer for objects, just the way it is for beings.Yohann Ferreira3-21/+29
2006-02-18Updated server packets documentation. Some minor updates.Yohann Ferreira3-3/+4
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira17-136/+458
2006-01-21Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...Yohann Ferreira3-34/+92
2006-01-21Very little corrections.Yohann Ferreira4-14/+23
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira13-61/+131
2006-01-18Simplified isLoaded method, change also noted by Doener.Bjørn Lindeijer2-11/+5
2006-01-18Some insignificant changes to usage of the const keyword.Bjørn Lindeijer3-9/+10
2006-01-18Chat channeling commit part 2.Yohann Ferreira9-117/+237
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing what'...Yohann Ferreira12-6/+618
2006-01-14Sever returns infos about position of the selected character (map name, coord...Eugenio Favalli5-12/+23
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli8-49/+25
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli10-22/+47
2006-01-09Fixed some sql query issuesEugenio Favalli1-7/+8
2006-01-08Little things only.Yohann Ferreira2-2/+0
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira17-144/+407
2006-01-05Added a standard version check.Yohann Ferreira4-7/+82
2006-01-04Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira5-21/+83
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira8-131/+421
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira7-132/+399
2005-12-29Fixing a bug in the Storage::getAccount() function that made the server crash...Yohann Ferreira4-13/+14
2005-12-29Adding changes thought by Elven and an option for setting the port to listen ...Yohann Ferreira4-21/+41
2005-12-29Incorporate running without X server in the server executable.Bjørn Lindeijer1-0/+3
2005-12-29* Added errors when SDL_net or libcrypto are not found.Bjørn Lindeijer1-0/+3
2005-12-29Forgot a way to access maps.Eugenio Favalli2-0/+18
2005-12-29Applied patch by r0nny that makes main.cpp a bit nicer.Bjørn Lindeijer1-13/+20
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer5-118/+126
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira10-38/+427
2005-12-26Removed an obsolete check, suggested by r0nny.Bjørn Lindeijer2-8/+9
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 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