Age | Commit message (Expand) | Author | Files | Lines |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 3 | -3/+4 |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and... | Yohann Ferreira | 17 | -136/+458 |
2006-01-21 | Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee... | Yohann Ferreira | 3 | -34/+92 |
2006-01-21 | Very little corrections. | Yohann Ferreira | 4 | -14/+23 |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to c... | Yohann Ferreira | 13 | -61/+131 |
2006-01-18 | Simplified isLoaded method, change also noted by Doener. | Bjørn Lindeijer | 2 | -11/+5 |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 3 | -9/+10 |
2006-01-18 | Chat channeling commit part 2. | Yohann Ferreira | 9 | -117/+237 |
2006-01-15 | Chat channeling commit part 1. Useful to get feedback before committing what'... | Yohann Ferreira | 12 | -6/+618 |
2006-01-14 | Sever returns infos about position of the selected character (map name, coord... | Eugenio Favalli | 5 | -12/+23 |
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId are... | Eugenio Favalli | 8 | -49/+25 |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ... | Eugenio Favalli | 10 | -22/+47 |
2006-01-09 | Fixed some sql query issues | Eugenio Favalli | 1 | -7/+8 |
2006-01-08 | Little things only. | Yohann Ferreira | 2 | -2/+0 |
2006-01-08 | Added customization of created character. (That makes previously created db i... | Yohann Ferreira | 17 | -144/+407 |
2006-01-05 | Added a standard version check. | Yohann Ferreira | 4 | -7/+82 |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. S... | Yohann Ferreira | 5 | -21/+83 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 8 | -131/+421 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 7 | -132/+399 |
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server crash... | Yohann Ferreira | 4 | -13/+14 |
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ... | Yohann Ferreira | 4 | -21/+41 |
2005-12-29 | Incorporate running without X server in the server executable. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | Forgot a way to access maps. | Eugenio Favalli | 2 | -0/+18 |
2005-12-29 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 1 | -13/+20 |
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 5 | -118/+126 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 10 | -38/+427 |
2005-12-26 | Removed an obsolete check, suggested by r0nny. | Bjørn Lindeijer | 2 | -8/+9 |
2005-12-20 | Better if help cleanups when exitting ... | Yohann Ferreira | 1 | -0/+1 |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 12 | -204/+305 |
2005-12-20 | Adding the MapManager to files list. | Yohann Ferreira | 1 | -0/+2 |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 4 | -19/+172 |
2005-12-18 | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 3 | -26/+27 |
2005-12-18 | Made the handlers use the countedPtr for Beings as they should. Fixed a segfa... | Yohann Ferreira | 9 | -34/+36 |
2005-12-17 | Fix some 64bit issue. | Björn Steinbrink | 1 | -1/+1 |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei... | Yohann Ferreira | 9 | -25/+172 |
2005-12-11 | Added logout and character deletion support. Changed the response code as try... | Yohann Ferreira | 7 | -15/+203 |
2005-12-11 | Added unregistering, checking on character's name and email length support. A... | Yohann Ferreira | 5 | -14/+94 |
2005-12-09 | Fixed the bug where the mapInfo Recordset erased the values of charInfo becau... | Yohann Ferreira | 1 | -16/+31 |
2005-12-09 | Should correct the character's loading at login. Also made the server be more... | Yohann Ferreira | 2 | -4/+15 |
2005-12-07 | Improved the getEmailList() function again using an optimized SQL Query. | Yohann Ferreira | 4 | -24/+67 |
2005-12-06 | Improved the getEmailList() function. Now the file used as db or the db name ... | Yohann Ferreira | 5 | -20/+96 |
2005-12-05 | Made the getEmailList() work. Now the accounthandler tests if the mail alread... | Yohann Ferreira | 2 | -13/+49 |
2005-12-05 | Strengthened the way email addresses are checked. Added a good response when ... | Yohann Ferreira | 5 | -5/+55 |
2005-12-03 | Handling good conditions to register. Still lacks checking if the Email alrea... | Yohann Ferreira | 2 | -15/+66 |
2005-12-02 | Enabled registering under SQLite by reopening th db in the accounthandler. Sh... | Yohann Ferreira | 3 | -1/+15 |
2005-11-21 | Did some initial work for map loading & adding beings to game world. | Aaron Marks | 7 | -40/+111 |
2005-11-15 | Updated bindings, game state class and more (see ChangeLog). | Aaron Marks | 8 | -37/+224 |
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 6 | -62/+67 |
2005-11-14 | CVS is being stupid. | Aaron Marks | 1 | -0/+48 |