joschiwald
94db00dc72
Fixed build ...
2014-11-16 06:19:13 +01:00
joschiwald
d55c0cbf3a
Core/Packets: updated AccountData packets
2014-11-16 06:08:46 +01:00
Intel
d2ac05729a
Core/Packets: Added SMSG_SEND_UNLEARN_SPELLS and SMSG_ACTION_BUTTONS
...
Fixed typo in SMSG_TUTORIAL_FLAGS
2014-11-16 04:30:55 +02:00
Intel
3bd83ff164
Core/Packets: Added SMSG_SET_SPECIALIZATION
2014-11-16 00:05:42 +02:00
Intel
2120868d34
Core/Packets: Added CMSG_ATTACKSWING and SMSG_ATTACKSTOP
2014-11-15 22:00:31 +02:00
Intel
7d88f8c491
Core/Packets: Added SMSG_WORLD_STATE_UI_TIMER_UPDATE
2014-11-15 21:20:45 +02:00
Intel
eb7f4e79d6
Core/Packets: Added CMSG_TIME_SYNC_REQ and SMSG_TIME_SYNC_RESP packets
2014-11-15 18:21:06 +02:00
Intel
cd9be92395
Core/Packets: Added CMSG_PAGE_TEXT_QUERY and SMSG_PAGE_TEXT_QUERY_RESPONSE
...
Moved QueryPlayerName to QueryPackets
2014-11-15 17:40:04 +02:00
joschiwald
96fa1eb5ec
Core/Packets: added few channel packet structs
2014-11-15 16:22:32 +01:00
Shauren
4894991d55
Core/PacketIO: Renamed a few packet classes to match client names
2014-11-15 13:03:32 +01:00
Rat
5545a2605b
Core/Movement: Some fixes to player movement (SMSG_PLAYER_MOVE)
2014-11-15 11:37:08 +01:00
Rat
196e960b57
Core/Packets: Fix player movement client packets
2014-11-15 02:52:02 +00:00
Intel
b08b54c8bb
Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler
2014-11-14 01:55:29 +00:00
joschiwald
231207970b
Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS, SMSG_INITIAL_SPELLS and SMSG_SPELL_CATEGORY_COOLDOWN
2014-11-14 02:00:34 +01:00
joschiwald
f4926e0a8c
Core/Packets: updated char rename customize and factionchange packets
2014-11-12 16:36:05 +01:00
DDuarte
78a3d21e38
Fix build
2014-11-10 07:46:15 +00:00
DDuarte
ec60d64498
Core/Packets: SMSG_NAME_QUERY_RESPONSE (PlayerNameResponse) handler
2014-11-10 06:44:43 +00:00
DDuarte
ec7923c2e6
Core/Packets: CMSG_NAME_QUERY (QueryPlayerName) handler
2014-11-10 05:53:05 +00:00
DDuarte
ab6cde7fde
Core/Packets: CMSG_VIOLENCE_LEVEL handler
2014-11-10 05:14:35 +00:00
DDuarte
4552e6a672
Core/Packets: CMSG_CANCEL_TRADE handler
2014-11-10 05:08:29 +00:00
Shauren
f59a701e29
Core/PacketIO: Updated and enabled logout opcodes
2014-11-09 21:36:06 +01:00
joschiwald
2fee7d195b
Core/NetworkIO: updated SMSG_UPDATE_WORLD_STATE, added SMSG_PVP_SEASON and added packet class for SMSG_INIT_WORLD_STATES
2014-11-09 04:25:09 +01:00
Shauren
bacc90b6ba
Core/NetworkIO: Added second connection to WorldSession, handle AuthContinuedSession and enabled ConnectTo and ResumeComms
2014-11-09 00:37:33 +01:00
joschiwald
f8e935a0b7
Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, SMSG_CLIENTCACHE_VERSION, SMSG_MOTD
2014-11-08 02:55:45 +01:00
joschiwald
eba9903265
Core/NetworkIO: updated CMSG_GUILD_QUERY and SMSG_GUILD_QUERY_RESPONSE
2014-11-06 22:41:44 +01:00
joschiwald
db7c07246a
Core/NetworkIO: updated CMSG_REORDER_CHARACTERS packet and other opcode values
2014-11-06 02:59:59 +01:00
Shauren
4e61b416d8
Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMES
2014-11-04 00:01:09 +01:00
Shauren
7256c7c2c7
Core/PacketIO: Updated SMSG_LOGIN_VERIFY_WORLD
2014-11-03 20:25:21 +01:00
joschiwald
52bd9a771e
Core/NetworkIO: implemented undelete opcodes and moved char create/delete packets to new packet classes
2014-11-03 19:11:14 +01:00
Shauren
064154c540
Core/PacketIO: Changed CMSG_PLAYER_LOGIN handler signature for new packet clasess
2014-11-03 18:30:23 +01:00
Shauren
839166eddf
Core/Packets: Added utility class for handlers using new packet classes
2014-11-03 02:11:15 +01:00
Shauren
e797133b0c
Core/Opcodes: Use a different magic number for invalid opcode (0 might be valid in a future build)
2014-11-03 00:39:52 +01:00
Shauren
97692b4cc1
Core/PacketIO: Enabled SMSG_UPDATE_OBJECT
2014-11-02 16:21:33 +01:00
Vincent-Michael
bb6f46b0fd
Core/NetworkIO: Enable CMSG_CHAR_CREATE / SMSG_CHAR_CREATE opcodes
2014-11-02 02:19:48 +01:00
joschiwald
f6f800447a
Core/NetworkIO: update opcodes to 6.0.3.19103 and disable all handlers
2014-10-31 15:49:23 +01:00
DDuarte
07a640de0d
Core: Fix warnings, mostly wrong printf formatters
2014-10-27 21:56:44 +00:00
DDuarte
f37e5b9afd
Core/Opcodes: Support opcodes with the same ids and different direction
...
- Split enum Opcodes in enum OpcodeMisc/OpcodeClient/OpcodeServer
- Old MSGs are temporarly in the enum OpcodeClient
- Split _internalTable of OpcodeTable in two tables, one for CMSG opcodes and another for SMSG opcodes
Note: most added static_cast<OpcodeX> will be removed once WorldPacket
is split in two classes (ServerPacket/ClientPacket, see #13434 )
2014-10-25 15:42:16 +01:00
horn
cd2f8412e5
Core/Groups: Fix setting the group roles and Role Check feature
2014-09-14 12:06:00 +02:00
DDuarte
a84bfc3807
Core/Groups: Handle CMSG_GROUP_REQUEST_JOIN_UPDATES & SMSG_REAL_GROUP_UPDATE
2014-09-11 04:02:37 +01:00
Duarte Duarte
fcca6ea6eb
Merge pull request #13017 from DDuarte/guild_achiev_tracking
...
Core/Guild: Only send achievement criteria updates to players that requested them.
2014-09-03 01:43:06 +01:00
DDuarte
977592e137
Core/Net: Implement sending guild challenges rewards and counts
...
CMSG_GUILD_REQUEST_CHALLENGE_UPDATE & SMSG_GUILD_CHALLENGE_UPDATED
Partial implementation, guild challenges are not being tracked yet
2014-09-03 01:34:57 +01:00
DDuarte
b4c0d886d8
Core/Net: Fix and enable CMSG_LFG_SET_COMMENT
2014-09-02 23:00:13 +01:00
DDuarte
a7545afe57
Core/Net: Enable SMSG_REQUEST_CEMETERY_LIST_RESPONSE since it was already fixed previously
2014-09-02 18:31:47 +01:00
DDuarte
7ec22c534e
Core/Guild: Only send achievement criteria updates to players that requested them
...
Implements CMSG_GUILD_SET_ACHIEVEMENT_TRACKING
2014-09-02 14:33:31 +01:00
DDuarte
5e0e2987e2
Core/Channels: Enable SMSG_USERLIST_ADD, _REMOVE and _UPDATE
...
The structures for these are correct and the client still accepts however it seems that these were not used on 4.3.4 retail.
Maybe they got replaced with SMSG_CHANNEL_NOTIFY?
2014-09-02 02:59:56 +01:00
DDuarte
e0f7cd1514
Core/Misc: Send cemetery list when the client requests it
...
Implement CMSG_REQUEST_CEMETERY_LIST & SMSG_REQUEST_CEMETERY_LIST_RESPONSE
Sends up to 15 graveyard ids from the player zone (needs verification, *some* packets were seen with graveyards from the whole continent).
2014-09-02 00:49:17 +01:00
DDuarte
a896a7554f
Core/Quests: Implement CMSG_QUEST_NPC_QUERY and SMSG_QUEST_NPC_QUERY_RESPONSE
...
Plot twist: We don't know what these packets do (but they are used)
2014-09-01 20:03:01 +01:00
DDuarte
b6493c01ef
Core/Net: "Enable" CMSG_CANCEL_GROWTH_AURA
...
Also fix a typo visibile -> visible in an opcode name
2014-08-31 21:57:51 +01:00
DDuarte
d31782d757
Core/Net: Define and semi-implement SMSG_SET_FACTION_NOT_VISIBILE
2014-08-31 21:53:36 +01:00
DDuarte
8015d86112
Core/Net: Add some (unused?) opcodes from WPP
2014-08-31 21:53:07 +01:00