summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-2/+8
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration.
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks1-1/+1
Server now handles register requests.
2005-07-13Now compiles in windows, doesn't run though, it exits with code 3Eugenio Favalli1-3/+1
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks1-2/+7
Added client/server message type enumerations. Enabled message handling in ConnectionHandler.
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-1/+26
Added XML configuration loader from tmw.
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 ↵Huynh Tran1-1/+3
for the Account class and moved functors into a separate header file for reuse.
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 ↵Huynh Tran1-4/+4
of Storage.
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-41/+21
updated SQL tables a bit.
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-1/+23
Added test in main.cpp.
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-4/+3
Misc.
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
- Updated Squirrel scripting interface. - Added registerFunction which will register a function for the specified scripting VM.
2005-05-09Renamed script-sq.* script-squirrel.*.Aaron Marks1-4/+24
Renamed ScriptingInterface to Script (to save typing :)). Updated skill tree definition.
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
Changed LivingObject to Being (as that is standard TMW name for it).
2005-04-19Added basic object definition for reviewal.Aaron Marks1-0/+24
Added basic scripting interface & Squirrel (squirrel.sf.net).
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
server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe.
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
with a distributed approach.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+1
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer1-0/+116
and loop.