| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-02 | *Fix build. Sorry. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Try to fix the bug that pet cause client crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | [7601] Not check reagents for triggered spells, it checked and taken at ↵ | megamage | |
| triggered spell casting moment in original spell. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-04-02 | [7600] Apply at far teleport AURA_INTERRUPT_FLAG_MOVE and ↵ | megamage | |
| AURA_INTERRUPT_FLAG_TURNING in simlar to near teleport case. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-04-02 | [7598] Implement proper hide out of range (at another map) transports. ↵ | megamage | |
| Remove duplicate name field. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-04-02 | [7597] Fixed crash at stealing single target auras (54648 for example) ↵ | megamage | |
| Author: arrai --HG-- branch : trunk | |||
| 2009-04-02 | [7593] Map::EnsureGridLoaded related cleanups and fixes: Author: ↵ | megamage | |
| VladimirMangos * Make generic EnsureGridLoaded function and move specialized code to LoadGrid and EnsureGridLoadedAtEnter * Rename args to gx/gy for low-level grid numbering values. * Remove redundent LoadMpa call after always case loading maps in EnsureGridCreated --HG-- branch : trunk | |||
| 2009-04-02 | *fixed Black Temple doors | Rat | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Try to fix a crash caused by dualcomplete. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Fix a crash of delrissa script. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Try to fix a crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *fix teron gorefiend's doom blossom | Rat | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Fix a crash bug. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-02 | *Merge | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-04-02 | fix genrevision to use proper file under new or old HG for revision info | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-04-01 | *Fix broken summon vehicle spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-01 | *Try to fix some crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-01 | *Fix a crash of Illidan script. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-01 | fix ahbotoptions back to the way it was originally | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-04-01 | Fix genrevision | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-04-01 | Fix genrevision | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-03-31 | Fix typo in AHBot Thanks for noticing it, Medwise. | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Do not call reset in construct funciton of script. | megamage | |
| *Add function doaction to safely pass parameters between scripts. --HG-- branch : trunk | |||
| 2009-03-31 | Re-Enable AHBot, in the future, the correct way is to have those with a ↵ | Chaz Brown | |
| problem check their config, not disabling it all together. --HG-- branch : trunk | |||
| 2009-03-31 | CRLF fix | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Backport some code from TC2. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Update 52375 and ranks code. Author: Charlie2025 | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Remove some code which may cause crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | * Remove unexisting config.h and svn_revision.h from TrinityScript vcproject. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Try to fix crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | [7590] Prevent send achievement packets at login. Author: VladimirMangos | megamage | |
| For speed (player not in world and grid broadcast not work anyway) and correctness (guild members don't must be spammed) --HG-- branch : trunk | |||
| 2009-03-31 | [7589] Fixed Assault sounds in Arathi basin. Author: darkEvil | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-31 | * Some changes to last commit. This must be the correct way. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-31 | * Do not print chat logs to console. It will simply screw up console output. | XTZGZoReX | |
| * Fix a possible crash in if/else checks in channel chat logging. --HG-- branch : trunk | |||
| 2009-03-31 | Probably fix a crash in SocialMgr.cpp | raczman | |
| --HG-- branch : trunk | |||
| 2009-03-31 | Optimize storage for eventAI. Store as Map of creature id's linked to ↵ | raczman | |
| vectors of events used by that creature id Author of both commits: NoFantasy. --HG-- branch : trunk | |||
| 2009-03-30 | Allow eventAI creature have events both inside instance and outside, without ↵ | raczman | |
| producing error message. Note that EFLAG_NORMAL/EFLAG_HEROIC must still be defined if this event should trigger in this mode. Creature outside instance will always use all events regardless. --HG-- branch : trunk | |||
| 2009-03-30 | Fix build after importing Kudlaty's script. | raczman | |
| --HG-- branch : trunk | |||
| 2009-03-30 | Added script for GO 185913 by Kudlaty. | raczman | |
| --HG-- branch : trunk | |||
| 2009-03-30 | Added GO gossip menu support. Kudos and cookies to arrai. | raczman | |
| --HG-- branch : trunk | |||
| 2009-03-29 | [7585] Implement quest item 39164 work. Author: KiriX | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-29 | [7584] Fixed compiler warning at windows Author: arrai | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-29 | [7583] Use instead BasePoints+1 hardcoded formula more correct ↵ | megamage | |
| BasePoint+BaseDice hide in special helper function. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-29 | [7582] Prevent memory corruption at DBC loading. Thanks to Lynx3d for ↵ | megamage | |
| investigating that issue Author: arrai --HG-- branch : trunk | |||
