Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 1 | -74/+80 | |
contributed by r0nny. | |||||
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the ↵ | Yohann Ferreira | 1 | -1/+3 | |
Channel registering/unregistering isn't there yet and the commands needs to be implemented. Added a small slangs filter to reduce bad words in account names and in conversations a little. | |||||
2005-12-20 | Adding the MapManager to files list. | Yohann Ferreira | 1 | -0/+2 | |
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 1 | -0/+6 | |
2005-07-31 | Added beginnings of game core logic and state. | Aaron Marks | 1 | -0/+2 | |
Fixed a few problems with SQL queries using different SQL DB backends. I forget everything else. | |||||
2005-07-26 | Added shell for GameHandler (core game message handler). | Aaron Marks | 1 | -0/+1 | |
Updated PostgreSQL tables -- now another unknown error results after various operations. Updated Item class (now inherits from Object). | |||||
2005-07-25 | Added modified Map, MapReader, ResourceManager classes and base64 functions | Bjørn Lindeijer | 1 | -0/+8 | |
from client to server. Nothing tested yet, just made sure it still compiled. | |||||
2005-07-24 | Added character selection. | Aaron Marks | 1 | -0/+2 | |
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 1 | -0/+2 | |
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration. | |||||
2005-06-30 | Fixed memory leak, implemented delAccount() + unit tests and now using ↵ | Huynh Tran | 1 | -0/+1 | |
reference-counted smart pointers to facilitate the memory management. | |||||
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 1 | -3/+5 | |
rest of the code to take into account the changes. | |||||
2005-06-28 | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 1 | -1/+3 | |
Added XML configuration loader from tmw. | |||||
2005-06-24 | Fixed compilation warnings, the unit tests are now compiled if ↵ | Huynh Tran | 1 | -1/+5 | |
--enable-unit-tests is set. | |||||
2005-06-23 | Wrote the M4 function and re-added header files to Makefile.am for make dist. | Huynh Tran | 1 | -4/+32 | |
2005-06-22 | Updated configure so that only one database backend can be selected and ↵ | Huynh Tran | 1 | -69/+36 | |
simplified Makefile.am. | |||||
2005-06-19 | Added PostgreSQL DAL class. | Aaron Marks | 1 | -19/+17 | |
Updated configure.ac to include PostgreSQL & MySQL. (MySQL needs to be adjusted, and it seems that using --with-sqlite will drop out of configure after check for atexit. I dont know why, as i didn't touch the SQLite stuff) :) | |||||
2005-06-19 | Actually using the new Logger now. | Huynh Tran | 1 | -4/+15 | |
2005-06-18 | Moved SQL queries for the creation of tables into a separate file and ↵ | Huynh Tran | 1 | -6/+9 | |
rewrote the initialization of the database. | |||||
2005-06-17 | Updated Makefile.am. | Aaron Marks | 1 | -2/+3 | |
dataproviderfactory.cpp now conditionally includes related dataprovider header. (A problem exists with instantiating Being in dalstorage.cpp though) | |||||
2005-06-16 | Created Storage child which uses DAL (used by default now). | Aaron Marks | 1 | -1/+14 | |
Updated RecoredSet to allow access to rows() and cols(). | |||||
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 1 | -1/+3 | |
updated SQL tables a bit. | |||||
2005-05-23 | Updated Storage class (added extra table to database). | Aaron Marks | 1 | -1/+5 | |
Misc. | |||||
2005-05-23 | Building sqlite conditionaly | Mateusz Kaduk | 1 | -2/+6 | |
2005-05-23 | Remove main.h, added storage class, moved some code to it | Mateusz Kaduk | 1 | -2/+2 | |
2005-05-22 | Added main.h with database reference, opening and closing database | Mateusz Kaduk | 1 | -0/+1 | |
2005-05-21 | Disabled scripting by default (enabled using --with-scripting at configure) | Aaron Marks | 1 | -2/+2 | |
2005-05-21 | Updated checks to include Squirrel & enabled scripting by default | Aaron Marks | 1 | -2/+7 | |
2005-05-21 | Updated Makefile.am | Aaron Marks | 1 | -1/+3 | |
2005-05-08 | Including logger files into the server project. | Yohann Ferreira | 1 | -1/+3 | |
2005-05-08 | Linking with sqlite3 and added c++ sqlite wrapper | Mateusz Kaduk | 1 | -2/+5 | |
2005-03-23 | Corrections to syntax, includes, headers and comments. Updated architecture.txt | Bjørn Lindeijer | 1 | -0/+3 | |
with a distributed approach. | |||||
2005-03-21 | More complete implementation of startListen and stopListen, told CVS to ignore | Bjørn Lindeijer | 1 | -3/+5 | |
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful) | |||||
2005-03-19 | Start on files that enable compiling this, but don't expect it to compile for | Bjørn Lindeijer | 1 | -0/+25 | |
now. |