| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-15 | [7464] Move check of spell using for lock open to single function. Remove ↵ | megamage | |
| more hacks. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-15 | [7463] Make basic preparations for replace 0 as ok spell cast value by ↵ | megamage | |
| more correct value. Author: VladimirMangos Currently 0 used ast OK value for spell cast checks BUT 0 = SPELL_FAILED_AFFECTING_COMBAT So another values need used. This required lot code changes. This is first step. --HG-- branch : trunk | |||
| 2009-03-15 | [7462] Lost part of "[7456] Batter check for items with delayed ↵ | megamage | |
| cooldown.". Author: VladimirMangos Now not only mana/health potion will restore cooldown counting at combat end. --HG-- branch : trunk | |||
| 2009-03-15 | [7461] Give proper honor amount at item based AddHonor spells cast. Author: ↵ | megamage | |
| VladimirMangos *The last rev is also by VladimirMangos, sorry. --HG-- branch : trunk | |||
| 2009-03-15 | Replace hack code in Spell::EffectOpenLock by generic way for check lock key ↵ | megamage | |
| items/skills --HG-- branch : trunk | |||
| 2009-03-15 | [7460] Fixed possible cheating in rated arena by ressurection after ↵ | megamage | |
| relog. Author: Triply Fix: Do not allow to remove insignia from players in arena! Fixed ending arena match when last player of team logs out. --HG-- branch : trunk | |||
| 2009-03-15 | *Do not call AttackStop() when switching target. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Update function _AddAura code. only check aura state for first aura. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Little cleanup in Utgarde Keep. | Anubisss | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix an uninitialized variable which may cause crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix buld | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix typo in torment the weak | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Rename some summon types | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Use correct dummyspell for Explosive Shot | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix compile. | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix crash. | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix Torment the Weak | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Prevent possible crash. | QAston | |
| *Remove obsolete Judgement of Righteousness coefficient-by cccyril --HG-- branch : trunk | |||
| 2009-03-15 | *Fix a typo introduced in 1926 that causes crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix a bug that mobs do not return home after wipe. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Make divine hymn breakable by damage. | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Auras by caster are now shown correctly (doublesized). | QAston | |
| *First rank of Psychic Horror now procs correctly. *Mana drain effects amount of damage is now correct. *Raczman is now satisfied. --HG-- branch : trunk rename : sql/updates/1910_world.sql => sql/updates/1912_world.sql | |||
| 2009-03-15 | *Added: Summontype 1161 | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Remove not used files | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix a typo - by Klaimmore | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Don't apply school silence for delayed/instant spells. - by _krz | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Merge | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | Backed out changeset: 4af6f4afed46 | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix runeblade forge. Set triggered = false to take reagent. But there is ↵ | megamage | |
| interrupted message. Need fix. --HG-- branch : trunk | |||
| 2009-03-14 | *Init motionmaster before AI init. This fix some crash bug of script. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix the case that trap spell is casted on target self. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix a crash. | megamage | |
| First set m_currentSpells to NULL, then cancel spells. --HG-- branch : trunk | |||
| 2009-03-14 | *Fix broken pet autocast. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-15 | *Fix Shattered Barrier | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-14 | [7457] Fixed set Bg raid leader to party or raid leader who entered Bg. ↵ | megamage | |
| Author: Triply Removed useless code from my previous patch. --HG-- branch : trunk | |||
| 2009-03-14 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | [7456] Batter check for items with delayed cooldown. Author: VladimirMangos | megamage | |
| This must solve problems with some still stuck until relogin items. --HG-- branch : trunk | |||
| 2009-03-14 | Small cleanups in item checks code. Author: VladimirMangos | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | [7455] Implemented condition that player can be in 2 groups in 1 time - ↵ | megamage | |
| BG raid and normal group / raid. Author: Triply Patch is tested, but can cause problems / unexpected behaviour. TODO: set raid leader of battleground raid to raid leader who entered BG TODO: when player leaves group, he is removed from GroupQueueInfo, and for him is created new GroupQueueInfo in normal queue. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk | |||
| 2009-03-14 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Autocast flight spells for vehicles as passive spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Apply flying visual effect for flight auras. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix debug command setbit. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix haunt | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix pet levelup learning. | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix Typos in Utgarde Keep Scripts - by Anubisss | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Add a missing debug command. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix reading spell target code. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix a typo that makes players can see invisible units. | megamage | |
| *Update farsight target code. Only change seer when receive client request. --HG-- branch : trunk | |||
