aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database
AgeCommit message (Expand)Author
2014-08-16Core/DBLayer: Fixed an incredibly rare memory leak happening when player star...Shauren
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
2014-08-11Kill potentially uninitialized variable warningleak
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-02Core/Shared: Fix world and auth crash on shutdown (PCQ & DbWorker)DDuarte
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-26Added comments to 6961f957c9d03bff634f0b75466458564845722e to make sure noone...Shauren
2014-07-26Core/DBLayer: Fixed possible crashes with async queries retrieving resultShauren
2014-07-25Core/PreparedStatements: Fixed a change I missed in the World prepared statem...Subv
2014-07-25Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.Subv
2014-07-21Core/DatabaseWorkerPool: Delete PCQ in dtor rather than in Close() and cancel...leak
2014-07-21Core/PreparedStatements: Fixed a Coverity warningSebastian Valle Herrera
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-13Fix a warning about abstract class not having a virtual destructorSubv
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-07-02Fixed login and some errorsSubv
2014-07-01Fixed the authserver compileSubv
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-30Replaced ACE_Task_Base based DatabaseWorker with PCQleak
2014-06-24Core/Databases: Removed ACE dependencies on some of the database handling code.Subv
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-21Replaced Threading and SFMT access related code with std::thread and boost TSSleak
2014-06-13Core/Misc:Ascathor
2014-06-07Core/Database: Update log for incorrect db structureAokromes
2014-05-17Shared/Database: Increase Database Worker Pool queue sizejackpoz
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-27Core: Droped `faction_H` field -- only one faction table is necessaryKinzcool
2014-04-22Core/Texts: Implemented loading BroadcastTextsjoschiwald
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-03-29Merge pull request #11719 from Dehravor/master-lootShauren
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
2014-03-16Core/Loot: Implement round robin for under threshold items in case of master ...Dehravor
2014-03-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting charact...joschiwald
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-22Core/Auth: Fix expiring account bansjackpoz
2013-11-25Core/Guilds: Fixed an issue with withdrawing money from guild bank as guild m...Shauren
2013-11-17Core/Transports: Fix few transport issues on relog.jackpoz
2013-11-16Core/Auth: Fix Auth failing sometimesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-02Core/Database: Add additional assertjackpoz
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-17Core/Creatures: Removed remains of creature_transport tableShauren
2013-10-01Whitespace between string literals and user-defined literals is now mandatory...Ellie
2013-09-29Core/RBAC: Simplify RBAC implementationSpp
2013-09-21Core/DB: Make a26a24a consistent with Trinity code stylejackpoz