aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 3leak
2011-12-27Core/World: Convert Execute to PreparedStatement from Battleground random.Venugh
2011-12-27Convert a Execute to a PreparedStatement.Venugh
2011-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2leak
2011-12-25Core/DBLayer: Convert PExecute() queries to prepared statements No. 1leak
2011-12-25Core/DBLayer: Convert Execute() queries to prepared statementsleak
2011-12-25Core/DBLayer: Convert callback queries to prepared statements No. 3leak
2011-12-21Fix compile error from 2d93bd07baabce1ebd9445c94e44b255a01bf490kandera
2011-12-21Core/DBLayer: More generic implementation of callback chains, instead of usin...Machiavelli
2011-12-21Core/DBLayer: Fix a silly error in HandleStableSwapPet (synchronous query in ...Machiavelli
2011-12-20Core/DBLayer: Convert callback queries to prepared statements #2leak
2011-12-19Core/Netcode: Fix a possible infinite loop after 829be0b82 (which was acciden...Machiavelli
2011-12-19Update src/server/shared/Database/MySQLConnection.hMachiavelli
2011-12-19Fix SQL file name after pull request, and fix compile on linux.Machiavelli
2011-12-19Core/DBLayer: Documentation updateMachiavelli
2011-12-19Core/DBLayer: Fix crash caused in 7052fbfMachiavelli
2011-12-18Core/DBLayer: Convert callback queries to prepared statementsleak
2011-12-13Core/DBLayer: Terminate process if table/database structure is not compatible...Machiavelli
2011-11-25Core/DB: Fix a typo in commit 72675d55d821e0648c53d53d78a1 Nay
2011-11-25Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the fun...Machiavelli
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ...Shauren
2011-11-10Fix compile in linux.megamage
2011-11-10Fix the crash when removing object from an unloaded grid. Object should alway...megamage
2011-10-31Use TRINITY_GUARD to replace ACE_GUARD. ASSERT(false) if failed to acquire th...megamage
2011-10-18Minor changes here and there:Spp
2011-09-30Core/DB: Fixed a crash on shutdown under msvc compilerShauren
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-29Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"Spp
2011-09-28Configuration/ConfigMgr: converted from singleton to namespace with free func...Spp
2011-09-26Core/Logging: Add new function to include full stacktrace.Spp
2011-09-15Core/Misc: Fix gcc buildShocker
2011-09-15Misc/Util: Add a template function for returning a random element from any co...Shocker
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
2011-09-05Core/Quests: Implement quests that require PlayerSlain. Closes #169Nay
2011-08-18Core/DBLayer: Possible crash fix for ProcessQueryCallbacks on GCC builds. Ref...Machiavelli
2011-08-13Core/Commands: .pinfo improvementsleak
2011-08-04Buildsystem/Windows: Add support for reading commithash and commitdate direct...click
2011-08-03Core/Refer-a-Friend: Finish base work for Refer-a-Friend.Silinoron
2011-08-03Core: Fix compile without PCH and fix some warningsSpp
2011-08-01Core: Some more missing changes from previous commit (Pass by const reference...Spp-
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-08-01Core: Fix annoying compile warning and some other minor changes here and thereSpp-
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-07-29Core/Misc: Make 64-bit abs function 'portable'. Should fix build on MSVC vers...Machiavelli
2011-07-27Core/DBLayer: Fix Field::GetInt64 parsing for non-prepared statementsMachiavelli
2011-06-30Cosmetic: rename function escape_string to EscapeStringSpp-
2011-06-29Core/Logs: Add outSQLDev log, will be used for core-generated SQL queries/dumpsShocker
2011-06-22Core/DBLayer: Don't lock a connection when doing mysql_real_escape_string as ...Machiavelli
2011-06-22Core/DBLayer: Make database interaction after create character packet complet...Machiavelli