aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Disable proc aura stack check until it is properly fixed. (please tell me ↵megamage
if i am wrong) --HG-- branch : trunk
2009-05-25*Merge. Do not forget to apply TC1 sql!megamage
--HG-- branch : trunk
2009-05-25*Move some random generator functions to map class: functions in ↵megamage
map/object/movementgenerator/spell --HG-- branch : trunk
2009-05-25Fix genrevision to get correct hash when compiling from archiveParadox
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Do not allow wrecking crew stack with enrage. Also, allow proc buff ↵megamage
overwrite another. Need better rules to check that. (see my comment in code) --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Fix a typo that makes seal of vengeance/blood deal huge damage.megamage
--HG-- branch : trunk
2009-05-25*Remove obsolete code for Arcane BlastQAston
*Reduce amount of auras removed at arena match start. --HG-- branch : trunk
2009-05-25Fix CRLF issues in 3517Paradox
--HG-- branch : trunk
2009-05-25Fix genrevision to display Archive as revision and hash string, to give us a ↵Paradox
better idea of what revision is being used by people who directly download the archive, also fix .sln files. --HG-- branch : trunk
2009-05-24*Fix broken escort AI.megamage
--HG-- branch : trunk
2009-05-24*Rewrite some OPvP functions.megamage
*Apply tenacity buff for outnumbered players in wintergrasp. --HG-- branch : trunk
2009-05-24*Remove auras with duration lower than 30 sec on arena start.QAston
*Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption --HG-- branch : trunk
2009-05-24mergeraczman
--HG-- branch : trunk
2009-05-24Fix logical error in commit 1523raczman
--HG-- branch : trunk
2009-05-24*Remove an useless hack from Felmyst.hunteee
--HG-- branch : trunk
2009-05-24Fix commit 1509 that made it unable to speak with neutral NPCs.raczman
At the same time, it is still not possible to exploit with cheating tool. --HG-- branch : trunk
2009-05-24Apply 6 second rule to mana potions on arenas.raczman
--HG-- branch : trunk
2009-05-24*When alliance and horde are in same group, also display pets as friendly.megamage
--HG-- branch : trunk
2009-05-24*Fix the bug that warlock pet is not shown in stat window.megamage
--HG-- branch : trunk
2009-05-24 [7886] Drop use table `petcreateinfo_spell`megamage
This is first commit in chain for remove oudated and not used pet functionality. * Use instead dropped table CreatureSpellData.dbc if creature_template.PetSpellDataId set (mostly hunter pets) * Use creature_template.spellN if not set creature_template.PetSpellDataId (mostly different summon creatures) * Fixed bug with not removing from action bar spell icon for not ranked unlearned spells. Note: summoned controllable creatures without PetSpellDataId must have expected spells in spellN feilds for creature_template. [7887] Drop pet spell teaching code, including field in character_pet. Author: VladimirMangos --HG-- branch : trunk
2009-05-24[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsamegamage
--HG-- branch : trunk
2009-05-24*Change the value of CREATURE_FLAG_EXTRA_NO_TAUNT.megamage
*There is no creatures with this flag in core. So if you have custom content, you can use this: update creature_template set flags_extra = (flags_extra | 0x00000100) where flags_extra & 0x00010000; update creature_template set flags_extra = (flags_extra & ~0x00010000) where flags_extra & 0x00010000; --HG-- branch : trunk
2009-05-24[7882] For achievement criterias data check ↵megamage
ACHIEVEMENT_CRITERIA_DATA_TYPE_T_PLAYER_DEAD include target's team check. Author: VladimirMangos --HG-- branch : trunk
2009-05-24 [7881] More types with random generated item at recipe casting. Cleanups ↵megamage
code. Author: VladimirMangos Real resulting items creating required DB support (helper error message outputed at loading) --HG-- branch : trunk
2009-05-24Fixed bank bag slot amount achievement statistic. Cleanup related code. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-05-24 [7880] Added error output for default switch case. Author: ApoCmegamage
--HG-- branch : trunk
2009-05-24 [7879] Added SPELL_AURA_MOD_SPELL_CRIT_CHANCE into isTriggerAura. ↵megamage
Author: ApoC This will fix auras (57529, 57531, possibly others) to be correctly removed dependently on their procFlags and procCharges. --HG-- branch : trunk
2009-05-24[7879] Fixed proc for 31571 and ranks. Author: Tanatosmegamage
--HG-- branch : trunk
2009-05-24[7878] Use bigger buf for better performence. Author: Derexmegamage
--HG-- branch : trunk
2009-05-24*Add vehicle id for three-seat mammoth.megamage
*Fix spell impale of archavon. --HG-- branch : trunk
2009-05-24Range calculation fix.krz
Channeled SPELL_AURA_PERIODIC_TRIGGER_SPELL will now not trigger spell if target is out of range. Channeled periodic damage auras will now not deal damage if target is out of range. --HG-- branch : trunk
2009-05-24Ancestral Awakening target selectionQAston
--HG-- branch : trunk
2009-05-24*Fix whath of air and flametongue totemQAston
--HG-- branch : trunk
2009-05-24Fix for SPELL_AURA_ADD_TARGET_TRIGGER auras.krz
--HG-- branch : trunk
2009-05-24*Fix the bug that totem only apply one auraeffect on target.megamage
*Fix the bug that players can get aura when out of range of totem. *Use caster to check enemy/ally state and spell bonus. Use source to check distance. --HG-- branch : trunk
2009-05-23*Set vehicle faction when summoning instead of enteringmegamage
--HG-- branch : trunk
2009-05-23*Store aura::source for all types of aura effect.megamage
--HG-- branch : trunk
2009-05-23*Rename formalCaster as "source"megamage
--HG-- branch : trunk
2009-05-23*Use getworldobject for getunit. Also allow get vehicles using this function.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
(The commit message of the last rev should be: do not allow player to use unusable vehicle seat) --HG-- branch : trunk
2009-05-23*Fix a bug that vehicle in wintergrasp is dismissed when player log out.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
*Load full creature data for vehicles. --HG-- branch : trunk
2009-05-23*Some changes in bindings/interface.Anubisss
*Fix the bug that You build it without Trinity Script the emu try to load the libtrinityscript lib instead of libtrinityinterface. --HG-- branch : trunk
2009-05-23*Fix a crash caused by RecalculateAmount when aura caster is not present.megamage
--HG-- branch : trunk