| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-18 | *fix Merciless Totem of the Third Wind proc | Rat | |
| *fix in world.sql --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 | Added 7597_world_scriptname.sql to world_scripts_full.sql | Troy | |
| --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 | Remove some files that were accidentaly added to last changeset. | Machiavelli | |
| --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 | |||
| 2010-03-16 | - Overload Item::SetState with player argument where possible to ensure ↵ | Machiavelli | |
| updated data is saved to DB properly. - Alter Item::SetEnchantmentDuration function, add parameter Player* because GetOwner() cannot be called in the function due to hashtable locking in the SaveAllPlayers process. - Remove a sanity check prior to Item::AddToUpdateQueueOf, so assertions can detect whenever a higher level function was not called properly. Please report any crashes related to these assertions to get them resolved asap. --HG-- branch : trunk | |||
| 2010-03-15 | Moved sql update files to 3.3.2_old directory. | teacher | |
| Fixed my typo in world.sql. --HG-- branch : trunk | |||
| 2010-03-15 | Remove Hack detecting spell 61988 in HasAura() | thenecromancer | |
| Correctly cast 61988/61987 after casting Avenging Wrath/Divine Shield respectively (This will correctly show both spells disabled state) Don't allow casting Lay on Hands on self when aura 61988 is present (ie. after using Avenging Wrath) --HG-- branch : trunk | |||
| 2010-03-15 | Fix guild bank money log display. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-15 | Don't call Item::AddToUpdateQueueOf if no player is specified as parameter ↵ | Machiavelli | |
| for Item::SetState, since in this case, only data stored in the item_instance table is altered, not that of character_inventory. --HG-- branch : trunk | |||
| 2010-03-15 | Fix issue with .save or .saveall where either the core would freeze, or ↵ | Machiavelli | |
| items would not be saved to the DB properly. Fixes issue #381 Fixes issue #477 --HG-- branch : trunk | |||
| 2010-03-15 | Change field `crc` in characters.addons to int(32) to support proper values. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-15 | * Added support for only displaying items from vendors for the team the | Brian | |
| * player is on. Faction field in item_template is actually team, and will * be renamed in a later patch. * 1 == Horde / 2 == Alliance * Thanks Aokromes for helping research / test --HG-- branch : trunk | |||
| 2010-03-15 | Properly implemented CONDITION_ACHIEVEMENT for the DB gossip system. | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-15 | Fixed Drain Soul and Shadowburn Soul Shard on target death. Closes issue 1058. | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-15 | Fix lootable check in Player::isAllowedToLoot. | Trazom62 | |
| --HG-- branch : trunk | |||
| 2010-03-14 | *small tweaks to Utgarde keep bosses | Rat | |
| --HG-- branch : trunk | |||
| 2010-03-14 | * Was this really needed? | Brian | |
| --HG-- branch : trunk | |||
| 2010-03-14 | * merge | Brian | |
| --HG-- branch : trunk | |||
| 2010-03-14 | * Backed out changeset ddd823e3e200 | Brian | |
| * hg commit <filename> isn't enough to push one file * also need hg push <filename> --HG-- branch : trunk | |||
| 2010-03-14 | * Backed out changeset ddd823e3e200 | Brian | |
| * hg commit <filename> isn't enough to only push one file * also need hg push <filename> --HG-- branch : trunk | |||
| 2010-03-14 | * merge | Brian | |
| --HG-- branch : trunk | |||
| 2010-03-14 | * merge | Brian | |
| --HG-- branch : trunk | |||
| 2010-03-14 | * Fix potential import error for vehicle_accessory table | Brian | |
| * Thanks Riccardo --HG-- branch : trunk | |||
| 2010-03-14 | Send SMSG_DESTRUCTIBLE_BUILDING_DAMAGE when a destructible building takes damage | Spp | |
| Thanks to Opterman for the packet structure. --HG-- branch : trunk | |||
| 2010-03-14 | * Added CONDITION_CLASS / CONDITION_RACE / CONDITION_ACHIEVEMENT for | Brian | |
| * gossip / loot conditions --HG-- branch : trunk | |||
| 2010-03-14 | Fix Master's call. Thanks Gyullo. | Trazom62 | |
| Fixes issue #1059. --HG-- branch : trunk | |||
| 2010-03-14 | Fix creature tapped and lootable dynamic flags => fix creature not lootable. | Trazom62 | |
| Fixes issue #1067. --HG-- branch : trunk | |||
| 2010-03-13 | Random sql cleanup. | teacher | |
| --HG-- branch : trunk | |||
