Commit Graph

147 Commits

Author SHA1 Message Date
Subv
bdf6cf5146 Protocol/Opcodes: More opcodes 2012-03-24 19:16:07 -05:00
Subv
ac2629f5e7 Protocol/Opcodes: More opcodes
Fixed structure of SMSG_INSPECT_TALENT
2012-03-24 18:52:57 -05:00
Subv
cd65b39860 Protocol/Opcodes: More opcodes 2012-03-23 18:24:22 -05:00
Subv
f231d73fe4 Protocol/Opcodes: Added 1 more opcodes 2012-03-23 17:28:49 -05:00
Shauren
6e75c15850 Core/Achievements: Updated structure of SMSG_ALL_ACHIEVEMENT_DATA 2012-03-23 22:45:44 +01:00
Subv
b95d148dbe Protocol/Opcodes: Added a few more opcodes 2012-03-22 19:34:23 -05:00
Spp
5cff9e0716 Merge branch 'master' into 4.x
Conflicts:
	sql/base/auth_database.sql
	src/server/authserver/Server/AuthSocket.cpp
	src/server/game/AI/CoreAI/CombatAI.cpp
	src/server/game/AuctionHouse/AuctionHouseMgr.cpp
	src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp
	src/server/game/DataStores/DBCStructure.h
	src/server/game/DataStores/DBCfmt.h
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Entities/Vehicle/Vehicle.cpp
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Globals/ObjectMgr.h
	src/server/game/Handlers/AuctionHouseHandler.cpp
	src/server/game/Miscellaneous/SharedDefines.h
	src/server/game/Movement/MotionMaster.cpp
	src/server/game/Movement/MovementGenerators/WaypointMovementGenerator.cpp
	src/server/game/Quests/QuestDef.cpp
	src/server/game/Server/Protocol/Opcodes.cpp
	src/server/game/Server/WorldSocket.cpp
	src/server/game/Spells/Spell.cpp
	src/server/game/Spells/SpellEffects.cpp
	src/server/game/Spells/SpellInfo.cpp
	src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp
	src/server/scripts/Spells/spell_quest.cpp
	src/server/shared/Logging/Log.h
	src/server/worldserver/worldserver.conf.dist
	src/tools/vmap3_extractor/model.h
	src/tools/vmap4_extractor/CMakeLists.txt
	src/tools/vmap4_extractor/dbcfile.cpp
	src/tools/vmap4_extractor/dbcfile.h
	src/tools/vmap4_extractor/loadlib/loadlib.h
2012-02-23 13:06:35 +01:00
Nay
19a4ac4d92 Core/Opcodes: MSG_RAID_READY_CHECK was not changed 2012-02-21 14:21:06 +00:00
leak
8e3a4b956e Core/Warden: Base implementation for Warden functionality
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table

Credits to TOM_RUS
2012-02-19 13:51:16 +01:00
Shauren
1b676b1ccf Core/Items: Some work on hotfixes and SMSG_DB_REPLY 2012-01-31 14:02:59 +01:00
Shauren
e865cffc33 Core/Protocol: Enabled CMSG_SET_ACTION_BUTTON handler 2012-01-30 17:49:44 +01:00
Shauren
6089d4642b Core/Protocol: Resolved conflicing opcodes MSG_TALENT_WIPE_CONFIRM and CMSG_VERIFY_CONNECTIVITY_RESPONSE 2012-01-30 15:28:38 +01:00
Shauren
ef471da666 Core/Player: Updated talent system for cataclysm 2012-01-29 17:40:14 +01:00
Nay
8e7e10dd7d Core/Opcodes: 3 opcodes by Kaelima 2012-01-29 01:03:13 +00:00
kaelima
9d9dc50b13 Core/Protocol: Activate some SMSG opcodes 2012-01-26 15:43:42 +01:00
Drake Fish
2940c169e0 Fixed Channel message handler. Enabled and checked some channel CMSG handlers. 2012-01-22 20:47:13 -05:00
Drake Fish
9958f34114 Core/Groups: Fix structure of CMSG_GROUP_INVITE and SMSG_PARTY_COMMAND_RESULT
Closes #4824
2012-01-22 05:39:54 +00:00
Drake Fish
d052d4f551 4.2.2 More opcodes, enable handlers and update structure for SMSG_INSTANCE_LOCK_WARNING_QUERY and SMSG_COMPLAIN_RESULT
Ref #4824
2012-01-22 05:28:31 +00:00
Drake Fish
5cbe4abae3 Core/Opcodes: Few more opcodes, enable handlers;
Send spell id in SMSG_RESURRECT_REQUEST
Ref #4824
2012-01-22 04:33:07 +00:00
Nay
dedb372683 Revert "Update SMSG_DURABILITY_DAMAGE_DEATH to 4.x."
This reverts commit bbdd2ee273.
2012-01-22 04:02:28 +00:00
Drake Fish
f714a7d6c9 Core/Chat: Fixed whispers and emotes handling. Added missing chat CMSG.
Ref #4824
2012-01-22 03:45:18 +00:00
Nay
bbdd2ee273 Update SMSG_DURABILITY_DAMAGE_DEATH to 4.x.
Auras can change durability damage (Reinforce guild perk) and need to send the updated value to the client.
2012-01-22 03:41:34 +00:00
Nay
869961bd4e Core/Opcodes: Enable handlers for some opcodes added in previous commit 2012-01-22 02:29:35 +00:00
Rat
f006a2da68 Core/Movement: updated UN/SET_FLY packets, .gm fly on/off now works, fly mounts are still broken, probably aura handling needs to be updated too 2012-01-21 22:25:01 +01:00
Rat
6cd52e7e02 Core/Movement: Fixed short-range teleportation, needs more testing
-added structure for CMSG_MOVE_TIME_SKIPPED, still need to implement the time synch
2012-01-20 14:34:04 +01:00
Rat
2a549a0369 Core/Opcodes: Removed and checked some duplicate opcodes 2012-01-20 06:17:58 +01:00
Rat
599db736e7 Core/Movement: Enabled CMSG_WORLD_PORT_RESPONSE, fixes Cross-Map teleportation 2012-01-19 21:09:02 +01:00
Rat
fa77969184 Core/Movement: Updated/Added/Removed/Renamed Movement related Opcodes.
- Rearranged opcodes enum
(started working on structs + have to check new naming and such)
2012-01-19 20:11:32 +01:00
kaelima
99086ac8a8 Core/Protocol: Refix MSG_GUILD_PERMISSIONS after a misstake in my last commit 2012-01-18 19:01:22 +01:00
kaelima
ba23b69a17 Core/Protocol: Fix SMSG_TRAINER_BUY_SUCCEEDED and SMSG_MAIL_LIST_RESULT. Thanks Nay 2012-01-18 18:26:15 +01:00
kaelima
eae789c5c1 Core/Protocol: Fix and activate a handful of opcodes, also some cleanup / documentation 2012-01-18 18:13:57 +01:00
kaelima
f1cc8f532e Core/Opcodes: Corrected the opcode for CMSG_GAMEOBJ_USE and CMSG_GAMEOBJ_REPORT_USE 2012-01-15 14:52:57 +01:00
Nay
4899f6c47c Core/Protocol: Enable handler and add opcode id for SMSG_SPELL_DELAYED 2012-01-15 01:47:21 +00:00
Nay
dcd915c9b9 Core/Auction: Fix more auction related opcodes
Closes #4731
2012-01-14 22:32:39 +00:00
Heisenberg
d3e508254b Core/Misc:
- Swap 2 quest opcodes and remove uneeded code;
- Add worgen and goblin support to faction/race change
- More opcode ids and enable handlers
2012-01-14 19:27:14 +00:00
Heisenberg
cc5450c4a0 Core/Auction: Fix CMSG_AUCTION_PLACE_BID
Enable 2 handlers
2012-01-14 18:21:36 +00:00
Nay
a369594d61 Core/Group: Update CMSG_GROUP_RAID_CONVERT to 4.x. Based on SF sources and thanks Subv.
TODO: Test
2012-01-14 17:43:19 +00:00
Gyx
522683bfab Core/Protocol: More opcodes, enable some handlers 2012-01-14 13:02:57 +00:00
Nay
1ca48b5168 Merge pull request #4809 from Subv/4x1
4.x opcode updates
2012-01-13 19:49:11 -08:00
Nay
0ef2b77f25 Core/Protocol: Enable more handlers (for opcodes added on the previous commit) 2012-01-14 03:23:53 +00:00
Gyx
1d9dcfcaf0 Core/Protocol: Few more opcode ids
Closes #4797
2012-01-14 02:44:28 +00:00
Subv2112
421bbc5982 Core/IO: Updated some opcodes
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-13 21:33:27 -05:00
kaelima
7be86ac0a3 Core/Opcodes: Added some reversed opcodes (all verified) 2012-01-13 05:58:36 +01:00
Gyx
db00c5f29b Core/Opcodes: Fixed SMSG_SPELL_COOLDOWN
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-13 11:55:44 +08:00
Gyx
cd7bad0d4b Core/Opcodes: Fixed SMSG_READ_ITEM_FAILED
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-13 11:54:46 +08:00
Nay
73a291c310 Core/Auctions: Fix and enable SMSG_AUCTION_BIDDER_NOTIFICATION by Gyx 2012-01-13 00:34:23 +00:00
Nay
32c4bd6304 Core/Pet: "Fix" MSG_LIST_STABLED_PETS and enable a couple of handlers 2012-01-13 00:00:13 +00:00
Nay
e7c7158db0 Core/Opcodes: Fix and enable SMSG_QUESTGIVER_QUEST_COMPLETE 2012-01-12 21:08:31 +00:00
Rat
02b5a81ed3 Core/Opcodes: more ops + checked handlers 2012-01-12 19:25:52 +01:00
Subv2112
506e7913f8 Core/IO: Defined some opcodes and adjusted their handlers
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-01-12 18:18:39 +00:00