| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-14 | DB/SAI: A Righteous Sermon | Dr-J | |
| Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept (cherry picked from commit e263654c77fbbe94f3af2d462aaf203c9c4f6ec8) | |||
| 2020-06-14 | Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521) | TecDian | |
| (cherry picked from commit 4b8644d6e6581f13dcb2a965ce77a846017c1431) | |||
| 2020-06-14 | Core/Gossip: Fix gossip bug on modify money (#19551) | Rochet2 | |
| (cherry picked from commit 6e3a48c873079cc33655b48777c5a0c86ba70bb2) | |||
| 2020-06-14 | Core/Unit: don't clear low health aura states on death | ariel- | |
| - Confirmed with sniffs, healthless states aren't cleared - Prevents some procs from happening Closes #19754 (cherry picked from commit 05b42eef7efbd545ca33e478eb1cc2c807ebe71e) | |||
| 2020-06-14 | DB/GameObjects: Add missing gobs for map 450, 560, 329 | Kittnz | |
| Mostly chairs and random stuff (cherry picked from commit d04bc1339a9c846ca27681d21116b6355a4e486a) | |||
| 2020-06-14 | DB/Gameobject: Add a missing cosmetic Yellow Teleport | Killyana | |
| (cherry picked from commit cadea4f183c955df86c9d9fc76d801cba8868e3f) | |||
| 2020-06-14 | DB/Creature: Arcatraz Sentinel | Killyana | |
| Closes #10647 (cherry picked from commit e036d2232dae839973424707ca7d675fb75af930) | |||
| 2020-06-14 | DB/Creature: Fallen Earthen Warrior | Killyana | |
| Closes #16559 (cherry picked from commit ccf75008deaefe43ab19062afebf9ef546c18cb9) | |||
| 2020-06-14 | Core/Quests: Display quest objective explore completion message | xinef1 | |
| - Game client should show an on-screen message for explored quest objectives (AreaExploredOrEventHappens) when the objective has been completed. Closes #19543 (cherry picked from commit 538f60a880c4ace6a08bbc74fc175e878060adfe) | |||
| 2020-06-14 | DB/Misc: Fix PK for gossip_menu_option_locale | Aokromes | |
| (cherry picked from commit c06f0bea9a9fc39474f64dca6b6eb2ace56cf8fb) | |||
| 2020-06-14 | Typo fix | Aokromes | |
| (cherry picked from commit 9ae53d25779292b9c0a76d40dfa2e3f910fdeaf2) | |||
| 2020-06-14 | Core/Entities: allow guardian pets to inherit spellmods | ariel- | |
| (cherry picked from commit 97e608b05302818170ab8ada03077b8dafc55af9) | |||
| 2020-06-14 | Scripts/Commands: Update reload commands names | Chazy Chaz | |
| (cherry picked from commit 4843544c217800ba56b3084a8b1ca2fcf62cb091) | |||
| 2020-06-14 | Core/Spells: change to the way the spell effect SPELL_EFFECT_JUMP work | Chaouki Dhib | |
| (cherry picked from commit d625c0f619fa0bfee137070862132e6d9e3cb445) | |||
| 2020-06-14 | Core/Creature: drop method SetPosition | ccrs | |
| eeeevil, use UpdatePosition. It was there just for old scripts compatibility. (cherry picked from commit 17579f8d91e0dcc6990fe581de9ca51ed444b754) | |||
| 2020-06-14 | Core/Transport: fix logic error | ccrs | |
| justStopped was always set true, but when transports spawn and remain stationary timer, _currentFrame->ArriveTime and _currentFrame->DepartureTime are set to 0, making justStopped always remain true and triggering incorrect calls. (cherry picked from commit dd2151cc7a6a92c4103560609517e32220e51950) | |||
| 2020-06-14 | Core/Creature: IsMovementPreventedByCasting followup | ccrs | |
| Handle correctly move allowed channels: IsChannelActive checks if channel phase has started (after cast if any) Must skip the other checks since all channels focus target. ref #19532 (cherry picked from commit b74264aef418a3c44e98a3cf9da692fd662e008d) | |||
| 2020-06-14 | Core/Misc: Add .Size() to TypeUnorderedMapContainer for stats/debugging | Shauren | |
| 2020-06-14 | Core/Entities: Add a missing include | Carbenium | |
| 2020-06-14 | Tools/vmap extractor: Various fixes | Shauren | |
| * Fixed output file name case normalization - exclude names built from file ids (starting with FILE) * Skip antiportal WMO groups Closes #23972 Closes #24798 | |||
| 2020-06-13 | Core/Items: Implemented corruption and corruption resistance stats | Shauren | |
| 2020-06-12 | Core/DataStores: Fix loading hotfixes deleting records for db2s not loaded ↵ | funjoker | |
| by worldserver (#24783) * Also load WorldStateExpression.db2 | |||
| 2020-06-12 | Core/Spells: Implement using different difficulty data from all spell ↵ | Shauren | |
| related db2s, not just SpellEffect and SpellPower | |||
| 2020-06-09 | Core/Auras: Defined unknown aura type | Shauren | |
| 2020-06-08 | Core/PacketIO: Fixed receiving and sending db2 hotfix packets | Shauren | |
| 2020-06-07 | Core/Items: Fixed generating default bonuses based on context | Shauren | |
| 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 | |||
