aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-21*Fix a bug in NearestGameObjectCheck.megamage
--HG-- branch : trunk
2009-05-21*Set reactpassive when creature is calling for assistance.megamage
--HG-- branch : trunk
2009-05-21*Check reactstate in UpdateVictim.megamage
--HG-- branch : trunk
2009-05-21*Fix a infinite loop introduced in 3453. Thanks to QAston and Drahy.megamage
--HG-- branch : trunk
2009-05-21Added new config option: vmap.petLOSraczman
Enabling it makes pets do LOS check before attacking its target. --HG-- branch : trunk
2009-05-21*Fix a infinite loop introduced in 3444.megamage
--HG-- branch : trunk
2009-05-21*Do not remove/add aura for refreshing case.megamage
--HG-- branch : trunk
2009-05-21*Fix reckongingQAston
*fix Sword and Board *Fix Vigilance *Rollback sw:death fix. --HG-- branch : trunk
2009-05-21Sorry, hg missed this change.panaut0lordv
--HG-- branch : trunk
2009-05-21Fix typo. Pointed by Aokromes, thx :)panaut0lordv
--HG-- branch : trunk
2009-05-21[7864] Use x.0f float constant format. Author: NoFantasymegamage
--HG-- branch : trunk
2009-05-21[7863] Implement for EVENT_T_SPAWNED map/zone/subzone only event conditions. ↵megamage
Author: Alex --HG-- branch : trunk
2009-05-21[7862] Fixed infinity loop at search spell related summoned gameobject in ↵megamage
owner list. Author: VladimirMangos --HG-- branch : trunk
2009-05-21[7861] Update visibility check to make possible have invisible for owner ↵megamage
pets/totems (need for some spells) Author: Astellar --HG-- branch : trunk
2009-05-21Mobs fleeing and getting assistance feature implementaion. Author: Neo2003megamage
--HG-- branch : trunk
2009-05-21[7860] Implement creature event ai ACTION_T_CALL_FOR_HELP for explicit call ↵megamage
for help in some script cases. Author: VladimirMangos --HG-- branch : trunk
2009-05-21[7858] Properly deallocate memory in tile assembler, and dereference memory ↵megamage
when fread fails. Author: raczman --HG-- branch : trunk
2009-05-21[7856] Fix cast 51525 and ranks charge on target (not owner) Author: Astellarmegamage
--HG-- branch : trunk
2009-05-21*Implement spell effect wmo damage.megamage
--HG-- branch : trunk
2009-05-21*Load gobject display info from dbc to check go boundaries.megamage
--HG-- branch : trunk
2009-05-21*Allow use gm command to set value for gobjects.megamage
--HG-- branch : trunk
2009-05-21Fix build on linux.raczman
--HG-- branch : trunk
2009-05-20*Fix a bug that player takes fall damage when finishing taxi path.megamage
--HG-- branch : trunk
2009-05-21Add some comments to changes in previous commitKudlaty
--HG-- branch : trunk
2009-05-21Fixed problem with integrated client addons. Author: tomrus88Kudlaty
--HG-- branch : trunk
2009-05-20*Fix a typo in scripts' CMakeLists.Anubisss
--HG-- branch : trunk
2009-05-20*Merge SD2.Anubisss
*r978: Added few basic parts for ramparts instance script to be used in further development. *r979: Added support for quest 9686. - Skip this patch. Its already scripted. *r980: Added gossip to play movie cutscene after quest 12499/12500 rewarded. *r981: Clean up some code and correcting icon for gossip items. - Just use enums. *r982: Added support for quest 938 (consider it a test for similar quests) --HG-- branch : trunk
2009-05-20*Fix compile on *nix.Anubisss
--HG-- branch : trunk
2009-05-20*Record target live state at filltarget and check live state at doeffect.megamage
--HG-- branch : trunk
2009-05-20*Do not let delayed spell hit dead target. This fix the bug that penance ↵megamage
heal dead player and make him stuck. Thanks to Stokrotka. --HG-- branch : trunk
2009-05-20*Remove some redundant code in dealdamage.megamage
--HG-- branch : trunk
2009-05-20*Merge.megamage
--HG-- branch : trunk
2009-05-20*Update Naxx scripts. Now only Kelthuzad is incompletedmegamage
--HG-- branch : trunk
2009-05-20Try to fix build error on WinKudlaty
--HG-- branch : trunk
2009-05-20Add taxi scripts for npc Bat Handler CamilleKudlaty
--HG-- branch : trunk
2009-05-20[SD2] 1075Kudlaty
Added 6 new taxi paths (wyrmrest temple) --HG-- branch : trunk
2009-05-20[SD2] 1058Kudlaty
Simplify scripts using manual call ActivateTaxiPathTo(). --HG-- branch : trunk
2009-05-20Merge & move taxi scripts into one file as npc_taxiKudlaty
--HG-- branch : trunk
2009-05-19*Merge SD2.Anubisss
*r973: Added support for quest 2767 *r974: Start MoveChase when boss reach phase 3. *r975: Added support for quest 863 - Skip this patch because its already scripted. Just use enum instead of #define *r976: Added support for quest 435 - Skip this patch because its already scripted. Just use enum instead of #define *977: Remove one needless grid search and use new functions for SetRun in one script. - Skip this patch because TrinityCore2 has use another way for it. --HG-- branch : trunk
2009-05-19*Add script of Thaddius.megamage
--HG-- branch : trunk
2009-05-19[7854] Fixed typo in random text selection code. Author: NoFantasymegamage
--HG-- branch : trunk
2009-05-19 [7852] Use union of per-event type structures, more checks at creature ↵megamage
event ai loading. Author: VladimirMangos Including: * Fixed check for EVENT_T_SPELLHIT school field. Add check at loading. Note: this event expect before and now schol _mask_ in param2. * In EVENT_T_RECEIVE_EMOTE use original player condition check code instead copy of related code. --HG-- branch : trunk
2009-05-19[7851] Fixed typo to allow work '.tele name' command.megamage
[7850] Fixed '.pinfo name' work, move reputation code from it to new command '.character reputation [$name]'. Provide and use universal way for get locale and locale index for chat/console command use. Author: VladimirMangos --HG-- branch : trunk
2009-05-19*Allow send gobject guid in send opcode command.megamage
--HG-- branch : trunk
2009-05-19*Fix a typo.Anubisss
--HG-- branch : trunk
2009-05-19*Merge SD2.Anubisss
*r968: Adjust some scripts to use SetEquipmentSlots() *r969: Made a few corrections to EventAI.txt *r970: Added ScriptedAI function SetCombatMovement() for future use/development. *r971: Small adjustments to escortAI, remove some useless code and always use current WaitTimer if not already 0 after return to last known waypoint. *r972: Added support for quest 1651 --HG-- branch : trunk
2009-05-19*Corret proc from bloodsurge and judgements of the wiseQAston
*Do not proc backfire dmg from sw:death if target is killed *Allow hots to proc from selfcast *Fix glyph of corruption. --HG-- branch : trunk
2009-05-19*Fix Demonic Empowerment.QAston
*Some code optimisations. *Set formalCasterGuid for area auras correctly. --HG-- branch : trunk
2009-05-19*Fix some bugs about pet spells: such as cannot cast/cannot autocast.megamage
--HG-- branch : trunk
2009-05-18*Fix a bug that player cannot remove buff which is not casted by self.megamage
--HG-- branch : trunk