| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-26 | *Fix Lava Lash. | QAston | |
| *Fix Seal of Corruption. --HG-- branch : trunk | |||
| 2009-02-26 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Replace taunt immunities with extra flags | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Fix bloodsurge proc. | QAston | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Fix a crash caused by far sight spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Initialize some variables of grid lock. By Vladimir. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-26 | change CRLF files to LF This needs to be done in the main TC2 repo too | Paradox iamparadox@netscape.net | |
| --HG-- branch : trunk | |||
| 2009-02-26 | change CRLF files to LF This needs to be done in the main TC2 repo too | Paradox iamparadox@netscape.net | |
| --HG-- branch : trunk | |||
| 2009-02-26 | *Fix auras display when unit dies. | QAston | |
| *Fix Freezing trap diminishing return. --HG-- branch : trunk | |||
| 2009-02-25 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-25 | *Update active object code. By VladimirMangos. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-25 | *Fix some crash bugs. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-25 | [7332] Allow provided target for .distance command using player name or ↵ | megamage | |
| shift-link with guid. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-02-25 | *Fix Prayer of mending bonus healing. | QAston | |
| --HG-- branch : trunk | |||
| 2009-02-25 | *More correct check for proc chance of spell 39446 - by Anubisss | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-02-25 | *Fix bug with spellproc. | QAston | |
| *Fix bug with bloodthirst healing. --HG-- branch : trunk | |||
| 2009-02-25 | *Fix forbearance. | QAston | |
| *Fix new ranks of Holy Nova. *Fix Imp. holy concentration. --HG-- branch : trunk | |||
| 2009-02-24 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Update of some debug command. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Clean up of summoning pet spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Try to fix some crash bug related to grid. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-25 | *Added some spell linked spell | DarkRabbit | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | [7331] Normalization and corrections in mangos_commands. Author: FrenchW | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-24 | [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵ | megamage | |
| VladimirMangos 1) comparison singed and unsigned values 2) redundent includes 3) wrong constructor :-part field initilization 4) unused not-/*name*/-guarded args in template/virtual functions that not required like args. 5) explicitly list not implemented achievement types. Also bugs fixed: 1) Drop wrong phase mask 0 check in WorldObject::InSamePhase. 2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result. 3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u. --HG-- branch : trunk | |||
| 2009-02-24 | *Merge | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-02-24 | Backed out changeset: aee1fec2cb04 | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-02-23 | [7329] Fixed CastBarCaption localization data loading from DB. Author: ↵ | megamage | |
| wilibald09 --HG-- branch : trunk | |||
| 2009-02-24 | *small fix in Kalecgos | DarkRabbit | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *Fix the bug of taxi movement. | megamage | |
| *Correct the size of move stop packet. --HG-- branch : trunk | |||
| 2009-02-23 | *Particulary revert 1537. | QAston | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *Fix a typo. | QAston | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *More fix about move flag. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *Small fix in High Warlord Naj'entus - by Elron | DarkRabbit | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *Send correct move flag to client. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-23 | *A temp fix for the crash caused by players disconnected in bg. Replace ↵ | megamage | |
| assert(false) by return NULL; --HG-- branch : trunk | |||
| 2009-02-23 | *Remove possessed summons when aura is cancelled but not when channelling is ↵ | megamage | |
| canncelled. This fix Eye of Kilrogg. --HG-- branch : trunk | |||
| 2009-02-23 | *Save aurastates for all auras from spell, not only for first one. | QAston | |
| *Bring back old code for frozen aura state(by megamage). *Remove visible aura slot on aura destruction instead on sending aura update. --HG-- branch : trunk | |||
| 2009-02-23 | *Fix a typo in DoZoneInCombat function - by Elron | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-02-22 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-22 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-22 | [7328] Implement new way of work for warlock player summoning spell 698. ↵ | megamage | |
| Required correct DB data. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-02-22 | [7327] Restore work of meeting stones, and make it work in more correct way. ↵ | megamage | |
| Required correct DB data. Author: charlie2025 --HG-- branch : trunk | |||
| 2009-02-22 | [7325] Always have flag UNIT_FLAG2_REGENERATE_POWER set for loaded ↵ | megamage | |
| character. Author: VladimirMangos and nos4r2zod. --HG-- branch : trunk | |||
| 2009-02-22 | [7324] Spells deleted from characters in 3.0.2+ Author: Sephiroth1983 | megamage | |
| --HG-- branch : trunk | |||
