aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-07DB/Hotfixes: Add hotfixes from build 34601funjoker
Closes #24750
2020-06-06Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading ↵Shauren
priority) to coexist with sniffed data (VerifiedBuild > 0)
2020-06-05Core/Items: Implemented new bonus type (extra ItemEffect)Shauren
2020-06-04SQL: Add VerifiedBuild to hotfix_blob and hotfix_datafunjoker
Closes #24752
2020-06-04Core: Updated allowed build to 8.3.0.34601Shauren
2020-06-04Core/Misc: Ensure that query used for .reload creature_template command ↵Shauren
always matches the one used for loading during startup
2020-06-03Fix GCC buildShauren
2020-06-01Core/DataStores: Fixed loading hotfixes crash when compiled with strict ↵Shauren
database type checking Closes #24716
2020-05-31Fix warningsShauren
2020-05-31Core/Battlegrounds: Queue updatesShauren
* Fixed battleground queues for battlegrounds with id higher than 255 * Fixed queue display ingame after entering bg * Fixed ingame display after leaving bg queue * Fixed bg scoreboard
2020-05-30Build system: Removed hard requirement on BOOST_ROOT being set as ↵Shauren
environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
2020-05-30Build system: Print found git version when warning about it being too oldShauren
2020-05-27Core/PacketIO: Fixed BattlefieldStatusHeader structure and QueueID values ↵Shauren
for other battleground types
2020-05-24Core/Maps: Improvements to terrain swap handlingShauren
* Fixed memory leak when unloading grids * Handle child maps being entered * Allow chaining more child maps (Draenor -> Tanaan Jungle -> Tanaan Jungle - No Hubs Phase)
2020-05-23CI/GitHub: Add another Pull Request labeler as cron jobjackpoz
2020-05-23CI/GitHub: Remove PR GitHub Action because of current limitationsjackpoz
GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub. Useful links: - https://github.com/actions/first-interaction/issues/10 - https://github.com/actions/labeler/issues/12 - https://github.com/actions/labeler#pull-request-labeler
2020-05-23CI/GitHub: Rename jobsjackpoz
2020-05-22DB/GameObject: Fix Gob state from the previous commitKillyana
2020-05-22DB/Spawn: Add missing spawns to Ruins of GilneasKillyana
2020-05-22CI/GitHub: Fix github actions syntaxjackpoz
2020-05-22CI/GitHub: Fix github actions syntaxGiacomo Pozzoni
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-05-21CI/GitHub: Add action to label pull requestsjackpoz
2020-05-20Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ↵Shauren
size immediately
2020-05-19Core/Players: Only restore spells learned as quest rewards if they have the ↵Shauren
right AcquireMethod in SkillLineAbility.db2 Closes #24645
2020-05-19Core/Spells: Revert b711f0bcaef7e966140fce4929ff5196b6b2bbf6, not valid ↵Shauren
since cata
2020-05-18Core/Achievements: Minor fixesShauren
* Corrected criteria and modifier tree logic after implementing their operators * Account wide achievements will now show progress ingame (even if we still treat them as per-character) * Fixed more cases of achievements being granted automatically without satisfying modifier trees
2020-05-17Core/Misc: Unify handling CharacterCreating.Disabled.RaceMask with other ↵funjoker
racemask fields (#24604)
2020-05-17CI/GitHub: Add action to label issuesjackpoz
2020-05-17Update issue_template.mdAokromes
2020-05-17Tools/vmap_extractor: Fixed a typo reading MAIN/MAID chunks (#24637)Ghaster
2020-05-16Core/Items: Fixed sending child items by mail if loading from db failsShauren
2020-05-15Core/PacketIO: Send item flags in auction itemsShauren
2020-05-14Misc: Update protobuf code generator plugin for ↵Shauren
4c85198ed6135b42f9dfe0ad16901f7d741b64c6
2020-05-13Core/Misc: Add console option to update databases onlyjackpoz
Add "--update-databases-only" console argument to stop worldserver execution after having updated all databases (if specified in config file) (cherry picked from commit 92bf5b1ba795303808c5f1b3bf82dd0204133ed8)
2020-05-13Core/AuctionHouse: Don't overflow mail attachments, send max 16 items per mailShauren
2020-05-12Core/Mail: Allow server created mails to contain up to 16 itemsShauren
2020-05-11Misc/Config: Update CharacterCreating.Disabled.RaceMaskAokromes
2020-05-11Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMaskAokromes
2020-05-10Fix dynamic buildShauren
2020-05-10Core/DataStores: Allow loading encrypted sections when key is known when ↵Shauren
reading from casc storage Closes #24456
2020-05-10Tools/vmap assembler: Move TileAssembler from common to vmap4_assembler ↵Shauren
where it belongs
2020-05-10Tools/Extractors: Don't try extracting maps that have no wdt defined in Map.db2Shauren
2020-05-10Tools/Extractors: Refactor CascHandles into classesShauren
2020-05-09Core/Battlenet: Add club servicesShauren
2020-05-08Core/protobuf: Remove unneccessary methods from generated servicesShauren
2020-05-07SQL: Fix reapplying 2020_05_02_02_world.sql by autoupdaterShauren
2020-05-07SQL: Fix 2020_05_02_02_world.sql for mariadb (#24561)ahchxj2416
2020-05-07Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@0a05c59eb8a3eab1bc5471f43934cd5f992f0aca
2020-05-07Core/Spells: Fixed initializing spell power costs (#24579)DuelistRag3
Closes #24315