aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend/Ulduar
AgeCommit message (Expand)Author
2025-11-23Core/Movement: Change MoveJump to use min/max height argument instead of vert...Shauren
2025-11-18Core/Movement: Remove MotionMaster::MoveJump(x, y, z) overloadShauren
2025-11-10Core/Movement: Use std::span argument instead of std::vector in MoveSplineIni...Shauren
2025-11-09Core/Position: Change Position<->G3D::Vector3 conversion functions to be lambdasShauren
2025-10-15Scripts/Spells: Fix all effect hooks attached to SPELL_EFFECT_SUMMON broken a...Shauren
2025-04-20Core/Spells: Rename confusing SpellState enum valuesShauren
2025-04-03Core/Spells: Merge Spell::SetSpellValue overloadsShauren
2025-02-07Scripts: Remove unneccessary DoublePosition from AreaBoundaryShauren
2024-10-21Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBui...Jeremy
2024-06-21Core/Movement: Allow setting position or object facing targets for jump movementShauren
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2024-02-24Scripts: Removed unused global variablesShauren
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2023-11-24Core/Waypoints: Drop waypoint_scripts table (#29437)ModoX
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
2023-08-27Core/Misc: Fixed doxygen docs being attached to wrong fieldsShauren
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript...Shauren
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
2023-07-20Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158)Meji
2023-06-03Scripts/Spells: Converted remaining spell scripts to use ValidateSpellEffectShauren
2023-05-30Scripts/Spells: Added spell effect validation helperShauren
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-12Scripts/Halls of Lightning: reworked General Bjarngrim Encounter (#28457)Ovah
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-13Scripts/Gossips: Set gossip menu id for scripts that load menu items from dat...Shauren
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
2022-09-30Scripts/Halls of Lightning: reworked Volkhan encounter (#28282)Ovah
2022-09-30Scripts/Halls of Stone: Modernized Halls of Stone instance script (#28280)Ovah
2022-09-30Scripts/HoL: follow naming standards for boss enums and dropped unused overri...Ovahlord
2022-09-30Scripts/HoO: removed a redudant summons.DespawnAll() call from Ionar's scriptOvahlord
2022-09-30Scripts/HoL: converted Ionar's AI to BossAIOvahlord
2022-09-30Scripts/HoL: converted General Bjarngrim's to BossAIOvahlord
2022-09-30Scripts/HoL: modernized instance scriptOvahlord
2022-09-05Scripts/Spells: Script 'Hate To' spells (#28129)offl
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-06-30Core/WorldStates: Migrate instance script worldstates to new systemShauren
2022-06-10Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...Shauren
2022-04-25Core/Spells: Rename SpellAttr1 to use official attribute namesShauren
2022-04-24Scripts/Instances: Replace manual criteria timer starts in instances with new...Shauren
2022-04-24Core/Achievements: Implemented criteria flag "Reset on Start" and removed man...Shauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren