| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-05 | [7965] Implemented proc for 20911 spell. Author: ApoC | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | [7963] Fixed energize value for 20186 proc. Author: ApoC | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | [7962] Fixed compilation on OpenBSD. Author: AlexDereka | megamage | |
| Remove outdated options from configure.ac. --HG-- branch : trunk | |||
| 2009-06-05 | [7961] Use more fast code into HandleCorpseQueryOpcode. Author: VladimirMangos | megamage | |
| Also small changes in send data (if corpse exist data send always). --HG-- branch : trunk | |||
| 2009-06-05 | [7960] Fixed client error #132. Author: tomrus88 | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | [7956] Fixed possible runtime crash. Author: ApoC | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | *Automatically revive players when they fall under the map. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | *Fix a crash when aubot command is not correctly used. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | *Still use the old updatevictim functions for most scripts because some old ↵ | megamage | |
| scripts may cause crash using new function. --HG-- branch : trunk | |||
| 2009-06-05 | *Apply tenacity buff on vehicles of wintergrasp. | megamage | |
| *Fix the bug that tenacity is not applied on horde players. --HG-- branch : trunk | |||
| 2009-06-05 | *Give rewards (only to players with rank LIEUTENANT) when battle in ↵ | megamage | |
| wintergrasp ends. --HG-- branch : trunk | |||
| 2009-06-05 | *Fix quest Death`s Challenge for both factions. By Azrael | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | *Allow traps without a spell be triggered. This fixes the bug that Sapphiron ↵ | megamage | |
| cannot be summoned. --HG-- branch : trunk | |||
| 2009-06-04 | *Some optimization of aura update. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-05 | Change in SpellEntry structure to allow EffectBaseDice[] to store negative ↵ | krz | |
| values - patch by thenecromancer. --HG-- branch : trunk | |||
| 2009-06-05 | Backported from TC2: allow Water Elemental to cast Freeze while casting ↵ | krz | |
| Water Bolt --HG-- branch : trunk | |||
| 2009-06-05 | Send interrupt message at spell cast end if target is not visible for caster. | krz | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *More cleanup of scripts. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *More cleanup of scripts. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Remove useless class ScriptedInstance. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Use dynamic cast for ai cast. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Remove useless escortAI cast. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Remove useless cast. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Use dynamic cast for script cast. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | [7952] Implement rogue talent 51690. Author: Lightguard | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | [7951] Mope call for help code to function form Event AI code to allow use ↵ | megamage | |
| it from C++ scripts also. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-06-04 | [7950] Make clear in error output 2 cases of fail CMSG_ITEM_NAME_QUERY: DB ↵ | megamage | |
| absent data and not expected to exist item. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-06-04 | *A missing part of previous patch. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Including style fixing - part 1 | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Typohunt - introduction. | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Some renames for GO type 33 for easier merging. | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Add missing includes allowing GCC 4.4 build | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-06-04 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Fix the bug that some traps without charges and spell radius cannot be ↵ | megamage | |
| triggered. *Provide spell support for quest 12698 --HG-- branch : trunk | |||
| 2009-06-03 | *Allow water elemental to cast freeze while casting water bolt. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Add config option for wintergrasp (battle time, interval) | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Fix the bug that triggers are visible. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Fix the display bug of vehicles in populated area. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | [7949] Fixed crash at use .send message with offline player name. Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-06-03 | [7948] Use SetFaction instead explcit field set, other cleanups. Author: ↵ | megamage | |
| NoFantasy --HG-- branch : trunk | |||
| 2009-06-03 | [7945] Implement support quest data for DetailsEmoteDelay and ↵ | megamage | |
| OfferRewardEmoteDelay value for set time ordering details and reward emotes. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-06-03 | Backported from TC2 - More correctly calculate auction deposit. | Paradox | |
| --HG-- branch : trunk | |||
| 2009-06-03 | More correctly calculate auction deposit. | Paradox | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Try to fix build in *nix. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Correct spellid for school Arcane in spell Acclimation. | Anubisss | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Use setcharmedby and removecharmedby in enter/exit vehicle functions. | megamage | |
| *Fix build. --HG-- branch : trunk | |||
| 2009-06-03 | *Check auraname when auraeffect is constructed | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Fix a crash introduced in 3734. Thanks to onkelz28 | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-03 | *Fix the bug that Vampiric Blood heals 15 instead of 15%. | Anubisss | |
| --HG-- branch : trunk | |||
