Commit Graph

  • fa9ffc9121 Scripts/Spells: Implement Epiphany and update Prayer of Mending's related talents (#29169) Teleqraph 2023-08-10 22:49:19 +02:00
  • 6e42596374 Scripts/Spells: Implement Divine Image (#29034) Teleqraph 2023-08-10 11:00:06 +02:00
  • 0d8221d558 Core/Spells: Handle summon effect on spell launch instead of hit Shauren 2023-08-10 00:20:20 +02:00
  • 1cae07870b Core/Creatures: Clean up temporary summon duplicate level initialization Shauren 2023-08-10 00:19:33 +02:00
  • f812adfabc GCC build fix Shauren 2023-08-10 00:17:40 +02:00
  • 01a09de319 Core/Creatures: Allow modifying TempSummon duration after summoning Shauren 2023-08-09 11:43:29 +02:00
  • 1dd4b38170 Core/Creatures: std::chrono-ify TempSummon Shauren 2023-08-09 11:37:17 +02:00
  • f75cf381e8 Core: Update allowed build to 10.1.5.50791 Shauren 2023-08-09 10:01:43 +02:00
  • e0ab6330c1 Core/Auras: Treat auras with more than 1 active stack as using stacks too (max stack could have been changed from 0 to something else using spell mods) Shauren 2023-08-09 00:11:29 +02:00
  • 86725ed926 Core/MMaps: Fixed pathing for objects that have terrain swaps active Shauren 2023-08-08 00:08:10 +02:00
  • c489e26207 Dep: Support mysql 8.1 on windows Shauren 2023-08-07 19:25:33 +02:00
  • 98007f859b Core/Misc: Turn ChrSpecialization into enum class Shauren 2023-08-06 20:21:34 +02:00
  • d2784d4c65 Core/Misc: Move TalentSpecialization together with other db2 enums and rename it to ChrSpecialization Nyr 2023-06-30 13:39:38 +02:00
  • 054723241e Core/Misc: Reduce number of player spec hardcoded checks Shauren 2023-08-06 21:40:10 +02:00
  • e71b2f62c1 Scripts/Spells: Implement Answered Prayers (#29030) Teleqraph 2023-08-06 19:21:04 +02:00
  • a3a31a9a6f Core/Spells: Fixed spells with SPELL_ATTR12_START_COOLDOWN_ON_CAST_START failing to cast because of their own cooldown Shauren 2023-08-06 13:53:02 +02:00
  • 5aaaf3f916 Core/Auras: Default procs with PROC_FLAG_2_CAST_SUCCESSFUL to CAST spell phase Shauren 2023-08-06 00:49:31 +02:00
  • 9f1cc2e679 Scripts/Spells: Improved compiler error reporting with wrong spell script function signatures Shauren 2023-08-05 14:27:05 +02:00
  • 17a77d6630 Core/Spells: Fix copypaste mistake (doesn't really change anything) Shauren 2023-08-04 10:52:55 +02:00
  • 2f6ab2b510 Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177) Teleqraph 2023-08-04 00:49:37 +02:00
  • 613a706ecc Core: Update allowed build to 10.1.5.50747 Shauren 2023-08-03 22:49:46 +02:00
  • ae17975dd1 Scripts/Spells: Update Rupture, Eviscerate and Envenom scripts (#29172) MaddyCrowle 2023-08-03 21:23:45 +08:00
  • cc6dba1376 Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask as it is now unused, db field kept for table structure compatibility with 3.3.5 branch) Shauren 2023-08-03 11:18:11 +02:00
  • 8594fcfe8a Scripts/Spells: Converted some damage calculating scripts to use new hooks as examples Shauren 2023-08-02 00:12:16 +02:00
  • 9cdf3530f4 Core/Scripts: Added damage and healing calculation hook to spell and aura scripts allowing to override base damage amount, flat value mod and percent value mod separately Shauren 2023-08-01 21:31:06 +02:00
  • 197d4369c8 Core/Spells: Removed old combo point code leftovers Shauren 2023-07-31 11:55:00 +02:00
  • 4c29e45620 DB/Stormwind: Added Darnassian spawns to The Wollerton Stead Naddley 2023-07-31 02:30:40 +02:00
  • 9e68fd1458 Core/Spells: Fixed spell duration scaling with combo points Shauren 2023-07-31 00:11:05 +02:00
  • f5461a1161 Battlegrounds/Buffs: Rework using areatriggers (#29171) Jeremy 2023-07-30 19:49:12 +02:00
  • 845f61e0a9 Core/GameObjects: Added stringid to gameobjects Shauren 2023-07-30 13:55:34 +02:00
  • 0aa644287c Build/GCC: Disable useless warning Shauren 2023-07-30 00:23:31 +02:00
  • 1acaed2af4 Core/Objects: Switch to using designated initializers instead of chaining functions for FindCreatureOptions Shauren 2023-07-29 23:46:31 +02:00
  • 8f897da9f3 Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168) Aqua Deus 2023-07-29 19:07:37 +02:00
  • 799d63ce2c Core/Auras: Remove incorrect implementation of SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER (this attribute does something else) (#29195) Seyden 2023-07-28 23:23:38 +02:00
  • fe7e95b9f3 Core: Update allowed build to 10.1.5.50622 Shauren 2023-07-28 20:03:39 +02:00
  • 4e45a74f0c Update 2023_07_28_00_world.sql Aokromes 2023-07-28 08:43:47 +02:00
  • e0d474e69d DB/Hotfixes: Added some missing broadcast_text entries ModoX 2023-07-28 01:21:15 +02:00
  • 8f3f6584c3 DB/SAI: Fixed some db errors introduced in cc08aa8e24 ModoX 2023-07-28 00:20:14 +02:00
  • 1af6533c0f codestyle fix Shauren 2023-07-27 22:27:59 +02:00
  • 46b67ec205 Core/Scripts: Fixed unsafe function pointer type casting in spell scripts Shauren 2023-07-27 19:37:57 +02:00
  • f94e341a03 Core/Bnet: Support password protected private keys Shauren 2023-07-26 20:59:15 +02:00
  • fb7bf0bfec Scripts/Spells: Implement Devastator talent (#29164) Aqua Deus 2023-07-26 01:07:43 +02:00
  • 1ed8bfa080 Build: Increase required msvc version slightly Shauren 2023-07-25 11:42:08 +02:00
  • 47d4fa0985 Scripts/Spells: Implemented Flurry (#29145) Aqua Deus 2023-07-24 21:11:06 +02:00
  • 821d7c6f57 nopch fix Shauren 2023-07-24 20:09:08 +02:00
  • f81b40ecdc Rename 2023_99_99_99_aberrus.sql to 2023_07_24_00_aberrus.sql ModoX 2023-07-24 17:36:46 +02:00
  • ed871f1eab Scripts/Aberrus: Implement Kazzara introduction (#29155) Aqua Deus 2023-07-24 17:35:59 +02:00
  • 3cfc27f5ca Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021) Jeremy 2023-07-24 17:27:28 +02:00
  • ea134c0eae Core/AI: Implemented OnHealthDepleted hook (#29134) Traesh 2023-07-24 14:31:03 +02:00
  • 2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses Shauren 2023-07-24 10:48:50 +02:00
  • 228c56f3c5 Scripts/Spells: Modernize spell script internals a bit - this makes Prepare macros unneccessary Shauren 2023-07-24 00:27:25 +02:00
  • 576ca241ec Core/Logging: Minor compile time reducing refactor of log message formatting Shauren 2023-07-23 00:27:26 +02:00
  • 3be66cee26 Scripts/Spells: Implement Shield of Vengeance (#29106) Aqua Deus 2023-07-22 21:40:28 +02:00
  • c2ef93fc7d Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending (#29027) Teleqraph 2023-07-22 19:38:34 +02:00
  • 2605a66396 Core: Update allowed build to 10.1.5.50585 Shauren 2023-07-22 14:25:53 +02:00
  • 970a274be1 Scripts/Spells: Fixed Entangling Roots periodic damage Shauren 2023-07-22 00:18:05 +02:00
  • d3bc5ebf16 Core/Units: Fixed knockback angle calculation for players (#29165) Krudor 2023-07-21 20:51:03 +02:00
  • 4e7508db7b Core/AreaTriggers: Teleport to current instance entrance when entering instances via areatrigger entity (#29115) ModoX 2023-07-21 18:55:20 +02:00
  • 5069f0e3a7 Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat quests (#29119) Malcrom 2023-07-21 12:56:06 -03:00
  • f28b4eed3d Core/Condition: Implemented condition CONDITION_PRIVATE_OBJECT (#29136) ModoX 2023-07-21 17:54:27 +02:00
  • ac48da6275 Scripts/ElwynnForest: Implement conversation for "The New Clessington Estate" (#29135) Naddley 2023-07-21 17:51:56 +02:00
  • 40cdf0750d Core/Units: Fixed crash (previously was a memory leak) when vehicle creatures are deleted without ever being added to world Shauren 2023-07-21 00:19:48 +02:00
  • 0b1281e73f Core/Misc: Updated more enums for 10.1.5 Shauren 2023-07-21 00:11:43 +02:00
  • f7f85b7639 DB/Stormwind: Added spawns for The Wollerton Stead Naddley 2023-07-21 00:04:02 +02:00
  • 6a760de79b Core/Auras: Implement SPELL_AURA_MOD_DAMAGE_PERCENT_DONE_BY_TARGET_AURA_MECHANIC (#29162) Aqua Deus 2023-07-20 20:17:38 +02:00
  • 88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159) Teleqraph 2023-07-20 19:09:27 +02:00
  • d411233414 DB/Stormwind: Updated Farmer Wollertons position Naddley 2023-07-20 17:35:19 +02:00
  • 3aa264d0c7 Core/Scripts: Fix EventScript assert for GameObject::SetDestructibleState (#29131) Meji 2023-07-20 17:11:56 +02:00
  • 53f9abec14 Core/Unit: Added helper functions to modify UNIT_FLAG2_CANNOT_TURN (#29160) Teleqraph 2023-07-20 12:20:15 +02:00
  • 889e88ab80 Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158) Meji 2023-07-20 10:10:18 +02:00
  • 8b426af763 Core/Bnet: Send hostnames in portal requests for launcherlogin Shauren 2023-07-20 00:38:07 +02:00
  • 49305f5c1d DB/Valdrakken: Added spawns for Little Scales Daycare Naddley 2023-07-19 23:17:22 +02:00
  • 789bf05cfa DB/Stormwind: Update spawns for Training Hall Naddley 2023-07-19 23:16:09 +02:00
  • 87f350b1c1 Core/Auras: Implement SPELL_AURA_IGNORE_SPELL_COOLDOWN (#29157) Aqua Deus 2023-07-19 23:03:26 +02:00
  • 19db88fd1b Core/PacketIO: Fixed structure of SMSG_GOSSIP_MESSAGE and SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE Shauren 2023-07-19 20:58:27 +02:00
  • e3adafb99a Core: Update allowed build to 10.1.5.50504 Shauren 2023-07-19 19:32:06 +02:00
  • f9033a5dbd Scripts/Forge of Souls: Fixed achievement_bronjahm_soul_power script registration Shauren 2023-07-19 13:45:17 +02:00
  • d949f86e28 Scripts/Spells: Allow using templated spell script with multiple template arguments in RegisterSpellScriptWithArgs Shauren 2023-07-19 13:44:18 +02:00
  • 5be076b240 Core/AreaTriggers: Handle AREATRIGGER_FLAG_HAS_DYNAMIC_SHAPE for disks (#29156) Traesh 2023-07-18 18:42:57 +02:00
  • 7d8bc543f9 Core/Network: Don't send localhost addresses to external clients Shauren 2023-07-18 18:09:30 +02:00
  • dfbf09f4b9 GCC build fix Shauren 2023-07-17 20:32:07 +02:00
  • 361fe56bc8 Core/AreaTriggers: Update areatrigger scalecurve handling with latest research Shauren 2023-07-17 19:52:25 +02:00
  • 38440996ee Core/Common: Use the [[unlikely]] keyword in all assert, warning and error macros to allow further compiler optimization (#29124) Ovahlord 2023-07-16 16:11:41 +02:00
  • 001ac7aa5b Scripts/Spells: Implement Ysera's Gift (#29148) Aqua Deus 2023-07-16 15:17:16 +02:00
  • bbe7cba7f4 Core/Units: Allow autoattack if channelling with SPELL_ATTR5_ALLOW_ACTIONS_DURING_CHANNEL (#29133) Traesh 2023-07-16 14:08:48 +02:00
  • 17252534a1 Scripts/Spells: Update prismatic barrier script (#29147) Aqua Deus 2023-07-16 13:42:03 +02:00
  • 1f8eddc4f0 Core/Players: Fixed base hit chance initialization for players Shauren 2023-07-15 22:06:56 +02:00
  • ab33f35bb5 Core/Unit: modernize some pointers and arrays in unit class (#29104) Ovahlord 2023-07-15 21:47:31 +02:00
  • 6be536a73b Core/Network: Refactor local/remote ip address selection code and allow using hostnames in LoginREST bnetserver config options Shauren 2023-07-15 00:45:16 +02:00
  • cdfaecda52 Core/Network: Cleanup asio using directives Shauren 2023-07-15 00:43:19 +02:00
  • fce667b738 Core: Update allowed build to 10.1.0.50469 Shauren 2023-07-15 00:15:58 +02:00
  • 4bd465f6b9 Core: Update allowed build to 10.1.0.50467 Shauren 2023-07-14 19:37:35 +02:00
  • 973224f709 TDB 1015.23071 - 2023/07/14 TDB1015.23071 TDB Release 2023-07-14 08:35:02 +00:00
  • 722cea0cf6 DB/Quest: Updated quest poi data to 10.1.5.50438 ModoX 2023-07-14 02:32:17 +02:00
  • d39b6028fe DB/Locales: Updated zhTW locales to 10.1.5.50401 ModoX 2023-07-14 02:31:57 +02:00
  • 4700696550 DB/Locales: Updated zhCN locales to 10.1.5.50401 ModoX 2023-07-14 02:31:46 +02:00
  • 51c5806a36 DB/Locales: Updated ruRU locales to 10.1.5.50401 ModoX 2023-07-14 02:31:35 +02:00
  • a6a9284588 DB/Locales: Updated ptBR locales to 10.1.5.50401 ModoX 2023-07-14 02:31:24 +02:00
  • 7728e395c6 DB/Locales: Updated koKR locales to 10.1.5.50401 ModoX 2023-07-14 02:31:13 +02:00
  • 7761e80c61 DB/Locales: Updated itIT locales to 10.1.5.50401 ModoX 2023-07-14 02:31:01 +02:00