aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/World
AgeCommit message (Expand)Author
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
2023-03-24Scripts/Misc:fix npc_professions locale text (#27894)lee
2022-10-14Scripts/Quests: Help Those That Cannot Help Themselves (#28304)Malcrom
2022-10-12Scripts/Gossips: Set gossip menu id for scripts that load menu items from dat...Shauren
2022-09-08Scripts/Events: Ironforge hourly bell event correction (#28234)M'Dic
2022-07-12Scripts/Quest: Update few quests (#28108)offl
2022-04-17Scripts/Gossip: Fixed money not being removed when enabling/disabling experie...Shauren
2022-04-17Core/Gossip: Fixed gossip menu options not performing their default actions w...Shauren
2022-04-03Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...Shauren
2022-03-29Core/Units: Reduce differences between branches part 1 - unit updatefield acc...Shauren
2022-01-02Update inkeeper content (#27507)Grindelwald
2022-01-01DB: Sync structure of a shared auth table between branchesShauren
2021-12-18Scripts/Quest: Rework 'The Cleansing' (11317,11322) (#27413)offl
2021-11-23Scripts/Misc: Migrate world event scripts to separate files 2 (#27309)offl
2021-11-10Scripts/Creature: Replace trigger_periodic with unique scripts (#27240)offl
2021-10-08Script/World: Brewfest Reveler Script (#27031)Malcrom
2021-09-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
2021-09-09Scripts/Creature: Update Dancing Flames (#26883)offl
2021-09-04Core/Spells: Remove remaining direct accesses to SpellInfo::EffectsShauren
2021-08-31DB/GameObject: Update Toy Train Setoffl
2021-08-09Scripts/World: improve Training Dummy script (#26778)Gildor
2021-08-09Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken...Giacomo Pozzoni
2021-06-20Core/Misc: Fix issues reported by static analysisjackpoz
2021-05-31Scripts/Spells: Add comments with id & name of spells part 3offl
2021-05-28Scripts/Spells: Add comments with id & name of spells part 1offl
2021-02-01DB/GameObject: Matrix Punchographoffl
2021-01-08Split all addon chat logs into separate log streams (#25816)Kyle Phelps
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-08DB/Creature: Properly apply CREATURE_FLAG_EXTRA_NO_SKILLGAINoffl
2020-11-11DB/Spells: Move conditions for spell 'Gor'drek's Ointment' from item script t...offl
2020-11-11DB/Creature: Convert & update support for Tonk Mine to SAIoffl
2020-11-10DB/Quest: Update support for 'Merciful Freedom' (11676)offl
2020-11-10DB/Quest: Convert & update support for 'Prison Break' (11587) to SAIoffl
2020-11-09DB/Quest: Convert & update support for 'The Spider God' & 'Hive in the Tower'...offl
2020-09-10Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2020-08-22DB/Quest: Convert & update support for 'Ebon Blade Prisoners' to SAIoffl
2020-08-05Scripts/World: updated Training Dummy script to modern model and removed poin...Ovahlord
2020-07-31Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2020-07-27Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2020-07-27Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2020-07-27Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2020-07-26Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2020-07-26Scripts/World+Outland+Spells: Use std::chrono overload of Creature::DespawnOr...Carbenium
2020-07-16Misc: Remove some unneeded/duplicated includes (#25051)Peter Keresztes Schmidt
2020-07-14Scripts/World+Pet: Use std::chrono::duration overloads of EventMap (#25017)Peter Keresztes Schmidt
2020-07-12Core/DataStores: Update DBC field names to generated ones (#24999)Peter Keresztes Schmidt
2020-06-16game/AI: Convert SelectAggroTarget to enum class (#24818)Peter Keresztes Schmidt
2020-06-07Core/AI: refactor SpellHit and SpellHitTarget. (#24691)ForesterDev