aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-07Core/Entities: Do not create the model twice for a GameObject.trickerer
Should fix #5218 (Still need to check)
2012-10-07Core/SAI: Fixes crashes when using SMART_EVENT_[IC/OOC]_LOSSubv
It should also fix some wrong behaviors in scripts that use these events.
2012-10-07Core/Spells: Fixed a crash caused by Beacon of Light.Subv
GroupReference sources should always be checked against NULL pointers.
2012-10-07DB/Loot: increase dropchance for Plump Buzzard Wingzxbiohazardzx
Closes #7989
2012-10-07Fixup a guid issue in 2012_10_06_04_world_misc_spawns.sqlw1sht0l1v3
2012-10-07Core/Utils: Add asserts to irand, urand and frandNay
max should always be higher or equal than min notice that SFMT was already covering these cases and it would return 0, -1 or min
2012-10-07Core/Scripts: Typo fix.w1sht0l1v3
2012-10-07Core/Misc: Fix some possible issues detected by static code analysiskaelima
2012-10-07Fix non-pch buildkaelima
2012-10-07Fixed compile and renamed one sql fileskaelima
2012-10-06Merge pull request #7913 from Warpten/theRubySanctumKaelima
Scripts/Ruby Sanctum: Halion, the Twilight Destroyer.
2012-10-06Scripts/Ruby Sanctum: Halion, the Twilight Destroyer.Warpten
2012-10-06Core/Traps: Remove hardcoded cooldown value of 1 and use startDelay instead, ↵Nay
as per Kaelima suggestion startDelay is 1 for all hunter traps Fix non PCH build (boss_elder_madox.cpp) Remove a double parentheses in LFGGroupScript
2012-10-06Core/Misc: Tabs to spaces and whitespace cleanupNay
2012-10-06Merge pull request #7987 from CeIa/masterNay
Core/Script: Iron assemby encounter
2012-10-06SQL: Rename SQLs from 65c6b89d01b1a5675d2cNay
2012-10-06Merge pull request #7970 from Retriman/DungeonsSIINay
Core/Script: Dungeon Ahnkahet Boss Elder Nadox.
2012-10-06Merge pull request #7981 from Retriman/SpellTiNay
Core/Spell: Traps Hunter.
2012-10-06Merge pull request #7984 from Retriman/DungeonFinderTINay
Core/DF: Fix deserter in Dungeon Finder
2012-10-05Compile fixShauren
2012-10-05Core/DF:Retriman
*Fix deserter in Dungeon Finder
2012-10-05Fix encounter in progress on the iron assemblyCeIa
2012-10-05Core/Script: Dungeon Ahnkahet Boss Elder Nadox.Retriman
Fix typo sorry.
2012-10-05Core/Spell: Traps Hunter.Retriman
*Fix the range of the activation of the traps, according for video and comments. *Fix armed traps in combat change in 3.0.2. see u http://us.battle.net/wow/en/game/patch-notes/3-0-2
2012-10-05Core/Battlefield: fix the wintergrasp and ioc teleporters.Kandera
2012-10-05Core/Battleground: Correct spawning of the generals in IoCKandera
2012-10-05Core/Maps: fix being able to be ported to an instance while in a group with ↵Kandera
a temporary save. was causing some issues.
2012-10-05Core/Spells: Master's Call should not remove stun effects.Kandera
2012-10-05Core/Movement:Fixed visual bug when using scatter shot at a moving target.Retriman
2012-10-05Missing comma.w1sht0l1v3
2012-10-05Merge pull request #7975 from Retriman/SpellTikandera
Core/Movement:Fixed visual bug when using scatter shot at a moving target
2012-10-05Core/Scripts: add another missing include.Kandera
2012-10-05Core/SpellEffects: correcting movement bugs with CC + slow, for example ↵tibbi
Psychic scream + Chains of ice
2012-10-05Core/Scripts: add missing include from 42c047bebc09d5a9da48052bf4e9e341dae5f04cKandera
2012-10-05Merge pull request #7855 from horn/masterkandera
Core/LFG: Implemented seasonal bosses options and fixed entrance points for dungeons with multiple parts (like Dire Maul, Scarlet Monastery etc.)
2012-10-05Merge pull request #7839 from Warpten/soulwellkandera
Core/Spells: Fixed Soulwell charges removal on use.
2012-10-05Merge pull request #7971 from Retriman/SpellTikandera
Core/Spell: Remove LOS in spell tremor, grounding Totem.
2012-10-04Core/Spell: Remove LOS in spell tremor, grounding Totem.Retriman
2012-10-04Core/Script: Dungeon Ahnkahet Boss Elder Nadox.Retriman
*Convert creatureScript to BossAI. *Move heroic spell to SpellDifficulty. *Add SpellScript Aura Elder Nadox. *Fix Despawn Summon. *Fix Timers whith dbm addon. **And other bugs related in issues TC
2012-10-04Core/Misc: Fix a format error in ByteArrayToHexStrSubv
Was appending an extra space. Closes #7959
2012-10-05Core/LFG: Implemented seasonal bosses options and fixed entrance points for ↵horn
dungeons with multiple parts (like Dire Maul, Scarlet Monastery etc.) TODO: - implement spawning seasonal bosses by Dungeon Finder - script seasonal bosses - all of them needs to call RewardDungeonDoneFor function in their JustDied to be able to complete dungeon (see boss_headless_horseman.cpp) - replace lfg_entrances coords by sniffed values - create missing template for item 54537 (Heart-Shaped Box)
2012-10-04DB/Texts: add removed texts from ab3430762d965f84717fdf7a18e2cbc2271c436a. ↵Kandera
rename another sql file
2012-10-04Core/Battleground: only spawn the generals in ioc once the north or south ↵Kandera
gate has been destroyed. Closes #3022
2012-10-04Merge pull request #7928 from Retriman/masterkandera
Core/Script: Update spelldifficulty for Boss Anubarak
2012-10-04Core/Oculus: fix compile.Kandera
2012-10-04Merge pull request #7944 from Trista/masterkandera
Scripts/Oculus: Fixes here and there, implement phasing
2012-10-04Fix compile without PCHSpp
2012-10-04Core/Battlegrounds: Remove no longer needed files BattlegroundAA/BattlegroundRBSpp
2012-10-04Core/Battleground: Some minor optimizations here and there.Spp
2012-10-04Core/Battlegrounds: Minor optimization when checking if player left start zoneSpp