| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-22 | *Fix amount calculation for spell effect with EffectDieSides set to 0. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Proper name for my previous sql update. Sorry for wasting rev numbers. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Fix new character delete system. Those queries were not supposed to be there. | Shauren | |
| patch by Az@zel --HG-- branch : trunk | |||
| 2010-07-22 | Added placeholder for serverside spell for future development. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Fixes import errors (updated insert statements to new table structures) to ↵ | teacher | |
| world_database.sql. Some random Trinity standards in sql syntax. --HG-- branch : trunk | |||
| 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 update | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-21 | * Implement the ability to delete characters without them being removed from | Brian | |
| * the DB, so they can be unerased * Original patch by DasBlub * Ported to Trinty by Az@zel --HG-- branch : trunk | |||
| 2010-07-21 | Change order of loading for disable system | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-18 | * Implement additional usage of item_template.FlagsExtra Horde / Ally only | Brian | |
| * 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-21 | Modify 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-21 | Fixed my own stupid mistake | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-18 | * Remove outdated Doxygen files | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Removed leftovers in AccessRequirement | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Fix: 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-21 | Don't allow cancelling passive auras by client | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Added 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-21 | Fix compile under *nix when not using PCH | click | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Added forgotten changes to world_database.sql for disable system. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Update core defaults for vmap-enabling (missing in rc3fa907ec3) | click | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Remove possible memleak with lingering outdoor pvp capturepoints - patch by ↵ | click | |
| ge0rg --HG-- branch : trunk | |||
| 2010-07-21 | Added global disable system and moved all disable fields/tables/configs into it | Shauren | |
| 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-21 | Enable 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-21 | Merge | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Use unified code for adding remaining DoT damage to some talents. | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Branch merge | click | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Small 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-21 | Fix: 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-21 | Make passive auras always visible when they've got some area effect. | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Some spells with special proc state, some talents like it | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Typo in my original code (that bool should be used). | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Some fixes to proc events | thenecromancer | |
| * 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-20 | Fixed item duplication exploit | Shauren | |
| 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-20 | Moved 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-20 | Merge | Xanadu | |
| --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-20 | Merge. 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-19 | Remove 2 unused files | Shauren | |
| --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-19 | Typo in previous sql update (so lame of me...). | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-19 | Proper aura values for previous spell place holder (thank you QAston for the ↵ | teacher | |
| little lesson). --HG-- branch : trunk | |||
