| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-02 | *Fix the bug that hunter pet does not get correct stat bonus. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-02 | *Add timer for wintergrasp. 30 minutes per battle. Can only take over ↵ | megamage | |
| fortress during wartime. --HG-- branch : trunk | |||
| 2009-06-01 | *Save/load wintergrasp building health when grid loaded/unloaded. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Fix the bug that shaman/druid/mage pets do not have scaled stats | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | Warlock pet scaling off Lock stats. By arcx and nesocip | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | [7935] Move seldom used access to query data by field names to ↵ | megamage | |
| independent object. Author: VladimirMangos This let not do preparation code for unused later functionlity. --HG-- branch : trunk | |||
| 2009-06-01 | [7934] Implement ACHIEVEMENT_CRITERIA_TYPE_WIN_RATED_ARENA Author: Trazom | megamage | |
| Also added ACHIEVEMENT_CRITERIA_DATA_TYPE_VALUE and support this criteira special cases base at `achievement_criteria_data` that required DB support. --HG-- branch : trunk | |||
| 2009-06-01 | [7933] Call goober GO event script not only at open spell cast, also really ↵ | megamage | |
| call camera GO event scripts. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-06-01 | [7932] Store in DB only spell part of pet action bar, set other to default ↵ | megamage | |
| state (reaction saved). Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-06-01 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Skip. Conflicts with TC2. I do not know how to merge it. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Skip "Do not remove poison enchantment auras when entering arena battle". ↵ | megamage | |
| There are two different fixes in TC1 and TC2. And use TC2 for now. --HG-- branch : trunk | |||
| 2009-06-01 | *Fix a crash caused by razorgore script. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Merge. (4s rule while drinking in arena skipped because i do not know how ↵ | megamage | |
| to merge it) --HG-- branch : trunk | |||
| 2009-06-01 | *Merge. (spell parts skipped) | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | [7931] Allow GAMEOBJECT_TYPE_CAMERA gameobjects with event field set ↵ | megamage | |
| call DB scripts. Author: NoFantasy Drop also redundent check preveting use SCRIPT_COMMAND_CAST_SPELL script command by gameobject script triggred casting. --HG-- branch : trunk | |||
| 2009-06-01 | [7930] Added diminishing for spell 1499 and ranks. Author: Lightguard | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Fix the bug that Lay on Hands heals the target for an amount equal to the ↵ | Anubisss | |
| target's maximum health instead of the caster's maximum health. --HG-- branch : trunk | |||
| 2009-06-01 | Detailed log of arena fights and arena team creation. | krz | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Display correct building damage state/team on map in wintergrasp. | megamage | |
| *Rebuild buidlings after fortress is taken over. --HG-- branch : trunk | |||
| 2009-06-01 | *Fix broken target 38 spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Fix broken pet action bar of guardians. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | [7929] Some fixes and optimizations for work with packet guids. Author: ↵ | megamage | |
| VladimirMangos * Allocate only minimal required buffer size for object packet guid cache, avoid it realocation. * At adding aboyher buffer content copy only until wpos (really writed to buffer data) * In appendPackGUID check buffer size before data write. --HG-- branch : trunk | |||
| 2009-06-01 | *Backout 3672. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | Do not allow to reflect AoE spells. | krz | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Fix a crash caused by possessed creatures. Thanks to Amit86 | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *wintergrasp: allow players to click titan relic to change the ↵ | megamage | |
| attacker/defender teams. Now only some of npc and portal will be changed. --HG-- branch : trunk | |||
| 2009-05-31 | *Fix compile in *nix. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Set creature group leader following dist and angle to be zero to make it ↵ | megamage | |
| safer. --HG-- branch : trunk | |||
| 2009-05-31 | *Store creatureData and goData for creatures and gos. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Lay on hands should have heal amount = caster's max health. | megamage | |
| *Let goober call zonescript when an event happens. *Thanks Elron for the last rev (flight bug) --HG-- branch : trunk | |||
| 2009-05-31 | *Fix a bug that player get stuck when changing map on flight. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Fix the bug that healing pvp target does not make players enter pvp. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | [7928] Player must standup at stun (from 1.5 client starting) Author: DonTomika | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | [7927] For achievement criteria type ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM ↵ | megamage | |
| check also items equip at loading. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7926] Implement loot roll achievement criteria types used in statistics ↵ | megamage | |
| Author: DonTomika * ACHIEVEMENT_CRITERIA_TYPE_ROLL_NEED * ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREED: --HG-- branch : trunk | |||
| 2009-05-31 | [7925] Correct minor output format error inside ByteBuffer class Author: ↵ | megamage | |
| Naicisum --HG-- branch : trunk | |||
| 2009-05-31 | [7924] Not teleport player to non-player caster at ressurection. Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7923] Search all available locale skill names in .learn all_recipes Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7922] Implement param2 for ACTION_T_COMBAT_MOVEMENT for allow control ↵ | megamage | |
| start/stop melee combat state for creature at start/stop movement in combat. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7920] Ignore racial skill and skills without recipes in .learn all_recipes. ↵ | megamage | |
| Cleanup code. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7918] Improve portability in work with uint64 string format specifiers ↵ | megamage | |
| and in code literals. Author: VladimirMangos * Replace platform seelction MaNGOS code for select format descriptor for uint64 by using ACE define. I64FMTD renamed to UI64FMTD for more clear name. * Add new define UI64LIT (base at ACE seelction) for build portables uint64 literals. Please always use UI64LIT(0x00001) instead less portable 0x00001LL --HG-- branch : trunk | |||
| 2009-05-31 | [7917] Spell effect with SPELL_AURA_MOD_SPELL_CRIT_CHANCE always possitive ↵ | megamage | |
| with possitive aura value. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7915] Implement more stricted checks and limitations at loading creature ↵ | megamage | |
| addon data. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-05-31 | [7914] Fixed variable name typos in creature event AI code. Author: NoFantasy | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | Mangos [7911]. Author: tomrus88 | megamage | |
| Very big patch. May cause bugs. --HG-- branch : trunk | |||
| 2009-05-31 | *Merge SD2. | Anubisss | |
| *r988: Remove obsolete code for first boss in BT. - Just use enums. *r989: Added summons for misc ethereum gameobjects *r990: Added gossip options to learn engineering "teleport trinket" schematics (misc npc's) *r991: Correcting a few waypoints, added more texts and visuals to shadowfang prisoners - Skip: Its already merged. *r992: Added GO summons related to quest 10990, 10991 and 10992 *Register 2 missing scripts. --HG-- branch : trunk | |||
