aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Kalimdor
AgeCommit message (Expand)Author
2021-08-14Core/Script: fix Silithus Wind Stone exploit (#26808)Jinnaix
2021-08-09Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken...Giacomo Pozzoni
2021-08-09Scripts/BM: Update scripts to new register model (#26792)offl
2021-08-09Scripts/BFD: Update scripts to new register model (#26791)offl
2021-07-17Core/SAI: Warn when an unused parameter is set in the database (#26628)Giacomo Pozzoni
2021-07-13Scripts/OL: Update Onyxia to new register model (#26683)offl
2021-05-31Scripts/Spells: Add comments with id & name of spells part 4offl
2021-05-31Scripts/Spells: Add comments with id & name of spells part 3offl
2021-05-29Scripts/Spells: Add comments with id & name of spells part 2offl
2021-05-28Scripts/Spells: Add comments with id & name of spells part 1offl
2021-05-27Scripts/Quest: Rework cocooned creatures (#26554)offl
2021-04-14Scripts/RazorfenDowns: Fix Belnistrasz Incorrect Usage of GOSSIP_OPTION_QUEST...HelloKitty
2021-04-13Scripts/Zone: Update Dustwallow Marsh zone file (#26368)offl
2021-04-13Scripts: Update Azuregos to new model (#26392)offl
2021-04-12Scripts/Zone: Update Feralas zone file (#26367)offl
2021-02-04Core/Scripts: Move some speed values & UNIT_FLAG_NOT_SELECTABLE to DBoffl
2021-01-26Core/Scripts: Verify & migrate spell school immunities to DBoffl
2021-01-10Scripts/Diremaul - Dire Maul crystal and forcefield fix (#25332)Jinnaix
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-27Core/Scripts: Add missing spells to Black Morassoffl
2020-11-17Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map* (#25655)Ovah
2020-10-25DB/Instance/AQ40: Update gossipsoffl
2020-09-12DB/Quest: Convert & update support for 'The Caverns of Time' to SAIoffl
2020-09-12DB/Quest: Convert & update Homing Robot chickens to SAIoffl
2020-09-10Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2020-09-08Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
2020-09-04Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
2020-08-28Script/Azuremyst_isle: Remove useless logAokromes
2020-08-20Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remov...Shauren
2020-08-15Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2020-07-31Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2020-07-28Core/CreatureAI: std::chrono-ify DoSummon* methodsCarbenium
2020-07-27Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2020-07-27Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2020-07-27Core/Creature: Remove non-std::chrono overload of DespawnOrUnsummonCarbenium
2020-07-26Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2020-07-26Scripts/Kalimdor: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2020-07-25Core/EscortAI: std::chrono-ify AddWaypointCarbenium
2020-07-25Core/ScriptedAI: std::chrono-ify DoSpawnCreatureCarbenium
2020-07-25Core/InstanceScript: std::chrono-ify DoRespawnGameObjectCarbenium
2020-07-18Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-07-14Scripts/Kalimdor: Use std::chrono::duration overloads of EventMap (#25016)Peter Keresztes Schmidt
2020-07-13Fix some compiler warnings reported by GCC (#25007)Peter Keresztes Schmidt
2020-07-09Creature/Script: npc_blackfathom_deeps_event (#24969)Eridium
2020-07-07DB/Quest: Convert & update support for 'Chasing A-Me 01' to SAIoffl
2020-07-06DB/Quest: Convert & update scripts from Thousand Needles to SAIoffl
2020-07-06DB/Quest: Convert & update support for 'Protect Kaya' to SAIoffl
2020-06-16game/AI: Convert SelectAggroTarget to enum class (#24818)Peter Keresztes Schmidt
2020-06-07Core/AI: refactor SpellHit and SpellHitTarget. (#24691)ForesterDev