Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-28 | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 1 | -0/+6 | |
Added XML configuration loader from tmw. | |||||
2005-06-24 | Fixed compilation warnings, the unit tests are now compiled if ↵ | Huynh Tran | 1 | -9/+14 | |
--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 | -66/+31 | |
2005-06-22 | Updated configure so that only one database backend can be selected and ↵ | Huynh Tran | 1 | -88/+168 | |
simplified Makefile.am. | |||||
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 | 1 | -3/+1 | |
Fixed problem with PGconn not being cleaned up. | |||||
2005-06-19 | Small fixes | Eugenio Favalli | 1 | -1/+1 | |
2005-06-19 | Added PostgreSQL DAL class. | Aaron Marks | 1 | -2/+50 | |
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 | -0/+2 | |
2005-06-16 | Created Storage child which uses DAL (used by default now). | Aaron Marks | 1 | -1/+1 | |
Updated RecoredSet to allow access to rows() and cols(). | |||||
2005-05-23 | Building sqlite conditionaly | Mateusz Kaduk | 1 | -6/+20 | |
2005-05-21 | Print error when trying to build with scripting but without Squirrel installed. | Bjørn Lindeijer | 1 | -3/+4 | |
2005-05-21 | Disabled scripting by default (enabled using --with-scripting at configure) | Aaron Marks | 1 | -1/+17 | |
2005-05-21 | Updated checks to include Squirrel & enabled scripting by default | Aaron Marks | 1 | -0/+1 | |
2005-05-08 | Linking with sqlite3 and added c++ sqlite wrapper | Mateusz Kaduk | 1 | -0/+10 | |
2005-04-14 | Added check for SDL_net to configure.ac, made world clock work and made the | Bjørn Lindeijer | 1 | -0/+1 | |
server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe. | |||||
2005-03-19 | Start on files that enable compiling this, but don't expect it to compile for | Bjørn Lindeijer | 1 | -0/+26 | |
now. |