Commit Graph

630 Commits

Author SHA1 Message Date
Shauren
3e063be399 Core/PacketIO: Reimplemented SMSG_SET_FORCED_REACTIONS as a response to client request instead of sending it automatically during map change 2015-04-09 00:05:31 +02:00
Shauren
e651dbec0e Core/Misc: Added a nice static_assert to prevent adding server opcode "handlers" with status other than UNHANDLED or NEVER 2015-04-08 23:35:27 +02:00
Shauren
f0f027a79e Core/PacketIO: Removed sending SMSG_CATEGORY_COOLDOWN as part of SendInitialPacketsBeforeAddToMap and only send it when requested or when SPELL_AURA_MOD_SPELL_CATEGORY_COOLDOWN is added or removed 2015-04-08 21:49:14 +02:00
Rat
e53f89d836 Core/Scenes: added .debug send playscene command for testing purposes 2015-04-08 20:37:30 +02:00
Shauren
01d91fa3cd Core/PacketIO: Updated and enabled CMSG_AREA_SPIRIT_HEALER_QUERY, CMSG_AREA_SPIRIT_HEALER_QUEUE, CMSG_HEARTH_AND_RESURRECT 2015-04-08 19:34:04 +02:00
Shauren
fd257a6e00 Core/Opcodes: Defined 1 more opcode 2015-04-08 12:11:51 +02:00
DJScias
b7630caa35 Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELM
Someone probably forgot to re-enable them, as they do in fact work with the current opcode values. (Tested & confirmed)
2015-04-07 18:08:20 +02:00
Shauren
ecf30d1871 Core/Opcodes: Added more (looks like deprecated) garrison opcodes 2015-04-07 00:08:40 +02:00
Shauren
568a217c2d Core/PacketIO: Updated and enabled vehicle opcodes 2015-04-06 14:12:28 +02:00
Shauren
01cc5d8c05 Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA
* Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK
2015-04-06 00:40:56 +02:00
Vincent-Michael
4359c4c758 Core/PacketIO: Updated and enabled CMSG_QUEST_POI_QUERY / SMSG_QUEST_POI_QUERY_RESPONSE 2015-04-05 05:54:53 +02:00
Shauren
0878a42b7e Core/PacketIO: Updated and enabled collision height opcodes
* Removed old 4.3.4 movement structures
2015-04-05 01:39:32 +02:00
Shauren
14b475e865 Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK and SMSG_MOVE_UPDATE 2015-04-04 23:49:14 +02:00
Shauren
38b326d27b Core/PacketIO: Updated cooldown packets 2015-04-04 20:24:31 +02:00
MitchesD
786834600f Core/PacketIO: SMSG_ZONE_UNDER_ATTACK, SMSG_THREAT_CLEAR and enabled some opcodes 2015-04-04 18:03:56 +02:00
Shauren
b66d2da2c7 Core/PacketIO: Updated and enabled SMSG_SPELL_CHANNEL_START and SMSG_SPELL_CHANNEL_UPDATE 2015-04-04 16:04:40 +02:00
Shauren
250d85b559 Core/PacketIO: Updated and enabled RaF packets 2015-04-04 13:33:58 +02:00
Shauren
89007ac1d0 Core/Players: Updated trading
* Use special Uniq ObjectGuid::TradeItem for enchanting trade items
* Added additional validation of trade state
* Fixed an ancient bug in trade display causing pending enchantment to never update clientside if too many operations were done in a trading session
2015-04-04 00:07:16 +02:00
MitchesD
be016b94aa Core/PacketIO: updated SMSG_LOOT_RELEASE and enabled CMSG_OPEN_ITEM 2015-04-03 20:07:45 +02:00
xerkoss
ae9f9f5de6 Core/Packets: Updated and enabled duel opcodes
Closes #14438
2015-04-02 18:44:27 +02:00
Duarte Duarte
06b75d8fa7 Merge pull request #14486 from Gigi1237/MailPacket
Core/PacketIO: Enabled and updated Mail
2015-04-02 16:28:03 +01:00
MitchesD
5c1600b9ba Core/PacketIO: updated CMSG_LOOT_ROLL 2015-04-02 15:58:45 +02:00
Carbenium
930a6af70a Core/Unit: Implement SMSG_HEALTH_UPDATE 2015-04-02 02:36:12 +02:00
Gigi1237
7301aca589 Core/PacketIO: Enabled and updated Mail 2015-04-01 18:45:21 +02:00
Shauren
bbefb4a433 Core/Arenas: Removed arena team related opcodes and methods that were only used by them 2015-04-01 18:22:49 +02:00
Shauren
5389180778 Core/PacketIO: Updated all client opcode values 2015-04-01 01:44:10 +02:00
Rat
e734146a6f Core/Quests: updated SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE packet
- updated gossip window handling
2015-03-31 19:55:53 +02:00
Rat
cc07de1d87 Core/PacketIO: Tested and enabled some opcodes 2015-03-30 20:14:41 +02:00
Vincent-Michael
a44363ded5 Core/PacketIO: Fix typo (thx @ExHunter) 2015-03-30 05:59:43 +02:00
Vincent-Michael
844efdfebc Core/PacketIO: Sync with wpp 2015-03-29 20:22:25 +02:00
Rat
dcd18eef2a Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x 2015-03-29 17:56:49 +02:00
Shauren
4040631a7c Core/PacketIO: Fixed bad opcode name 2015-03-29 16:50:10 +02:00
Rat
3660c3a37f Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
Conflicts:
	src/server/game/Handlers/MiscHandler.cpp
	src/server/game/Server/Protocol/Opcodes.cpp
2015-03-29 11:25:48 +02:00
Vincent-Michael
61ffd31078 Core/PacketIO: Enable some char opcodes 2015-03-29 03:47:26 +02:00
Vincent-Michael
3214665952 Core/PacketIO: Enable who/whois opcodes for 6.1.2 2015-03-29 03:23:12 +02:00
Vincent-Michael
f5257631ee Core/PacketIO: Fix typo (thx @xerkoss) 2015-03-29 03:01:16 +02:00
Shauren
429b8bb2a5 Core/PacketIO: Added 1 more server opcode 2015-03-29 01:59:11 +01:00
Vincent-Michael
cf3df0a396 Core/PacketIO: Enabled some others and channel opcodes for 6.1.2 2015-03-29 00:45:26 +01:00
Vincent-Michael
2ccd7653a5 Core/PacketIO: Enabled some movement opcodes for 6.1.2 2015-03-28 22:17:08 +01:00
Vincent-Michael
801fc634b5 Core/PacketIO: Disabled SMSG_LOAD_CUF_PROFILES 2015-03-28 21:02:01 +01:00
Vincent-Michael
d1205ffffe Core/PacketIO: Enabled some chat opcodes 2015-03-28 20:57:50 +01:00
Vincent-Michael
e6f9006f95 Core/PacketIO: Enabled CMSG_TUTORIAL_FLAG and update TutorialAction enum for 6.1.2 2015-03-28 19:18:15 +01:00
MitchesD
580a50f7e7 Core/PacketIO: SMSG_BARBER_SHOP_RESULT, CMSG_ALTER_APPEARANCE, SMSG_ENABLE_BARBER_SHOP and enabled some opcodes 2015-03-28 18:12:26 +01:00
Vincent-Michael
9fb96ed3f8 Core/PacketIO: Enabled some char opcodes
Closes #14468
2015-03-28 16:42:08 +01:00
Carbenium
e9b60fb092 Core/Support: Added missing sql execute
Core/PacketIO: Enabled support system related opcodes
2015-03-28 11:54:03 +01:00
Shauren
8cfb542ee4 Core/PacketIO: Updated values of all known server opcodes 2015-03-27 22:21:24 +01:00
Carbenium
49a61538a8 Core/PacketIO: Fixed a typo (CMSG_UPDATE_ACCOUNT_DATA should be STATUS_AUTHED) and assigned correct opcode value 2015-03-27 02:02:59 +01:00
Carbenium
1262072949 Core/Misc: Update base stuff for V6.1.2 build 19802 2015-03-26 17:18:43 +01:00
Rat
eebc468e62 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
Conflicts:
	src/server/collision/Management/MMapManager.cpp
	src/server/game/Conditions/ConditionMgr.cpp
	src/server/game/Conditions/ConditionMgr.h
2015-03-24 20:01:02 +01:00
Carbenium
ee6fd67552 Core/PacketIO: Sync with WPP 2015-03-22 18:55:22 +01:00