summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-0/+6
Added XML configuration loader from tmw.
2005-06-24Fixed compilation warnings, the unit tests are now compiled if ↵Huynh Tran1-9/+14
--enable-unit-tests is set.
2005-06-23Wrote the M4 function and re-added header files to Makefile.am for make dist.Huynh Tran1-66/+31
2005-06-22Updated configure so that only one database backend can be selected and ↵Huynh Tran1-88/+168
simplified Makefile.am.
2005-06-19Fixed AMDEP configure problem. Basing on ↵Mateusz Kaduk1-10/+11
http://lists.gnu.org/archive/html/automake/2005-01/msg00034.html
2005-06-19Removed USE_SQLITE define from configure.ac (not used anywhere anymore)Aaron Marks1-3/+1
Fixed problem with PGconn not being cleaned up.
2005-06-19Small fixesEugenio Favalli1-1/+1
2005-06-19Added PostgreSQL DAL class.Aaron Marks1-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-19Actually using the new Logger now.Huynh Tran1-0/+2
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-1/+1
Updated RecoredSet to allow access to rows() and cols().
2005-05-23Building sqlite conditionalyMateusz Kaduk1-6/+20
2005-05-21Print error when trying to build with scripting but without Squirrel installed.Bjørn Lindeijer1-3/+4
2005-05-21Disabled scripting by default (enabled using --with-scripting at configure)Aaron Marks1-1/+17
2005-05-21Updated checks to include Squirrel & enabled scripting by defaultAaron Marks1-0/+1
2005-05-08Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk1-0/+10
2005-04-14Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer1-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-19Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer1-0/+26
now.