| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-09 | *Support for quest 9752 | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-09 | *Fix issue with ticket message and issue with ticket number increasing by 2 ↵ | Blaymoira | |
| - by |Paradox| --HG-- branch : trunk | |||
| 2009-01-09 | *Apply SPELL_AURA_MOD_DISPEL_RESIST to spellsteal. | QAston | |
| --HG-- branch : trunk | |||
| 2009-01-09 | *Support for quest 4245 - by guenex | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-09 | *Add script function DoGetThreat and DoModifyThreatPercent and check if ↵ | megamage | |
| !pUnit to prevent crash. *Note: it is always possible that getVictim() becomes NULL during updateAI! --HG-- branch : trunk | |||
| 2009-01-09 | *Fix a bug that melee weapon spells deal too much damage. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-09 | * Fix char dump on deletion of a char - by biglad | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-09 | *Apply owner damage bonus to melee damage rather than spell damage for ↵ | megamage | |
| druid's and shaman's pets. --HG-- branch : trunk | |||
| 2009-01-09 | *Deal damage in power burn. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Try to fix the bug of visibility update. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Update charm and possess code. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Add config option MinRecordUpdateTimeDiff to prevent timediff spams. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Try to fix the bug that creatures still "spark" after respawn. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Do not check LOS for triggered spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Update of spell target selection. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Support for quest 10052, 10051 | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Change some log level. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Temp fix for broken kidney shot. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-08 | *Fix a crash caused by using item. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Fix that bug that the target of Intimidating Shout is both stunned and feared. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Fix the bug that Cycloned target can be healed by HOT. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Fix AOE damage reduction aura. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Calculate Damage Done only when needed. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Allow physical spells gain damage bonus from buff/debuff. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Only take 0~25% rage/energy if spell does not hit (still take full ↵ | megamage | |
| rage/energy if spell misses). --HG-- branch : trunk | |||
| 2009-01-07 | *Temp fix to allow to use /cast macros to cast more than one spells that are ↵ | megamage | |
| off the GCD. --HG-- branch : trunk | |||
| 2009-01-07 | *Ignore chattype 3, 39, 40 on battlegrounds | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-07 | *Fix diff time record. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-06 | *Update difftime record. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-06 | *Record difftime as ms rather than s. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-06 | *Fix a bug in cell computation. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-06 | *Some small fixes in dbscript command 17 (SCRIPT_COMMAND_CALLSCRIPT_TO_UNIT). | TrullyONE | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Do not let mob flee to call help when it has AURA_PREVENTS_FLEEING. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Remove emote column from eventai_texts for compatibility with ACID. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Record more detailed difftime info. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Some update of relocation notify. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Allow FindCreature to find pet/guardian/active creatures. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *New commands: .gobject addtemp/.npc addtemp - by XTZGZoReX | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-05 | *Implemented faction acces for special zones | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Fix the bug that spell damage bonus is not applied. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Fix a bug in ScriptedAI::SelectUnitList. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Fix a typo in password command - by Machiavelli | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-04 | * Fix reload tickets from database | Blaymoira | |
| * Fix crash /exploit issue with improper pasing when '%' is in ticket message * Remove obsolete recv_data from tickets * Allow closing of a ticket inserting the guid of the GM or player that closed it into the database. * Allow assigning tickets to offline GMs. * Tighten up SQL escape strings, increased security against SQL injections * Fix issue where multiple tickets could have the same entry * --- by Machiavelli --- --HG-- branch : trunk | |||
| 2009-01-04 | *Changes in Grandmaster Vorpil - by Iskander | Blaymoira | |
| *Target limitation for spell 39835 --HG-- branch : trunk | |||
| 2009-01-04 | *Merge | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Fix the bug that creature do not return to home position. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Calculate spell damage bonus when spell is casted rather than when spell ↵ | megamage | |
| hits target. --HG-- branch : trunk | |||
| 2009-01-04 | *Cleaned up database queries - by XTZGZoReX | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-01-04 | *Support for quest 4770 - by guenex | Blaymoira | |
| --HG-- branch : trunk | |||
