aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-22*Implement SPELL_AURA_OPEN_STABLE(292) - original patch by Ceris, modified ↵QAston
by VladimirMangos *Improvements in error messaging for stable related opcodes - by VladimirMangos --HG-- branch : trunk
2010-07-21* Add missing SQL updateBrian
--HG-- branch : trunk
2010-07-21* Implement the ability to delete characters without them being removed fromBrian
* the DB, so they can be unerased * Original patch by DasBlub * Ported to Trinty by Az@zel --HG-- branch : trunk
2010-07-21Change order of loading for disable systemShauren
--HG-- branch : trunk
2010-07-18* Implement additional usage of item_template.FlagsExtra Horde / Ally onlyBrian
* Check loot (no longer need loot condition) * Check equip/use * Original patch by Vladimir * Ported to Trinity by Az@zel --HG-- branch : trunk
2010-07-21Modify pet leveling-logic slightly, making sure it'll pass up 5 FULL levels ↵click
when tamed/unstabled + set XP to 0 if dropped DOWN to playerlevel (antihack with no excess XP allowed, thank you!) Disclaimer: No pets were harmed (much) during these changes - no need to call PETA! --HG-- branch : trunk
2010-07-21Fixed my own stupid mistakeShauren
--HG-- branch : trunk
2010-07-18* Remove outdated Doxygen filesBrian
--HG-- branch : trunk
2010-07-21Removed leftovers in AccessRequirementShauren
--HG-- branch : trunk
2010-07-21Fix: Make stabled pets follow official regulations for levelling when taken ↵click
out of stabled mode: If the pet is more than five levels below the hunter, then as soon as it's removed from the stable it will level up to be exactly five levels below the hunter. --HG-- branch : trunk
2010-07-21Don't allow cancelling passive auras by clientShauren
--HG-- branch : trunk
2010-07-21Added new spell disable flag - core will not check if that spell exists in ↵Shauren
dbc, used for blizz deprecated items/quests Fixed loading of access_requirement --HG-- branch : trunk
2010-07-21Fix compile under *nix when not using PCHclick
--HG-- branch : trunk
2010-07-21Added forgotten changes to world_database.sql for disable system.teacher
--HG-- branch : trunk
2010-07-21Update core defaults for vmap-enabling (missing in rc3fa907ec3)click
--HG-- branch : trunk
2010-07-21Remove possible memleak with lingering outdoor pvp capturepoints - patch by ↵click
ge0rg --HG-- branch : trunk
2010-07-21Added global disable system and moved all disable fields/tables/configs into itShauren
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system --HG-- branch : trunk
2010-07-21Enable VMaps by default.Xanadu
--HG-- branch : trunk
2010-07-21*Move target handling of TARGET_DEST_CASTER_FRONT_LEAP out of ↵QAston
SPELL_EFFECT_LEAP handler, this fixes spells with SPELL_EFFECT_LEAP using other target types. --HG-- branch : trunk
2010-07-21Mergethenecromancer
--HG-- branch : trunk
2010-07-21Use unified code for adding remaining DoT damage to some talents.thenecromancer
--HG-- branch : trunk
2010-07-21Branch mergeclick
--HG-- branch : trunk
2010-07-21Small improvement in spell mechanic check (do not include effect mechanic in ↵thenecromancer
mask when there's no associated effect) Fixes issue #63 --HG-- branch : trunk
2010-07-21Fix: Warlock Drain Soul effect - use correct spell for soulshard creation ↵click
(fix by manisamja, thanks ogeraisi for testing) Closes issue 1931 --HG-- branch : trunk
2010-07-21Make passive auras always visible when they've got some area effect.thenecromancer
--HG-- branch : trunk
2010-07-21Some spells with special proc state, some talents like itthenecromancer
--HG-- branch : trunk
2010-07-21Typo in my original code (that bool should be used).thenecromancer
--HG-- branch : trunk
2010-07-21Some fixes to proc eventsthenecromancer
* Always pass up some aura types, regardless of triggered state ( this might be CC effects touched by triggered spells ) * Allow defensive procs on Full block * Allow defensive procs to trigger from states with PROC_EX_INTERNAL_REQ_FAMILY ( I don't remmember what that one fixes :)) --HG-- branch : trunk
2010-07-20*Implement SPELL_EFFECT_CREATE_TAMED_PET(153).QAston
--HG-- branch : trunk
2010-07-20Fixed item duplication exploitShauren
Closes issue #3035. --HG-- branch : trunk
2010-07-20*Implement SPELL_EFFECT_DISCOVER_TAXI(154).QAston
--HG-- branch : trunk
2010-07-20*Implement SPELL_EFFECT_QUEST_START (150).QAston
--HG-- branch : trunk
2010-07-20* Returned CMakeLists.txt misplaced in the merge. Thanks to click for ↵Xanadu
spotting it. * Deleted some files that also shouldn't have been there. --HG-- branch : trunk rename : sql/tools/CMakeLists.txt => sql/CMakeLists.txt
2010-07-20Moved SpellEffects.cpp where it belongs.Xanadu
--HG-- branch : trunk rename : src/server/game/Spells/Auras/SpellEffects.cpp => src/server/game/Spells/SpellEffects.cpp
2010-07-20MergeXanadu
--HG-- branch : trunk
2010-07-20*Implement SPELL_EFFECT_REMOVE_AURA(164)QAston
*Rename SPELL_EFFECT_KNOCK_BACK_2 to SPELL_EFFECT_KNOCK_BACK_DEST --HG-- branch : trunk
2010-07-20Merge. Revision history for source files should be all back now.Xanadu
--HG-- branch : trunk rename : sql/CMakeLists.txt => sql/tools/CMakeLists.txt rename : src/server/game/Pools/PoolHandler.cpp => src/server/game/Pools/PoolMgr.cpp rename : src/server/game/Pools/PoolHandler.h => src/server/game/Pools/PoolMgr.h rename : src/server/game/PrecompiledHeaders/NixCorePCH.cpp => src/server/game/PrecompiledHeaders/gamePCH.cpp rename : src/server/game/PrecompiledHeaders/NixCorePCH.h => src/server/game/PrecompiledHeaders/gamePCH.h
2010-07-20*Remove assertion from packet handler. Assertions should not be put in such ↵QAston
places because we can't trust clients nor network. *Do not allow to charm mounted units. --HG-- branch : trunk
2010-07-19*Implement SPELL_EFFECT_FORCE_CAST_WITH_VALUE(141).QAston
--HG-- branch : trunk
2010-07-19Remove 2 unused filesShauren
--HG-- branch : trunk
2010-07-19*Rename SPELL_EFFECT_JUMP2 to SPELL_EFFECT_JUMP_DEST, split the handler of ↵QAston
effect from SPELL_EFFECT_JUMP handler --HG-- branch : trunk
2010-07-19*Correct typo in CastSpeedSlow spellgroup - by tassader1000, thanks ↵QAston
azazel_kon for sql *Fix a compile typo in prev commit. --HG-- branch : trunk
2010-07-19*Rename SPELL_EFFECT_CHARGE_2 to SPELL_EFFECT_CHARGE_DEST, fix its ↵QAston
implementation. --HG-- branch : trunk
2010-07-19Typo in previous sql update (so lame of me...).teacher
--HG-- branch : trunk
2010-07-19Proper aura values for previous spell place holder (thank you QAston for the ↵teacher
little lesson). --HG-- branch : trunk
2010-07-19Added trigger effect for Blood Oath Aura for Quest "Truce?" (by Svannon)teacher
Added serverside spell place holder for future development. Better syntax for a recent sql update (no need to re-import it). --HG-- branch : trunk
2010-07-19Clean up old (and partially unused) Aggro() function and use EnterCombat() ↵click
instead + fix some minor enum-typos (INTURRUPT -> INTERRUPT) (fix by Azazel) --HG-- branch : trunk
2010-07-19Allow HOT/DOT-stacking for spells with PERIODIC_DUMMY spellauras (QAston ↵click
working as a teacher) Closes issue 2645 --HG-- branch : trunk
2010-07-19Adjust position of a door in SOTA (correction by Scaraber, minor adjustments ↵click
in z-axis by Aokromes) Closes issue 2589 --HG-- branch : trunk
2010-07-19Exclude hunters Auto Shot from casttimer-delay - should be blizzlike now ↵click
(fix by Ktistay) Closes issue 1927 --HG-- branch : trunk