aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-01-01Fixed spell Tundra Stalker, by Metaphysical.Drama.n0n4m3
--HG-- branch : trunk
2009-12-31Update DBCFilesCount to the current amount of DBC files. Also, if locale ↵p0wer
tables are empty, they will no longer display anything. --HG-- branch : trunk
2009-12-31Add support for TARGET_UNIT_DRIVER where the target must be controlling a ↵p0wer
vehicle. Should fix 63665 used for ToC. --HG-- branch : trunk
2009-12-31Implemented function CheckPlayerCondition, it will be used before the player ↵_manuel_
enters in vehicles. Now vehicles Argent Warhorse and Argent Battleworg can't be used if the player dosen't have Argent Lance eqquiped. --HG-- branch : trunk
2009-12-31* Re-Fixed GO type 6 and type 8 to use radius for distance calculations insteadBrian
* of diameter. This will prevent things like people getting burned even though * you aren't touching the fire. --HG-- branch : trunk
2009-12-31Duskwood: Corrected wrong spell. Author: kb_z_manuel_
--HG-- branch : trunk
2009-12-30Added vehicles for Grand Champion Bosses. It needs db support for vehicleids._manuel_
--HG-- branch : trunk
2009-12-30Fix 3 memleakz.Anubisss
--HG-- branch : trunk
2009-12-30Missing changes...n0n4m3
--HG-- branch : trunk
2009-12-30Added script support for quest The Valiant's Challenge(13699), by alistern0n4m3
--HG-- branch : trunk
2009-12-30* re-add missed part of commit from rev 6418Brian
* Original patch by Machiavelli --HG-- branch : trunk
2009-12-30* re-fix repeatable quests so that they are completable if the playerBrian
* logs out and logs back in. * Thanks to Aokromes for pointing it out. --HG-- branch : trunk
2009-12-30Fix a memory leak.Anubisss
--HG-- branch : trunk
2009-12-30Some typos again in Moroes.Anubisss
--HG-- branch : trunk
2009-12-30Clean up trinitycore.conf.dist and trinityrealm.conf.distParadox
This is a purely cosmetic change, and isn't required for proper server functioning. If you are using windows and decide to merge it, I recommend windiff32 All Lines have been kept at column 80 or less to help make the files easier to read and edit in text mode editors. --HG-- branch : trunk
2009-12-30Fix a typo in Moroes' script.Anubisss
--HG-- branch : trunk
2009-12-30Fixed some crash, cause instance scriptsn0n4m3
--HG-- branch : trunk
2009-12-30Rewrite script of Phase Hunter. Now the mob has a more better AI and also ↵Anubisss
this patch fixes quest Recharging the Batteries. --HG-- branch : trunk
2009-12-29Implement Glyph of Divine Storm. Based on zajast's patch.Anubisss
--HG-- branch : trunk
2009-12-29Implement Glyph of Circle of Healing.Anubisss
--HG-- branch : trunk
2009-12-29* Remove ConfVersion from the config files. It is considered the end-user's ↵XTZGZoReX
responsibility to check for config file changes. --HG-- branch : trunk
2009-12-29* Little leftover...XTZGZoReX
--HG-- branch : trunk
2009-12-29* Remove useless CheckDB functionality. This does not belong in core in any ↵XTZGZoReX
shape or form. --HG-- branch : trunk
2009-12-29Removed not needed gomp from cmakefilesn0n4m3
--HG-- branch : trunk
2009-12-29Fix 3 memory leakz.Anubisss
--HG-- branch : trunk
2009-12-28Fix Tidal Waves proc amount. After casting (Lesser) Healing Wave twice the ↵p0wer
buff will be removed. --HG-- branch : trunk
2009-12-29* Merge...XTZGZoReX
--HG-- branch : trunk
2009-12-29* Partial revert of [6833 : 970affc03278] - code style fixes + a warning fix ↵XTZGZoReX
preserved. Don't ask me why, but apparently time CAN be negative in TC. Funny stuff. --HG-- branch : trunk
2009-12-28Forgot to add the new header to SpellAuras.cpp in last commit. Sorry about ↵p0wer
that. Thanks Kiper. --HG-- branch : trunk
2009-12-28Fix Wintergrasp no fly zone to remove your mount instead of just giving a ↵p0wer
parachute but not dismounting you. Also switch around the condition inside the if statement to fit the standard. --HG-- branch : trunk
2009-12-28* Time, by definition, cannot be negative for a timer, so this should be ↵XTZGZoReX
uint32, not int32. :) --HG-- branch : trunk
2009-12-28Fix warning. Don't use UI64LIT with the & operator.p0wer
--HG-- branch : trunk
2009-12-28Fixed possible crash, by toshikn0n4m3
--HG-- branch : trunk
2009-12-27Removed tabs._manuel_
--HG-- branch : trunk
2009-12-27Trial of the Champion: Rewrite of bosses Eadric and Paletress._manuel_
--HG-- branch : trunk
2009-12-27Fix Mind Blast applying Mind Trauma. Will now proc. Thanks to Morpheux forp0wer
pointing out that it wasn't proccing. --HG-- branch : trunk
2009-12-27Fix whitespace for Flask of the North. Cleanliness and organization = win. =Dp0wer
--HG-- branch : trunk
2009-12-27mergep0wer
--HG-- branch : trunk
2009-12-27Backed out changeset: bcf447b68a92p0wer
--HG-- branch : trunk
2009-12-27Support for spell 67751 used by Argent Confessor Paletress. Thanks to QAston ↵maanuel
and Gyullo. --HG-- branch : trunk
2009-12-27* *FINALLY* removed the nasty nasty hack where the core would cast spells ifBrian
* any were listed in creature_template.spellid[1-8] * Creatures should only cast spells if they have a script. --HG-- branch : trunk
2009-12-27Replace some more id's with new variable names. Fix some whitespace formating.p0wer
--HG-- branch : trunk
2009-12-27Fixed typon0n4m3
--HG-- branch : trunk
2009-12-27Fixed starting DK skill level, by blackmanosn0n4m3
--HG-- branch : trunk
2009-12-27Added new config options chat channel level limit, option to disable player ↵n0n4m3
commands of any kind --HG-- branch : trunk
2009-12-27Fixed Heirloom Experience Bonus +10%. by edrinnn0n4m3
--HG-- branch : trunk
2009-12-27Revert some commits. Now repo is stable. I recommend to disable Wintergrasp, ↵n0n4m3
because now its use leads to a crash. --HG-- branch : trunk
2009-12-27Reverted commit 6762, because it breaks PetAI.maanuel
--HG-- branch : trunk
2009-12-26Update flag for spell Wrath in Eclipse. Correct buff should now be applied. ↵p0wer
Closes #976. --HG-- branch : trunk
2009-12-26Fix wrong spellid in npc_snake_trap_serpents. Thanks blackmanos. Closes #980.p0wer
--HG-- branch : trunk