Shauren
|
17124c69bb
|
Core/Items: Removed reforging
|
2014-12-20 23:15:40 +01:00 |
|
Rat
|
92aafbf111
|
Core/Items: fixed inventory item moving/splitting
|
2014-12-20 22:29:06 +01:00 |
|
Rat
|
ec513ecfc2
|
Core/Items:
- Added basic inventory item movements
(packets need to be ported to new handlers after more testing)
- Fixed some item visual bugs
|
2014-12-20 17:25:15 +01:00 |
|
Vincent-Michael
|
2721cf8340
|
Core/Packets: Fix typo (meh @Intelz)
|
2014-12-19 22:14:18 +01:00 |
|
Intel
|
4825832c85
|
Merge branch '6.x' into Spells
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
|
2014-12-07 23:20:52 +02:00 |
|
Intel
|
518c744336
|
Core/Packets: Add connection indexes for server packets
Fixed IOCP define for linux
Minor code style change in inventory loading
|
2014-12-07 15:14:43 +02:00 |
|
Rat
|
21aae5b099
|
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
|
2014-12-05 14:10:40 +01:00 |
|
Intel
|
0d21ed3f86
|
Core/Packets: Implemented SMSG_CAST_FAILED and updated SpellCastResult enum
|
2014-12-05 00:33:21 +02:00 |
|
Rat
|
63cbfd867d
|
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
|
2014-12-04 19:24:09 +01:00 |
|
Rat
|
08f486bfcf
|
Core/Spells: some updates to player spell and talent learning
|
2014-12-04 19:23:35 +01:00 |
|
Intel
|
e3fb937fdd
|
Core/Packets: Added SMSG_SPELLNONMELEEDAMAGELOG
|
2014-12-02 00:55:29 +02:00 |
|
Intel
|
713488596f
|
Core/Packets: Convert SMSG_SPELL_START and SMSG_SPELL_GO to JAM structures
|
2014-12-02 00:07:36 +02:00 |
|
Rat
|
b91ac01bc7
|
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
|
2014-12-01 21:09:23 +01:00 |
|
Intel
|
60ea1265c2
|
Core/Packets: Added CMSG_SET_ACTION_BUTTON packet
|
2014-12-01 02:03:06 +02:00 |
|
Intel
|
e65590fa69
|
Core/Packets: Added SMSG_MOVE_TELEPORT, SMSG_MOVE_UPDATE_TELEPORT, CMSG_MOVE_TELEPORT_ACK packets
|
2014-11-30 23:35:12 +02:00 |
|
Intel
|
3e7e3f2b6e
|
Core/Packets: Added SMSG_SPELL_FAILURE, SMSG_SPELL_FAILED_OTHER, SMSG_SET_FLAT_SPELL_MODIFIER, SMSG_SET_PCT_SPELL_MODIFIER packets
|
2014-11-30 20:13:23 +02:00 |
|
Intel
|
51026f28bd
|
Core/Packets: Added SMSG_LEARNED_SPELLS packet
|
2014-11-30 18:49:52 +02:00 |
|
Rat
|
065e1ec3cd
|
Core/Spells: some work on auras and packets
|
2014-11-30 15:37:11 +01:00 |
|
Intel
|
dc8a7812ec
|
Core/Packets: Fixed player movement speed change packets
|
2014-11-30 16:25:47 +02:00 |
|
Intel
|
a00307ac36
|
Core/Packets: Updated some of the movement flag opcodes
|
2014-11-30 01:38:27 +02:00 |
|
Rat
|
eda9094226
|
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
|
2014-11-29 14:52:53 +01:00 |
|
Rat
|
8c4761e820
|
Core/Spells: more work on auras
|
2014-11-29 12:48:12 +01:00 |
|
Intel
|
bac37625f3
|
Core/Packets: Added SMSG_TRAINER_LIST and fixed build
|
2014-11-25 00:41:44 +02:00 |
|
Intel
|
d1c21a03b8
|
Core/Packets: Added the following packets:
CMSG_BANKER_ACTIVATE
CMSG_BINDER_ACTIVATE
CMSG_GOSSIP_HELLO
CMSG_LIST_INVENTORY
CMSG_TRAINER_LIST
SMSG_GOSSIP_MESSAGE
SMSG_LIST_INVENTORY
CMSG_NPC_TEXT_QUERY
SMSG_NPC_TEXT_UPDATE
Implemented CMSG_DB_QUERY_BULK and SMSG_DB_REPLY and removed unused CMSG_REQUEST_HOTFIX
|
2014-11-24 21:39:56 +02:00 |
|
Intel
|
92085d5dea
|
Core/Packets: Fixed SMSG_EMOTE and SMSG_TEXT_EMOTE
|
2014-11-24 04:25:19 +02:00 |
|
joschiwald
|
7f96163c94
|
Core/Packets:
- updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT
- updated CMSG_SET_SELECTION
- updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET)
- fixed null guid in EquipmentSetList
- fixed struct of MonsterMove
|
2014-11-23 04:25:47 +01:00 |
|
Shauren
|
3332127f33
|
Core/PacketIO: Updated SMSG_TRANSFER_PENDING and SMSG_TRANSFER_ABORTED
|
2014-11-20 18:23:43 +01:00 |
|
joschiwald
|
abff9de719
|
Core/Packets: updated EquipmentSet save packets
|
2014-11-19 21:09:30 +01:00 |
|
Intel
|
b86bf40f61
|
Core/Packets: Added the following packets:
CMSG_QUESTGIVER_STATUS_MULTIPLE_QUERY
SMSG_QUESTGIVER_STATUS_MULTIPLE
CMSG_QUESTGIVER_STATUS_QUERY
SMSG_QUESTGIVER_STATUS
SMSG_AI_REACTION
SMSG_ATTACKERSTATEUPDATE
SMSG_ATTACKSTART
SMSG_ATTACKSTOP
SMSG_THREAT_UPDATE
SMSG_HIGHEST_THREAT_UPDATE
SMSG_SET_PROFICIENCY
|
2014-11-19 20:18:14 +02:00 |
|
Intel
|
73a7d7c053
|
Core/Packets: Added SMSG_MONSTER_MOVE and split common packet structures
|
2014-11-19 20:18:02 +02:00 |
|
joschiwald
|
b7baee390c
|
Core/Packets: updated SMSG_BINDPOINTUPDATE, SMSG_INVALIDATE_PLAYER, SMSG_LOGIN_SETTIMESPEED, SMSG_WORLD_SERVER_INFO
|
2014-11-19 02:12:47 +01:00 |
|
Intel
|
dbb102e647
|
Core/Packets: Added most of the chat packets
|
2014-11-17 20:49:15 +02:00 |
|
joschiwald
|
da37723b5f
|
Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for SMSG_CHANNEL_LIST
|
2014-11-17 18:21:41 +01:00 |
|
Intel
|
2580e7e30b
|
Core/Packets: Added SMSG_NEW_WORLD and CMSG_MOVE_WORLDPORT_ACK
Also fixed wrong glyph index define
|
2014-11-17 02:36:53 +02:00 |
|
Intel
|
218f14f84b
|
Core/Packets: Added some chat message packets
|
2014-11-17 00:08:38 +02:00 |
|
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 |
|