summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-14Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran9-180/+421
2005-06-13Removing duplicate textYohann Ferreira1-14/+0
2005-06-13First corrections of messageIn class.Yohann Ferreira1-9/+8
2005-06-13first attempt of messageIn Implementation. I'll do testings from that.Yohann Ferreira2-3/+151
2005-06-13Initial release of the Database Abstraction LayerHuynh Tran11-0/+1542
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer9-282/+407
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer7-49/+76
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks4-52/+145
2005-05-24Added object.cppAaron Marks2-1/+63
2005-05-23Updated Storage class (added extra table to database).Aaron Marks7-27/+139
2005-05-23Building sqlite conditionalyMateusz Kaduk5-12/+26
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk4-48/+148
2005-05-22Adding default tables if sqlite_master table is emptyMateusz Kaduk2-6/+32
2005-05-22Added main.h with database reference, opening and closing databaseMateusz Kaduk6-0/+61
2005-05-22Fixed compile time warningsMateusz Kaduk3-6/+8
2005-05-21Print error when trying to build with scripting but without Squirrel installed.Bjørn Lindeijer2-4/+6
2005-05-21Disabled scripting by default (enabled using --with-scripting at configure)Aaron Marks7-3/+37
2005-05-21Updated checks to include Squirrel & enabled scripting by defaultAaron Marks2-2/+8
2005-05-21Updated Makefile.amAaron Marks2-2/+4
2005-05-15Added initial items definition.Aaron Marks3-3/+101
2005-05-13Committed stuff i forgot to commit last night ("Standard Script Lib")Aaron Marks2-11/+92
2005-05-11Added more to scripting definition draft.Aaron Marks2-20/+66
2005-05-10Added basic draft scripting specification documentation.Aaron Marks1-0/+46
2005-05-10 Updated scripting interface & added some class documentation.Aaron Marks4-28/+118
2005-05-09Renamed script-sq.* script-squirrel.*.Aaron Marks7-18/+108
2005-05-08Added logger use in some files that could tell things already.Yohann Ferreira3-16/+25
2005-05-08Made use of the logger in the main loop.Yohann Ferreira3-3/+18
2005-05-08Including logger files into the server project.Yohann Ferreira3-1/+160
2005-05-08Added SQLiteWrapper filesMateusz Kaduk2-0/+396
2005-05-08Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk2-2/+15
2005-05-07Committed client to be used for testing.Bjørn Lindeijer2-0/+43
2005-05-03Updated CharData structure (defines.h).Aaron Marks2-25/+31
2005-05-03Added skill tree data structure.Aaron Marks2-0/+150
2005-04-27Made scripting defines slightly cleaner.Aaron Marks2-12/+21
2005-04-21A few changes to protocol.Bjørn Lindeijer1-31/+64
2005-04-20Attempt to define protocol...Eugenio Favalli1-0/+136
2005-04-20Updated account specification.Aaron Marks2-9/+82
2005-04-19Added account protoype for review.Aaron Marks1-0/+49
2005-04-19Added basic object definition for reviewal.Aaron Marks7-0/+309
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer5-34/+151
2005-04-16Added a bit of listening code.Bjørn Lindeijer2-5/+32
2005-04-14Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer2-3/+20
2005-04-09Fixing console output in windowsEugenio Favalli3-3/+379
2005-03-27working dev projectEugenio Favalli1-4/+9
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer10-61/+96
2005-03-23added the account handler and a definition file to keep track of structures a...Kiyoshi Kyokai8-37/+250
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer14-58/+146
2005-03-21Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer12-52/+55
2005-03-21I've added the shell for the login and message handler functions, as well as ...Kiyoshi Kyokai5-0/+394
2005-03-19Adding autogen.sh file.Bjørn Lindeijer1-0/+13