aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-25DB: Typo in the previous commitKillyana
2019-05-25DB/Creature: Dark Portal Dummy 1.30Killyana
2019-05-25DB/Misc: Eclipsions NpcsKillyana
2019-05-24DB/Quest: Portals of the LegionKillyana
2019-05-24Core/Spells: Fix spells with Health Leech effect, now check damage absorb ↵Gildor
when calculate Heal (#23312) Closes: #23311
2019-05-24Core/SmartAI: Implement SMART_EVENT_SUMMONED_UNIT and ↵jackpoz
SMART_EVENT_SUMMON_DESPAWNED for GameObject owners
2019-05-24Scripts/Zul'Gurub 22974 high priestess marli hatching eggs (#23212)Ianislav Vasilev
* Issue 22974: Initial bugfix suggestion. * Fixed allignment. * Removed unused call. * Initial spider spawn targeting is done. * Resolves issue 22874. Initial implementation suggestion. * Commenting out dead code. * Reordered private members to meet standards of member initializer list. * Removing unused parameter and changing data structure from list to vector. * Changed list to vector in the grid notifier. * Removing comments and fixing identation. * Stupid collapsed blocks. * Scripts/Misc: Change IsSummonedBy(Unit*) to IsSummonedBy(WorldObject*) * Scripts/Misc: Fix build * Core/TempSummons: Rename GetSummoner() to GetSummonerUnit() * Core/TempSummons: Add support to TempSummons::GetSummoner() to return GameObject too * Fix build * Core/TempSummons: Allow GameObject to be owner of TempSummon * Core/TempSummons: Add support to SAI for GameObject owner of TempSummon * Scripts/Misc: Fix no-pch build * Cleaned up all the core changes and scripted eggs and spell according to pull request comments. * Fix no-pch build. * Fix no-pch build 2. * Added sql file for the spell and gameobject script. * Update 2019_05_20_00_world.sql * Added conditions to spell thanks @xvywh and some minor changes to the code. * Removed some strange leftovers. * Removed obsolete brackets. * Rename 2019_05_20_00_world.sql to 2019_05_24_00_world.sql
2019-05-24DB/Misc: Remove some auras related to channel spell and add the proper ↵Killyana
script to Eclipsion Spellbinder & Eclipsion Archmage Also fix some cosmetic mounts
2019-05-24DB/GameObject: Fix wrong rotationsKillyana
Closes #23306
2019-05-23DB/Quest: Test Flight: The Zephyrium CapacitoriumKillyana
It fix also the 3 other Test Flight quests Closes #17840
2019-05-233.3.5 gameobject summoner (#23289)Giacomo Pozzoni
* Scripts/Misc: Change IsSummonedBy(Unit*) to IsSummonedBy(WorldObject*) * Scripts/Misc: Fix build * Core/TempSummons: Rename GetSummoner() to GetSummonerUnit() * Core/TempSummons: Add support to TempSummons::GetSummoner() to return GameObject too * Fix build * Core/TempSummons: Allow GameObject to be owner of TempSummon * Core/TempSummons: Add support to SAI for GameObject owner of TempSummon * Scripts/Misc: Fix no-pch build * Core/TempSummons: Implement PR comments
2019-05-23Core/SmartAI: Fix SMART_EVENT_SUMMON_DESPAWNEDjackpoz
Fix SMART_EVENT_SUMMON_DESPAWNED not working when event_param1 was set to any value other than 0
2019-05-23Core/GameObjects: Validate rotation quaternion at startupShauren
Ref #23306
2019-05-23DB/Creature: Floating SkullKillyana
2019-05-22DB/Creature: Warder/Defender CorpsesKillyana
Ref #21102
2019-05-22DB/Creature: Tidewalker WarriorKillyana
2019-05-22DB/Creature: Shadowmoon VillagerKillyana
And fix some auras and equipements
2019-05-22Rename fileKillyana
2019-05-22DB/Quest: Items of PowerKillyana
Closes #6388
2019-05-22DB/Creature: Wrath-Scryer's FelfireKillyana
Used in spell=35770 by Wrath-Scryer Soccothrates, the boss has half of his abilities missing or not scripted
2019-05-22DB/Creature: Kaylaan & Fallen VindicatorKillyana
2019-05-22DB/Creature: Death Watcher/Entropic EyeKillyana
2019-05-22DB/Creature: Duro Control ConsoleKillyana
2019-05-22DB/SAI: Overseer SeylannaKillyana
And remove some wrong spawns
2019-05-21DB: Fix rotation and state for Nether Collector Tube and add Coruu Control ↵Killyana
Console
2019-05-21DB/Creature: Event Generator Old HillsbradKillyana
2019-05-21DB/Creature: Little Jimmy VishasKillyana
The event with Renault Mograine and Sally Whitemane and a Captured Critter is not scripted
2019-05-21DB/Creature: Nova TerraKillyana
2019-05-21DB/Creature: Aldor Spawn ControllerKillyana
2019-05-21DB/Creature: Fix some WaypointsKillyana
2019-05-19Core/PetAI: apply some movement related correctionsccrs
Unit::StopMoving() is evil, and so is MotionMaster::Clear() the first can really mess up existing movement generators the second can interrupt "controlled" movements... can do it literally mid-air
2019-05-19Core/Handlers: apply some movement related correctionsccrs
Unit::StopMoving() is evil, and so is MotionMaster::Clear() the first can really mess up existing movement generators the second can interrupt "controlled" movements... can do it literally mid-air
2019-05-19Core/Handlers: random PetHandler cosmetics & codestyleccrs
2019-05-19Core/Movement: move DelayedAction into MotionMaster and add a couple definesccrs
2019-05-18DB/Quest: Fix some Breadcrumb questsKillyana
2019-05-18Core/Packet: Clean up packet creationjackpoz
Clean up packet creation by removing some unneeded checks to specify the exact packet size to reserve. It's cheaper and easier to just always specify the max size as it's a matter of a few bytes only anyway.
2019-05-18Core/Misc: Fix static analysis issues reported by Coverityjackpoz
2019-05-18Spell/Scripts: Add cooldown for Arcano-Scorp spellsKillyana
Closes #23287
2019-05-17Core/Scripts: implement a PlayerScript hook called when a quest's objective ↵Wyrserth
receives progress (#23286)
2019-05-17Scripts/Blackrock Depths: High Priestess of Thaurissan (#23230)Ianislav Vasilev
* Initial fix suggestion for 22660. * Removed todo related to the work done in this branch. * Removing obsolete braces and added failfast check. * Refactored the logic about having the quest. * Removing obsolete braces. * Adding reference to incomplete type. * Switching from forward declaration to header where type is defined. * Including Player type definition in order to work with nopch. * Update src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Reverted mistakenly deleted todo
2019-05-17Core/Spell: add proper cooldowns to some spells used by vehicles (#23260)Wyrserth
* Core/Spell: add proper cooldowns to some spells used by vehicles, thanks to jackpoz and sirikfoll. * Add Wing Buffet and Stampy's Stompy-Stomp. * Add Tag Greater Felfire Diemetradon and Touch of Darkness. * Rename 9999_99_99_99_world.sql to 2019_05_17_00_world.sql
2019-05-17Build: fix variable order initialization errorccrs
fatal error: field 'Action' will be initialized after field 'Validator' [-Wreorder]
2019-05-17Core/Movement: implement MotionMasterDelayedAction validatorccrs
2019-05-17Core/AI: PetAI method reorderingccrs
2019-05-16Instance/Script: Blood FurnaceKillyana
Ref #23285
2019-05-16DB/Creature: Hellfire FamiliarKillyana
2019-05-16DB: Rename FilesKillyana
2019-05-16Core/PetAI: apply some movement related correctionsccrs
Unit::StopMoving() is evil, and so is MotionMaster::Clear() the first can really mess up existing movement generators the second can interrupt "controlled" movements... can do it literally mid-air
2019-05-16Core/PlayerAI: apply some movement related correctionsccrs
Unit::StopMoving() is evil, and so is MotionMaster::Clear() the first can really mess up existing movement generators the second can interrupt "controlled" movements... can do it literally mid-air
2019-05-16Core/Misc: remove incorrect ClearUnitState calls related to movementccrs
these unit states should never be removed outside motionmaster's handlings