Age | Commit message (Expand) | Author | Files | Lines |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 11 | -39/+439 |
2005-12-26 | Removed an obsolete check, suggested by r0nny. | Bjørn Lindeijer | 3 | -8/+15 |
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 | 13 | -204/+311 |
2005-12-20 | Adding the MapManager to files list. | Yohann Ferreira | 2 | -3/+9 |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 6 | -124/+303 |
2005-12-18 | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 4 | -27/+29 |
2005-12-18 | Forgot the Changelog, too. | Yohann Ferreira | 1 | -2/+11 |
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 | Forgot the Changelog. | Björn Steinbrink | 1 | -0/+4 |
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 | 10 | -25/+182 |
2005-12-11 | Added logout and character deletion support. Changed the response code as try... | Yohann Ferreira | 8 | -15/+208 |
2005-12-11 | Added unregistering, checking on character's name and email length support. A... | Yohann Ferreira | 6 | -14/+101 |
2005-12-09 | Fixed the bug where the mapInfo Recordset erased the values of charInfo becau... | Yohann Ferreira | 2 | -17/+39 |
2005-12-09 | Should correct the character's loading at login. Also made the server be more... | Yohann Ferreira | 3 | -4/+22 |
2005-12-07 | Improved the getEmailList() function again using an optimized SQL Query. | Yohann Ferreira | 5 | -24/+75 |
2005-12-06 | Improved the getEmailList() function. Now the file used as db or the db name ... | Yohann Ferreira | 6 | -20/+105 |
2005-12-05 | Made the getEmailList() work. Now the accounthandler tests if the mail alread... | Yohann Ferreira | 3 | -13/+51 |
2005-12-05 | Strengthened the way email addresses are checked. Added a good response when ... | Yohann Ferreira | 6 | -5/+64 |
2005-12-03 | Handling good conditions to register. Still lacks checking if the Email alrea... | Yohann Ferreira | 3 | -15/+74 |
2005-12-02 | Enabled registering under SQLite by reopening th db in the accounthandler. Sh... | Yohann Ferreira | 4 | -34/+54 |
2005-11-21 | Did some initial work for map loading & adding beings to game world. | Aaron Marks | 9 | -40/+127 |
2005-11-15 | Updated bindings, game state class and more (see ChangeLog). | Aaron Marks | 11 | -46/+293 |
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 7 | -63/+79 |
2005-11-14 | CVS is being stupid. | Aaron Marks | 3 | -0/+83 |
2005-11-14 | SWIG Bindings commit part 1 (CVS didn't like committing with new files and | Aaron Marks | 1 | -0/+5 |
2005-11-13 | Nothing of much significance, mainly checking whether I can commit. | Bjørn Lindeijer | 15 | -103/+101 |
2005-11-10 | Updates to Being, test client, game handler and small update to state update. | Aaron Marks | 6 | -38/+99 |
2005-10-24 | Added more infos at startup. | Yohann Ferreira | 2 | -3/+24 |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 8 | -7/+44 |
2005-08-10 | I guess dev project is not up to date | Eugenio Favalli | 1 | -10/+50 |
2005-08-08 | Just some changes I forgot to commit -- I probably wont be able to work on tm... | Aaron Marks | 5 | -8/+71 |
2005-08-04 | Added basic inventory (not fully functional) | Aaron Marks | 9 | -9/+110 |
2005-07-31 | Added beginnings of game core logic and state. | Aaron Marks | 11 | -19/+190 |
2005-07-30 | Fixed two compilation errors. | Björn Steinbrink | 1 | -4/+4 |
2005-07-26 | Added shell for GameHandler (core game message handler). | Aaron Marks | 9 | -23/+191 |
2005-07-25 | Updating dev-cpp project file for map loading | Eugenio Favalli | 2 | -23/+68 |
2005-07-25 | Added modified Map, MapReader, ResourceManager classes and base64 functions | Bjørn Lindeijer | 16 | -5/+1559 |
2005-07-24 | Added character selection. | Aaron Marks | 11 | -9/+65 |
2005-07-19 | Added character creation. | Aaron Marks | 9 | -17/+75 |
2005-07-19 | a simple menu to choose options | Eugenio Favalli | 1 | -49/+83 |
2005-07-19 | Changing the way the message ID is read. | Bjørn Lindeijer | 8 | -46/+52 |
2005-07-18 | Updated server->client communications. | Aaron Marks | 8 | -58/+31 |
2005-07-17 | Added server->client communications. | Aaron Marks | 8 | -36/+158 |
2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 13 | -227/+268 |
2005-07-16 | Adding latest changes to dev project file | Eugenio Favalli | 1 | -3/+3 |
2005-07-16 | Workaround to let tmwserv work in windows | Eugenio Favalli | 2 | -14/+17 |
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 12 | -61/+245 |
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 9 | -27/+98 |