summaryrefslogtreecommitdiff
path: root/src/dal/pqdataprovider.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-6/+0
A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-12-06A host of code style changesThorbjørn Lindeijer1-21/+9
Removed pointless void in method parameter lists, fixed methods and variables that started with upper case, removed pointless 'const' for stuff passed by value, made some getters const, etc.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-3/+0
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-5/+0
MovingObject and Player classes.
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-2/+1
2005-06-21Made sure that pointers are initalized and reset to null after deallocation ↵Huynh Tran1-71/+84
and some reformatting.
2005-06-19Correcting indent and removing obsoleted files.Bjørn Lindeijer1-13/+13
2005-06-19Added PostgreSQL DAL class.Aaron Marks1-0/+107
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) :)