Commit Graph

41743 Commits

Author SHA1 Message Date
TDB Release
f774c4e855 TDB 1017.23101 - 2023/10/06 TDB1017.23101 2023-10-06 00:48:59 +00:00
Shauren
e161874695 Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2 2023-10-05 23:57:25 +02:00
ModoX
7750424078 DB/Hotfixes: Updated hotfixes to 10.1.7.51536 2023-10-05 23:41:31 +02:00
Naddley
7719feb762 Core/DB2: Add Mardum map to be split by faction (#29353) 2023-10-05 23:14:02 +02:00
ModoX
f962a7b3e5 DB/Hotfixes: Added some tact keys from massparses 9.0.1 - 10.1.7 2023-10-05 23:05:53 +02:00
ModoX
3a10bc8fb4 DB/Hotfixes: Added some massparsed hotfix_optional_data data, 9.0.1 - 10.1.7 2023-10-05 21:14:17 +02:00
ModoX
aed7b9e797 DB/Locales: Added locales for 10.1.7 2023-10-05 19:21:49 +02:00
ModoX
3ae24ca06e DB/Phases: Added phase names for Dragon Glyphs 2023-10-05 18:57:42 +02:00
ModoX
83efee9ce7 DB/GameObjects: Added massparsed template data from 10.0.2 - 10.1.7 2023-10-05 18:56:23 +02:00
Jeremy
0aa61e9341 Core/GameObject: Update spawn conditions when new ControlZone event is triggered (#29349) 2023-10-04 12:50:44 +02:00
Jeremy
b7c945b3b6 Core/Achievements: Fix mistake in loading criteria with start events (#29348) 2023-10-04 00:12:23 +02:00
Jeremy
f96f041c3e Core/GameObject: Implement ControlZone gameobject type (#29320) 2023-10-03 15:55:24 +02:00
Naddley
4537b37738 Scripts/Mardum: Implement Quest "Enter the Illidari: Coilskar" (#29345) 2023-10-02 18:52:34 +02:00
Shauren
9c0bfc7c8c Core/AreaTriggers: Add missing null checks for serverside areatriggers
Closes #29346
2023-10-02 00:48:09 +02:00
Shauren
c676d14772 Core/AreaTriggers: Implement missing functionality
* Scale curves are now taken into account when searching for units inside
* Implemented SpellModOp::Radius for areatrigger radius
* Implemented OverrideMoveCurve updatefields - overrides areatrigger position
* Implemented FacingCurve and AREATRIGGER_FLAG_HAS_ABSOLUTE_ORIENTATION
* Implemented ***Target fields for all shape types
* Fixed facing calculation for areatriggers with spline movement
2023-10-01 18:56:35 +02:00
Rochet2
2037749ddd Core/Misc: Fix log format string (#29343) 2023-09-30 17:46:17 +02:00
Keramat Jokar
5b4b1892b4 Core/Players: Implement mastery and versatility in character_stats (#29342) 2023-09-30 16:41:03 +02:00
Shauren
2de255bc17 Core/GameObjects: Implemented data22 for chests (allow opening while immune) 2023-09-30 16:31:01 +02:00
Shauren
e883b61094 Core/Spells: Implemented NoImmunity spell effect attribute 2023-09-29 21:16:50 +02:00
Naddley
1ead13dc9d DB/Mardum: Script personal Clone for Sevis after accept quest 40379 2023-09-29 03:30:05 +02:00
Naddley
f430848b8e DB/Mardum: Added spawns for Molten Shore 2023-09-29 03:27:03 +02:00
Shauren
58a5d485f8 Core/Units: Implemented UNIT_FLAG2_INTERACT_WHILE_HOSTILE 2023-09-28 14:57:25 +02:00
ModoX
2e81104b2e Core: Update allowed build to 10.1.7.51536 2023-09-28 05:36:37 +02:00
Shauren
69317c2594 Core/Spells: Defined and implemented more spell effect attributes - AlwaysAoeLineOfSight, IsHarmful, PlayersOnly, EnforceLineOfSightToChainTargets 2023-09-28 00:45:31 +02:00
Shauren
abeb62a18f Core/Misc: Fixed copypaste mistake in error log 2023-09-27 18:38:36 +02:00
Shauren
112e60003f Core/Creatures: Allow UNIT_FLAG2_INTERACT_WHILE_HOSTILE to be set in database 2023-09-27 14:41:27 +02:00
Shauren
b84199f137 Tools/Extractors: Log error message instead of crashing when downloading tact keys fails
Closes #29338
2023-09-26 00:07:56 +02:00
lineagedr
618ee510d6 Core/Spells: Fix logic error in HandlePetCancelAuraOpcode (#29337) 2023-09-25 16:05:06 +02:00
Shauren
41a20b1e40 Core/Achievements: Fixed achievement criteria StartEvent and FailEvent
* Criteria using StartEvent cannot be updated without that event triggering first (not only for timed achievements)
* Implemented most StartEvent and FailEvent types
* Fixed saving criteria removed by RemoveCriteriaProgress
2023-09-25 00:53:56 +02:00
Seyden
e1f345756b Core/Auras: Implement SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION (#29197) 2023-09-24 13:23:31 +02:00
Shauren
77429d679a Core/Spells: Removed unneccessary checks from skill spell effects 2023-09-24 12:25:44 +02:00
Shauren
43567f5a5f Core/Commands: Fixed accessing empty optional in .modify faction command 2023-09-24 12:24:39 +02:00
Meji
2e8859237d DB/SAI: Fix startup errors 2023-09-24 01:18:52 +02:00
Shauren
4362a8c3f6 Core/Quests: Fixed optional quest objectives incorrectly changing quest state when they change completion state 2023-09-24 01:12:13 +02:00
Shauren
68b6d81d4c Core/Skills: Fixed updating riding skill value when learning riding spells automatically 2023-09-23 20:01:27 +02:00
Meji
ae1dd8caf0 Core/Players: Fixed learning riding spells (#29326) 2023-09-23 19:58:44 +02:00
ModoX
b2548c44d9 Core: Update allowed build to 10.1.7.51485 2023-09-23 01:58:00 +02:00
ModoX
122622827f Scripts/Mardum: Fix build 2023-09-23 01:06:16 +02:00
Naddley
7c4f175d3a Scripts/Mardum: Implement Quest "Enter the Illidari: Ashtongue" (#29324) 2023-09-23 00:50:09 +02:00
Aqua Deus
5bb1f08c07 Scripts/Draenor: Implement quest 34422 (Blaze of Glory) (#29304) 2023-09-23 00:15:50 +02:00
Shauren
ec8360c747 Contrib/Scripts: Make check_codestyle script usable on sources checked out on windows 2023-09-22 21:11:58 +02:00
Shauren
6d907da00e Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and SMSG_CRITERIA_UPDATE if the same criteria is used by account and character achievements 2023-09-21 19:07:33 +02:00
Shauren
4d7bf20237 Build: Set CMake policy CMP0144 to NEW 2023-09-20 19:30:52 +02:00
ModoX
c9f075c513 Core: Update allowed build to 10.1.7.51421 2023-09-20 04:50:44 +02:00
Meji
0d9dd75fe2 Core/Quests: Fix questgiver status for trivial and future quests (#29328) 2023-09-19 21:37:14 +02:00
Shauren
47fc3cb852 Core/Instances: Kill instance_encounters table, it is no longer neccessary 2023-09-19 10:59:04 +02:00
Aqua Deus
fa77874ffb DB/Draenor: Added spawns for quest "Bled Dry"
Closes #29298
2023-09-19 01:31:33 +02:00
Shauren
cf79cfa1b2 Core/Instances: Removed deprecated field from InstanceScript (here too) 2023-09-19 00:23:55 +02:00
Shauren
1e29c0066e Core/Instances: Removed deprecated field from InstanceScript 2023-09-19 00:18:50 +02:00
Shauren
4bf4ee57ff Scripts/Nexus: Removed old code to get team in instance 2023-09-18 22:39:12 +02:00