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 |
|
Shauren
|
cc4d79495f
|
Core/Misc: Warning fixes
|
2015-03-22 13:47:55 +01:00 |
|
Duarte Duarte
|
6a2e073d9f
|
Merge pull request #14410 from Luzifix/opcode-openitem2
Core/PacketIO: OpenItem for 6.1
|
2015-03-21 22:49:07 +00:00 |
|
Vincent-Michael
|
127d8a2bcc
|
Core/PacketIO: Sync with wpp and enable some opcodes
|
2015-03-21 11:27:15 +01:00 |
|
Zedron
|
791cf47d0b
|
Core/PacketIO: Fixed teleporting between maps
CMSG_MOVE_WORLDPORT_ACK should have STATUS_TRANSFER, as the player isn't in the world (yet)
|
2015-03-20 13:51:50 -05:00 |
|
MitchesD
|
a5b662e0d9
|
Core/PacketIO: CMSG_SET_ACTIVE_MOVER, SMSG_MOVE_SET_ACTIVE_MOVER updated and enabled
|
2015-03-20 15:41:13 +01:00 |
|
Luzifix
|
da0680db06
|
Core/PacketIO: OpenItem for 6.1
You can test it with http://www.wowhead.com/item=41426/
|
2015-03-19 22:22:23 +01:00 |
|
Duarte Duarte
|
f024287521
|
Merge pull request #14403 from Luzifix/opcode-banksystem
Core/PacketIO: Banksystem
|
2015-03-19 21:14:55 +00:00 |
|
Luzifix
|
478e86c074
|
Core/PacketIO: Create BankHandler & Bank opcode Structure
Thx @gigi1237 for search Opcodes
Thx @Nayd to help with InvUpdate & InvItem Structure
|
2015-03-19 00:10:26 +01:00 |
|
Duarte Duarte
|
c4499cf35d
|
Merge pull request #14386 from Gigi1237/SpeedAck
Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK
|
2015-03-17 12:42:14 +00:00 |
|
Vincent-Michael
|
4ee22e3c5e
|
Core/Packets: Enable opcode CMSG_BANKER_ACTIVATE / SMSG_SHOW_BANK
|
2015-03-16 20:39:01 +01:00 |
|
Luzifix
|
40809ebfec
|
Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLO
|
2015-03-16 19:22:08 +01:00 |
|
Rat
|
0a0ec26b04
|
Merge branch '6.x' of https://github.com/streetrat/TrinityCore into 6.x
|
2015-03-16 13:12:40 +01:00 |
|
Rat
|
8f3a80c1cf
|
Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map swap logic
|
2015-03-16 07:28:49 +01:00 |
|
Gigi1237
|
5a8db92e62
|
Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK
Added packet structure for MovmentAck
|
2015-03-15 17:26:19 +01:00 |
|
Duarte Duarte
|
bb1f61bb1f
|
Merge pull request #14377 from DJScias/opcodes4
Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS
|
2015-03-15 13:16:46 +00:00 |
|
Duarte Duarte
|
e1129d0877
|
Merge pull request #14372 from DJScias/opcodes2
Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest o...
|
2015-03-15 13:16:23 +00:00 |
|
Luzifix
|
41641eb907
|
Core/PacketIO: Update and enable delete character for 6.1
|
2015-03-15 13:30:10 +01:00 |
|
Vincent-Michael
|
afaa487c6c
|
Core/Packets: Update some opcodes and enable this
|
2015-03-15 05:59:55 +01:00 |
|
Vincent-Michael
|
a99d7303cd
|
Core/Packets: Update some opcodes and enable this
|
2015-03-15 05:01:15 +01:00 |
|
Vincent-Michael
|
fb8a169d46
|
Core/Packets: Added SMSG_TRANSFER_ABORTED / SMSG_TRANSFER_PENDING opcodes for 6.1.0 and enable this
|
2015-03-15 03:36:45 +01:00 |
|
Vincent-Michael
|
f2cb963565
|
Core/Packets: Update some opcodes and enable this
|
2015-03-15 03:09:34 +01:00 |
|
Vincent-Michael
|
d86298cde4
|
Core/Packets: Update some opcodes and enable this
|
2015-03-15 02:36:56 +01:00 |
|
Vincent-Michael
|
ae76ee8eca
|
Core/Packets: Enable CMSG_SET_ACTIONBAR_TOGGLES opcode for 6.1.0
|
2015-03-15 01:44:11 +01:00 |
|
DJScias
|
6fb2dba273
|
Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS
|
2015-03-15 01:13:57 +01:00 |
|