aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-04-10* Correct worldside NPC texts, by terrorbringerSpp
--HG-- branch : trunk
2010-04-10Fix Crash in FoS.Trazom62
Fixes issue #1566. + add support of minimum distance criteria in SelectTarget. --HG-- branch : trunk
2010-04-10*modified spelldifficulty handler to work with all spell casts for creatures ↵Rat
that are in instances thanks to Shauren for help *modified most of the scripts to use normal_mode spell for casting (code was autogenerated, post errors if any) *added sql for all modded spells (autogenerated..) --HG-- branch : trunk
2010-04-10* correct worldside NPC texts - patch by terrorbringer (more cleanup needed?)trinity@raven.vcon.no
--HG-- branch : trunk
2010-04-10Fix vehicle stacking (no more pyramids for you!)click
--HG-- branch : trunk
2010-04-09*backout 7819Rat
--HG-- branch : trunk
2010-04-09Implement Global Cooldown (originaly written for TC2 v2.4.3).Trazom62
Thanks eugen.rivniy for the port. Fixes issue #67. --HG-- branch : trunk
2010-04-09* Proper format for CustomSpellDifficulty.dbcBrian
* Thanks n0n4m3 --HG-- branch : trunk
2010-04-09Avoid crash in TurretAI if spell1=0 and issue an error log instead.Trazom62
Fixes issue #1360. Fixes issue #1032. (same for ArchorAI and AOEAI). --HG-- branch : trunk
2010-04-09*add example difficulty spells for magus telestraRat
--HG-- branch : trunk
2010-04-09*added code for loading Spelldifficulty.dbc + Custom Spelldifficulty from ↵Rat
Database *added spell searcher based on creature's map difficulty, usage is optional and only for scipts for now *added new table spelldifficulty_dbc --HG-- branch : trunk
2010-04-08*fix an sql-dbc load bug, patch by QastonRat
--HG-- branch : trunk
2010-04-08Script Instance Forge of Souls.Trazom62
Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). Fix EventMap::DelayEvents Fixes issue #1310. --HG-- branch : trunk
2010-04-08SOTA: Fix graveyard respawn location.Spp
Thanks to AntiDiavol for pointing this bug... twice Closes issue 1516 --HG-- branch : trunk
2010-04-08Code Style (game + scripts only):Spp
"!=" --> " != " (when needed) " !=" --> " !=" "!= " --> "!= " --HG-- branch : trunk
2010-04-07Code Style (game + scripts only):Spp
">=" --> " >= " (when needed) " >=" --> " >=" ">= " --> ">= " "<=" --> " <= " (when needed) " <=" --> " <=" "<= " --> "<= " " ==" --> " ==" "== " --> "== " --HG-- branch : trunk
2010-04-07Code Style (game + scripts only):Spp
"==" --> " == " (when needed) --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"( " --> "(" " )" --> ")" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"if(" --> "if (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"while(" --> "while (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"for(" --> "for (" --HG-- branch : trunk
2010-04-07Code Style: Remove trailing spacesSpp
--HG-- branch : trunk
2010-04-07Code Style: tab to spacesSpp
--HG-- branch : trunk
2010-04-07Fix a typo in SOTA that prevented players to respawn in one of the graveyardsSpp
--HG-- branch : trunk
2010-04-07remove CRLF from blackrock spire scripts.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-07Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy.Tartalo
Fixes issue #1073. Please, post your contribution following our coding style, otherwise I have to waste a lot of time cleaning up the code --HG-- branch : trunk
2010-04-07Merge.Anubisss
--HG-- branch : trunk
2010-04-07Remove some pointers and use GUIDs in borean_tundra.Anubisss
--HG-- branch : trunk
2010-04-07Include ACE headers in case they are not in system path.raczman
Thanks for spotting the bug guys: GL.AntiDiavol, next3x, Aokromes --HG-- branch : trunk
2010-04-07Boran Tundra, Quest 11648, The Art of Persuassion: Fix pCaster pointer, by ↵Tartalo
microbius51 Cleanup the script --HG-- branch : trunk
2010-04-07Gundrak, Drakkari Colossus: Fix logic, by kenjiro@irc.plTartalo
Fixes issue #1313. --HG-- branch : trunk
2010-04-06remove CRLF from alterac_valley scripts.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-07Utgarde Keep, Utgarde Pinnacle: Cleanup Svala SorrowgraveTartalo
Better handling of sacrifice target storing his GUID on ScriptedInstance to share it between npcs. --HG-- branch : trunk
2010-04-07Ulduar, Halls of Lightning: Ionar disperses only once.Tartalo
3.3.2 Blizzlike change --HG-- branch : trunk
2010-04-07Ulduar, Halls of Lightning: Cleanup Ionar's scriptTartalo
--HG-- branch : trunk
2010-04-06*fix bug "cant cast or logout till you move a bit if someone dismounted near ↵Rat
you from a flying mount" --HG-- branch : trunk
2010-04-06Branch mergeTartalo
--HG-- branch : trunk
2010-04-06Eastern Kingdoms, Alterac Valley: Add forgotten file from previous commitTartalo
--HG-- branch : trunk
2010-04-06Eastern Kingdoms, Alterac Valley: Scripts for Marshalls, Warmasters and bossesTartalo
Unknown author code contribution from issue #954. --HG-- branch : trunk
2010-04-06Cleaned up include directories in cmakes.raczman
--HG-- branch : trunk
2010-04-05Add Spells to Coldarra Warmages to target Tansisus Shield Bunnys same as ↵malcromdev@gmail.com>
Violet Stand. Also required: http://trinitydatabase.org/index.php?/topic/15320-fix-for-transis-shield-bunnys-coldarra/ --HG-- branch : trunk
2010-04-05* Added EPIC difficulty (not currently used) to difficulties enumBrian
* Thanks Zor for the research * Linux guys -- enjoy the full rebuild :P --HG-- branch : trunk
2010-04-05* Actual backoutBrian
* SQL needed to undo 7769 --HG-- branch : trunk
2010-04-05* Backed out changeset 44ff24439269Brian
* We will implement this in a generic way using the conditions system --HG-- branch : trunk
2010-04-05Fix script to have less callsmalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-05Fix pet leveling logic. Patch by click.XTZGZoReX
--HG-- branch : trunk
2010-04-05Fix wrong condition in previous commit, sorry for thatthenecromancer
--HG-- branch : trunk
2010-04-05Use unit target by default (script targets will send self flag usualy)thenecromancer
Fixes quite some new issues like #1466 --HG-- branch : trunk
2010-04-05Mergethenecromancer
--HG-- branch : trunk
2010-04-05Always add CC unit state to allow restoring CC effects if one expires (stun ↵thenecromancer
in case of root/confuse, and fear in case of everything else) Fixes issue #1468 --HG-- branch : trunk