Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-16 | Created Storage child which uses DAL (used by default now). | Aaron Marks | 8 | -9/+305 | |
Updated RecoredSet to allow access to rows() and cols(). | |||||
2005-06-16 | Updated tables. | Aaron Marks | 2 | -10/+47 | |
2005-06-14 | Reworked RecordSet and implemented the SQLite Data Provider | Huynh Tran | 9 | -180/+421 | |
2005-06-13 | Removing duplicate text | Yohann Ferreira | 1 | -14/+0 | |
2005-06-13 | First corrections of messageIn class. | Yohann Ferreira | 1 | -9/+8 | |
2005-06-13 | first attempt of messageIn Implementation. I'll do testings from that. | Yohann Ferreira | 2 | -3/+151 | |
2005-06-13 | Initial release of the Database Abstraction Layer | Huynh Tran | 11 | -0/+1542 | |
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 9 | -282/+407 | |
updated SQL tables a bit. | |||||
2005-06-12 | Some cleanups mostly in account class formatting. | Bjørn Lindeijer | 7 | -49/+76 | |
2005-05-29 | Added getAccount & getCharacter to storage class. Cleaned up storage code. | Aaron Marks | 4 | -52/+145 | |
Added test in main.cpp. | |||||
2005-05-24 | Added object.cpp | Aaron Marks | 2 | -1/+63 | |
Fixed account.cpp constructor. | |||||
2005-05-23 | Updated Storage class (added extra table to database). | Aaron Marks | 7 | -27/+139 | |
Misc. | |||||
2005-05-23 | Building sqlite conditionaly | Mateusz Kaduk | 5 | -12/+26 | |
2005-05-23 | Remove main.h, added storage class, moved some code to it | Mateusz Kaduk | 4 | -48/+148 | |
2005-05-22 | Adding default tables if sqlite_master table is empty | Mateusz Kaduk | 2 | -6/+32 | |
2005-05-22 | Added main.h with database reference, opening and closing database | Mateusz Kaduk | 6 | -0/+61 | |
2005-05-22 | Fixed compile time warnings | Mateusz Kaduk | 3 | -6/+8 | |
2005-05-21 | Print error when trying to build with scripting but without Squirrel installed. | Bjørn Lindeijer | 2 | -4/+6 | |
2005-05-21 | Disabled scripting by default (enabled using --with-scripting at configure) | Aaron Marks | 7 | -3/+37 | |
2005-05-21 | Updated checks to include Squirrel & enabled scripting by default | Aaron Marks | 2 | -2/+8 | |
2005-05-21 | Updated Makefile.am | Aaron Marks | 2 | -2/+4 | |
2005-05-15 | Added initial items definition. | Aaron Marks | 3 | -3/+101 | |
Updated object definitions. | |||||
2005-05-13 | Committed stuff i forgot to commit last night ("Standard Script Lib") | Aaron Marks | 2 | -11/+92 | |
2005-05-11 | Added more to scripting definition draft. | Aaron Marks | 2 | -20/+66 | |
Added stats.txt (which will document the algorithms for calculating being properties & statistics). | |||||
2005-05-10 | Added basic draft scripting specification documentation. | Aaron Marks | 1 | -0/+46 | |
2005-05-10 | Updated scripting interface & added some class documentation. | Aaron Marks | 4 | -28/+118 | |
- Updated Squirrel scripting interface. - Added registerFunction which will register a function for the specified scripting VM. | |||||
2005-05-09 | Renamed script-sq.* script-squirrel.*. | Aaron Marks | 7 | -18/+108 | |
Renamed ScriptingInterface to Script (to save typing :)). Updated skill tree definition. | |||||
2005-05-08 | Added logger use in some files that could tell things already. | Yohann Ferreira | 3 | -16/+25 | |
2005-05-08 | Made use of the logger in the main loop. | Yohann Ferreira | 3 | -3/+18 | |
2005-05-08 | Including logger files into the server project. | Yohann Ferreira | 3 | -1/+160 | |
2005-05-08 | Added SQLiteWrapper files | Mateusz Kaduk | 2 | -0/+396 | |
2005-05-08 | Linking with sqlite3 and added c++ sqlite wrapper | Mateusz Kaduk | 2 | -2/+15 | |
2005-05-07 | Committed client to be used for testing. | Bjørn Lindeijer | 2 | -0/+43 | |
2005-05-03 | Updated CharData structure (defines.h). | Aaron Marks | 2 | -25/+31 | |
Removed "Player" object & made a more general "Being" object which can be used for Player, Pet, Monsters etc. | |||||
2005-05-03 | Added skill tree data structure. | Aaron Marks | 2 | -0/+150 | |
2005-04-27 | Made scripting defines slightly cleaner. | Aaron Marks | 2 | -12/+21 | |
Changed LivingObject to Being (as that is standard TMW name for it). | |||||
2005-04-21 | A few changes to protocol. | Bjørn Lindeijer | 1 | -31/+64 | |
2005-04-20 | Attempt to define protocol... | Eugenio Favalli | 1 | -0/+136 | |
2005-04-20 | Updated account specification. | Aaron Marks | 2 | -9/+82 | |
2005-04-19 | Added account protoype for review. | Aaron Marks | 1 | -0/+49 | |
2005-04-19 | Added basic object definition for reviewal. | Aaron Marks | 7 | -0/+309 | |
Added basic scripting interface & Squirrel (squirrel.sf.net). | |||||
2005-04-18 | Server now succesfully listens for connections, accepts them, receives some | Bjørn Lindeijer | 5 | -34/+151 | |
data in a crude way and cleans up connection on client disconnect. | |||||
2005-04-16 | Added a bit of listening code. | Bjørn Lindeijer | 2 | -5/+32 | |
2005-04-14 | Added check for SDL_net to configure.ac, made world clock work and made the | Bjørn Lindeijer | 2 | -3/+20 | |
server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe. | |||||
2005-04-09 | Fixing console output in windows | Eugenio Favalli | 3 | -3/+379 | |
2005-03-27 | working dev project | Eugenio Favalli | 1 | -4/+9 | |
2005-03-23 | Corrections to syntax, includes, headers and comments. Updated architecture.txt | Bjørn Lindeijer | 10 | -61/+96 | |
with a distributed approach. | |||||
2005-03-23 | added the account handler and a definition file to keep track of structures ↵ | Kiyoshi Kyokai | 8 | -37/+250 | |
and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes. | |||||
2005-03-21 | More complete implementation of startListen and stopListen, told CVS to ignore | Bjørn Lindeijer | 14 | -58/+146 | |
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful) | |||||
2005-03-21 | Some header fixes, formatting conventions and moved DevCpp project file. | Bjørn Lindeijer | 12 | -52/+55 | |