aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-30*Fix penance client crash when interrupting it by esc - by thenecromancer.QAston
--HG-- branch : trunk
2009-07-30*Fix Death Knight Bloodworms (Heal every hit)Nevan
--HG-- branch : trunk
2009-07-30*Correct some trap proc checks (do not threat trap cast as triggered)QAston
*Fix a typo causing freeze. --HG-- branch : trunk
2009-07-30*Do not allow to save player single target spellstolen auras to prevent crash.QAston
--HG-- branch : trunk
2009-07-30*Fix per-caster aura state based on [8218] (Author: VladimirMangos;almost ↵QAston
nothing left from original patch): *Fixes all per caster aurastates instead of only conflagrate *Adds a holder for aura state auras for speedup search *Save some memory space by removing m_auraStateMask from aura class. --HG-- branch : trunk
2009-07-30*Fix exploit with preventing creature enter evade mode.QAston
--HG-- branch : trunk
2009-07-30*[8267] ArenaTeam: added check, that teamrating won't become negative ↵QAston
Author: Barlok *[8268] ArenaTeam: new rating-system for season 6 Authors: danielich and XTZGZoReX. --HG-- branch : trunk
2009-07-30*[8261] Skip not in world targets in same way as not existed targets (note: ↵QAston
this is a hack and needs better sollution) Author: VladimirMangos. --HG-- branch : trunk
2009-07-30*Backout some mangos stuff which is solved using better way in trinity.QAston
--HG-- branch : trunk
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 7fab27a57ecc - mangos [8218]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 9b89f42ffbd8 - mangos [8219]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 6ba74f274cb9 - mangos [8249]QAston
--HG-- branch : trunk
2009-07-30 [8250] Cleanup code and data for `spell_threat` Author: nos4r2zodmegamage
* Load table data to std::map instead SQLStorage and add check loaded spell existance. * Drop from table not existed spells. --HG-- branch : trunk
2009-07-30 [8249] Implement support `spell_proc_item_enchant` table for ppm item ↵megamage
enchantments triggering at hit. * Added a new SQL table, spell_proc_item_enchant, for "custom" ppmRates on Item Enchants that do not use auras. With table data this must fix ppm for effect from 8033 and ranks enchanting, and item 6947/10918 and ranks enchanting. * Implemented SPELLMOD_FREQUENCY_OF_SUCCESS (26). That must fix work talent 14113, spell 32645 with ranks, glyph 41094 and item set effect 64917 in frequency part. Thanks to MaS0n as author alternative patch that partly used in this patch. Thanks to Thenecromancer as author alternative patch that ideas inspire MaS0n's patch writing and then this patch also. Author: nos4r2zod *Note: has been implemented before. Only use part of the patch. --HG-- branch : trunk
2009-07-30[8246] Fixed check for spell 59921 debuf aura (55095) at target for spell ↵megamage
49202 and ranks. Author: raftom --HG-- branch : trunk
2009-07-30 [8244] Skip cheating check for buy bank slot opcode. Author: VladimirMangosmegamage
This is not big problem in any case and will allow buy slots in bank windows open using .bank command. --HG-- branch : trunk
2009-07-30[8243] Fixed problems with unexpected set diminishion return level at arena ↵megamage
for fear/turn spells. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8237] Apply attack power multiplier to creature bonus attackpower. ↵megamage
Author: Lynx3d Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. --HG-- branch : trunk
2009-07-30 [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: ↵megamage
VladimirMangos Thanks to Zor for pointing. --HG-- branch : trunk
2009-07-30[8234] Implement support for explcit discovery spell 64323. Also better ↵megamage
checks at loading. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8233] Implement new EventAI action ↵megamage
ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: VladimirMangos Action set min. health value that can be set for creature in result damage apply. It can be used in duel like events with creatures to prevent killing creature and other cases when creature must avoid damage at some health level while it used. --HG-- branch : trunk
2009-07-30[8232] Implement talent 48438 and ranks in per-tick heal amount. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-07-30[8231] Use more safe destination buffer size for zlib compression. Author: ↵megamage
SilverIce [8230] Add new line at the end of file Player.h to make gcc happy. Author: Gendalph --HG-- branch : trunk
2009-07-30[8229] Improve stealth detection code for player case. Author: Ambalmegamage
--HG-- branch : trunk
2009-07-30[8225] Some fixes from 320 branch. Author: tomrus88megamage
--HG-- branch : trunk
2009-07-30 [8221] Removed trailing whitespacesmegamage
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-07-30 [8220] Implement SPELL_EFFECT_PLAY_MUSIC(132) Author: evilstarmegamage
Thanks to GriffonHeart for help in reseach. --HG-- branch : trunk
2009-07-30[8219] Avoid hunter traps proccing when deleted at replace by another trap. ↵megamage
Author: nos4r2zod --HG-- branch : trunk
2009-07-30 [8218] Final part of talent 17962 and ranks fixes. Author: VladimirMangosmegamage
* Correctly show per-caster aura state for cleitns. --HG-- branch : trunk
2009-07-30*Use basepoints for effect 140 only when non-null.QAston
--HG-- branch : trunk
2009-07-29Really fix CRLFChaz Brown
--HG-- branch : trunk
2009-07-29*Allow SPELL_EFFECT_FORCE_CAST (140) to trigger spells with basepointsQAston
*Correct target selection for unrelenting assault - by thenecromancer. --HG-- branch : trunk
2009-07-29*Use _SECURE_SCL=0 in all release vcpp projects - original patch by ↵QAston
DearScorpion. --HG-- branch : trunk
2009-07-28*Minor cleanup in Log::outDB - by XTZGZoReX.QAston
--HG-- branch : trunk
2009-07-28*Implement attribute flag SPELL_ATTR_EX3_BLOCKABLE_SPELL - now spells: ↵QAston
Gouge, Kick, Wing Clip, Rake, Hamstring are blocable - by thenecromancer. --HG-- branch : trunk
2009-07-28*Remove obsolete code for Judgement of Light.QAston
--HG-- branch : trunk
2009-07-28*Cleanups and Fixes in Mirror Image script.QAston
--HG-- branch : trunk
2009-07-28*Fix alt+f4 exploit in instances.QAston
--HG-- branch : trunk
2009-07-28*Restore correct drop of charges after EventAi cancast fix.QAston
--HG-- branch : trunk
2009-07-28*Do not use CritterAI for player guardians.QAston
--HG-- branch : trunk
2009-07-27*Do not allow to cast corpse explosion twice on one corpse - by thenecromancer.QAston
--HG-- branch : trunk
2009-07-27*Rage is now generated by damage absorbedQAston
*Fix rage calculation for level > 70 *Allow rage generation for NPC using rage *Make mitigated damage not add rage *Fix Warriors' Berserker Rage Author of all of these: thenecromancer --HG-- branch : trunk
2009-07-27*Implement immunity removal part for Shattering Throw ability - by ↵QAston
thenecromancer. --HG-- branch : trunk
2009-07-27*Update Devastate talent handler for 3.1.3 - by Farah.QAston
--HG-- branch : trunk
2009-07-27*Fix Rend bonus for hight hp targets - by Drethek.QAston
--HG-- branch : trunk
2009-07-27*Fix a crash with MAP_BASED_RAND_GEN - thanks to Azuritus for research.QAston
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
2009-07-27Script for quest 12570. Author: manuelKudlaty
--HG-- branch : trunk
2009-07-27*Spell_bonus_data for Shattering throw and Hand of ReckogningQAston
*Do not check SPELL_ATTR_EX_CANT_TARGET_SELF for triggered spells --HG-- branch : trunk