aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-04Fly aura removal by No Fly Zone spell when it finish, not when it's ↵spp
unapplied. Closes #633 --HG-- branch : trunk
2009-12-06Fix a crash related to bags (infinite recursive call). closes #581spp
--HG-- branch : trunk
2009-12-03Wintergrasp: Removal of hardcoded events (Titan relic)Spp
--HG-- branch : trunk
2009-12-06Fix a crash in creature respawn, closes #566spp
--HG-- branch : trunk
2009-12-06Some area flag fixes:spp
- Krasus Landing (Dalaran) - The Forlorn Mine (Storm Peaks) - Boulderslide Cavern (Stonelaton Mountains) - Palemane Rock (Mulgore) --HG-- branch : trunk
2009-12-06Support for quest The Amphitheater of Anguish: Tuskarrmageddon! Q12935maanuel
--HG-- branch : trunk
2009-12-05Support for quest "The Attack" Q434maanuel
--HG-- branch : trunk
2009-12-06Better way to fix 6416, with help from Maximius.Machiavelli
--HG-- branch : trunk
2009-12-05Remove hack added in 6413. Fixes crash.Machiavelli
--HG-- branch : trunk
2009-12-05Add function to change orientation or set in front of some unit. It also ↵Kudlaty
send packet with move update, so client also will see that creature change orientation. --HG-- branch : trunk
2009-12-05Fix iterator related crash for some windows debug builds in ↵Machiavelli
LootTemplate::LooutGroup::Process. --HG-- branch : trunk
2009-12-02Teleport in-dungeon players to recall position when difficulty changes to ↵tartalo
avoid an exploit. Closes #58 --HG-- branch : trunk
2009-12-02Fix switch logic (I forgot a break; on a previous commit)tartalo
--HG-- branch : trunk
2009-12-01Fix No Fly Zone, by Spp. Closes #574tartalo
--HG-- branch : trunk
2009-12-01Wintergrasp: Fix Custom Honor rewards, by Spp. Closes #432tartalo
--HG-- branch : trunk
2009-12-01Implement No Fly Zone using Spell, by Spp. Needs db support. Closes #494tartalo
--HG-- branch : trunk
2009-12-01Fix area flag problem, by Spp: Dalaran. Closes #509tartalo
--HG-- branch : trunk
2009-12-01Fix area flag problem, by Spp: The Forlorn Mine. Closes #567tartalo
--HG-- branch : trunk
2009-11-30Fix some issues with fishing. Closes #421, patch by make_the_kingMachiavelli
--HG-- branch : trunk
2009-11-29Fix crash in script for quest Trolls is gone crazyKudlaty
--HG-- branch : trunk
2009-11-29Fix possible crashKudlaty
--HG-- branch : trunk
2009-11-29Fix typo.Kudlaty
--HG-- branch : trunk
2009-11-28Fix Says issuses in quest The AffrayKudlaty
Patch by maanuel. Fix by Unholy --HG-- branch : trunk
2009-11-28Fix quest 5282, The Restless Souls. #423Kudlaty
Patch by elron103 --HG-- branch : trunk
2009-11-28Should fix crash with chromaggus. #472Kudlaty
patch by footman --HG-- branch : trunk
2009-11-28patch to support quest The Art of Persuasion #503Kudlaty
patch by maanuel --HG-- branch : trunk
2009-11-28Fix spell Neural Needle. #502Kudlaty
Patch by maanuel --HG-- branch : trunk
2009-11-28Apply code style to zuldrak.cppKudlaty
--HG-- branch : trunk
2009-11-28Fix quest 12861.Kudlaty
Objective is to cast spell on creature, not kill --HG-- branch : trunk
2009-11-28Add option to cmake if should compile with multi thread maps or not.Kudlaty
Usage with: -DUSE_MULTI_THREAD_MAP=true (this will compile with multi thread maps --HG-- branch : trunk
2009-11-28Shuld fix quest The Light of Dawn ( #85 ), and some escort that use ↵Kudlaty
STATE_ESCORT_PAUSED --HG-- branch : trunk
2009-11-27Apply #249. [FIX] Sartharion - Achievements & Will of SartharionKudlaty
patch for Obsidiam Sanctum, about Achievements if you make the encounter wiht 1, 2 or 3 dragons alive. And fix a function call, aggro->EnterCombat Patch by gyullo --HG-- branch : trunk
2009-11-27Apply #391.Kudlaty
Fix typo and possible crash. Patch by trazom. In previous patch i forgot to mention about Azazel, sorry and thx for patch --HG-- branch : trunk
2009-11-27Apply #127.Kudlaty
Fix: Correct enum initialization phase value Patch by Vladmimír Lipták --HG-- branch : trunk
2009-11-27Apply #493. This add support for quest Adbuction.Kudlaty
Patch by maanuel --HG-- branch : trunk
2009-11-27Apply #456Kudlaty
Removed Essence of Wintergrasp from OutdoorPvP and implementation using the spell system. This will affect Wintergrasp and all Northrend zones, dungeons and raids. Note: need database support. Patch by Spp --HG-- branch : trunk
2009-11-27Apply #413Kudlaty
Implementation of Ring of Valor (Orgrimmar Arena) Patch by Spp and Opterman --HG-- branch : trunk
2009-11-27Apply #412.Kudlaty
Add support to gameobject type Transport (11) that should stop like Orgrimmar arena Elevators or pilars. Patch by Spp and Opterman --HG-- branch : trunk
2009-11-26* Remove empty header fileBrian
--HG-- branch : trunk
2009-11-26* Removed empty header fileBrian
--HG-- branch : trunk
2009-11-26* Removed empty header fileBrian
--HG-- branch : trunk
2009-11-27Apply #346. Script for quest Last Rites.Kudlaty
Patch by maanuel. --HG-- branch : trunk
2009-11-28Re-enable script for boss Palehoof event, needs DB support. Thank you Manuel.teacher
--HG-- branch : trunk
2009-11-26Fix some typos about questlevel -1.Kudlaty
--HG-- branch : trunk
2009-11-26* Fix Daily quests so they can be completed even if the player logs out.Brian
* * Thanks elron103 and disassebler --HG-- branch : trunk
2009-11-26* Added support for questItem5 and questItem6 in creature and gameobjectBrian
* templates. * * Thanks to Malcrom for doing the research. --HG-- branch : trunk
2009-11-25*Comment out a script because the mob not exists. Patch by manuel.Anubisss
--HG-- branch : trunk
2009-11-23*Slightly lower search radius, some indoor Mageguards are very close to this ↵maximius
NPC, causing unintended behavior. --HG-- branch : trunk
2009-11-23*Mergemaximius
--HG-- branch : trunk
2009-11-23*Fix a crash due to an invalidated iterator. Closes #420maximius
--HG-- branch : trunk