| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 2005-07-16 | 1 | -2/+8 |
| * | Fixed problem with memory expanding in Packet. | Aaron Marks | 2005-07-16 | 1 | -1/+1 |
| * | Now compiles in windows, doesn't run though, it exits with code 3 | Eugenio Favalli | 2005-07-13 | 1 | -3/+1 |
| * | Fixed problem with PostgreSQL support (variable was undefined). | Aaron Marks | 2005-07-12 | 1 | -2/+7 |
| * | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 2005-06-28 | 1 | -1/+26 |
| * | Removed debug code and actually use the generated config.h. | Huynh Tran | 2005-06-27 | 1 | -27/+7 |
| * | Improved Storage APIs and moved debug code to unit tests. | Huynh Tran | 2005-06-21 | 1 | -3/+1 |
| * | Passwords are now encrypted when creating a new Account, added unit tests for... | Huynh Tran | 2005-06-19 | 1 | -1/+3 |
| * | Actually using the new Logger now. | Huynh Tran | 2005-06-19 | 1 | -73/+73 |
| * | Reworked Storage APIs and reordered operations in DALStorage to match those o... | Huynh Tran | 2005-06-19 | 1 | -4/+4 |
| * | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 2005-06-12 | 1 | -41/+21 |
| * | Added getAccount & getCharacter to storage class. Cleaned up storage code. | Aaron Marks | 2005-05-29 | 1 | -1/+23 |
| * | Updated Storage class (added extra table to database). | Aaron Marks | 2005-05-23 | 1 | -4/+3 |
| * | Remove main.h, added storage class, moved some code to it | Mateusz Kaduk | 2005-05-23 | 1 | -42/+33 |
| * | Adding default tables if sqlite_master table is empty | Mateusz Kaduk | 2005-05-22 | 1 | -5/+31 |
| * | Added main.h with database reference, opening and closing database | Mateusz Kaduk | 2005-05-22 | 1 | -0/+18 |
| * | Updated scripting interface & added some class documentation. | Aaron Marks | 2005-05-10 | 1 | -4/+0 |
| * | Renamed script-sq.* script-squirrel.*. | Aaron Marks | 2005-05-09 | 1 | -4/+24 |
| * | Added logger use in some files that could tell things already. | Yohann Ferreira | 2005-05-08 | 1 | -7/+12 |
| * | Made use of the logger in the main loop. | Yohann Ferreira | 2005-05-08 | 1 | -3/+11 |
| * | Made scripting defines slightly cleaner. | Aaron Marks | 2005-04-27 | 1 | -8/+16 |
| * | Added basic object definition for reviewal. | Aaron Marks | 2005-04-19 | 1 | -0/+24 |
| * | Added a bit of listening code. | Bjørn Lindeijer | 2005-04-16 | 1 | -3/+3 |
| * | Added check for SDL_net to configure.ac, made world clock work and made the | Bjørn Lindeijer | 2005-04-14 | 1 | -3/+19 |
| * | Fixing console output in windows | Eugenio Favalli | 2005-04-09 | 1 | -0/+2 |
| * | Corrections to syntax, includes, headers and comments. Updated architecture.txt | Bjørn Lindeijer | 2005-03-23 | 1 | -0/+9 |
| * | More complete implementation of startListen and stopListen, told CVS to ignore | Bjørn Lindeijer | 2005-03-21 | 1 | -1/+1 |
| * | Added start of NetSession implementation and basics of initialization, timer | Bjørn Lindeijer | 2005-03-19 | 1 | -0/+116 |