summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-1/+26
2005-06-27Removed debug code and actually use the generated config.h.Huynh Tran1-27/+7
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-3/+1
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-1/+3
2005-06-19Actually using the new Logger now.Huynh Tran1-73/+73
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-4/+4
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-41/+21
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-1/+23
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-4/+3
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-42/+33
2005-05-22Adding default tables if sqlite_master table is emptyMateusz Kaduk1-5/+31
2005-05-22Added main.h with database reference, opening and closing databaseMateusz Kaduk1-0/+18
2005-05-10 Updated scripting interface & added some class documentation.Aaron Marks1-4/+0
2005-05-09Renamed script-sq.* script-squirrel.*.Aaron Marks1-4/+24
2005-05-08Added logger use in some files that could tell things already.Yohann Ferreira1-7/+12
2005-05-08Made use of the logger in the main loop.Yohann Ferreira1-3/+11
2005-04-27Made scripting defines slightly cleaner.Aaron Marks1-8/+16
2005-04-19Added basic object definition for reviewal.Aaron Marks1-0/+24
2005-04-16Added a bit of listening code.Bjørn Lindeijer1-3/+3
2005-04-14Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer1-3/+19
2005-04-09Fixing console output in windowsEugenio Favalli1-0/+2
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer1-0/+9
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+1
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer1-0/+116