Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-19 | Correcting indent and removing obsoleted files. | Bjørn Lindeijer | 8 | -623/+54 | |
2005-06-19 | Forgot to initalize member variables :P | Huynh Tran | 2 | -2/+4 | |
2005-06-19 | Ok now encryption works | Eugenio Favalli | 1 | -1/+1 | |
2005-06-19 | Fixed AMDEP configure problem. Basing on ↵ | Mateusz Kaduk | 1 | -10/+11 | |
http://lists.gnu.org/archive/html/automake/2005-01/msg00034.html | |||||
2005-06-19 | Removed USE_SQLITE define from configure.ac (not used anywhere anymore) | Aaron Marks | 2 | -6/+4 | |
Fixed problem with PGconn not being cleaned up. | |||||
2005-06-19 | Small fixes | Eugenio Favalli | 2 | -4/+4 | |
2005-06-19 | Passwords are now encrypted when creating a new Account, added unit tests ↵ | Huynh Tran | 9 | -117/+717 | |
for the Account class and moved functors into a separate header file for reuse. | |||||
2005-06-19 | Added PostgreSQL DAL class. | Aaron Marks | 7 | -24/+342 | |
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 | Now it should work on windows as well | Eugenio Favalli | 1 | -73/+503 | |
2005-06-19 | Actually using the new Logger now. | Huynh Tran | 5 | -132/+137 | |
2005-06-19 | Fixed SQL query bug. | Huynh Tran | 1 | -1/+1 | |
2005-06-19 | Added tee mode to Logger. | Huynh Tran | 2 | -6/+83 | |
2005-06-19 | Moved unit tests main from dal to src, rewrote Logger and added Cipher ↵ | Huynh Tran | 8 | -0/+1096 | |
(requires libcrypto from OpenSSL) + unit tests. | |||||
2005-06-19 | Reworked Storage APIs and reordered operations in DALStorage to match those ↵ | Huynh Tran | 5 | -109/+230 | |
of Storage. | |||||
2005-06-19 | Fixed compilation warnings. | Huynh Tran | 1 | -1/+5 | |
2005-06-18 | Moved SQL queries for the creation of tables into a separate file and ↵ | Huynh Tran | 4 | -112/+359 | |
rewrote the initialization of the database. | |||||
2005-06-17 | Force a user class to use the Storage singleton instead of instantiating ↵ | Huynh Tran | 1 | -12/+33 | |
DALStorage directly. | |||||
2005-06-17 | Fixed instantiation of Beings. | Huynh Tran | 1 | -15/+37 | |
2005-06-17 | Updated Makefile.am. | Aaron Marks | 3 | -3/+11 | |
dataproviderfactory.cpp now conditionally includes related dataprovider header. (A problem exists with instantiating Being in dalstorage.cpp though) | |||||
2005-06-16 | Synchronized APIs with DAL. | Huynh Tran | 2 | -148/+312 | |
2005-06-16 | Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL ↵ | Huynh Tran | 16 | -434/+1180 | |
data provider, added unit tests (require CPPUnit) and bug fixes. | |||||
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 | |