summaryrefslogtreecommitdiff
path: root/src/dal/sqlitedataprovider.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-1/+1
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-18/+3
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira1-23/+22
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06A host of code style changesThorbjørn Lindeijer1-32/+15
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-1/+1
2009-09-15Fixed crash when column value is a real NULL value instead of empty string.Andreas Habel1-1/+3
2009-07-10Changed BindInteger and BindString to BindValueDavid Athay1-7/+2
2009-07-10Changed database to using prepared statements, to stop SQL injection attacksDavid Athay1-0/+61
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-2/+2
2008-11-18Fixed spellingDavid Athay1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-05* Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel1-1/+1
2008-10-24Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel1-0/+2
2008-09-17* Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel1-4/+175
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-0/+4
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-4/+0
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-1/+4
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-3/+0
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-0/+3
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira1-0/+3
2005-06-29Fixed wrong memory deallocation.Huynh Tran1-2/+2
2005-06-21Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran1-0/+4
2005-06-21Fixed memory leak.Huynh Tran1-1/+7
2005-06-21Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran1-1/+6
2005-06-19Correcting indent and removing obsoleted files.Bjørn Lindeijer1-2/+2
2005-06-16Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran1-64/+23
2005-06-14Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran1-7/+107
2005-06-13Initial release of the Database Abstraction LayerHuynh Tran1-0/+122