aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
AgeCommit message (Collapse)Author
2018-03-12Core/DataStores: Fixed db2 structures after 7.3.5Shauren
2018-03-05Core/Items: PvP item levels basic implementation (#20160)Roc13x
2018-03-04Core/Player: Implement PvP Talents (#19962)Jeremy
* SPELL_AURA_119 -> SPELL_AURA_PVP_TALENTS * Learn Honorable Medallion when pvp rules are enabled
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-02-18Core/PacketIO: Updated opcodes and packet structures to 7.3.5Shauren
2018-02-18Core/Entities: Update updatefields to 7.3.5.25928Shauren
2018-01-06Core/Entities: Extended SpawnMask to 64 bitjoschiwald
2018-01-05Core/Creature: Added TitleAlt to creature_templatejoschiwald
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-30Core/DataStores: Updated db2 structures to 7.3.2.25480Shauren
2017-12-20Build: Inherit the features and warning flags privatelyNaios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
* Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3)
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
* Implement item bonuses in vendors. * Implement the PlayerConditionID and IgnoreFiltering DB columns. * Fix loading referenced vendor items * Allow adding bonuses in .npc add item command
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-09-22Core/Bnet: Moved loading account info from rest service to sessionShauren
* This improves concurrency by removes thread synchronization when checking login tickets * Also allows users to use external (web based) login systems
2017-09-15Core/Items: Implement ItemLevelSelector.db2 (#20325)Ryan
ItemLevelSelector replaced ITEM_BONUS_ITEM_LEVEL_OVERRIDE in 7.2
2017-08-24Core/Transmog: Implemented transmog setsGolrag
Closes #20133 Closes #20135
2017-08-23Core/Players: Implemented proper facial hair validationShauren
2017-08-20Core/Players: Several gold handling improvementsroc13x
* Update gold limit to 10 million * Updated auction house gold handling to 64-bit * Fixed some vendor checks for when BuyCount > 1 * Tweaked some checks for available gold space * Updated guild bank gold handling to 64-bit and fix withdraw limits * Enforce gold limit on guild bank * Check correct rank right when withdrawing from bank * Other small changes to update money to 64-bit Closes #19195 Closes #20152
2017-08-20Core/Quests: Implemented criteria tree quest objective typeRoger Stebler
Closes #20161
2017-07-26Core/Creatures: Rewrite trainer handling to properly support multiple ↵Shauren
trainers on the same creature * Trainers are now defined as templates (sniffable), assigned by gossip options
2017-07-19Buildsystem: Fixed windows pch build with ninjaShauren
2017-07-14Core/Bnet: Changed login REST service to use async db queries instead of ↵Shauren
spawning a thread for each request
2017-06-14Core/DataStores: Updated db2 structures to 7.2.5.24330Shauren
2017-06-12Remove duplicate includesShauren
2017-06-08Buildsystem: Minor PCH building changesShauren
* *PCH.cpp are now only compiled with MSVC, other compilers use custom helper commands to generate the precompiled header * Don't call the linker for pch helpertargets
2017-06-04Core/Players: Implement basics for the honor systemGolrag
Closes #18480 Closes #19277
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
Your ad here.
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-18GCC build fixDDuarte
It's been too long, C++
2017-04-18Core/DBUpdater: Improve message when base SQL file is missingDDuarte
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
Closes #19194
2017-03-03Core/Auth: removed unneeded sub queryjoschiwald
(cherry picked from commit ec221c550049a361e135b6adbf600c045a352296) # Conflicts: # src/server/authserver/Server/AuthSession.cpp
2017-02-26Core/Fishing: implement retail-like fishing skill-up functionality (#17528)SnapperRy
Follow-up to 6f1e823. Forgot to update base characters database. Sorry.
2017-02-26Core/Updater: Clarify more 2 errorsAokromes
(cherry picked from commit fe9f79780e1a6dd14e0876dca54ef4d8c8a0a5ae) Update DBUpdater.cpp (cherry picked from commit fb048a4cdbd56102018db5c9149ca2103c1507b2) Update DBUpdater.cpp (cherry picked from commit 9250680680399e986736786bb6c3c2ff97ca5b9c)
2017-02-19[Core/Maps] Activate creatures and objects during opening cinematics and ↵r00ty-tc
other flyby cameras (sunwell etc). Requires re-running map extractor to extract camera m2 files from data files. These are very small.
2017-02-05Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
(cherry picked from commit 1a52c1cd36b567fc595afa4a5373cc9e6b461a37)