Commit Graph
42960 Commits
Author SHA1 Message Date
Shauren 652d490b06 Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there 2024-09-10 12:45:40 +02:00
Shauren 8ec9b5841e Core/DataStores: Refactor DBStorageIterator to make it usable with more std::ranges algorithms 2024-09-09 23:21:23 +02:00
ModoX aa6ec35195 DB/WorldSafeLocs: Fixed facing for BfA dungeon entrance/exits (should use degrees instead of radians) 2024-09-09 20:24:45 +02:00
Aqua DeusandNaddley ff0dfaf776 DB/TheRookery: Added spawns until first Boss
Closes #30211

Co-authored-by: Naddley <[email protected]>
2024-09-09 20:20:58 +02:00
Naddley 4a7a18a298 DB/Dornogal: Added spawns for Trading Post area 2024-09-09 00:50:28 +02:00
Shauren f604661a40 Core/Spells: Remove setting OriginalCastId from CastSpellExtraArgs::SetTriggeringAura 2024-09-08 21:59:32 +02:00
Aqua Deus 10b50d752b Scripts/Spells: Implement warlock talent Death's Embrace (#30164) 2024-09-08 21:28:13 +02:00
Naddley 7f6afa67f3 Scripts/Spells: Implement Bone Shield application by Marrowrend and Death's Caress (#30163) 2024-09-08 14:09:15 +02:00
Naddley a4e3274aeb DB/Dornogal: Added some more spawns to The Forgeground 2024-09-07 22:34:13 +02:00
Aqua Deus 5192f36a0d Scripts/Spells: Implement warlock talent Perpetual Unstability (#30162) 2024-09-07 19:48:37 +02:00
Aqua Deus c6af3087d0 Scripts/Spells: Implement warlock talent Volatile Agony (#30161) 2024-09-07 14:45:36 +02:00
Aqua Deus e48cdc6c06 Scripts/Spells: Update Drain Soul script (#30160) 2024-09-07 12:36:20 +02:00
Shauren 010550da22 Core/Auras: Implemented SPELL_AURA_MOVE_SET_CANT_SWIM and related new opcodes 2024-09-07 00:58:37 +02:00
Naddley 4eb6fe462c DB/Dornogal: Added some spawns to The Forgeground 2024-09-06 23:47:41 +02:00
Aqua Deus 0f23815ff7 Scripts/Spells: Implement warlock talent Siphon Life (#30159) 2024-09-06 19:05:36 +02:00
Aqua Deus b8b8c0cc2f Scripts/Spells: Implement warlock talent Vile Taint (#30157) 2024-09-06 18:13:19 +02:00
Shauren 2c9d1f9e5c Core/PacketIO: Add missing bit to SMSG_QUEST_GIVER_QUEST_DETAILS
Closes #30191
2024-09-06 16:06:57 +02:00
Shauren 16464e9aa0 Core/DataStores: Fix typos in ModifierTreeType values
Closes #30172
2024-09-06 14:42:39 +02:00
Aqua Deus 4e7d6d590f Scripts/Spells: Update Haunt script (#30156) 2024-09-06 14:07:39 +02:00
Naddley 39e45637b2 DB/Dornogal: Added spawns for Crafting Order area 2024-09-06 12:42:09 +02:00
Naddley 8b95ae8060 DB/Dornogal: Added some more spawns 2024-09-06 00:43:24 +02:00
Shauren 3671e88f97 Core: Update allowed build to 11.0.2.56461 2024-09-05 23:43:24 +02:00
Shauren 05fdb6a82a Core: Add auth keys for all types for build 11.0.2.56421 2024-09-05 15:42:59 +02:00
Naddley 3bbb6eb20f DB/Player: Added data for Earthen race 2024-09-04 21:09:51 +02:00
Shauren 0f77ee1443 SQL: Re-export auth_database with --hex-blob 2024-09-04 16:08:40 +02:00
Naddley a31ed9dee9 DB/Misc: Followup for a3a3ed6 2024-09-04 02:04:58 +02:00
Naddley a3a3ed6731 DB/TheDawnbreaker: Added init. spawns
- spawns for the transport but not yet the transport
2024-09-04 01:59:26 +02:00
Naddley 5d3d05482f DB/Dornogal: Added spawns for Contenders Gate 2024-09-04 01:53:31 +02:00
Naddley 136f154017 DB/PrioryOfTheSacredFlame: Added init. spawns 2024-09-04 01:52:24 +02:00
Aqua Deus dd54edb378 Scripts/Spells: Implement Absolute Corruption warlock talent (#30155) 2024-09-03 16:49:49 +02:00
Hwis 1580b4ef84 Core/Conf: Update MaxPlayerLevel to 80 (#30196) 2024-09-03 14:09:50 +02:00
Shauren e8740fb2e1 Core/Misc: CompilerDefs/GitRevision improvements
* Removed INTEL as a separate platform (it does not belong there)
* Removed BORLAND from known compilers list (it was never supported)
* Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined)
* Rename revision_data.h macros that begin with a underscore
* Added processor architecture to --version string
* Added Linux distribution name to .server debug
* Fixed some revision_data.h macros missing/wrong values when regenerated during compilation
* Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler)
2024-09-03 12:06:16 +02:00
TDB Release c722ff3a68 TDB 1102.24091 - 2024/09/03 2024-09-03 00:52:11 +00:00
ModoX 256b5eb097 DB/Creature: Added creature_template_difficulty wdb data for open world, nhc dungeons, hc dungeons in 11.0.2.56421 2024-09-03 01:42:06 +02:00
ModoX 1594778ab4 DB/Template: Added creature, quest wdb, broadcast_text data for 11.0.2.56421 2024-09-03 01:41:32 +02:00
Aqua Deus 76864337ee Scripts/Spells: Fix Rain of Fire damage (#30185) 2024-09-02 14:37:31 +02:00
Shauren b1d8061a0f Core/Spells: Fixed spell target selection not being shared by multiple effects when there are targeting scripts that have the same script function 2024-09-02 10:40:50 +02:00
Aqua Deus 8f580b0581 Scripts/WaycrestManor: Implement Lord and Lady Waycrest outro (#30109) 2024-09-02 00:50:22 +02:00
Jeremy 314e155a0c Core/GameObjects: Implement ControlZone::UncontestedTime field (#30152) 2024-09-01 21:44:22 +02:00
Aqua DeusandShauren 4f8cb99ad2 Scripts/Spells Update Seed of Corruption script (#30151)
Co-authored-by: Shauren <[email protected]>
2024-09-01 21:25:44 +02:00
Aqua Deus 0411c3b5af Scripts/RagefireChasm: Implement non-boss creature scripts (#30015) 2024-09-01 21:03:17 +02:00
Motive 45757d95c4 Core: Add auth seed for macOS arm64 build 56421 (#30204) 2024-09-01 17:53:13 +02:00
Shauren cdca59ca4d Core/Players: Fixed nested spell overrides (priest Mind Spike) 2024-09-01 11:34:11 +02:00
Naddley e4d7c85715 DB/IsleOfDorn: Added spawns for phase 22642 at Tranquil Strand 2024-09-01 01:03:03 +02:00
ModoX d66f2dcdac Core/Creature: Added additional checks when setting feign death in db 2024-08-31 19:43:18 +02:00
ModoX 1b4c324fe1 Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718
2024-08-31 19:13:43 +02:00
Shauren ba90348de8 Core/PacketIO: Fixed SMSG_SPELL_ENERGIZE_LOG structure 2024-08-31 18:28:47 +02:00
Aqua Deus cc7da0c6c8 Scripts/Spells: Update Unstable Affliction script (#30150) 2024-08-31 18:09:19 +02:00
Aqua Deus 5e2eb66f1e Scripts/Spells: Implement Astral Communion talent with Celestial Alignment (#30135) 2024-08-31 13:09:51 +02:00
Shauren cd10553da1 Core: Update allowed build to 11.0.2.56421 2024-08-31 10:40:56 +02:00