| Age | Commit message (Collapse) | Author |
|
--HG--
branch : trunk
|
|
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
|
|
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
|
|
--HG--
branch : trunk
|
|
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
|
|
items would not be saved to the DB properly.
Fixes issue #381
Fixes issue #477
--HG--
branch : trunk
|
|
* 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
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* hg commit <filename> isn't enough to push one file
* also need hg push <filename>
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Thanks to Opterman for the packet structure.
--HG--
branch : trunk
|
|
* gossip / loot conditions
--HG--
branch : trunk
|
|
Fixes issue #1059.
--HG--
branch : trunk
|
|
Fixes issue #1067.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* 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
|
|
Fixes issue #1079.
--HG--
branch : trunk
|
|
SELECT_TARGET_FARTHEST.
Remove duplicate select target function CreatureEventAI::SelectUnit.
--HG--
branch : trunk
|
|
Fixes issue #880.
--HG--
branch : trunk
|
|
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
|
|
Also reorder the columns of account onlinelist command
--HG--
branch : trunk
|
|
Closes issue 466
--HG--
branch : trunk
|
|
Credit to Malcrom and Manuel for the idea and original patch
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
issue #1068
--HG--
branch : trunk
|
|
author: maxdestroyer
--HG--
branch : trunk
|
|
Closes issue 1064.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Fixe issue #910.
--HG--
branch : trunk
|
|
Fixe issues #1050.
--HG--
branch : trunk
|
|
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
|
|
Svannon and RedSonja for testing.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
they've also contained wrong typecast function, therfore this'll fix issue 1054
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Malcrom.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
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
|
|
issue #1046
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|