Commit Graph
41499 Commits
Author SHA1 Message Date
ModoX e0d474e69d DB/Hotfixes: Added some missing broadcast_text entries 2023-07-28 01:21:15 +02:00
ModoX 8f3f6584c3 DB/SAI: Fixed some db errors introduced in cc08aa8e24 2023-07-28 00:20:14 +02:00
Shauren 1af6533c0f codestyle fix 2023-07-27 22:27:59 +02:00
Shauren 46b67ec205 Core/Scripts: Fixed unsafe function pointer type casting in spell scripts 2023-07-27 19:37:57 +02:00
Shauren f94e341a03 Core/Bnet: Support password protected private keys 2023-07-26 20:59:15 +02:00
Aqua Deus fb7bf0bfec Scripts/Spells: Implement Devastator talent (#29164) 2023-07-26 01:07:43 +02:00
Shauren 1ed8bfa080 Build: Increase required msvc version slightly 2023-07-25 11:42:08 +02:00
Aqua Deus 47d4fa0985 Scripts/Spells: Implemented Flurry (#29145) 2023-07-24 21:11:06 +02:00
Shauren 821d7c6f57 nopch fix 2023-07-24 20:09:08 +02:00
ModoX f81b40ecdc Rename 2023_99_99_99_aberrus.sql to 2023_07_24_00_aberrus.sql 2023-07-24 17:36:46 +02:00
Aqua DeusandModoX ed871f1eab Scripts/Aberrus: Implement Kazzara introduction (#29155)
Co-authored-by: ModoX <[email protected]>
2023-07-24 17:35:59 +02:00
Jeremy 3cfc27f5ca Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021) 2023-07-24 17:27:28 +02:00
Traesh ea134c0eae Core/AI: Implemented OnHealthDepleted hook (#29134) 2023-07-24 14:31:03 +02:00
Shauren 2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses 2023-07-24 10:48:50 +02:00
Shauren 228c56f3c5 Scripts/Spells: Modernize spell script internals a bit - this makes Prepare macros unneccessary 2023-07-24 00:27:25 +02:00
Shauren 576ca241ec Core/Logging: Minor compile time reducing refactor of log message formatting 2023-07-23 00:27:26 +02:00
Aqua Deus 3be66cee26 Scripts/Spells: Implement Shield of Vengeance (#29106) 2023-07-22 21:40:28 +02:00
Teleqraph c2ef93fc7d Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending (#29027) 2023-07-22 19:38:34 +02:00
Shauren 2605a66396 Core: Update allowed build to 10.1.5.50585 2023-07-22 14:25:53 +02:00
ShaurenandModoX 970a274be1 Scripts/Spells: Fixed Entangling Roots periodic damage
Closes #28752

Co-authored-by: ModoX <[email protected]>
2023-07-22 00:18:05 +02:00
Krudor d3bc5ebf16 Core/Units: Fixed knockback angle calculation for players (#29165) 2023-07-21 20:51:03 +02:00
ModoX 4e7508db7b Core/AreaTriggers: Teleport to current instance entrance when entering instances via areatrigger entity (#29115) 2023-07-21 18:55:20 +02:00
Malcrom 5069f0e3a7 Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat quests (#29119) 2023-07-21 17:56:06 +02:00
ModoX f28b4eed3d Core/Condition: Implemented condition CONDITION_PRIVATE_OBJECT (#29136) 2023-07-21 17:54:27 +02:00
Naddley ac48da6275 Scripts/ElwynnForest: Implement conversation for "The New Clessington Estate" (#29135)
* human heritage questline
2023-07-21 17:51:56 +02:00
Shauren 40cdf0750d Core/Units: Fixed crash (previously was a memory leak) when vehicle creatures are deleted without ever being added to world
Closes #29166
2023-07-21 00:19:48 +02:00
Shauren 0b1281e73f Core/Misc: Updated more enums for 10.1.5 2023-07-21 00:11:43 +02:00
Naddley f7f85b7639 DB/Stormwind: Added spawns for The Wollerton Stead 2023-07-21 00:04:02 +02:00
Aqua Deus 6a760de79b Core/Auras: Implement SPELL_AURA_MOD_DAMAGE_PERCENT_DONE_BY_TARGET_AURA_MECHANIC (#29162) 2023-07-20 20:17:38 +02:00
TeleqraphandShauren 88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Co-authored-by: Shauren <[email protected]>
2023-07-20 19:09:27 +02:00
Naddley d411233414 DB/Stormwind: Updated Farmer Wollertons position
+ updated Cow spawns around him and added a missing one
2023-07-20 17:35:19 +02:00
Meji 3aa264d0c7 Core/Scripts: Fix EventScript assert for GameObject::SetDestructibleState (#29131)
Closes #29167
2023-07-20 17:11:56 +02:00
Teleqraph 53f9abec14 Core/Unit: Added helper functions to modify UNIT_FLAG2_CANNOT_TURN (#29160) 2023-07-20 12:20:15 +02:00
Meji 889e88ab80 Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158) 2023-07-20 10:10:18 +02:00
Shauren 8b426af763 Core/Bnet: Send hostnames in portal requests for launcherlogin 2023-07-20 00:38:07 +02:00
Naddley 49305f5c1d DB/Valdrakken: Added spawns for Little Scales Daycare 2023-07-19 23:17:22 +02:00
Naddley 789bf05cfa DB/Stormwind: Update spawns for Training Hall
Closes #28135
2023-07-19 23:16:09 +02:00
Aqua Deus 87f350b1c1 Core/Auras: Implement SPELL_AURA_IGNORE_SPELL_COOLDOWN (#29157) 2023-07-19 23:03:26 +02:00
Shauren 19db88fd1b Core/PacketIO: Fixed structure of SMSG_GOSSIP_MESSAGE and SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE
Closes #29161
Closes #29163
2023-07-19 20:58:27 +02:00
Shauren e3adafb99a Core: Update allowed build to 10.1.5.50504 2023-07-19 19:32:06 +02:00
Shauren d949f86e28 Scripts/Spells: Allow using templated spell script with multiple template arguments in RegisterSpellScriptWithArgs
* Also fixed some script conversion issues
2023-07-19 13:44:18 +02:00
Traesh 5be076b240 Core/AreaTriggers: Handle AREATRIGGER_FLAG_HAS_DYNAMIC_SHAPE for disks (#29156) 2023-07-18 18:42:57 +02:00
Shauren 7d8bc543f9 Core/Network: Don't send localhost addresses to external clients 2023-07-18 18:09:30 +02:00
Shauren dfbf09f4b9 GCC build fix 2023-07-17 20:32:07 +02:00
Shauren 361fe56bc8 Core/AreaTriggers: Update areatrigger scalecurve handling with latest research 2023-07-17 19:52:25 +02:00
Ovahlord 38440996ee Core/Common: Use the [[unlikely]] keyword in all assert, warning and error macros to allow further compiler optimization (#29124) 2023-07-16 16:11:41 +02:00
Aqua Deus 001ac7aa5b Scripts/Spells: Implement Ysera's Gift (#29148) 2023-07-16 15:17:16 +02:00
Traesh bbe7cba7f4 Core/Units: Allow autoattack if channelling with SPELL_ATTR5_ALLOW_ACTIONS_DURING_CHANNEL (#29133) 2023-07-16 14:08:48 +02:00
Aqua Deus 17252534a1 Scripts/Spells: Update prismatic barrier script (#29147) 2023-07-16 13:42:03 +02:00
Shauren 1f8eddc4f0 Core/Players: Fixed base hit chance initialization for players 2023-07-15 22:06:56 +02:00