aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database
AgeCommit message (Expand)Author
2010-12-15DB Schema/Characters: removed columns auctionhouse.item_template, character_i...azazel
2010-12-14Core/DBLayer: Fix a possible crash in ProcessQueryCallback functions.Machiavelli
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-13Add missing declarations as of recent mergeMachiavelli
2010-12-13Fix possible compile error under linuxMachiavelli
2010-12-13Fix a typo, thanks to sss.nevanMachiavelli
2010-12-13Core/DBLayer: Implement global ExecuteOrAppend methods to DatabaseWorkerPool ...Machiavelli
2010-12-13Fix wrong vsprintf parameter added in merge.Machiavelli
2010-12-13MergeMachiavelli
2010-12-13Backed out changeset: 8326a2411148Machiavelli
2010-12-06Fix linux compile.Machiavelli
2010-12-06Core/DBLayer: Optimization in transaction code, and prevent a crash and memle...Machiavelli
2010-12-06Core/DBLayer: Simplify template usage for DatabaseWorkerMachiavelli
2010-12-06Core: Some optimizationsSpp
2010-12-05Core/DBLayer:Machiavelli
2010-12-04Really fix nonPCH build. With thanks to AokromesMachiavelli
2010-12-04Core: Fix non-PCH build (sorry)Machiavelli
2010-12-04Core/DBLayer:Machiavelli
2010-12-02Core/Chat: Configure automatic owner declaration for custom chat channels (pa...click
2010-11-22Core: Fix some warningsSpp
2010-11-21Core/DBLayer: Add method DirectExecute for synchronous execution of prepared ...Machiavelli
2010-11-19Core/DBLayer: Move tables reserved_name, gameobject_respawn and creature_resp...click
2010-11-19Core/Commands: Enable SQL query logging by config and command )patch by leak)click
2010-11-04Core/SmartAI: swap menuid/actionid params in GOSSIP_SELECT eventRat
2010-10-31Core/DBLayer:Machiavelli
2010-10-27Core/AI: implemented SmartScripts System (still beta) not 100% completeRat
2010-10-23Core/AI: implemented basic class for GameObjectAIRat
2010-10-21Core: optimize string splittinglinencloth
2010-10-17Core/Guilds: guild code was completely refactored and rewritten.azazel
2010-10-16Fix most of the recently introduced warningsazazel
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-10-07Yet more copyright header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-10-01Core: Fix couple of warningsSpp
2010-09-30Remove const from MySQLConnectionInfo, can't use non const functions in a con...Anubisss
2010-09-29Core/DBLayer: Pass connection info down to lower level class MySQLConnection ...Machiavelli
2010-09-29Fix linux compile. Thanks to click, hunshijie and tomkuzyno for spotting the ...Machiavelli
2010-09-29Core/DBLayer: Store MySQL connection details in a struct and print relevant d...Machiavelli
2010-09-28Core/Commands: Remove all active bans before adding new one, prevents multipl...Shauren
2010-09-28Core/: Fix warningsSpp
2010-09-28Core/DBLayer: Remove obsolete parameter in PreparedResultSet constructor.Machiavelli
2010-09-27Core/DBLayer:Machiavelli
2010-09-26Core/Players: Fixed action bar issues when changing active specShauren
2010-09-25Core: Generic cleanup (tab2spaces/whitespace removal)click
2010-09-25Core/Scripts/SmartAI: added SmartAI filesRat
2010-09-25Core/SocialMgr: Do not load recently deleted (but existant) characters to soc...Machiavelli
2010-09-25Core/DBLayer: Fix a memory leak in Field class, properly clear buffer before ...Machiavelli
2010-09-25Core/DBLayer:Machiavelli