| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-20 | Fix arena point calculation. If the configured arena season is >= 5, teams ↵ | Machiavelli | |
| below 1500 rating should get a fixed amount of points, equal to the amount of points a person with 1500 rating would get. --HG-- branch : trunk | |||
| 2010-03-20 | Make sure a to be traded item ends up in the item update queue for the ↵ | Machiavelli | |
| correct player. --HG-- branch : trunk | |||
| 2010-03-20 | Item system update | Machiavelli | |
| - Set ITEM_FIELD_CREATE_PLAYED_TIME to 0 in Item::Create, should fix crash described in issue 1199 - Change some function calls so on Player::_saveInventory the core doesn't have to check for existance of item anymore when iterating over m_refundableItems. The loop will now only update played time, removal of items from this set is done in other functions. - Cleanup in affected functions. --HG-- branch : trunk | |||
| 2010-03-20 | Fix few typos on last commits | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-03-20 | Gundrak, Slad'Ran: Despawn adds on wipe | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-03-20 | Azjol Nerub, Anub'Arak: Despawn adds on wipes | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-03-20 | Halls of Stone: Implement achievement Brann's Spankin' New | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-03-20 | Merge | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-03-20 | Halls of Stone: Allow to loot Brann's chest when encounter ends (without ↵ | Tartalo | |
| waiting all the event). Blizzlike change --HG-- branch : trunk | |||
| 2010-03-20 | Restore RewardPlayerAndGroupAtKill call from previous commit. This is the xp ↵ | Trazom62 | |
| or honor reward for the tapping player/group. --HG-- branch : trunk | |||
| 2010-03-20 | Fixed KILL proc to occur for the unit that lands the killing blow, not for ↵ | Xanadu | |
| the loot recipient. --HG-- branch : trunk | |||
| 2010-03-19 | Fix Object::IsInMap to check instanceId. | Trazom62 | |
| Fig group loot distance checks to also check map instanceId. Fixes issue #1172. --HG-- branch : trunk | |||
| 2010-03-19 | Implement instance script for Zul'Farrak and prevent Gahz'Rilla from being ↵ | Machiavelli | |
| summoned multiple times. --HG-- branch : trunk | |||
| 2010-03-19 | Fix hunter pet talent reset feature. | Machiavelli | |
| Thanks to Xanadu and nalimleinad for aiding research. --HG-- branch : trunk | |||
| 2010-03-19 | * Fix a typo that broke guild creation times... | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-03-19 | * Minor cleanups/comments in regards to SMSG_GUILD_INFO. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-03-19 | Merge | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-19 | Fixed a crash. Closes issue #1182. | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-19 | Fix heirloom armor proficiency downgrading for warriors. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-19 | Fix SMSG_GUILD_INFO (/guildinfo command) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-19 | Fix crash in Player::_saveInventory(). | Machiavelli | |
| Fixes issue #1175 --HG-- branch : trunk | |||
| 2010-03-19 | Missing part of previous commit (Periodic Leech is DoT as well) | thenecromancer | |
| Fix talents Improved Rend and Gag Order not increasing whole damage of affected spells (applying effect modifiers - spellmod_effectx should be however done for every static damage added to already calculated damage, we can't just apply all spellmods after effects are processed...) --HG-- branch : trunk | |||
| 2010-03-19 | Update player damage reduction by resilience combat rating | thenecromancer | |
| Apply crit damage reduction to periodic crit damage --HG-- branch : trunk | |||
| 2010-03-19 | Fix issues with NPC that have nonphysical melee damage | thenecromancer | |
| Remove Ranged attack from attackerstateupdate() children function (Ranged attacks are always done using spells) --HG-- branch : trunk | |||
| 2010-03-19 | Fixed broken missile visuals in certain DST and SRC type spells (Void ↵ | Xanadu | |
| Reaver's Arcane Orb and many others). Achieved by fixing wildly incorrect SMSG_SPELL_GO target mask data handling. --HG-- branch : trunk | |||
| 2010-03-18 | Store alternate currency spent on an item by Item ExtendedCost entry instead ↵ | Machiavelli | |
| of honorPts/arenaPts/items seperately. Thanks to Opterman for the idea. --HG-- branch : trunk | |||
| 2010-03-18 | *fix quest Bury Those Cockroaches!(11608) | Rat | |
| --HG-- branch : trunk | |||
| 2010-03-18 | Added unit targets for TARGET_TYPE_DEST_TARGET and TARGET_TYPE_DEST_CASTER ↵ | Xanadu | |
| to tackle the cases where unit targets are required but there is no other implicit target to produce them (like in 53, 0 combination). This works in conjunction with my next commit. --HG-- branch : trunk | |||
| 2010-03-18 | remove unused player's class member,cleanup | silverice | |
| --HG-- branch : trunk | |||
| 2010-03-18 | Added (blizzlike) packet broadcast to near teleport. Thanks to Zor and ↵ | Xanadu | |
| nalimleinad (AKA anonymous colleague #1) for research. --HG-- branch : trunk | |||
| 2010-03-18 | Implement vendor item refund system. | Machiavelli | |
| For info about this system, see: hxxp://us.blizzard.com/support/article.xml?locale=en_US&articleId=27351 Thanks to: - Opterman, Malcrom, Xanadu + anonymous colleagues for aiding research on packet structure - Aokromes and Svannon for testing --HG-- branch : trunk | |||
| 2010-03-18 | Identified a new spell attribute forbidding some spells to use caster's done ↵ | Xanadu | |
| dmg mods (spellpower etc). --HG-- branch : trunk | |||
| 2010-03-18 | * Remove typeid check and fix cast target for Improved Fear. Patch by ↵ | XTZGZoReX | |
| jesper.vortex. * Closes #946. --HG-- branch : trunk | |||
| 2010-03-18 | * Cleanups and comments in Player::SendInitWorldStates. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-03-18 | *always remove UNIT_FLAG_OOC_NOT_ATTACKABLE if crature enters combat and ↵ | Rat | |
| reset on leave combat -Please post feedback if it breaks any script! --HG-- branch : trunk | |||
| 2010-03-17 | *Fix possible exploits with flying paths. by QAston | Rat | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Add script for Amberpine Woodsmen Grizzly Hills | malcromtdb@gmail.com | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Argent Tournament Post script by Malcrom | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Merge | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Upgraded SCRIPT_COMMAND_EMOTE to do state emotes, too, based on datalong2 ↵ | Xanadu | |
| value. By Malcrom. --HG-- branch : trunk | |||
| 2010-03-17 | Added hack that was removed in [7443] | silverice | |
| Closes issue #979 --HG-- branch : trunk | |||
| 2010-03-17 | Fixed players not being able to resurrect after core crash. | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Cleanup | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-17 | Fixed Drain Soul increased damage for targets below 25% HP. Closes issue ↵ | Xanadu | |
| #394. Closes issue #748. Closes issue #938. Rejoice, new era of server-side spells has begun! --HG-- branch : trunk | |||
| 2010-03-17 | *fix Feral Spirit's healing (Spirit Hunt) | Rat | |
| --HG-- branch : trunk | |||
| 2010-03-16 | Fix some possible crashes. | Anubisss | |
| --HG-- branch : trunk | |||
| 2010-03-16 | Fix Hunter's spell Snake Trap. | Trazom62 | |
| Fixes issue #896. --HG-- branch : trunk | |||
| 2010-03-16 | Update Halls of Stones script text entries to correct range. | Trazom62 | |
| Fixes issue #607. --HG-- branch : trunk | |||
| 2010-03-16 | Overload Item::SetState correctly in Item::SetItemRandomProperties. | Machiavelli | |
| Fixes issue #1126 --HG-- branch : trunk | |||
| 2010-03-15 | attempt to stop mobs casting and fleeing while stunned or confused | reno | |
| --HG-- branch : trunk | |||
