Commit Graph

  • 52d4e0f9ef Scripts/ShrineOfTheStorm: Implement Aqu'sirr encounter (#30122) Aqua Deus 2024-09-21 06:29:15 +02:00
  • 0e322fdbf4 Core/Object: Added max height change param to MovePosition ModoX 2024-09-21 05:33:30 +02:00
  • 974fb15360 Build: Ensure paths passed to find_package HINTS argument only use forward slashes since that is what cmake expects Shauren 2024-09-21 00:06:52 +02:00
  • f580ac2cde CI: Migrate compile flags environment variables to new cmake option WITH_WARNINGS_AS_ERRORS Shauren 2024-09-20 13:34:53 +02:00
  • 70d2b3b34d Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings into compile errors Shauren 2024-09-20 13:19:42 +02:00
  • 92130c97be Build: Remove temporarily lowered cmake version requirement for circle-ci Shauren 2024-09-20 12:28:20 +02:00
  • 3cde083745 Core/Database: Change database async thread shutdown to fix some corner cases leading to servers being stuck on shutdown (for example with exit() call) Shauren 2024-09-19 13:38:49 +02:00
  • 35b8868763 Core/Object: Added max height change param to MovePosition ModoX 2024-09-21 05:33:30 +02:00
  • 26cebef0fe Build: Ensure paths passed to find_package HINTS argument only use forward slashes since that is what cmake expects Shauren 2024-09-21 00:06:52 +02:00
  • 4d59558c56 CI: Migrate compile flags environment variables to new cmake option WITH_WARNINGS_AS_ERRORS Shauren 2024-09-20 13:34:53 +02:00
  • 7ac0c685dd Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings into compile errors Shauren 2024-09-20 13:19:42 +02:00
  • 24d08307e4 Build: Remove temporarily lowered cmake version requirement for circle-ci Shauren 2024-09-20 12:28:20 +02:00
  • 249d1372bb Core/PacketIO: Update CMSG_PET_SET_ACTION structure funjoker 2024-09-20 08:39:39 +02:00
  • e1eeca994a DB/WorldStates: Added worldstate to enable BfA mythic dungeons ModoX 2024-09-20 02:47:32 +02:00
  • 33507e0107 Scripts/Spells: Update Shadow Word: Death script and define new spell effect attribute related to one of its effects Shauren 2024-09-19 15:03:15 +02:00
  • 11a832fa8b Core/Database: Change database async thread shutdown to fix some corner cases leading to servers being stuck on shutdown (for example with exit() call) Shauren 2024-09-19 13:38:49 +02:00
  • 588639fc6c DB/WorldStates: Added new worldstates related to currencies Meji 2024-09-18 22:39:24 +02:00
  • 7cee3805e5 Core: Update allowed build to 11.0.2.56647 Shauren 2024-09-18 21:32:12 +02:00
  • f78ecd97e1 remove blank line Ovahlord 2024-09-18 21:20:28 +02:00
  • 48969b28ca Core/Characters: removed unused variables and some demon hunter and evoker leftovers Ovahlord 2024-09-18 18:58:30 +02:00
  • 1e2b189277 Core/Misc: remove character creation code for Demon Hunters, Evokers and Allied Races Ovahlord 2024-09-18 18:44:03 +02:00
  • 5eb358241f Core/Misc: cedf4e2b34 followup - change default value in code Shauren 2024-09-18 13:05:12 +02:00
  • 3ba2bff58f Core: Update allowed build to 11.0.2.56625 Shauren 2024-09-18 10:30:31 +02:00
  • cedf4e2b34 Core/Conf: Change evoker start level to 10 (#30252) Hwis 2024-09-18 06:53:08 +03:00
  • b891cd0ebf DB/Dornogal: Added some more spawns Naddley 2024-09-18 01:49:12 +02:00
  • 4facb615d8 Core/Creatures: Allow PlayerInteractionType::CharacterBanker from CMSG_BANKER_ACTIVATE Shauren 2024-09-18 00:04:07 +02:00
  • 080c15362c DB/Nerub-arPalace: Added spawns until first Boss Naddley 2024-09-17 22:40:55 +02:00
  • 54d5d03bc7 Core/Objects: removed GO_DYNFLAG_LO_HIGHLIGHT application (not used in Classic) Ovahlord 2024-09-17 17:11:02 +02:00
  • f4123226c7 Core/Commands: Refactor .additem to use typed args Shauren 2024-09-17 15:35:20 +02:00
  • 7cbe91e3ba Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce padding Shauren 2024-09-16 20:58:56 +02:00
  • 1f60e76b7f Core/Commands: Refactor .additem to use typed args Shauren 2024-09-17 15:35:20 +02:00
  • b50b32a1d7 DB: Add Mac and ARM auth keys for 4.4.0.56489 Shauren 2024-09-17 10:24:52 +02:00
  • 79d74b19f3 Core: Update allowed build to 4.4.0.56489 funjoker 2024-09-17 10:08:42 +02:00
  • 657d433ede Core/Units: update action button macros for Cataclysm funjoker 2024-09-17 10:05:33 +02:00
  • 2639bf25e7 DB/Dornogal: Added spawns for Delvers Headquarters Naddley 2024-09-17 01:48:05 +02:00
  • 4d3861928f Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce padding Shauren 2024-09-16 20:58:56 +02:00
  • bf0e2fc469 Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target Shauren 2024-09-15 12:55:50 +02:00
  • 7972d45a86 Core/Common: Compile ServiceWin32 as part of common project instead of directly adding its source files to both server executables Shauren 2024-09-15 12:40:54 +02:00
  • b0b87aeea1 Core/CrashHandler: Compile WheatyExceptionReport only once and moved its global variable initializer to all projects using it Shauren 2024-09-15 12:13:54 +02:00
  • ec85afdbc7 Core/Common: Output stdout/stderr from child process without waiting for it to finish Shauren 2024-09-14 14:45:40 +02:00
  • 085aadea36 Core: Remove boost iostreams dependency Shauren 2024-09-14 13:50:56 +02:00
  • 6bcef33bb1 Core/Gameobjects: Fixed GO_DYNFLAG_LO_HIGHLIGHT application (#30123) Meji 2024-09-16 02:26:35 +02:00
  • 76b9d85542 Scripts/Spells: Implemented warlock talent Pyrogenics (#30190) Aqua Deus 2024-09-16 01:05:53 +02:00
  • aa358e9815 Scripts/Spells: Implement warlock talent Backdraft (#30189) Aqua Deus 2024-09-15 22:36:59 +02:00
  • 6254d5a2b0 Scripts/Spells: Fix warlock talent Cataclysm (#30188) Aqua Deus 2024-09-15 18:37:03 +02:00
  • a21e7c738e Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target Shauren 2024-09-15 12:55:50 +02:00
  • 052f2d0a81 Core/Common: Compile ServiceWin32 as part of common project instead of directly adding its source files to both server executables Shauren 2024-09-15 12:40:54 +02:00
  • fd0a7ba871 Core/CrashHandler: Compile WheatyExceptionReport only once and moved its global variable initializer to all projects using it Shauren 2024-09-15 12:13:54 +02:00
  • f08cc759f7 DB/QUEST: The Barrens, missing and corrected quest emotes Aokromes 2024-09-14 21:24:20 +02:00
  • 6a5b24cacc DB/UIMapQuestLines: Added new data Meji 2024-09-14 18:51:57 +02:00
  • 3c2aa264c0 Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game tables to initialize the damage and health values of creatures Ovahlord 2024-09-14 18:21:09 +02:00
  • 768e63ad1a Core/DataStores: updated MAX_LEVEL to 100 as Cata Classic only provides game table data up to level 100 instead of 123 Ovahlord 2024-09-14 17:05:51 +02:00
  • f270686201 Core/Common: Output stdout/stderr from child process without waiting for it to finish Shauren 2024-09-14 14:45:40 +02:00
  • dbe8d1f11e Core: Remove boost iostreams dependency Shauren 2024-09-14 13:50:56 +02:00
  • 19a0e885a6 Core/PacketIO: Fix SMSG_UI_MAP_QUEST_LINES_RESPONSE struct (TWW) (#30219) Meji 2024-09-14 13:14:05 +02:00
  • b3a502ddb9 Core/Characters: Added missing Earthen creation data (#30220) Meji 2024-09-14 13:06:03 +02:00
  • c499110a0d Scripts/Battlegrounds: Implement Silvershard mines (#30120) Jeremy 2024-09-14 13:01:54 +02:00
  • 63491678e2 Core/Units: updated the action button macros for Cataclysm Ovahlord 2024-09-14 09:46:52 +02:00
  • 7a486244b0 PacketIO: Fix unit actionbar funjoker 2024-02-14 21:37:45 +01:00
  • e5f8dd0d27 Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpell Shauren 2024-09-13 16:33:48 +02:00
  • 35f6695851 Scripts/Spells: Add missed change for 975e7cc072 Shauren 2024-09-13 13:06:48 +02:00
  • 5a495d8e02 Core/Spells: Refactor CastSpellExtraArgs Shauren 2024-09-12 21:57:16 +02:00
  • 4a574c0ce1 Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpell Shauren 2024-09-13 16:33:48 +02:00
  • b2a9a59364 Scripts/Spells: Add missed change for 975e7cc072 Shauren 2024-09-13 13:06:48 +02:00
  • 18519e62f7 Scripts/Spells: Implement warlock talent Roaring Blaze (#30186) Aqua Deus 2024-09-13 00:35:47 +02:00
  • f2a83e8238 Core/Commands: Improve wp event command (#30226) Gildor 2024-09-12 22:05:13 +02:00
  • 7e504aded1 Scripts/Spells: Added example for 975e7cc072 Shauren 2024-09-12 21:59:04 +02:00
  • 975e7cc072 Core/Spells: Refactor CastSpellExtraArgs Shauren 2024-09-12 21:57:16 +02:00
  • 1a00001eb0 Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there Shauren 2024-09-10 12:45:40 +02:00
  • 1c4f4c3574 Core/DataStores: Refactor DBStorageIterator to make it usable with more std::ranges algorithms Shauren 2024-09-09 23:21:23 +02:00
  • e0ac52a75a Core/Spells: Remove setting OriginalCastId from CastSpellExtraArgs::SetTriggeringAura Shauren 2024-09-08 21:59:32 +02:00
  • f2772c13cd Core/DataStores: Fix typos in ModifierTreeType values Shauren 2024-09-06 14:42:39 +02:00
  • d3b05c591c Scripts/Spells: Fix Conflagrate energize (#30184) Aqua Deus 2024-09-12 18:30:47 +02:00
  • 58668b4de1 Scripts/Spells: Implement shaman talent Arctic Snowstorm (#30178) Aqua Deus 2024-09-12 16:24:49 +02:00
  • 3e9f8a721c DB/Loot: Ulduar - Steelbreaker: Fix wrong id for loot of Belt of the Crystal Tree Aokromes 2024-09-11 12:32:39 +02:00
  • 75385afded Core: Update allowed build to 11.0.2.56513 Shauren 2024-09-11 12:23:33 +02:00
  • e132be11f2 DB/Dornogal: Added spawns for Stonelight Rest Naddley 2024-09-10 19:48:32 +02:00
  • da4312c58c fix tests build Shauren 2024-09-10 18:48:41 +02:00
  • 9800393424 Core/Units: Some cleanup in movement packet related functions - try to keep only one function handling a packet, not have it scattered all over the place Shauren 2012-07-18 15:00:48 +02:00
  • de3414ea0a Core/Player: Refactor talent internal storage Shauren 2012-01-29 17:40:14 +01:00
  • 1fd797fca4 Core/Misc: Reduce differences between branches Shauren 2024-09-09 18:36:02 +02:00
  • 652d490b06 Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there Shauren 2024-09-10 12:45:40 +02:00
  • 8ec9b5841e Core/DataStores: Refactor DBStorageIterator to make it usable with more std::ranges algorithms Shauren 2024-09-09 23:21:23 +02:00
  • aa6ec35195 DB/WorldSafeLocs: Fixed facing for BfA dungeon entrance/exits (should use degrees instead of radians) ModoX 2024-09-09 20:23:42 +02:00
  • ff0dfaf776 DB/TheRookery: Added spawns until first Boss Aqua Deus 2024-09-09 20:20:54 +02:00
  • fcfb5763ea Core/Misc: Reduce differences between branches Shauren 2024-09-09 18:15:51 +02:00
  • 29e7cbbd05 Core/Spells: Remove hardcoded value for dual wield talent removal and handle them for all classes Shocker 2011-11-27 00:13:50 +02:00
  • 7d38a614bd Core/Spells: Rename AuraEffect::IsAffectedOnSpell to IsAffectingSpell Shocker 2011-11-26 23:38:06 +02:00
  • 4ea21dab05 Core/Spells: Allow SPELL_AURA_SET_VEHICLE_ID to be used on creatures too Shocker 2011-11-26 22:37:02 +02:00
  • 4a7a18a298 DB/Dornogal: Added spawns for Trading Post area Naddley 2024-09-09 00:50:28 +02:00
  • b73e4e1662 Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCT Ovahlord 2024-09-08 22:15:47 +02:00
  • f604661a40 Core/Spells: Remove setting OriginalCastId from CastSpellExtraArgs::SetTriggeringAura Shauren 2024-09-08 21:59:32 +02:00
  • 10b50d752b Scripts/Spells: Implement warlock talent Death's Embrace (#30164) Aqua Deus 2024-09-08 21:28:13 +02:00
  • 58c88ef86a Core/Quests: skip most of the checks in CMSG_QUEST_GIVER_ACCEPT_QUEST for auto accept quests as they have been added before the cmsg comes in Ovahlord 2024-09-08 21:08:37 +02:00
  • 7f6afa67f3 Scripts/Spells: Implement Bone Shield application by Marrowrend and Death's Caress (#30163) Naddley 2024-09-08 14:09:15 +02:00
  • f359a8710a Core/Player: updated per kill experience to Cataclysm Ovahlord 2024-09-08 13:50:38 +02:00
  • a4e3274aeb DB/Dornogal: Added some more spawns to The Forgeground Naddley 2024-09-07 22:34:13 +02:00
  • 5192f36a0d Scripts/Spells: Implement warlock talent Perpetual Unstability (#30162) Aqua Deus 2024-09-07 19:48:37 +02:00
  • c6af3087d0 Scripts/Spells: Implement warlock talent Volatile Agony (#30161) Aqua Deus 2024-09-07 14:45:36 +02:00
  • 008dd1edb0 Core/Quest: fixed retrieving quest objective flags Ovahlord 2024-09-07 14:28:10 +02:00