| Age | Commit message (Collapse) | Author |
|
Closes #2975
|
|
Closes #1092
Closes #2958
|
|
|
|
Partly reverts ddec56b3e0ec2c2e36264b3ac080fd9ccde099df
|
|
Fixes #3285
|
|
- Simplified CellArea calculation (Original author: SilverIce)
- Removed unused code in Cell class (Original author: SilverIce)
- Improve some Visit functions.
|
|
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.
|
|
Also some minor changes here and there
|
|
|
|
|
|
|
|
* Lady Deathwhisper : Correction in timers for summoning waves of adds in heroic mode
|
|
Closes #3519
|
|
- Instead of the need to use a waypoint_script to change orientation on waypoint arrival.
|
|
Closes #3512
|
|
Closes #3500
Closes #3503
Thanks @raelik
|
|
Core: Style cleanup in boss_illidan.cpp
|
|
|
|
|
|
|
|
Scriptwork/Clean-up (Av,Brd,Brs)
|
|
* Corrected Shadow Prison (Prince Keleseth casts it)
* Fixed spell_putricide_slime_puddle second effect hook
|
|
Scripts/ICC: Fix Shadow Prison
|
|
|
|
correcting its size
|
|
|
|
|
|
|
|
better management.
|
|
* 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 ;)
|
|
Replace CreatureRelocation in scripts with new Creature::SetPosition.
|
|
|
|
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.
|
|
|
|
in combat.
|
|
* 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)
|
|
|
|
heads up
|
|
data, both for loot and possibly gobject templates.
Closes #2220
Ref #1928
Ref #1878
|
|
* 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...
|
|
spell_the_lich_king_necrotic_plague_jump
Closes #3390
|
|
CleanUp
|
|
* 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.
|
|
* Fixed pGuild->guild
* Fixed pGroup->group
* Fixed pOwner->owner
|
|
* Fixed pUnit-unit
|
|
target, and boost range of spell Pursue to 50000yds to prevent boss reseting during the encounter.
|
|
is owned.
|
|
* Properly remove glow aura during outro from Tirion
* Improved Wicked Spirit behaviour & visibility on heroic mode
* Removed gossip npcflag from Tirion after LK death
|
|
* Fixed Mutated Abomination for Professor Putricide
* Tweaked a bit Bone Storm damage formula and fixed its damage (fix by Havenard)
|
|
Core/Script: Fix possible crash in achievement_defenseless.
|