Commit Graph
774 Commits
Author SHA1 Message Date
Keldo 3386d75e43 Core/Opcode Changed for Bug Tickets
CMSG_SUPPORT_TICKET_SUBMIT_BUG , STATUS_LOGGEDIN
2015-09-20 02:57:49 -07:00
Shauren 461feeccdf Core/PacketIO: Defined a new opcode 2015-09-20 00:44:31 +02:00
Shauren 3b52fcc769 Merge remote-tracking branch 'origin/6.x_implement_taxi' into 6.x 2015-09-19 17:41:24 +02:00
Shauren f34bae89d3 Core/PacketIO: Disabled CMSG_TAXI_REQUEST_EARLY_LANDING 2015-09-19 17:39:01 +02:00
Shauren 225bbe7f72 Core/PacketIO: Implemented correct opcode for GameObject animkit changes and enabled all animkit related opcodes 2015-09-16 17:06:24 +02:00
StormBytePP 196f935cd8 Core/Taxi: Implemented taxi routes, thanks to @MitchesD patch for initial work, and @Shauren for IDA help
Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Handlers/TaxiHandler.cpp
2015-09-14 01:51:38 +02:00
horn e8b1faa156 Core/BattlePets: Basics for Battle Pets 2015-09-09 14:52:32 +02:00
MitchesD 614b5832ba Core/Player: implemented Toybox
* now you can use all the things in toybox - add new toys, set them as favorite and use them
2015-08-26 11:15:00 +02:00
Vincent-Michael bc54df6ea5 Core/PacketIO: Enabled CMSG_FAR_SIGHT opcode 2015-08-23 05:18:17 +02:00
Shauren 5ef84bb699 Core/PacketIO: Updated and enabled CMSG_TRANSMOGRIFY_ITEMS
* Implemented transmogrification using void storage items as source
2015-08-18 17:45:30 +02:00
Shauren 7632e11825 Core/PacketIO: Updated and enabled CMSG_WORLD_TELEPORT (GM opcode) 2015-08-15 14:24:42 +02:00
Shauren c6d15a9abc Core/PacketIO: Enabled CMSG_CANCEL_TEMP_ENCHANTMENT 2015-08-11 21:11:47 +02:00
Vincent-Michael 57eae1dc13 Core/Instances: Added ResetFailedReason enum for 6.2.0 2015-08-09 17:23:56 +02:00
Vincent-Michael 00a77230bd Core/PacketIO: Updated and enabled SMSG_RAID_GROUP_ONLY opcode 2015-08-09 01:30:58 +02:00
Vincent-Michael f792e8ee7c Core/PacketIO: Updated and enabled SMSG_BREAK_TARGET opcode 2015-08-08 22:30:27 +02:00
Vincent-Michael d8b36dfc17 Core/PacketIO: Added and enabled CMSG_SET_LOOT_SPECIALIZATION opcode 2015-08-08 18:10:02 +02:00
Vincent-Michael 9109440367 Core/PacketIO: Updated and enabled SMSG_QUEST_GIVER_QUEST_FAILED opcode 2015-08-08 16:15:37 +02:00
Vincent-Michael 650dd53b84 Core/PacketIO: Updated and enabled SMSG_QUEST_UPDATE_FAILED_TIMER opcode 2015-08-08 15:31:18 +02:00
Shauren fcc8c2d12c Core/PacketIO: Implemented advanced combat logging 2015-08-08 15:15:14 +02:00
Vincent-Michael c9e138d66d Core/PacketIO: Updated and enabled SMSG_QUEST_GIVER_INVALID_QUEST opcode 2015-08-08 12:40:43 +02:00
Vincent-Michael a76fdb9d38 Core/Misc:
- Updated and enabled CMSG_QUEST_PUSH_RESULT opcode
- Update QuestPushReason enum for 6.2.0
2015-08-08 01:30:42 +02:00
Shauren bf8dc08f1b Core/PacketIO: Updated and enabled a few combat log opcodes
* Fixed structure of SMSG_SPELL_NON_MELEE_DAMAGE_LOG
2015-08-05 00:08:49 +02:00
Shauren 4b9b77eefc Core/PacketIO: Updated and enabled SMSG_DESTROY_ARENA_UNIT 2015-08-03 16:39:37 +02:00
Vincent-Michael d8850f0536 Core/PacketIO: Update and enabled SMSG_PARTY_KILL_LOG opcode 2015-08-02 20:35:01 +02:00
Vincent-Michael f3d44b0309 Core/PacketIO: Update and enabled SMSG_LOOT_LIST opcode 2015-08-02 20:19:52 +02:00
Vincent-Michael f60a28978a Core/PacketIO: Update and enabled SMSG_ITEM_COOLDOWN opcode 2015-08-02 18:02:50 +02:00
Vincent-Michael b0ad346cf3 Core/PacketIO: Enabled more opcodes 2015-08-02 17:30:09 +02:00
Vincent-Michael 4a08ff819c Core/PacketIO: Added and enabled CMSG_SET_PVP opcode 2015-08-02 16:20:01 +02:00
Vincent-Michael 681df2c1e9 Core/PacketIO: Enabled void storage opcodes 2015-08-02 03:32:41 +02:00
Vincent-Michael 4088fe51c0 Core/PacketIO: Enabled CMSG_VIOLENCE_LEVEL, SMSG_SPELL_ENERGIZE_LOG, SMSG_SPELL_HEAL_LOG opcode 2015-08-02 01:47:21 +02:00
Vincent-Michael adabac9edd Core/PacketIO: Updated and enabled CMSG_TOGGLE_PVP opcode 2015-08-02 01:29:46 +02:00
MitchesD ca9d98f179 Core/Opcodes: enabled duel opcodes and updated CMSG_OPENING_CINEMATIC 2015-08-01 18:42:07 +02:00
Shauren c70fd5dace Core/PacketIO: Updated and enabled trade opcodes 2015-07-31 18:30:45 +02:00
Shauren c5a2167c59 Core/Threading: Marked CMSG_SET_EVERYONE_IS_ASSISTANT as unsafe 2015-07-30 23:15:54 +02:00
Zerixx ac9e8cc4d3 Core/Opcodes: enabled loot and equip opcodes 2015-07-29 15:19:59 +02:00
Duarte Duarte 8d0e3ad93f Merge pull request #14924 from Golrag/calendar
Core/PacketIO: CalendarPackets:
2015-07-28 10:52:23 -07:00
MitchesD 231fb1d322 Core/PacketIO: updated CMSG_INSTANCE_LOCK_RESPONSE and fixed instance binding of gamemasters 2015-07-28 19:09:20 +02:00
Golrag 83c2d36179 Core/PacketIO: CalendarPackets:
CMSG_CALENDAR_GET
CMSG_CALENDAR_GET_EVENT
CMSG_CALENDAR_GUILD_FILTER
CMSG_CALENDAR_ADD_EVENT
CMSG_CALENDAR_UPDATE_EVENT
CMSG_CALENDAR_REMOVE_EVENT
CMSG_CALENDAR_COPY_EVENT
CMSG_CALENDAR_GET_NUM_PENDING
CMSG_CALENDAR_EVENT_SIGN_UP
CMSG_CALENDAR_REMOVE_INVITE
CMSG_CALENDAR_EVENT_STATUS
CMSG_SET_SAVED_INSTANCE_EXTEND
CMSG_CALENDAR_EVENT_MODERATOR_STATUS

SMSG_CALENDAR_EVENT_INVITE
SMSG_CALENDAR_SEND_CALENDAR
SMSG_CALENDAR_SEND_EVENT
SMSG_CALENDAR_EVENT_INVITE_ALERT
SMSG_CALENDAR_EVENT_INVITE_STATUS
SMSG_CALENDAR_EVENT_INVITE_REMOVED
SMSG_CALENDAR_EVENT_INVITE_MODERATOR_STATUS
SMSG_CALENDAR_EVENT_INVITE_REMOVED_ALERT
SMSG_CALENDAR_CLEAR_PENDING_ACTION
SMSG_CALENDAR_EVENT_UPDATED_ALERT
SMSG_CALENDAR_EVENT_REMOVED_ALERT
SMSG_CALENDAR_SEND_NUM_PENDING
SMSG_CALENDAR_COMMAND_RESULT
SMSG_CALENDAR_RAID_LOCKOUT_UPDATED
SMSG_CALENDAR_EVENT_INITIAL_INVITES
SMSG_CALENDAR_EVENT_INVITE_STATUS_ALERT // NYI
SMSG_CALENDAR_EVENT_INVITE_NOTES_ALERT // NYI
SMSG_CALENDAR_EVENT_INVITE_NOTES // NYI
2015-07-28 12:57:56 +02:00
Shauren 7f84529487 Core/PacketIO: Updated and enabled SMSG_ITEM_PUSH_RESULT 2015-07-28 00:08:24 +02:00
MitchesD 18332389c6 Core/Opcodes: enabled some opcodes which have structure up to date 2015-07-27 21:33:37 +02:00
MitchesD 7951a47c03 Core/PacketIO: updated SMSG_INSTANCE_SAVE_CREATED 2015-07-27 19:44:08 +02:00
joschiwald 5c813f6f02 Core/PacketIO: updated totem packets 2015-07-26 15:09:00 +02:00
MitchesD 5e8a6c957d Core/PacketIO: updated SMSG_QUEST_LOG_FULL (empty packet) 2015-07-26 12:00:04 +02:00
Vincent-Michael ddcc0352d0 Core/PacketIO: Fixed bad opcode name 2015-07-25 12:07:30 +02:00
MitchesD a487ddad4e Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNES 2015-07-23 22:00:40 +02:00
MitchesD 9fc06b956b Core/PacketIO: updated SMSG_CONTROL_UPDATE 2015-07-21 21:58:13 +02:00
MitchesD db3a355249 Core/PacketIO: updated SMSG_QUEST_PUSH_RESULT 2015-07-21 13:28:13 +02:00
Shauren e242732e8f Core/PacketIO: Enabled a few opcodes sent during login 2015-07-20 17:10:19 +02:00
Golrag 34af1c4f64 Core/PacketIO: CMSG_SPELL_CLICK 2015-07-19 12:53:05 +02:00
Shauren 1273c0b537 Core/PacketIO: Updated and enabled spell packets 2015-07-19 00:31:11 +02:00