Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Yohann Ferreira | 9 | -34/+36 | |
segfault when removing a being from the world. | |||||
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 ↵ | Yohann Ferreira | 9 | -25/+172 | |
removeBeing() in the world (which are buggy). Add check when character's name already exists. Added Character list packet support. | |||||
2005-12-11 | Added logout and character deletion support. Changed the response code as ↵ | Yohann Ferreira | 7 | -15/+203 | |
trying to login when already logged in. | |||||
2005-12-11 | Added unregistering, checking on character's name and email length support. ↵ | Yohann Ferreira | 5 | -14/+94 | |
Also made some little tweaks. I'll start to think about a --verbose mode after adding logout and character deletion support. | |||||
2005-12-09 | Fixed the bug where the mapInfo Recordset erased the values of charInfo ↵ | Yohann Ferreira | 1 | -16/+31 | |
because there can be only one RecordSet at a time. | |||||
2005-12-09 | Should correct the character's loading at login. Also made the server be ↵ | Yohann Ferreira | 2 | -4/+15 | |
more verbose about characters. | |||||
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 | |
is shown in log. Added some missing messages and values for them. Login, pass min, max length can be changed there now. Added check and appropriate response when selecting, creating a character. | |||||
2005-12-05 | Made the getEmailList() work. Now the accounthandler tests if the mail ↵ | Yohann Ferreira | 2 | -13/+49 | |
already exists. | |||||
2005-12-05 | Strengthened the way email addresses are checked. Added a good response when ↵ | Yohann Ferreira | 5 | -5/+55 | |
selecting a char when not logged. Committed a getEmailList function to see what's wrong. | |||||
2005-12-03 | Handling good conditions to register. Still lacks checking if the Email ↵ | Yohann Ferreira | 2 | -15/+66 | |
already exists. Fixed a bug that throwed an exception when logging with an account that had no mapInfo yet. Still has to set these to defaults in such case. | |||||
2005-12-02 | Enabled registering under SQLite by reopening th db in the accounthandler. ↵ | Yohann Ferreira | 3 | -1/+15 | |
Should work the same way with the other handlers when inserting removing, altering in the database. | |||||
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 | |
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 | 1 | -2/+22 | |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 7 | -7/+37 | |
2005-08-08 | Just some changes I forgot to commit -- I probably wont be able to work on ↵ | Aaron Marks | 5 | -8/+71 | |
tmwserv for a few days :( | |||||
2005-08-04 | Added basic inventory (not fully functional) | Aaron Marks | 8 | -9/+104 | |
Extended GameHandler Extended protocol Fixed problem with SQL query | |||||
2005-07-31 | Added beginnings of game core logic and state. | Aaron Marks | 11 | -19/+190 | |
Fixed a few problems with SQL queries using different SQL DB backends. I forget everything else. | |||||
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 | |
Updated PostgreSQL tables -- now another unknown error results after various operations. Updated Item class (now inherits from Object). | |||||
2005-07-25 | Added modified Map, MapReader, ResourceManager classes and base64 functions | Bjørn Lindeijer | 15 | -3/+1553 | |
from client to server. Nothing tested yet, just made sure it still compiled. | |||||
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 | |
Updated MessageHandler's to use short for message type. | |||||
2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 13 | -227/+268 | |
MessageOut a bit so that it uses SDL_net, writes strings correctly and doesn't rely on Packet to be expandable. Also specified message IDs explicitly. | |||||
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 | 12 | -61/+245 | |
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration. | |||||
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 9 | -27/+98 | |
Server now handles register requests. | |||||
2005-07-13 | Now compiles in windows, doesn't run though, it exits with code 3 | Eugenio Favalli | 1 | -3/+1 | |
2005-07-13 | Implemented MessageOut. | Aaron Marks | 8 | -60/+122 | |
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message. | |||||
2005-07-12 | Fixed problem with PostgreSQL support (variable was undefined). | Aaron Marks | 4 | -3/+125 | |
Added client/server message type enumerations. Enabled message handling in ConnectionHandler. | |||||
2005-07-01 | Fixed compilation warning and code cleanup. | Huynh Tran | 5 | -134/+110 | |
2005-07-01 | Fixed incorrect deletion in a map. | Huynh Tran | 1 | -3/+3 | |
2005-06-30 | Fixed memory leak, implemented delAccount() + unit tests and now using ↵ | Huynh Tran | 16 | -350/+696 | |
reference-counted smart pointers to facilitate the memory management. | |||||
2005-06-29 | Fixed memory leak and set conditional stats updates. | Huynh Tran | 5 | -17/+34 | |
2005-06-29 | Fixed wrong memory deallocation. | Huynh Tran | 1 | -2/+2 | |
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 13 | -186/+936 | |
rest of the code to take into account the changes. |