Age | Commit message (Expand) | Author | Files | Lines |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 1 | -4/+7 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 1 | -25/+53 |
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ... | Yohann Ferreira | 1 | -11/+32 |
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 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 1 | -13/+20 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 1 | -25/+27 |
2005-12-26 | Removed an obsolete check, suggested by r0nny. | Bjørn Lindeijer | 1 | -3/+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 | 1 | -20/+74 |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 1 | -10/+19 |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei... | Yohann Ferreira | 1 | -0/+1 |
2005-12-11 | Added logout and character deletion support. Changed the response code as try... | Yohann Ferreira | 1 | -0/+2 |
2005-12-11 | Added unregistering, checking on character's name and email length support. A... | Yohann Ferreira | 1 | -0/+1 |
2005-12-02 | Enabled registering under SQLite by reopening th db in the accounthandler. Sh... | Yohann Ferreira | 1 | -1/+1 |
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 1 | -43/+54 |
2005-11-10 | Updates to Being, test client, game handler and small update to state update. | Aaron Marks | 1 | -1/+1 |
2005-10-24 | Added more infos at startup. | Yohann Ferreira | 1 | -2/+22 |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 1 | -3/+3 |
2005-07-31 | Added beginnings of game core logic and state. | Aaron Marks | 1 | -12/+6 |
2005-07-26 | Added shell for GameHandler (core game message handler). | Aaron Marks | 1 | -1/+15 |
2005-07-24 | Added character selection. | Aaron Marks | 1 | -0/+1 |
2005-07-19 | Added character creation. | Aaron Marks | 1 | -0/+1 |
2005-07-18 | Updated server->client communications. | Aaron Marks | 1 | -3/+0 |
2005-07-17 | Added server->client communications. | Aaron Marks | 1 | -0/+2 |
2005-07-16 | Workaround to let tmwserv work in windows | Eugenio Favalli | 1 | -2/+5 |
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 1 | -2/+8 |
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 1 | -1/+1 |
2005-07-13 | Now compiles in windows, doesn't run though, it exits with code 3 | Eugenio Favalli | 1 | -3/+1 |
2005-07-12 | Fixed problem with PostgreSQL support (variable was undefined). | Aaron Marks | 1 | -2/+7 |
2005-06-28 | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 1 | -1/+26 |
2005-06-27 | Removed debug code and actually use the generated config.h. | Huynh Tran | 1 | -27/+7 |
2005-06-21 | Improved Storage APIs and moved debug code to unit tests. | Huynh Tran | 1 | -3/+1 |
2005-06-19 | Passwords are now encrypted when creating a new Account, added unit tests for... | Huynh Tran | 1 | -1/+3 |
2005-06-19 | Actually using the new Logger now. | Huynh Tran | 1 | -73/+73 |
2005-06-19 | Reworked Storage APIs and reordered operations in DALStorage to match those o... | Huynh Tran | 1 | -4/+4 |
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 1 | -41/+21 |
2005-05-29 | Added getAccount & getCharacter to storage class. Cleaned up storage code. | Aaron Marks | 1 | -1/+23 |
2005-05-23 | Updated Storage class (added extra table to database). | Aaron Marks | 1 | -4/+3 |
2005-05-23 | Remove main.h, added storage class, moved some code to it | Mateusz Kaduk | 1 | -42/+33 |
2005-05-22 | Adding default tables if sqlite_master table is empty | Mateusz Kaduk | 1 | -5/+31 |
2005-05-22 | Added main.h with database reference, opening and closing database | Mateusz Kaduk | 1 | -0/+18 |
2005-05-10 | Updated scripting interface & added some class documentation. | Aaron Marks | 1 | -4/+0 |
2005-05-09 | Renamed script-sq.* script-squirrel.*. | Aaron Marks | 1 | -4/+24 |
2005-05-08 | Added logger use in some files that could tell things already. | Yohann Ferreira | 1 | -7/+12 |
2005-05-08 | Made use of the logger in the main loop. | Yohann Ferreira | 1 | -3/+11 |
2005-04-27 | Made scripting defines slightly cleaner. | Aaron Marks | 1 | -8/+16 |
2005-04-19 | Added basic object definition for reviewal. | Aaron Marks | 1 | -0/+24 |
2005-04-16 | Added a bit of listening code. | Bjørn Lindeijer | 1 | -3/+3 |
2005-04-14 | Added check for SDL_net to configure.ac, made world clock work and made the | Bjørn Lindeijer | 1 | -3/+19 |