| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-07 | DB/Hotfixes: Add hotfixes from build 34601 | funjoker | |
| Closes #24750 | |||
| 2020-06-06 | Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading ↵ | Shauren | |
| priority) to coexist with sniffed data (VerifiedBuild > 0) | |||
| 2020-06-05 | Core/Items: Implemented new bonus type (extra ItemEffect) | Shauren | |
| 2020-06-04 | SQL: Add VerifiedBuild to hotfix_blob and hotfix_data | funjoker | |
| Closes #24752 | |||
| 2020-06-04 | Core: Updated allowed build to 8.3.0.34601 | Shauren | |
| 2020-06-04 | Core/Misc: Ensure that query used for .reload creature_template command ↵ | Shauren | |
| always matches the one used for loading during startup | |||
| 2020-06-03 | Fix GCC build | Shauren | |
| 2020-06-01 | Core/DataStores: Fixed loading hotfixes crash when compiled with strict ↵ | Shauren | |
| database type checking Closes #24716 | |||
| 2020-05-31 | Fix warnings | Shauren | |
| 2020-05-31 | Core/Battlegrounds: Queue updates | Shauren | |
| * 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-30 | Build 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-30 | Build system: Print found git version when warning about it being too old | Shauren | |
| 2020-05-27 | Core/PacketIO: Fixed BattlefieldStatusHeader structure and QueueID values ↵ | Shauren | |
| for other battleground types | |||
| 2020-05-24 | Core/Maps: Improvements to terrain swap handling | Shauren | |
| * 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-23 | CI/GitHub: Add another Pull Request labeler as cron job | jackpoz | |
| 2020-05-23 | CI/GitHub: Remove PR GitHub Action because of current limitations | jackpoz | |
| 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-23 | CI/GitHub: Rename jobs | jackpoz | |
| 2020-05-22 | DB/GameObject: Fix Gob state from the previous commit | Killyana | |
| 2020-05-22 | DB/Spawn: Add missing spawns to Ruins of Gilneas | Killyana | |
| 2020-05-22 | CI/GitHub: Fix github actions syntax | jackpoz | |
| 2020-05-22 | CI/GitHub: Fix github actions syntax | Giacomo Pozzoni | |
| 2020-05-21 | Core/Misc: GCC build and warning fixes | Shauren | |
| 2020-05-21 | CI/GitHub: Add action to label pull requests | jackpoz | |
| 2020-05-20 | Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ↵ | Shauren | |
| size immediately | |||
| 2020-05-19 | Core/Players: Only restore spells learned as quest rewards if they have the ↵ | Shauren | |
| right AcquireMethod in SkillLineAbility.db2 Closes #24645 | |||
| 2020-05-19 | Core/Spells: Revert b711f0bcaef7e966140fce4929ff5196b6b2bbf6, not valid ↵ | Shauren | |
| since cata | |||
| 2020-05-18 | Core/Achievements: Minor fixes | Shauren | |
| * 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-17 | Core/Misc: Unify handling CharacterCreating.Disabled.RaceMask with other ↵ | funjoker | |
| racemask fields (#24604) | |||
| 2020-05-17 | CI/GitHub: Add action to label issues | jackpoz | |
| 2020-05-17 | Update issue_template.md | Aokromes | |
| 2020-05-17 | Tools/vmap_extractor: Fixed a typo reading MAIN/MAID chunks (#24637) | Ghaster | |
| 2020-05-16 | Core/Items: Fixed sending child items by mail if loading from db fails | Shauren | |
| 2020-05-15 | Core/PacketIO: Send item flags in auction items | Shauren | |
| 2020-05-14 | Misc: Update protobuf code generator plugin for ↵ | Shauren | |
| 4c85198ed6135b42f9dfe0ad16901f7d741b64c6 | |||
| 2020-05-13 | Core/Misc: Add console option to update databases only | jackpoz | |
| 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-13 | Core/AuctionHouse: Don't overflow mail attachments, send max 16 items per mail | Shauren | |
| 2020-05-12 | Core/Mail: Allow server created mails to contain up to 16 items | Shauren | |
| 2020-05-11 | Misc/Config: Update CharacterCreating.Disabled.RaceMask | Aokromes | |
| 2020-05-11 | Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask | Aokromes | |
| 2020-05-10 | Fix dynamic build | Shauren | |
| 2020-05-10 | Core/DataStores: Allow loading encrypted sections when key is known when ↵ | Shauren | |
| reading from casc storage Closes #24456 | |||
| 2020-05-10 | Tools/vmap assembler: Move TileAssembler from common to vmap4_assembler ↵ | Shauren | |
| where it belongs | |||
| 2020-05-10 | Tools/Extractors: Don't try extracting maps that have no wdt defined in Map.db2 | Shauren | |
| 2020-05-10 | Tools/Extractors: Refactor CascHandles into classes | Shauren | |
| 2020-05-09 | Core/Battlenet: Add club services | Shauren | |
| 2020-05-08 | Core/protobuf: Remove unneccessary methods from generated services | Shauren | |
| 2020-05-07 | SQL: Fix reapplying 2020_05_02_02_world.sql by autoupdater | Shauren | |
| 2020-05-07 | SQL: Fix 2020_05_02_02_world.sql for mariadb (#24561) | ahchxj2416 | |
| 2020-05-07 | Dep/CascLib: Update to ↵ | Shauren | |
| ladislav-zezula/CascLib@0a05c59eb8a3eab1bc5471f43934cd5f992f0aca | |||
| 2020-05-07 | Core/Spells: Fixed initializing spell power costs (#24579) | DuelistRag3 | |
| Closes #24315 | |||
