aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-06-29*Implement aura rank selection for aoe auras casted by playerQAston
*More correct level requirement checks for unit target *Fix some visual issues with spells which are interrupted after SendSpellStart but before SendSpellGo *Prevent adding spellmods permamently to already finished spells. --HG-- branch : trunk
2009-06-29* Minor typo cleanupMachiavelli
--HG-- branch : trunk
2009-06-29Merge [SD2]Kudlaty
r1086 Add long time needed grid search functions for closest creature and gameobject - skip, we have better function in core r1087 Remove no longer needed grid search code and use functions instead. --HG-- branch : trunk
2009-06-28*Fix rend and tear talent.QAston
*Allow hots to proc only if spellfamilyflags are specified in spell_proc_event. --HG-- branch : trunk
2009-06-28*Fix a crash caused by spell 34665.megamage
--HG-- branch : trunk
2009-06-28*Fix the bug that pet is still attacking his enemy even if enemy has just ↵QAston
entered sanctuary. --HG-- branch : trunk
2009-06-28*Do not allow periodic aoe auras to stack.QAston
--HG-- branch : trunk
2009-06-28*Correct damage of Faerie Fire (feral)QAston
*Trigger passive aura for shadowform. --HG-- branch : trunk
2009-06-28*Author of 4305 is thenecromancerQAston
*Fix the bug that Intimidating shout aoe isn't removed by damage. --HG-- branch : trunk
2009-06-28*Fix for Windfury Weapon: prevent triggering other weapon enchant by ↵QAston
checking item guids. --HG-- branch : trunk
2009-06-28*Allow 2 mind flay auras to stack.QAston
*Rollback my last change about Conflagrate dmg calculation. --HG-- branch : trunk
2009-06-27*Add some error log for debug.megamage
--HG-- branch : trunk
2009-06-27*Fix a crash by unit with 0 maxhealth.megamage
--HG-- branch : trunk
2009-06-27*Merge.megamage
--HG-- branch : trunk
2009-06-27[8084] Correctly show spell icon disabled state at relogin for spells with ↵megamage
cooldown delayed until expire. Author: VladimirMangos --HG-- branch : trunk
2009-06-27[8083] New debug command: .debug setaurastate for test target/caster aura ↵megamage
states. Author: VladimirMangos --HG-- branch : trunk
2009-06-27[8082] Update Diminishing Returns. Author: Lightguardmegamage
--HG-- branch : trunk
2009-06-27 [8080] Portability fixes for some Unix platforms. Author: VladimirMangosmegamage
* Add #include <stdio.h> to some fiels where related functions call. * Avoid template dependent lookup for fields in class LockedQueue. --HG-- branch : trunk
2009-06-27 [8079] Fixed build errors at use old ACE versions (without ↵megamage
ace/Stack_Trace.h). Author: VladimirMangos *I am not sure if something needs to be done for cmake. --HG-- branch : trunk
2009-06-27 [8078] Fixed typos in character data loading after recently added new field.megamage
* Really use race/class/gender fields instead `data` field values. * Load extra flags (gm mode onm gm fly mode, gm invisibility and etc) from proper field. NOTE: recommedned reset characters.extra_flags field to 0 for all characters. It can be corrupted in time login/logout before this fix. Author: VladimirMangos --HG-- branch : trunk
2009-06-27[8074] Fixed typo in money save. Author: nos4r2zodmegamage
--HG-- branch : trunk
2009-06-27[8073] Use new database fields in offline player answer to CMSG_NAME_QUERY. ↵megamage
Author: hunuza *The author of 8072 is also hunuza. --HG-- branch : trunk
2009-06-27 [8072] First step to get rid of data blob.megamage
Adds new fields gender, level, xp, money, playerBytes, playerBytes2 and playerFlags to characters table. The update will not work if your database contains characters with an old data field (not fitting to the actual client version). It's recommended to backup your character database before applying this patch. --HG-- branch : trunk
2009-06-28Merge [SD2]Kudlaty
r1081 Fix spell/timers for dathrohan/balnazzar r1082 Correct summon timer for jan'alai hatcher and summon different as spells suggest. Redesign waypoint for hatchers and set expected run movement. Adjust distance check function. - skip r1083 Correct order of events for jan'alai 'bombing phase'. Remove not needed summons and summon only expected amount. Replace teleport code with spells - skip r1084 Correct spell/timers for two SM bosses. r1085 Provide updated .patch file (made for Mangos 7842+) - skip --HG-- branch : trunk
2009-06-27[8069] Fixed copy/paste mistake in achievement error output. Author: Saebamegamage
--HG-- branch : trunk
2009-06-27[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-06-27*Remove some useless contents in sln files.megamage
--HG-- branch : trunk
2009-06-27*Fix a crash caused by player saves with incorrect instance id.megamage
--HG-- branch : trunk
2009-06-27[8058] Avoid use error_log in non-scripting DLL code. Author: NoFantasymegamage
--HG-- branch : trunk
2009-06-27[8057] Move code from Event AI to class Creature function for reuse in other ↵megamage
scripting cases. Author: NoFantasy --HG-- branch : trunk
2009-06-27[8051] Fixed some drinking mana regen spells. Author: bobazmegamage
--HG-- branch : trunk
2009-06-27*Merge.QAston
--HG-- branch : trunk
2009-06-27Backed out changeset 97d8a5f6449cQAston
--HG-- branch : trunk
2009-06-27*Do not allow triggered spells to remove stealth.QAston
--HG-- branch : trunk
2009-06-27*Add forgotten part of previous commitMachiavelli
--HG-- branch : trunk
2009-06-27*MergeMachiavelli
--HG-- branch : trunk
2009-06-27* Fix message that gets sent to target when using .namego command.Machiavelli
* Re-add clean up in mute command --HG-- branch : trunk
2009-06-27*Fix crash in AVDrahy
--HG-- branch : trunk
2009-06-27*Merge 1600 from tc1.QAston
--HG-- branch : trunk
2009-06-27*Merge.QAston
--HG-- branch : trunk
2009-06-27*Merge tc1 1591 - 1599, skip 1596QAston
--HG-- branch : trunk
2009-06-27*Merge tc1 commits 1582-1590QAston
--HG-- branch : trunk
2009-06-26*Allow aura type SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT to mod weapon ↵QAston
damage effects. --HG-- branch : trunk
2009-06-26Better check to prevent exploiting in BuyItemFromVendorkrz
--HG-- branch : trunk
2009-06-26* Use int32 not int (i think it makes no different)BroodWyrm
--HG-- branch : trunk
2009-06-26* Add textids to unworthy_initiate script - thx to crackm of SD2BroodWyrm
* Fix a bug that unworthy_initiate is attackable after reset - thx to seirge --HG-- branch : trunk
2009-06-26*Fix build on *nix.QAston
--HG-- branch : trunk
2009-06-26*Add debug log for asserts in BattleGroundAV::AssaultNodeQAston
--HG-- branch : trunk
2009-06-26*Fix Survival of the Fittest.QAston
--HG-- branch : trunk
2009-06-26Fix exploit in BuyItemFromVendorkrz
--HG-- branch : trunk