aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-15attempt to stop mobs casting and fleeing while stunned or confusedreno
--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-15Remove 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-15Fix guild bank money log display.Machiavelli
--HG-- branch : trunk
2010-03-15Don'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-15Fix 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* Added support for only displaying items from vendors for the team theBrian
* 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-15Properly implemented CONDITION_ACHIEVEMENT for the DB gossip system.Xanadu
--HG-- branch : trunk
2010-03-15Fixed Drain Soul and Shadowburn Soul Shard on target death. Closes issue 1058.Xanadu
--HG-- branch : trunk
2010-03-15Fix lootable check in Player::isAllowedToLoot.Trazom62
--HG-- branch : trunk
2010-03-14*small tweaks to Utgarde keep bossesRat
--HG-- branch : trunk
2010-03-14* mergeBrian
--HG-- branch : trunk
2010-03-14* Backed out changeset ddd823e3e200Brian
* hg commit <filename> isn't enough to push one file * also need hg push <filename> --HG-- branch : trunk
2010-03-14* mergeBrian
--HG-- branch : trunk
2010-03-14* mergeBrian
--HG-- branch : trunk
2010-03-14Send SMSG_DESTRUCTIBLE_BUILDING_DAMAGE when a destructible building takes damageSpp
Thanks to Opterman for the packet structure. --HG-- branch : trunk
2010-03-14* Added CONDITION_CLASS / CONDITION_RACE / CONDITION_ACHIEVEMENT forBrian
* gossip / loot conditions --HG-- branch : trunk
2010-03-14Fix Master's call. Thanks Gyullo.Trazom62
Fixes issue #1059. --HG-- branch : trunk
2010-03-14Fix creature tapped and lootable dynamic flags => fix creature not lootable.Trazom62
Fixes issue #1067. --HG-- branch : trunk
2010-03-13Fix display of item enchantments in mailboxMachiavelli
--HG-- branch : trunk
2010-03-13** Cleanup in ObjectAccessor/HashMapHolder:XTZGZoReX
* Correctly lock the HashMapHolder on access. * Use ObjectAccessor wrappers (GetPlayers, GetCreatures, GetGameObjects) instead of raw HashMapHolder<Type>::GetContainer. * General code style cleanup. --HG-- branch : trunk
2010-03-13Yet another crash fix due to invalid cast.Trazom62
Fixes issue #1079. --HG-- branch : trunk
2010-03-13Fix ScriptedAI::SelectUnit to support SELECT_TARGET_NEAREST and ↵Trazom62
SELECT_TARGET_FARTHEST. Remove duplicate select target function CreatureEventAI::SelectUnit. --HG-- branch : trunk
2010-03-13Fix crash in boss_svala script + some cleanup.Trazom62
Fixes issue #880. --HG-- branch : trunk
2010-03-13Allow Battlegrounds and arenas to be disabled by DB.Spp
wtlk arenas disabled by default. - Player will continue to see all bgs using UI, but won't be able to join disabled bg's - Gossip menu not shown for disabled Bgs/arenas - Id 6 disabled = all arenas disabled. - Only id 6 arena enabled = Gossip shown but unable to join any arena --HG-- branch : trunk
2010-03-12Fix compile after 7548.Spp
Also reorder the columns of account onlinelist command --HG-- branch : trunk
2010-03-12Add map and zone to account onlinelist command.Spp
Closes issue 466 --HG-- branch : trunk
2010-03-12Move vehicle accesories to DB.Spp
Credit to Malcrom and Manuel for the idea and original patch --HG-- branch : trunk
2010-03-12Typo (sorry)Machiavelli
--HG-- branch : trunk
2010-03-12Fix faulty debug logging and a crash caused by improper typecasting. Fixes ↵Machiavelli
issue #1068 --HG-- branch : trunk
2010-03-12Correct faction of Titan Relic in SOTA.raczman
author: maxdestroyer --HG-- branch : trunk
2010-03-12Fixed crash on player kill and cleaned up the code a bit. Closes issue 1062. ↵Xanadu
Closes issue 1064. --HG-- branch : trunk
2010-03-11Fix achievement title check at startup.Trazom62
--HG-- branch : trunk
2010-03-11Fix Val'anyr, Hammer of Ancient Kings. Thanks sombre88.Trazom62
Fixe issue #910. --HG-- branch : trunk
2010-03-11Fix crash in getFactionTemplateEntry.Trazom62
Fixe issues #1050. --HG-- branch : trunk
2010-03-11Implement group loot for chest having GroupLootRules (go type=3, data15=1).Trazom62
Implement round robin loot. Implement round robin for underthreshold items (group loot and need befor greed). Fix "all players pass" bug on creature. Add SMSG_LOOT_LIST message to indicate looter (round robin or master). And some other minor loot bugs. Fixes issue #167. Fixes issue #247. --HG-- branch : trunk
2010-03-11Allow spellid_x fields in item_template to be signed integers. Thanks to ↵Machiavelli
Svannon and RedSonja for testing. --HG-- branch : trunk
2010-03-11Convert some C style casts to new functionsthenecromancer
--HG-- branch : trunk
2010-03-11Improvements in boss_four_horsemen script._manuel_
--HG-- branch : trunk
2010-03-11Remove some Debug logs nobody needed anymorethenecromancer
they've also contained wrong typecast function, therfore this'll fix issue 1054 --HG-- branch : trunk
2010-03-11MergeXanadu
--HG-- branch : trunk
2010-03-11Fixed SCRIPT_COMMAND_ORIENTATION, orientation needs to be float. Credit to ↵Xanadu
Malcrom. --HG-- branch : trunk
2010-03-11Add report unknown packets in the error log and close this packets.n0n4m3
--HG-- branch : trunk
2010-03-11Fixed ACTION_T_COMBAT_MOVEMENT preventing waypoint movement in OOC state.Xanadu
--HG-- branch : trunk
2010-03-10* Add 2 unknown target flags.XTZGZoReX
--HG-- branch : trunk
2010-03-10Minor code style cleanupMachiavelli
--HG-- branch : trunk
2010-03-10Use "REPLACE INTO" instead of "DELETE" + "INSERT INTO" in Item::SaveToDB ↵Machiavelli
call to fix a cause of items randomly disappearing (issue 925). Note: due to the hierarchy of the function calls, it's not possible to use DB transactions in this function. --HG-- branch : trunk
2010-03-10Overlooked ObjectMgr changes to reflect group table structure updates. Fixes ↵Machiavelli
issue #1046 --HG-- branch : trunk
2010-03-10* Another update of AiReaction.XTZGZoReX
--HG-- branch : trunk
2010-03-10Fix debug msg in Unit::SetCharmedBySpp
--HG-- branch : trunk