Commit Graph

43084 Commits

Author SHA1 Message Date
Meji eeea50ecf0 DB/Orgrimmar: Added spawns and misc data for Pandaria's initial quests 2024-10-20 17:11:08 +02:00
Naddley 2bdaf60fe2 DB/Mulgore: Update positions for Plainstriders with createobject2 data
+ delete duplicate spawns
2024-10-20 14:52:12 +02:00
Naddley f6490d0b18 DB/Mulgore: Some updates to Camp Narache
+ Added Path for Brave Windfeather
+ Added sparring data
+ Adjust combat SAI for Fledgling Brave
+ handle feign death for Fledgling Brave
2024-10-20 14:50:26 +02:00
Shauren c6fd88bf30 Core/Chat: Update ChatNotify enum 2024-10-20 12:44:15 +02:00
Meji b860733822 Core/Conditions: Allow NegativeCondition for references (#30363) 2024-10-19 15:20:34 +02:00
Shauren 77b8066147 Core/PacketIO: Fix old copypaste 2024-10-18 17:24:47 +02:00
Meji 4936094379 Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)
* Temporary workaround to display quest details at questgiver

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18 16:43:12 +02:00
ModoX ecb5539292 DB/Scripts: Remove some script assignments to not existing scripts 2024-10-18 11:53:10 +02:00
ModoX 05feefe787 Scripts/ShrineOfTheStorm: Added missing register 2024-10-18 11:52:12 +02:00
ModoX cf967a9d1b DB/Creature: Added ImmunePC/NPC to feign deathed creatures without aura 2024-10-18 11:44:04 +02:00
ModoX 72d952db74 Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no unit_flags are set
* d66f2dcdac followup
2024-10-18 11:20:37 +02:00
Shauren 0dd6dd782e Core/Misc: Don't use tellg() to estimate file sizes 2024-10-17 22:23:00 +02:00
ModoX a6d84ec9a2 DB/Creature: Remove FeignDeath and FakeDead unit flags from existing creatures and templates
* it was previously automatically removed by core, we had to allow it for TWW recently
* wpp is already taking care of removing the flags
2024-10-17 01:29:38 +02:00
Shauren 1a41281e37 Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFormat where possible in common and database projects 2024-10-16 18:58:45 +02:00
Naddley c3b06d7797 DB/NorthernBarrens: Update difficulty data for Barak Kodobane
Closes #30344
2024-10-16 00:43:32 +02:00
Naddley 368b2fe6ad DB/NorthernBarrens: Implement Quest "The Barons Demands"
Closes #30347
2024-10-15 21:06:06 +02:00
Meji 57f297b4e7 Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests (#30348) 2024-10-15 17:40:37 +02:00
Naddley 883fd75568 DB/Ara-Kara: Added init. spawns 2024-10-15 00:54:06 +02:00
Shauren 1e470610ac Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYING 2024-10-13 20:15:18 +02:00
Aqua Deus f7ae3b2e7a Scripts/Spells: Fix dk talent Icy Talons (#30232)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12 20:45:06 +02:00
Traesh c7a073140c Core/Auras: Implemented SPELL_AURA_ADV_FLYING 2024-10-12 17:10:50 +02:00
Naddley a9e4f5a9ce DB/Teldrassil: Added cyclic paths for Wisps in Dolanaar 2024-10-12 17:03:12 +02:00
Naddley 9041f33ec8 DB/Teldrassil: Added cyclic paths for Wisps in Shadowglen 2024-10-12 15:14:27 +02:00
Naddley f2e415d7af DB/NorthernBarrens: Update difficulty data for Thorn Hill cave
Closes #30337
2024-10-12 15:12:06 +02:00
Shauren 6e0b146f1d Core/Auras: Implemented adv flying speed mod auras
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-10 16:19:33 +02:00
Shauren d3294568b8 Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that points to where legacy.dll should be found 2024-10-09 19:08:39 +02:00
Meji bdc93baec8 DB/GameEvents: Added Cataclysm PvP seasons 2024-10-09 18:22:00 +02:00
Meji 45e1d51072 DB/Hotfixes: Fix ContentTuning hotfixes 2024-10-09 17:15:03 +02:00
Jason Dove d93ca90d49 Core/Units: Fix melee attack victim level calculation (#30329) 2024-10-08 17:43:52 +02:00
Naddley 00d12f8b8d DB/NPE: Added cyclic path waypoints for Exiles Reach creatures 2024-10-07 21:20:00 +02:00
ModoX 222a80a6d6 Core/Movement: Implemented cyclic waypoint movement (#29923)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07 20:29:02 +02:00
ModoX 86f0337d64 DB/Misc: Fix copy paste fail 2024-10-07 16:49:19 +02:00
Aqua Deus 536240dee7 Scripts/NerubarPalace: Implement Ulgrax intro (#30256) 2024-10-07 16:47:29 +02:00
Shauren 43c7965d6b Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them 2024-10-07 16:08:13 +02:00
Meji 9c6a5947de Core/Conversation: Hackfix for NextConversationLineID overflow (#30259) 2024-10-07 00:25:47 +02:00
Naddley f20524bd4f DB/Stormwind: Added Portal to Dornogal 2024-10-06 18:14:52 +02:00
Shauren c5b94d471e Core/DataStores: Update startup id checks for 11.0.2 and require FlightCapability id = 1 as well 2024-10-06 17:09:32 +02:00
Traesh adbe74a1a4 Core/DataStores: Load FlightCapability.db2 2024-10-06 14:36:32 +02:00
Shauren 8127609764 Core/Maps: Link instance map to LfgDungeons 2024-10-05 11:56:02 +02:00
Meji 086632d871 Core/Chat: Improve ingame language translation (#30298) 2024-10-05 11:11:13 +02:00
Shauren bfb6c95518 Build: Handle localized "Microsoft" name returned from Get-CimInstance 2024-10-04 22:36:46 +02:00
Keramat Jokar 83ca87d39e Build: Add more detailed windows release name to revision_data.h (#30310) 2024-10-04 19:19:58 +02:00
Naddley 5a509cef46 DB/CityOfThreads: Added remaining spawns until last Boss 2024-10-04 17:55:44 +02:00
Naddley 796f01dcd3 DB/CityOfThreads: Added spawns until second Boss 2024-10-04 13:52:46 +02:00
Shauren 49ab2bbe38 Core/Players: Prevent creation of characters with duplicate names
Closes #30299
2024-10-03 12:22:22 +02:00
nekolisa42 5959e6e374 Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp (#30293) 2024-10-02 18:33:06 +02:00
Naddley 7705e5eeee DB/CityOfThreads: Added spawns until first Boss 2024-10-02 01:05:35 +02:00
Shauren a26eed2412 Core: Updated allowed build to 11.0.2.56819 2024-10-02 00:04:40 +02:00
Shauren b13b5142f1 Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it to create deleters with compile time constant functions (reduces its size to just sizeof(void*)) 2024-10-01 21:03:44 +02:00
Shauren 0d496b14d5 Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 6f6af6a1a1, fixes not finding mind controlled players 2024-09-30 15:39:03 +02:00