aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-10-22Scripts/Quests: Fix quest What Do You Feed a Yeti, Anyway? (14112,14145)Nay
Closes #2975
2011-10-22DB/SAI: Fix quest A Meeting With The Magister and An Audience With The ArcanistDiscover-
Closes #1092 Closes #2958
2011-10-21Use read/write thread mx guard instead of general guard for HashMapHolder.megamage
2011-10-21Core/Spells: Move Shadowfiend's passive aura to creature addon.kaelima
Partly reverts ddec56b3e0ec2c2e36264b3ac080fd9ccde099df
2011-10-19Core/Spells: Fix shadowfiend.Liberate
Fixes #3285
2011-10-19Core/Grid:kaelima
- Simplified CellArea calculation (Original author: SilverIce) - Removed unused code in Cell class (Original author: SilverIce) - Improve some Visit functions.
2011-10-18Rename some classes in grid system.megamage
Note: The naming of classes is still confusing. "cell" usually refers to class "Grid", and "grid" usually refers to class "NGrid". But it requires a lot of changes to clean this up.
2011-10-18Core/Calendar: Send map raid reset only onceSpp
Also some minor changes here and there
2011-10-18Core: Fix some warningsSpp
2011-10-17Core/Misc: Added 'f' after float valuesFredi Machado
2011-10-16Fix a crashed caused by mob_mistress_of_pain. Fix #3527.megamage
2011-10-16Scripts/Icecrown Citadeldraco
* Lady Deathwhisper : Correction in timers for summoning waves of adds in heroic mode
2011-10-15Scripts/Icecrown Citadel: Stinky should only have his damage aura in combatShauren
Closes #3519
2011-10-15Core/WaypointMgr: Allow to set orientation to waypoints.kaelima
- Instead of the need to use a waypoint_script to change orientation on waypoint arrival.
2011-10-15Scripts/Icecrown Citadel: Corrected timer on Death and DecayShauren
Closes #3512
2011-10-14Core/Scripts: Fix Build.Nay
Closes #3500 Closes #3503 Thanks @raelik
2011-10-13Merge pull request #3467 from Studioworks/mastermegamage
Core: Style cleanup in boss_illidan.cpp
2011-10-13Some cleanup of CanSeeOrDetect code.megamage
2011-10-13Fix the sequence of some lines because of my previous changes.Studioworks
2011-10-12Readd accidentally removed line in my previous commit.Studioworks
2011-10-12Merge pull request #3445 from Bootz/mastermegamage
Scriptwork/Clean-up (Av,Brd,Brs)
2011-10-12Scripts/Icecrown CitadelShauren
* Corrected Shadow Prison (Prince Keleseth casts it) * Fixed spell_putricide_slime_puddle second effect hook
2011-10-12Merge pull request #3430 from Havenard/fix0007megamage
Scripts/ICC: Fix Shadow Prison
2011-10-12Build fixShauren
2011-10-12Scripts/Icecrown Citadel: Adjusted Ooze Puddle spell effect radius after ↵Shauren
correcting its size
2011-10-11Fix crash caused by FlameLeviathanPursuedTargetSelectormegamage
2011-10-11Core: Style cleanup in boss_illidan.cppStudioworks
2011-10-11Scripts/Icecrown Citadel: Fixed Professor Putricide's ooze puddle growthShauren
2011-10-10Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for ↵megamage
better management.
2011-10-10Scripts/EasternKingdom: Cleanup AV,BRD,BRSBootz
* Fixed codestyle "*c" -> "*creature" * Removed SD2 Hieroglyphics * Removed some hungarian notations * Adjusted Some Alignments (cosmetic) * Added spaces for "*"->" * " where needed (cosmetic) * Fixed couple variableNames DevNote: im sure VN's can be picked at and more found, but this was just a clean-up nothing more. ToDo: Alterac Valley - Core/db: needs spawns in side the final bosses dens fixed and agro ranges corrected.. not blizzlike. BRD - Tomb of seven - Learning Smelt Dark Iron if tribute quest rewarded. Missing event. blackrock_depths.cpp - Need to rewrite the Jail Break support Need to remove: npc_dughal_stormwing/npc_marshal_windsor/npc_marshal_reginald_windsor/npc_tobias_seecher if they are handled elsewhere, or get tehm fixed to uncomment them ;)
2011-10-10Rename "SetPosition" to "UpdatePosition".megamage
Replace CreatureRelocation in scripts with new Creature::SetPosition.
2011-10-10Script/Commands: Codestyle and cleanupsFredi Machado
2011-10-09Scripts/ICC: Fix Shadow PrisonHavenard
Fix Shadow Prison implementation, the control aura should not be cast on players. Fix Shadow Prison aura remaining on players if they leave the instance during the encounter, causing them to kill all nearby moving enemies including inside battlegrounds.
2011-10-09Scripts/Ulduar: Changed behaving of Elders when Freya is killedLopin
2011-10-09Scripts/ICC: Prevent players from teleporting to the Lich King if they are ↵Cron
in combat.
2011-10-08Scripts/Icecrown CitadelShauren
* Minor corrections to Sister Svalna event * Removed unneeded workarounds for Deathbringer Saurfang procs * Changed GM check to use account level (makes no sense to check isGameMaster as that does not allow entering combat at all)
2011-10-08Scripts/Ulduar/Freya: Kill the leftovers of old chest handlingMachiavelli
2011-10-08Scripts/Ulduar/Flame Leviathan: Fix crash #3403. Thanks to Shauren for the ↵Machiavelli
heads up
2011-10-08Scripts/Ulduar/Freya: Fix chest spawn on death. Note that this needs DB ↵Machiavelli
data, both for loot and possibly gobject templates. Closes #2220 Ref #1928 Ref #1878
2011-10-07REPO: Code-style clean-upsBootz
* Fixed pMap->map * Fixed pInstance->instance * Fixed pInsta->instance * Fixed pQuest->quest * Fixed pWho->who * Fixed pTarget->target * Fixed pGo->go ~DEVNOTES: Handlers/QuestHandler.cpp still needs to be cleaned...
2011-10-07Scripts/Icecrown Citadel: Fixed possible crash in ↵Shauren
spell_the_lich_king_necrotic_plague_jump Closes #3390
2011-10-07Merge pull request #3278 from lost-illusion/masterShocker
CleanUp
2011-10-07REPO: code-style clean-upBootz
* Fixed pPlayer->player * Fixed pCreature->creature ~DevNote: codestyle for Player should be (*player), not *plr or *p... same goes for Creatures (*creature)... more cleaning needed. We've way too many codestyles happening here.
2011-10-07REPO: code-style clean-upBootz
* Fixed pGuild->guild * Fixed pGroup->group * Fixed pOwner->owner
2011-10-07REPO: Code-style changeBootz
* Fixed pUnit-unit
2011-10-07Scripts/Ulduar/Flame Leviathan: Make both dummy effects apply on the same ↵Machiavelli
target, and boost range of spell Pursue to 50000yds to prevent boss reseting during the encounter.
2011-10-06Core/Spells: Swift Flight Form speed is set to 310% if a coresponding mount ↵sarjuuk
is owned.
2011-10-06Scripts/Icecrown CitadelShauren
* Properly remove glow aura during outro from Tirion * Improved Wicked Spirit behaviour & visibility on heroic mode * Removed gossip npcflag from Tirion after LK death
2011-10-06Scripts/Icecrown CitadelShauren
* Fixed Mutated Abomination for Professor Putricide * Tweaked a bit Bone Storm damage formula and fixed its damage (fix by Havenard)
2011-10-06Merge pull request #3304 from DemiDroL/patch-1Kaelima
Core/Script: Fix possible crash in achievement_defenseless.