Rat
a02e0bb4bf
*fix mail system error thanks to FaTe753 Fixes issue #1616
...
--HG--
branch : trunk
2010-04-13 17:46:00 +02:00
click
c359e64371
Forgot to remove reference-comment for the old functionality.
...
--HG--
branch : trunk
2010-04-13 13:28:16 +02:00
click
aef86ce05b
Fix hunter pet losing talents on respec -now back to being blizzlike
...
--HG--
branch : trunk
2010-04-13 13:18:06 +02:00
click
52ba3d3a96
Restore load/save shown actionbars, missing from 3.3.3 upgrade
...
Original SQL by hunuza/MaNGOS project
--HG--
branch : trunk
2010-04-12 14:04:08 +02:00
Spp
2336bd9992
Remove unused data from Player::MinimalLoadFromDB
...
Original patch by raiden
Closses issue 1590
--HG--
branch : trunk
2010-04-11 21:08:33 +02:00
Spp
65c3e979e2
Tab to Spaces and remove of trailing spaces
...
--HG--
branch : trunk
2010-04-11 20:20:38 +02:00
n0n4m3
a3be43a297
Final fix basepoints calculation, thx to Vladimir, Laise.
...
--HG--
branch : trunk
2010-04-11 11:43:23 +04:00
n0n4m3
17089d38f3
Implement some opcodes. Big thx to TOM_RUS.
...
--HG--
branch : trunk
2010-04-11 11:18:20 +04:00
n0n4m3
be95faff23
Fix mail, professions, group loot, console spam, and some fixes. Big thx to TOM_RUS.
...
--HG--
branch : trunk
2010-04-11 11:16:42 +04:00
n0n4m3
457df07bd4
Fix quests and auctionhouse.
...
--HG--
branch : trunk
2010-04-11 11:13:08 +04:00
n0n4m3
8db7c06e6b
Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS.
...
--HG--
branch : trunk
2010-04-11 11:11:32 +04:00
n0n4m3
36e13c1d1c
Not use PLAYER_FIELD_ARENA_TEAM_INFO_1_1 directly. Big thx to TOM_RUS.
...
--HG--
branch : trunk
2010-04-11 11:08:26 +04:00
n0n4m3
93f7e2796c
Some fixes to guild/arenateam events. Big thx to TOM_RUS.
...
--HG--
branch : trunk
2010-04-11 11:06:51 +04:00
n0n4m3
1dc4f7c745
Drop characters data blob. Bit thx to hunuza.
...
--HG--
branch : trunk
2010-04-11 11:00:02 +04:00
Spp
ed72b887a0
Tab to spaces
...
--HG--
branch : trunk
2010-04-11 07:24:25 +02:00
Trazom62
bca335f9bd
Implement Global Cooldown (originaly written for TC2 v2.4.3).
...
Thanks eugen.rivniy for the port.
Fixes issue #67 .
--HG--
branch : trunk
2010-04-09 20:10:55 +02:00
Spp
4635fbc020
Code Style (game + scripts only):
...
"!=" --> " != " (when needed)
" !=" --> " !="
"!= " --> "!= "
--HG--
branch : trunk
2010-04-08 08:20:08 +02:00
Spp
46f0674e23
Code Style (game + scripts only):
...
">=" --> " >= " (when needed)
" >=" --> " >="
">= " --> ">= "
"<=" --> " <= " (when needed)
" <=" --> " <="
"<= " --> "<= "
" ==" --> " =="
"== " --> "== "
--HG--
branch : trunk
2010-04-07 23:56:35 +02:00
Spp
2454c290b8
Code Style (game + scripts only):
...
"==" --> " == " (when needed)
--HG--
branch : trunk
2010-04-07 23:25:02 +02:00
Spp
49d05ba9aa
Code style (game + scripts only):
...
"( " --> "("
" )" --> ")"
--HG--
branch : trunk
2010-04-07 22:59:46 +02:00
Spp
d19e127080
Code style (game + scripts only):
...
"if(" --> "if ("
--HG--
branch : trunk
2010-04-07 19:14:10 +02:00
Spp
2e127f7a30
Code style (game + scripts only):
...
"while(" --> "while ("
--HG--
branch : trunk
2010-04-07 19:13:19 +02:00
Spp
182e9a20b1
Code style (game + scripts only):
...
"for(" --> "for ("
--HG--
branch : trunk
2010-04-07 19:12:44 +02:00
Spp
b27ce42704
Code Style: Remove trailing spaces
...
--HG--
branch : trunk
2010-04-07 18:09:10 +02:00
Spp
f490ad5ac2
Code Style: tab to spaces
...
--HG--
branch : trunk
2010-04-07 17:24:07 +02:00
silverice
5dfcccdd85
correct movement packet broadcasting
...
mover should be source of movement packets, not player
resolves problem that movements of controlled unit not visible for nearby players
(you can detect it only when controlled unit too far from player-controller)
--HG--
branch : trunk
2010-04-04 03:46:38 +03:00
Trazom62
eba6ae5ffd
Fix crash in Player::DuelComplete.
...
Fixes issue #1243 .
--HG--
branch : trunk
2010-03-27 16:23:43 +01:00
Machiavelli
b9927ca559
Implement usage of RewardArenaPoints field in quest_template
...
--HG--
branch : trunk
2010-03-27 15:10:26 +01:00
Xanadu
cfc094040f
Added support for maximum allowed player level for quests. By Gyullo.
...
--HG--
branch : trunk
2010-03-23 16:10:18 +01:00
Trazom62
e018c4cc7b
Implemented new achievement criteria data:
...
* ACHIEVEMENT_CRITERIA_DATA_TYPE_S_EQUIPED_ITEM_LVL (item level and item quality).
Implemented achievement criteria:
* ACHIEVEMENT_CRITERIA_TYPE_LOOT_EPIC_ITEM
* ACHIEVEMENT_CRITERIA_TYPE_RECEIVE_EPIC_ITEM
Update ACHIEVEMENT_CRITERIA_TYPE_EQUIP_EPIC_ITEM implementation. Requires DB update to use new criteria data.
Thanks VladimirMangos.
--HG--
branch : trunk
2010-03-22 18:32:38 +01:00
Machiavelli
19b84fd889
Missing part of previous commit. Thanks HG for being so coöperative.
...
--HG--
branch : trunk
2010-03-21 16:51:03 +01:00
Machiavelli
4a406751af
Add some more function calls to remove refund referenced from player's m_refundableItems, preventing the triggering of an assert in _saveInventory.
...
--HG--
branch : trunk
2010-03-21 02:53:51 +01:00
Machiavelli
a0fd280a34
Memory optimization by making m_refundableItems a std::set<uint64>. Also fix a crash caused by invalid iterator in Player::_SaveInventory(). This should fix the last of the item save related crashes.
...
--HG--
branch : trunk
2010-03-20 21:49:01 +01:00
Machiavelli
a0d8b0be48
Item system update
...
- 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 16:26:16 +01:00
Machiavelli
0c6368bd39
Fix hunter pet talent reset feature.
...
Thanks to Xanadu and nalimleinad for aiding research.
--HG--
branch : trunk
2010-03-19 20:20:42 +01:00
Machiavelli
01dc7aeb08
Fix heirloom armor proficiency downgrading for warriors.
...
--HG--
branch : trunk
2010-03-19 16:26:46 +01:00
Machiavelli
1146c59f66
Fix crash in Player::_saveInventory().
...
Fixes issue #1175
--HG--
branch : trunk
2010-03-19 13:36:54 +01:00
Machiavelli
35a7f4849e
Store alternate currency spent on an item by Item ExtendedCost entry instead of honorPts/arenaPts/items seperately. Thanks to Opterman for the idea.
...
--HG--
branch : trunk
2010-03-18 22:56:48 +01:00
Xanadu
59e0d42260
Added (blizzlike) packet broadcast to near teleport. Thanks to Zor and nalimleinad (AKA anonymous colleague #1 ) for research.
...
--HG--
branch : trunk
2010-03-18 17:58:27 +01:00
Machiavelli
302af79bc2
Implement vendor item refund system.
...
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 17:27:40 +01:00
XTZGZoReX
1a6f216e91
* Cleanups and comments in Player::SendInitWorldStates.
...
--HG--
branch : trunk
2010-03-18 14:48:33 +01:00
Machiavelli
b0b17e56de
- Overload Item::SetState with player argument where possible to ensure 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-16 01:05:56 +01:00
Trazom62
1845a9588d
Fix lootable check in Player::isAllowedToLoot.
...
--HG--
branch : trunk
2010-03-15 00:21:37 +01:00
Trazom62
6fdaf225f3
Fix creature tapped and lootable dynamic flags => fix creature not lootable.
...
Fixes issue #1067 .
--HG--
branch : trunk
2010-03-14 00:22:53 +01:00
Trazom62
ed8c5ef6ff
Implement group loot for chest having GroupLootRules (go type=3, data15=1).
...
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-11 22:55:02 +01:00
thenecromancer
e1542df90c
Convert some C style casts to new functions
...
--HG--
branch : trunk
2010-03-11 20:51:31 +01:00
Machiavelli
cf0a646cc0
Fix removal of action buttons by removing some redundant code.
...
--HG--
branch : trunk
2010-03-09 22:07:43 +01:00
Spp
8034a6c48e
Rename 'Hostil' to 'Hostile'
...
Credits to NoFantasy (Mangos)
Closes issue #411
--HG--
branch : trunk
2010-03-09 11:11:10 +01:00
raczman
07f3b91426
Some Creature* casts moved to new ToCreature.
...
Added const Creature* ToCreature()
--HG--
branch : trunk
2010-03-07 18:30:53 +01:00
silver1ce
9a8f10fa30
avoid send movement packet at death twice, cleanup
...
--HG--
branch : trunk
2010-03-07 18:17:37 +02:00