summaryrefslogtreecommitdiffstats
path: root/src/dal/dataproviderfactory.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-3/+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. :)
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-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.
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-3/+3
|
* A host of code style changesThorbjørn Lindeijer2009-12-061-9/+5
| | | | | | 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.
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
|
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-5/+0
| | | | | | MovingObject and Player classes.
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-6/+1
|
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL ↵Huynh Tran2005-06-161-7/+11
| | | | data provider, added unit tests (require CPPUnit) and bug fixes.
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+86