summaryrefslogtreecommitdiff
path: root/src/dal/dataproviderfactory.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-0/+4
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-4/+0
MovingObject and Player classes.
2005-06-28Recommitted changes for new PostgreSQL defines.Aaron Marks1-2/+2
2005-06-21Made sure that pointers are initalized and reset to null after deallocation ↵Huynh Tran1-26/+10
and some reformatting.
2005-06-19Added PostgreSQL DAL class.Aaron Marks1-0/+13
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-17Updated Makefile.am.Aaron Marks1-0/+7
dataproviderfactory.cpp now conditionally includes related dataprovider header. (A problem exists with instantiating Being in dalstorage.cpp though)
2005-06-16Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL ↵Huynh Tran1-7/+6
data provider, added unit tests (require CPPUnit) and bug fixes.
2005-06-13Initial release of the Database Abstraction LayerHuynh Tran1-0/+80