Commit Graph

42422 Commits

Author SHA1 Message Date
Meji
8e0449a11e DB/Holidays: Drop old spawns for Noblegarden and Love is in the Air 2024-04-07 01:50:57 +02:00
Shauren
be3ae90dc4 Core/Movement: Ensure land and takeoff animations even if gravity enabled/disabled state is not what spline generator expects 2024-04-07 00:05:46 +02:00
Shauren
b265c49977 Core/Scripts: Integrate new ActionResultSetter with movement generators and spells 2024-04-06 20:50:59 +02:00
Naddley
49cf605ef1 DB/ShadowmoonValley: Added Pale Crawler spawns in Anguish Fortress 2024-04-06 02:10:04 +02:00
Naddley
af28ed0ccd DB/ShadowmoonValley: Added some more spawns 2024-04-06 02:07:42 +02:00
Naddley
94c0cfb0f9 DB/ShadowmoonValley: Update curHealth for Lesser Warlock spawns 2024-04-06 02:06:46 +02:00
Shauren
eb9375b0b1 Core/Scripts: Added basic types for async script actions 2024-04-05 10:41:12 +02:00
Shauren
d079a7e267 Core/OutdoorPvP: Fixed shutdown crash 2024-04-04 21:31:41 +02:00
Shauren
7df138ba2b Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in main() functions 2024-04-04 21:31:22 +02:00
Shauren
038f995ad6 Core/Movement: Allow overriding speed for taxi movement generator 2024-04-04 16:17:09 +02:00
Meji
c2f2f4201d Rename sql 2024-04-04 01:31:38 +02:00
Shauren
f847cd4eeb Core/Networking: Fixed Socket::DelayedCloseSocket not working if write queue is empty when its called on linux and mac
Closes #29887
2024-04-03 21:23:30 +02:00
Shauren
f1b7ca1a91 Fix codestyle 2024-04-03 16:31:39 +02:00
Shauren
22e43917ab Core/SAI: Allow gameobjects to be targeted by spell casts 2024-04-03 16:21:15 +02:00
ModoX
55559820e2 DB/Creature: Fix guid gap 2024-04-02 15:28:32 +02:00
Shauren
b8cc5cc2f3 SQL: Fix columns in 90f390f9b8 after def601b4ff 2024-04-02 15:19:06 +02:00
Shauren
da3e2b2b74 Ci/AppVeyor: Use preinstalled MySQL and upgrade OpenSSL to 3.2 2024-04-02 14:48:30 +02:00
Jeremy
90f390f9b8 Scripts/Battleground: Implemented Battle for Gilneas (#29877) 2024-04-02 14:31:09 +02:00
ModoX
e8f7d41536 Core/Movement: Added Velocity field to waypoint_path table (#29837) 2024-04-02 04:12:52 +02:00
Meji
47e4bf06d3 Core/Conditions: Fixed evaluation of CurrentPvpFaction outside arenas or battlegrounds (#29882) 2024-04-01 20:32:08 +02:00
Shauren
2af957c2ad Removed unneccessary c_str() from previous commit 2024-04-01 00:17:00 +02:00
Shauren
4131022f6c Core/Entities: Make ObjectGuid formattable with fmt without using ToString() 2024-03-31 19:32:39 +02:00
Shauren
2c702df4e3 Core/Pets: Removed overriding unit class for pets 2024-03-30 21:52:56 +01:00
Meji
def601b4ff Core/Creatures: Changed the spawn health field in creature table to a percentage (#29801) 2024-03-30 20:21:28 +01:00
Shauren
d8a82ab909 Core: Updated to 10.2.6.53989 2024-03-29 10:50:35 +01:00
Shauren
c2ac37125b Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for mercenary mode transforms 2024-03-28 21:11:59 +01:00
Jeremy
be11f42a16 Core/Battlegrounds: Move to scripts (#29799)
* Introduce new BattlegroundScript class for map/bg specific scripts
* Remove all sub, zone specific, battleground classes except Arena
* Move all bg zone scripts to new BattlegroundScripts class in script folder
* Remove ZoneScript from Battleground class
* Remove some unused hooks from Battleground
2024-03-28 19:29:22 +01:00
Meji
78635f640e DB/Creatures: Drop unused movement data 2024-03-28 00:34:43 +01:00
Shauren
39263027d4 Core/Conditions: Extend circular references check for player condition conditions to also handle two different conditions referencing each other 2024-03-27 22:17:25 +01:00
Meji
4913d027bf Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832) 2024-03-27 21:38:08 +01:00
Jeremy
1f855ef563 Core/GameObjects: Implement destructible_hitpoint table to store health info about destructible buildings (#29836) 2024-03-27 18:55:44 +01:00
lee
5c4b1ace41 Build: Fix Linux aarch64 GCC build (#29831)
(cherry picked from commit 370685457e)
2024-03-27 10:50:42 +01:00
Shauren
679bf966d6 Core/Maps: Initialize instance faction using group leader (if available) instead of the first player entering the map 2024-03-26 21:53:07 +01:00
Meji
e3f25bbc38 DB/Outland: Update creature static flags 2024-03-26 21:16:06 +01:00
Naddley
8a271c402d DB/Mardum: Implement Quest "Give Me Sight Beyond Sight" (#29833)
Co-Authored-By: ModoX <moardox@gmail.com>
2024-03-26 00:21:22 +01:00
thesillyone
a59f7351dd Tools/mmaps_generator: Only initialize memory for inds mesh when it will be read (#29795)
* this change does NOT require re-generating mmaps
2024-03-25 23:35:40 +01:00
ModoX
48558c1631 Core: Update allowed build to 10.2.6.53913 2024-03-25 23:21:39 +01:00
Naddley
ee0858d859 Scripts/Stormwind: Implement RP Event for quest "Ancient Curses" (#29780) 2024-03-25 23:19:05 +01:00
Shauren
28c9474337 Core/vmaps: Improved WMO detection for group models that don't have floor 2024-03-25 12:18:37 +01:00
Shauren
a83d4491f8 Scripts/Spells: Fix Whispering Shadows target selection logic if there are less than 8 units hit that don't have Vampiric Touch on them 2024-03-25 11:36:02 +01:00
Naddley
84fb575f01 DB/Boralus: Added Dori'thur spawn 2024-03-25 01:34:36 +01:00
Naddley
eb1021d9ed DB/Player: Added data for Lightforged Draenei Monk 2024-03-25 01:32:33 +01:00
Naddley
8020d82f8a DB/Thaldraszus: Implement Quest "Keeper of the Ossuary" 2024-03-25 01:31:16 +01:00
Mematoru23
834c6b8577 Scripts/Spells: Implemented Priest talent Whispering Shadows (#29776)
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-25 00:32:04 +01:00
Meji
6a80bebcb5 Core/GameObjects: Added dynamic highlight for GAMEOBJECT_TYPE_SPELL_FOCUS (#29825) 2024-03-24 17:27:13 +01:00
Shauren
94b78ebc8b Core/Players: Slightly improve neutral player faction support 2024-03-24 17:19:10 +01:00
aquadeus
aac5581bfc Core/Players: Fix console errors of wrong teamid for neutral pandaren race 2024-03-24 17:19:10 +01:00
Shauren
303dbd3393 Core/Loot: Fixed crashes when generating loot on map that has no MapDifficulty data
Closes #29829
2024-03-24 00:26:15 +01:00
Shauren
6cd4607a65 warning fix 2024-03-23 16:40:05 +01:00
Shauren
8d45d1dd48 Tools/vmap_extractor: Support new 9.2 wmo group splits (child groups should inherit their parent wmo group id) 2024-03-23 16:28:11 +01:00