| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-10 | Core/PacketIO: Continue processing packets even if player is not in world | jackpoz | |
| (cherry picked from commit aee4f0350ea5610b663cb07fb097f2fad256809e) | |||
| 2022-06-10 | Core/Metric: Sync default Metric.Interval value | jackpoz | |
| Sync default Metric.Interval value in C++ with the value in worldserver.conf (cherry picked from commit c83d00a645a310c48abd454b68402d366773c4d1) | |||
| 2022-06-10 | Scripts/Gossip: Fixed money not being removed when enabling/disabling ↵ | Shauren | |
| experience gains Closes #27772 (cherry picked from commit b73d031fe0d217b5189847ed38efc938c69b3c88) | |||
| 2022-06-10 | Core/Chat: Apply chat flood control to addon messages as well (#26908) | stoneharry | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 5384fc194f9061bbac314abb66a9bac88aaaf760) | |||
| 2022-06-10 | Core/PacketIO: Stop WorldSession packet processing loop immediately when ↵ | Shauren | |
| AntiDOS kicks/bans the player (cherry picked from commit 0d0cb23a634a37e2d679a5b8ec2e078d20def66a) | |||
| 2022-06-10 | Core/World: Allow specifying minimum world updates diff in config | Shauren | |
| (cherry picked from commit 29a4153f0038526ee6df690ec3499d66630e5071) | |||
| 2022-06-10 | Core/Movement: Allow waypoints to use 0 as valid facing value (#26655) | Ovah | |
| (cherry picked from commit 4747515872775553de35cc3267e1ccd5e0076ca4) | |||
| 2022-06-10 | Scripts/Northrend: Use zone name as prefix for new spell scripts (#27907) | offl | |
| (cherry picked from commit b0bba61460eca07f5b1d55b2727e5211a0a40d03) | |||
| 2022-06-10 | Scripts/Northrend: Update zone scripts to new register model (#27906) | offl | |
| (cherry picked from commit 2d39f22697af7f644b556b07eec292697459655d) | |||
| 2022-06-10 | Core/Metric: Send metrics in smaller intervals | jackpoz | |
| Send metrics in smaller intervals to reduce the chances of triggering HTTP status "413 Payload Too Large" from InfluxDB. Another way to avoid this is to set max-body-size to 0 in InfluxDB config. For more information see https://docs.influxdata.com/influxdb/v1.8/administration/config/#max-body-size--25000000 (cherry picked from commit 055dffaa7129b22f37d9afec4ab68e03a4f8a71f) | |||
| 2022-06-10 | Core/Metric: Fixed double logging metric timers | Shauren | |
| (cherry picked from commit 46b1284f61310a441f2fb219891c6a2f2e4a218e) | |||
| 2022-06-10 | Core/Metric: Build fix for WITH_DETAILED_METRICS | Shauren | |
| (cherry picked from commit 46b7a361eeef35402f3f9ca52dd2b68e20b161ec) | |||
| 2022-06-10 | DB/Misc: Fix an error | offl | |
| (cherry picked from commit 570fa1a7f5a1e0cdad4d5bfeb26ab333b0aadc54) | |||
| 2022-06-10 | Core/Metric: Minor optimizations for metrics (reducing number of allocations) | Shauren | |
| (cherry picked from commit caaedbfa80870b10d58e124dd6bc6a637278da59) | |||
| 2022-06-10 | Scripts/Icecrown Citadel: Add missing unit flag to Deathbringer Saurfang ↵ | Shauren | |
| outro event (cherry picked from commit 82246c0a061a5ffb2b364ebe3b2775fd15c24e48) | |||
| 2022-06-10 | Core/PacketIO: Require valid WorldSession for CMSG_KEEP_ALIVE | Shauren | |
| (cherry picked from commit de4340af37d9af403b42fff7129bb39693a021b6) | |||
| 2022-06-10 | Core/Vehicles: Capture vehicle collision height for exit spline init ↵ | Shauren | |
| function (prevent accessing no longer valid vehicle pointer) (cherry picked from commit 09204159f856a89e397bfadfbafd8fb3603302e5) | |||
| 2022-06-10 | Scripts/Misc: Load gossip options from DB (#27892) | lee | |
| (cherry picked from commit 5a20861565c6de3ed0312bb82fbf5bb048f0f8f4) | |||
| 2022-06-10 | DB/Locale: Fix/add zhTW for quest, creature, quest_greeting, trainer, ↵ | leelf00 | |
| achievement_reward Closes #27896 (cherry picked from commit f02b70860fcefb4902b910aac12cef683451496e) | |||
| 2022-06-10 | Core/CrashHandler: Support retrieving windows version names for all future ↵ | Shauren | |
| versions (cherry picked from commit ca9b82fb856c8314c3e84b15bc16ffb3fe8239ba) | |||
| 2022-06-10 | Scripts/Trial of the Crusader: Fix achievement A Tribute to Immortality (#27903) | Gildor | |
| * now instance achievement status will be saved into DB * also add support to save instance achievement status of A Tribute to Dedicated Insanity (NYI) (cherry picked from commit 4f24a28b9ef3acbe6d83ee7c56902846653fa271) | |||
| 2022-06-10 | Core/Spells: Increase search radius for avoid problems with some spells that ↵ | Gildor | |
| can't find units with huge combat reach (#27827) (cherry picked from commit 70767717c112f1acbf19e5ce366b61ae6dc73475) | |||
| 2022-06-10 | Dep: Support MySQL installations from vcpkg (#27780) | vconcat | |
| (cherry picked from commit f47bd13db30ba4ae335f3f800843a33a7f357c32) | |||
| 2022-06-10 | Core/Movement: b1a94bf94c500b64a5c4ae92642a95d048d9f392 followup - ↵ | Shauren | |
| MoveSplineInit is no longer movable or copyable (cherry picked from commit b9c986cadd1b319f20cfaa805ad55276e0dbee3a) | |||
| 2022-06-10 | Core/Movement: Delay creating MoveSplineInit objects used by ↵ | Shauren | |
| GenericMovementGenerator to spline launch time * This fixes inconsistent transport state detection for players exiting vehicles that are on transport (ICC gunship battle), fixes players being telerpoted to middle of nowhere on that fight (cherry picked from commit b1a94bf94c500b64a5c4ae92642a95d048d9f392) | |||
| 2022-06-10 | Scripts/Items: BOTM Wild Winter Pilsner & Izzard's Ever Flavor & ↵ | offl | |
| Stranglethorn Brew (#27898) (cherry picked from commit 2d9c9fd61762c2cb5638c7d6c1189a3c0252d761) | |||
| 2022-06-10 | DB/Quest: Update 'Into the Realm of Shadows' | offl | |
| Closes #27895 (cherry picked from commit f494272e94c5229f2ebf465aae2723961c7f9c4d) | |||
| 2022-06-10 | Scripts/Items: BOTM Blackrock Lager & Springtime Stout & Metok's Bubble Bock ↵ | offl | |
| & Binary Brew (#27891) (cherry picked from commit c02b829788cb274a68b125aee4dab35b9a56a2b8) | |||
| 2022-06-10 | Scripts/Spells: BOTM Empty Bottle (#27889) | offl | |
| (cherry picked from commit cedd95f9850d2c6d25d7dfda59d3e16e97a26b40) | |||
| 2022-06-10 | Scripts/Quest: Update 'Warning: Some Assembly Required' (11310) (#27888) | offl | |
| (cherry picked from commit dbdf0082952cd6cc0279e1ab916dc220febb50b8) | |||
| 2022-06-10 | Scripts/Quest: Update 'The Art of Persuasion' (11648) (#27887) | offl | |
| (cherry picked from commit ce98938ab8fbbb61fc4b207c11bf14345ce84f3c) | |||
| 2022-06-10 | DB/Gossip: Fixed probability for default gossip menu text | ModoX | |
| 2022-06-09 | Core/Commands: Fixed bonusListID and context arguments for .additem set command | Shauren | |
| 2022-06-09 | Core/GameEventMgr: Spawn creatures and gameobjects in all active instances ↵ | Shauren | |
| when event starts | |||
| 2022-06-09 | Core/Transmog: Implemented ↵ | Shauren | |
| TransmogIllusionFlags::PlayerConditionGrantsOnLogin and fixed transmog illusion validation when transmogging items | |||
| 2022-06-09 | Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock them | fluxurion | |
| 2022-06-09 | Tools/Extractors: Implement remote casc mode (#27993) | Luzifix | |
| 2022-06-09 | DB/SAI: Added cosmetic scripts to Scarlet Monastery | Naddley | |
| Closes #27979 | |||
| 2022-06-09 | Scripts/Spells: Fix paladin Righteous Protector cooldown reduction (#27990) | Aqua Deus | |
| 2022-06-09 | Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr (#27986) | Meji | |
| 2022-06-08 | Core/PacketIO: Add flood exceptions to CMSG_MOVE_SET_FACING_HEARTBEAT and ↵ | Shauren | |
| CMSG_MOVE_SET_PITCH | |||
| 2022-06-08 | Core/PacketIO: Implement CMSG_CANCEL_MOD_SPEED_NO_CONTROL_AURAS (#27975) | Aqua Deus | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2022-06-08 | DB/Spawns: Populate Scarlet Halls | Naddley | |
| Closes #27963 | |||
| 2022-06-08 | Scripts/Spells: Update and fix Druid Survival Instincts script (#27969) | Aqua Deus | |
| 2022-06-08 | Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target ↵ | Antonio Martín Berti | |
| AI (#27964) | |||
| 2022-06-08 | DB/Spawns: Spawned Reil Nightwind for Alliance Pandaria intro in Stormwind | Naddley | |
| Closes #27970 | |||
| 2022-06-08 | Core/Items: Fix weapon transmogrification (#27962) | Meji | |
| 2022-06-08 | Core/Battlegrounds: Updated positions and ids of Eye of the Storm bg objects | Shauren | |
| Closes #19028 Closes #27922 | |||
| 2022-06-08 | Core: Updated allowed build to 9.2.5.44061 | Shauren | |
| 2022-06-07 | Core: Add 9.2.5.44061 auth key for future use | Shauren | |
