summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Added PostgreSQL DAL class.Aaron Marks2005-06-191-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) :)
* Actually using the new Logger now.Huynh Tran2005-06-191-0/+2
|
* Created Storage child which uses DAL (used by default now).Aaron Marks2005-06-161-1/+1
| | | | | Updated RecoredSet to allow access to rows() and cols().
* Building sqlite conditionalyMateusz Kaduk2005-05-231-6/+20
|
* Print error when trying to build with scripting but without Squirrel installed.Bjørn Lindeijer2005-05-211-3/+4
|
* Disabled scripting by default (enabled using --with-scripting at configure)Aaron Marks2005-05-211-1/+17
|
* Updated checks to include Squirrel & enabled scripting by defaultAaron Marks2005-05-211-0/+1
|
* Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk2005-05-081-0/+10
|
* Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer2005-04-141-0/+1
| | | | | | server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe.
* Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer2005-03-191-0/+26
now.