aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2017-12-30Core/DataStores: Updated db2 structures to 7.3.2.25480Shauren
2017-11-25Misc: More cleanupAokromes
2017-11-05Core/Gameobject: Add WorldEffectID to Gameobject (#20785)funjoker
2017-11-04Core/Misc: Update locales_creature_text to simple systemAokromes
2017-10-09Core/Creature: Refactor and improve vendor items (#20328)Roc13x
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ...Shauren
2017-09-22Core/Bnet: Moved loading account info from rest service to sessionShauren
2017-09-15Core/Items: Implement ItemLevelSelector.db2 (#20325)Ryan
2017-08-24Core/Transmog: Implemented transmog setsGolrag
2017-08-23Core/Players: Implemented proper facial hair validationShauren
2017-08-20Core/Players: Several gold handling improvementsroc13x
2017-08-20Core/Quests: Implemented criteria tree quest objective typeRoger Stebler
2017-07-26Core/Creatures: Rewrite trainer handling to properly support multiple trainer...Shauren
2017-07-14Core/Bnet: Changed login REST service to use async db queries instead of spaw...Shauren
2017-06-14Core/DataStores: Updated db2 structures to 7.2.5.24330Shauren
2017-06-04Core/Players: Implement basics for the honor systemGolrag
2017-05-24Core/Player: Implemented saving PLAYER_FLAGS_EX in databaseTisk
2017-05-21Core/Creature: Added UnitFlags3 to creature_templatejoschiwald
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-13Database/AdhocStatement: Only include cstdlib instead of whole StringFormat.h.Marco Ebert
2017-05-13Fix non-PCH build.Marco Ebert
2017-05-13Build fix for mysql 5.6 and olderShauren
2017-05-12Core/Database: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-05-08Core/Items: Set and save item context fieldShauren
2017-05-07Core/Items: Implemented new item bonus and enchantment typesShauren
2017-04-15Core/PacketIO: Updated server packet structures to 7.2.0Shauren
2017-04-06Core/DataStores: Updated db2 structures to 7.2.0Shauren
2017-03-17Core/AI: enable SmartScripts on Scenes + add scene related actions/eventsTraesh
2017-03-03Core/Auth: removed unneeded sub queryjoschiwald
2017-02-26Core/Fishing: implement retail-like fishing skill-up functionality (#17528)SnapperRy
2017-02-19[Core/Maps] Activate creatures and objects during opening cinematics and othe...r00ty-tc
2017-02-05Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
2017-01-30Fixed clang segmentation fault in nopch modeShauren
2017-01-29Core/Player: Moved character_template from character to world dbjoschiwald
2017-01-22Core/Players: Fixed accidentally deleting Talentsjoschiwald
2017-01-15Removed debug leftoversShauren
2017-01-15Build fixShauren
2017-01-14Core: Updated to 7.1.5.23360Shauren
2017-01-13Core/DBLayer: Convert async queries to new query callbacks and remove old cal...Shauren
2017-01-12build fixShauren
2017-01-12Core/DBLayer: Refine new query callback for chainingShauren
2017-01-11Core/DBLayer: Added new async query callback apiShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-12-26Core/Items: Implemented bonus list as a possible result of RandomSuffixShauren
2016-12-18Core/Commands: Added new 'bnetaccount listgameaccounts' command to display al...Shauren
2016-12-09Core/Items: Fixed item level increases of gems with bonuses that give them sc...Shauren
2016-11-07Core/Scenarios: Removed a bad usage of blocking db queries when saving scenar...Shauren
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
2016-10-31Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnectionShocker