aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Kalimdor
AgeCommit message (Expand)Author
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-09-18Scripts/Dire Maul: Added dungeon encounter idsShauren
2023-09-18Scripts/Stratholme: Added dungeon encounter idsShauren
2023-09-17Scripts/Zul'farrak: Added dungeon encounter idsShauren
2023-09-17Scripts/Uldaman: Added dungeon encounter idsShauren
2023-09-17Scripts/Razorfen Kraul: Added dungeon encounter idsShauren
2023-09-17Scripts/Wailing Caverns: Added dungeon encounter idsShauren
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
2023-08-02Scripts/Spells: Converted some damage calculating scripts to use new hooks as...Shauren
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-07-11Scripts/Halls of Origination: fixed a deprecation warning10.1.0.50000Ovahlord
2023-06-09Core/Spells: Added enum flag operators to TriggerCastFlags to prevent acciden...Shauren
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-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...ModoX
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids a...ModoX
2023-03-12Core/Creatures: Allow overriding default gossip menu idShauren
2023-03-04Core/Movement: Allow specifying timeout for follow movementShauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-09Scripts/HoO: fixed a crash in Temple Guardian Anhuur's script due to now supp...Ovahlord
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-22Scripts/Durotar: Fix ship arrived gossip for Mith'aka (#28386)Malcrom
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-30DB/Ahn'Qiraj Temple: Added spawn groups for bossesShauren
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-10Scripts/Quest: Migrate few quest spell scripts to zone files (#28015)offl
2022-06-10Scripts/Misc: Load gossip options from DB (#27892)lee
2022-06-10Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...Shauren
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-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-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-26Scripts/Misc: Load some texts from DB (#27867)lee
2022-03-26Scripts: Update Silithus Wind Stones (#27700)anzz1
2022-03-25Scripts/BM: Remove unused textoffl