aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Kalimdor/CavernsOfTime
AgeCommit message (Expand)Author
2025-11-10Core/Movement: Use std::span argument instead of std::vector in MoveSplineIni...Shauren
2025-07-11Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit standa...Shauren
2025-05-11Scripts/Misc: Update ScriptPCH content to include most commonly headersShauren
2025-01-05Core/Grids: Modernize TypeContainer with variadic templateShauren
2024-12-29Core/AI: Remove default arguments for inter-script communicationModoX
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-12-22Scripts/Well of Eternity: fixed a typo in the instance script class nameOvahlord
2023-12-22Scripts/Hour of Twilight: assign the correct scriptname to the instanceOvahlord
2023-12-22Scripts/Misc: added base instance scripts and definitions for all 4.3 Catacly...Ovahlord
2023-12-22Scripts/Dragon Soul: added base instance script and definitionsOvahlord
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
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-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
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-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-09-30Scripts/Hyjal: Change boss state management from SetData to SetBossStateShauren
2022-09-30Scripts/The Escape From Durnholde: Minor improvementsShauren
2022-09-29Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode las...lee
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ...Meji
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-01Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch when...Shauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Scripts/Misc: Load some texts from DB (#27867)lee
2022-03-25Scripts/BM: Remove unused textoffl
2022-03-21Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160)offl
2022-03-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
2022-03-12Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken...Giacomo Pozzoni
2022-03-12Scripts/BM: Update scripts to new register model (#26792)offl
2022-03-11Core/SAI: Warn when an unused parameter is set in the database (#26628)Giacomo Pozzoni
2022-03-10Scripts/Spells: Add comments with id & name of spells part 4offl
2022-03-10Scripts/Spells: Add comments with id & name of spells part 3offl
2022-03-10Scripts/Spells: Add comments with id & name of spells part 1offl
2022-03-06Core/Scripts: Move some speed values & UNIT_FLAG_NOT_SELECTABLE to DBoffl
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-03-05Core/Scripts: Add missing spells to Black Morassoffl
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski