aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-23*Do not always set faction in summonvehicle function.megamage
--HG-- branch : trunk
2009-08-23*Fix the bug that some vehicles cannot fly.megamage
--HG-- branch : trunk
2009-08-22*Consider target size for AOE spells.megamage
--HG-- branch : trunk
2009-08-22*Use ai function issummonedby to handle creature trigger spells.megamage
--HG-- branch : trunk
2009-08-22*Let all accessories enterevademode when vehicle enter evade mode.megamage
--HG-- branch : trunk
2009-08-22*Do not allow creature to enterevademode when it is on vehicle.megamage
*Do not allow unit to attack its vehicle. --HG-- branch : trunk
2009-08-22*Use canCreatureAttack in SelectVictimmegamage
--HG-- branch : trunk
2009-08-22*Keristrasza - Teleport players to Saragosa's Landing script - by Oculusmaximius
--HG-- branch : trunk
2009-08-23*Merge.Anubisss
--HG-- branch : trunk
2009-08-22*Use removeaura instead of exitvehicle in dk quest. By Nevan.megamage
--HG-- branch : trunk
2009-08-23*Update THANKS and some clean with spaces in scripts.Anubisss
--HG-- branch : trunk
2009-08-22*Update visibility of puppet immediately when it is summoned. This should ↵megamage
fix the bug that eye cannot fly in some cases. --HG-- branch : trunk
2009-08-22*Fix quest Grand theft palomino. By kaxapmegamage
--HG-- branch : trunk
2009-08-23*Some changes in Emalon the Storm Watcher.Anubisss
--HG-- branch : trunk
2009-08-22* revert 5293Machiavelli
--HG-- branch : trunk
2009-08-22* Missing file change for last commit (correct packet size calculation)Machiavelli
--HG-- branch : trunk
2009-08-22* Fix memory leak in WaypointStore::UpdatePathMachiavelli
* Correct packet size calculating mistake from 5292 * Code style cleanup in Level2.cpp (Waypoint commands) --HG-- branch : trunk
2009-08-22* Use DB transaction in Player::_SaveGlyphs()Machiavelli
* Remove not needed query in Player::UpdateSpecCount --HG-- branch : trunk
2009-08-22* Fix bug that creator of item was not displayed when inspecting another playerMachiavelli
* Send item enchant data and creator regardless of CONFIG_TALENTS_INSPECTING --HG-- branch : trunk
2009-08-22*Do not allow players to use vehicles to go further than 1st boss in Ulduar.megamage
--HG-- branch : trunk
2009-08-21*Some cleanup of Kalecgos script.megamage
--HG-- branch : trunk
2009-08-21*Allow creature to cast on self when enterevademode. This fixes the bug that ↵megamage
adding castspell in reset function does not work. --HG-- branch : trunk
2009-08-21*Herzo and Arzo should not be paired (thanks Gyullo)maximius
--HG-- branch : trunk
2009-08-21*Do not allow to use flying mount in wintergrasp.megamage
--HG-- branch : trunk
2009-08-22*Fix 2 typos.Anubisss
--HG-- branch : trunk
2009-08-22*Add some checks to avoid crashes if ScriptedInstance is NULL.Anubisss
--HG-- branch : trunk
2009-08-21*Take req source items after quest is finished.megamage
--HG-- branch : trunk
2009-08-21*Revert 5219.megamage
--HG-- branch : trunk
2009-08-21*Apply auras in core for Kalecgos instead of setting db data.megamage
--HG-- branch : trunk
2009-08-21*Remove an obsolete spell of Illidan.megamage
--HG-- branch : trunk
2009-08-21*Remove rank auras from players who are offline after battle of wintergrasp ↵megamage
ends. --HG-- branch : trunk
2009-08-21*Wintergrasp: give honor for every captured workshops in the end of the battle.megamage
--HG-- branch : trunk
2009-08-21*Fix a crash in wintergrasp when a neutral workshop is destroyed.megamage
--HG-- branch : trunk
2009-08-21Fix typoKudlaty
--HG-- branch : trunk
2009-08-21Fix typo in battleground announcer. Thx GyulloKudlaty
--HG-- branch : trunk
2009-08-21Forgot about includeKudlaty
--HG-- branch : trunk
2009-08-21Script for Plaguehound Tracker. Thanks to manuel and NevanKudlaty
--HG-- branch : trunk
2009-08-21*Reduce the distance of auto-dismount in quest Grand Theft Paliminomegamage
--HG-- branch : trunk
2009-08-21*Fix the bug that lifebloom heals too much.megamage
--HG-- branch : trunk
2009-08-21*Fix bug that item in guild bank would display improper spellcharges amount.Machiavelli
--HG-- branch : trunk
2009-08-21*Use total max veh number instead of max veh number per workshop to check if ↵megamage
can build vehicle in wintergrasp. *Do not despawn vehicles when workshop is destroyed or captured. --HG-- branch : trunk
2009-08-21*Display max veh number and capture point banner in wintergrasp.megamage
--HG-- branch : trunk
2009-08-21* Don't apply double RAP modifier to Steady Shot, pointed out by thenecromancerMachiavelli
--HG-- branch : trunk
2009-08-21*Use safer function to modify threat pct in script.megamage
--HG-- branch : trunk
2009-08-21*Fix a crash caused by removing vehicles when wintergrasp battle ends.megamage
--HG-- branch : trunk
2009-08-21*Add assert back to antiair AI. spell[0] is necessary for this AI. If there ↵megamage
is no spell[0] in db, then this ai should not be used. --HG-- branch : trunk
2009-08-21*Remove a check in getreferencebytarget. If a crash happens, the check ↵megamage
should be made in the high-level function but not low-level function. --HG-- branch : trunk
2009-08-21* Last commit also fixes damage calculation of Steady Shot, based on ↵Machiavelli
original patch by thenecromancer. --HG-- branch : trunk
2009-08-21*Fix crash in mob_anti_airAI. Remove assert and cast no spell instead, if no ↵Machiavelli
spell was found in DB template. --HG-- branch : trunk
2009-08-21* Partial revert of last changeset, double nullpointer check is not needed ↵Machiavelli
since everything seems to go via ThreatContainer::getReferenceByTarget --HG-- branch : trunk