aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-11-22Make summoned creatures go back to summoner on evade if summoner is alive. ↵gvcoman
This should take care of most (all?) errors about controlled creatures trying to target home. --HG-- branch : trunk
2008-11-22*Fix Prayer of Mending. Use original caster's healing bonus.megamage
--HG-- branch : trunk
2008-11-22*Let Mass Dispel dispel immune auras. By QAston.megamage
--HG-- branch : trunk
2008-11-22*Make disarm also works on creatures. (Please check if visual effect is ↵megamage
correct, i.e., equipments are removed, if not, please report) --HG-- branch : trunk
2008-11-22*Send correct spell damage log to client (damage should include resist, do ↵megamage
not know if should include absorb). --HG-- branch : trunk
2008-11-22*Update creature damage calculation. Make -ap spells have effect on them.megamage
--HG-- branch : trunk
2008-11-22*Fix a typo.megamage
--HG-- branch : trunk
2008-11-22*Fix shadow cloak, also remove spells such as hunter's mark.megamage
--HG-- branch : trunk
2008-11-22*Update to Mangos 6842. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-22Fix interface building.raczman
--HG-- branch : trunk
2008-11-22Implemented mana cost for tonk spell 27746. (Note: speed increase still ↵gvcoman
needs to be fixed) --HG-- branch : trunk
2008-11-22*Add UNIT_FLAG_NOT_ATTACKABLE_2. Not attackable, but can be hit by ↵megamage
entry-target spells (I guess). --HG-- branch : trunk
2008-11-22Added more calls for searching the world object containers for spell ↵gvcoman
scripted targets. --HG-- branch : trunk
2008-11-21*Also search worldobjectlist for active creature when spell target is ↵megamage
target_entry. --HG-- branch : trunk
2008-11-21* Added missing part of mangos merge on interrupt channeling on aura cancelgvcoman
* Removed hacks attempting to do the above only for possessing or farsight spells * Moved summon as possessed unsummoning into more general area in Spell::cancel * Added SQL updates for steam tonk and tonk mine scripts --HG-- branch : trunk
2008-11-21Merge with 284 (54b0e67d97fe).megamage
--HG-- branch : trunk
2008-11-21*Alterac Valley. By Bogie and Balrok. Note: some core contents are modified. ↵megamage
Will fix them later. Some sql are disabled because of possible conflict with offical DB. Use them at your own risk. --HG-- branch : trunk
2008-11-21Fix line endings in npcs_special.cpp to LF.gvcoman
--HG-- branch : trunk
2008-11-21Merge with 273 (aab191f73e46).gvcoman
--HG-- branch : trunk
2008-11-21Added SetAggressive calls to steam tonk and tonk mine scripts.gvcoman
--HG-- branch : trunk
2008-11-21*script for quest Recharging the Batteries. By Anubisss.megamage
*script for quest The Road to Falcon Watch. By neo0608. --HG-- branch : trunk
2008-11-21*Do not convert Map* to InstanceMap* when calling Map::SendToPlayers() to ↵megamage
see if it can fix the bug that the function does not work. (If it can, it will be really wierd) --HG-- branch : trunk
2008-11-21*EventAI update:megamage
ACTION_T_SET_ACTIVE = 101, //Apply ACTION_T_SET_AGGRESSIVE = 102, //Apply ACTION_T_ATTACK_START_PULSE = 103, //Distance --HG-- branch : trunk
2008-11-21*Move object update from objectaccessor to mapmegamage
*Move activeobject list from objectaccessor to map *Open grid for all active creatures (previously only for possessed ones) --HG-- branch : trunk
2008-11-21Merged commit 269 (5f0e38da128a).gvcoman
--HG-- branch : trunk
2008-11-21Added tonk mine and steam tonk scripts.gvcoman
--HG-- branch : trunk
2008-11-21*Let creature search nearby target before enter evade modemegamage
*Add function canStartAttack to reduce code in MoveInLineOfSight *Fix a bug that cancelling bind sight auras may crash the server --HG-- branch : trunk
2008-11-20*Fix the bug that updatepacket is not sent to players.megamage
*TODO: move creature::update to map::update. This requires that move activeobjectlist to map. --HG-- branch : trunk
2008-11-20* Don't allow pets to attack in melee if owner is pacified. This applies for ↵gvcoman
possessed "pets" as well. * Use proper spell ID in unsummoning possessed units on channeling interrupt. * Allow only once to init pet bar for CharmInfo * Export CharmInfo to be available to scripts * Allow to disable the melee attack command when initializing the pet action bar --HG-- branch : trunk
2008-11-20*Add m_isAggressive. Only aggressive creatures will call AttackStart and ↵megamage
MoveInLineOfSight. *Set melee dmg school for summoned creatures. *Fix some compiling errors. --HG-- branch : trunk
2008-11-20*Re-commit some reverted patch: aura stacking check. By QAston.megamage
--HG-- branch : trunk
2008-11-20Some missing changes. This should fix the bug that loading char causes crash.megamage
Please do not commit to the other tip (I do not know how to delete it). --HG-- branch : trunk
2008-11-20Re-commit 262 due to EOL issues. (no difference from 262)megamage
--HG-- branch : trunk
2008-11-19Finally properly fix phased game event saving.w12x
--HG-- branch : trunk
2008-11-18*Merge with 258. Warning: this rev may be unstable!megamage
--HG-- branch : trunk
2008-11-18*Merge from Mangos. Add MapReference. Author: hunuza.megamage
*Also re-commit the patches reverted in 255. --HG-- branch : trunk
2008-11-18Backed out changeset 34515ac455efw12x
--HG-- branch : trunk
2008-11-18Unsummon summon as possessed creatures on spell channeling interrupt.gvcoman
--HG-- branch : trunk
2008-11-17Backed out changeset 835660b317dcKingPin
--HG-- branch : trunk
2008-11-17Fix typo.gvcoman
--HG-- branch : trunk
2008-11-17*Update aura stacking check. By QAston.megamage
*Update pet autocast check. By qubix. --HG-- branch : trunk
2008-11-17* Implemented new summon possessed summon type for spell 49352.gvcoman
* Unsummon all summon possessed units on summoning aura cancel. --HG-- branch : trunk
2008-11-17Added TARGET_UNIT_AREA_SCRIPT target to the list of target types using ↵gvcoman
custom targets defined in spell_script_target. --HG-- branch : trunk
2008-11-17Fixed I64FMTD define for non-microsoft compilers. This should fix phased ↵w12x
events state not being saved on some systems. --HG-- branch : trunk
2008-11-16*Do not let CC spells interrupt themselves.megamage
--HG-- branch : trunk
2008-11-16Merge 246 and 247.megamage
--HG-- branch : trunk
2008-11-16*Fix Gruul's shatter effect damage. Patch provided by _krz.megamage
--HG-- branch : trunk
2008-11-16Delete possessed AI only on creature delete.gvcoman
--HG-- branch : trunk
2008-11-16Fixed entering arena teams. Hopefully.w12x
--HG-- branch : trunk
2008-11-16[svn] * Fixed a SQL issue that was causing game events to not be savedrunningnak3d
* FROM_UNIXTIME doesn't allow '' inside the () * This should solve the issue of jumping from phase 1 -> 2 -> 3 -> 4 without completing the objectives * This should also tick a LOT of players off if their servers are running with the stock TDB blizz values :P (low pop servers at least). --HG-- branch : trunk