summaryrefslogtreecommitdiff
path: root/src/dal
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-0/+1
2013-04-27Use nullptr instead of NULL everywhereErik Schilling2-3/+3
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer5-25/+25
2012-03-26Some general cleanups and merged Being::perform() into update()Thorbjørn Lindeijer2-15/+13
2012-03-13SQLite: Fixed SqLiteDataProvider::processSql handling of multiple rowsThorbjørn Lindeijer1-5/+7
2012-03-04SQLite: Added a timeout for trying to acquire a database lockThorbjørn Lindeijer1-0/+4
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer4-7/+7
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer12-117/+5
2010-11-14Fix a potential memleak related to binds when disconnecting with MySQL.Yohann Ferreira2-5/+16
2010-11-14Simplified the use of binding when using MySQL.Yohann Ferreira2-47/+82
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira2-2/+2
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira4-71/+70
2010-11-02Trivial code convention fix, promised to thorbjorn ;)Yohann Ferreira1-2/+4
2010-10-30Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer5-14/+74
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer2-0/+42
2010-02-07Update Copyright date for Manaserv.Bertram13-13/+13
2010-01-10Fixing the mysql backend and the mysql createTables scriptBlue2-1/+167
2009-12-06Moved DALStorage documentation into source fileThorbjørn Lindeijer2-21/+6
2009-12-06Removed obsolete commented out code from DALStorageThorbjørn Lindeijer1-17/+0
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer13-171/+170
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer7-21/+21
2009-12-06A host of code style changesThorbjørn Lindeijer13-275/+130
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer2-4/+4
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 Athay3-29/+10
2009-07-10Changed database to using prepared statements, to stop SQL injection attacksDavid Athay4-7/+128
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-2/+2
2009-05-01Mysql backend, lua and NPC handlerBlue1-8/+8
2009-04-19Mysql Backend Update mysql database to version 3 Fixed compile error with mys...Blue1121-0/+1
2008-11-18Fixed spellingDavid Athay1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer13-33/+0
2008-11-05* Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel3-1/+25
2008-10-24Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel1-0/+2
2008-10-21Add limits.h where needed.Dennis Friis1-0/+1
2008-09-17* Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel5-41/+518
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-0/+4
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-3/+4
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond3-8/+4
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch3-1/+10
2006-08-04Strengthened checks for already existing character name or email address.Guillaume Melquiond1-10/+0
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond13-58/+0
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink9-25/+11
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira5-0/+30
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-1/+4
2005-06-29Fixed wrong memory deallocation.Huynh Tran1-2/+2
2005-06-28Fixed bugs and added new unit tests.Huynh Tran1-4/+1
2005-06-28Recommitted changes for new PostgreSQL defines.Aaron Marks1-2/+2
2005-06-21Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran5-832/+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 Tran6-104/+129