Commit graph

197 commits

Author SHA1 Message Date
Yaki Khadafi
f7cd8ce52a Fix SMSG_UPDATE_OBJECT, SMSG_DESTROY_OBJECT, and some teleport opcodes
Authors: Strawberry, Trinity, me
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 02:53:44 +00:00
Salja
3e5895f2f5 Fix CMSG_CHAR_ENUM
Note: VC80/VC90 need update =)

Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:25:26 +00:00
Schmoozerd
e32b9953a1 Cleanup Operator padding 2012-07-20 17:38:23 +02:00
stfx
f3f3349661 [11973] Various Cleanups
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-04-22 19:48:05 +02:00
Schmoozerd
8068dcf6dd [11875] Update Copyright notice to year 2012
Start timemachine and a Happy new year to all!
2012-01-16 17:43:59 +01:00
TOM_RUS
489dc80875 Fixed typo. 2011-05-20 20:08:18 +04:00
LordJZ
ad524d43fe [11511] Fix opcode names after recent update
Signed-off-by: zergtmn <zerg@myisp.com>
2011-05-20 21:54:41 +06:00
NoFantasy
b62c7f17f0 [11444] Replace some poo with good shit, improvements related to [11443]
Thanks Zergtmn!

Signed-off-by: NoFantasy <nofantasy@nf.no>
2011-05-08 19:21:10 +02:00
NoFantasy
4c3b61d4f5 [11443] Implement SPELL_AURA_MIRROR_IMAGE (247) and related receive/reply packets
Inspired by different patches posted in forum, thanks guys for the help it was :D

Signed-off-by: NoFantasy <nofantasy@nf.no>
2011-05-08 18:58:01 +02:00
zergtmn
2835aa5f20 [11385] Add support for static vehicle spawns
Signed-off-by: zergtmn <zerg@myisp.com>
2011-04-20 23:23:47 +06:00
TOM_RUS
83b41546aa Dropped old code. 2011-04-18 06:59:32 +04:00
TOM_RUS
0f8c46878b Updated some structs and enums. 2011-04-14 08:14:03 +04:00
unknown
71add7c73b As of patch 3.3.0:
Players below level 10 may not join raids.
2011-04-09 19:41:29 +04:00
Lightguard
93da661f8b [11009] Add missing opcodes to OpcodeHandler 2011-01-14 21:57:01 +01:00
VladimirMangos
bf0ecf6e71 [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
zergtmn
6a8f83379f [10925] Few more vehicle flags
All vehicles with these flags have corresponding movement flags.
2010-12-28 02:31:09 +05:00
Ambal
5f539117a4 [10848] New system for parallelizing client packet processing. Handle WorldSession updates in Map::Update() where we are safe to proceed. Thank you for all your feedback!
Signed-off-by: Ambal <pogrebniak@gala.net>
2010-12-09 20:21:41 +02:00
zergtmn
f9fcf5e055 [10563] Implement CMSG_PET_STOP_ATTACK.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-09-30 21:02:43 +04:00
Spp_
276afc3cfb [10545] Better way mark not implemented packets.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-09-26 19:30:18 +04:00
VladimirMangos
de0e7faae8 [10544] Output debug only note for known not implemented packets
This is packets that have allowed to receive setting (not STATUS_NEVER)
and WorldSession::Handle_NULL handler.

Mark some packets in this way.
2010-09-26 19:05:52 +04:00
VladimirMangos
54d991ef3a [10469] Rename some opcode handler to better follow used naming style 2010-09-11 14:38:22 +04:00
VladimirMangos
af50d03f16 [10297] Drop CMSG_SET_FACTION_CHEAT support.
No reported long time and now finaly broken by spillover rep changes.
2010-07-31 07:21:36 +04:00
LordJZ
c3cf108938 [10084] Resync. opcode names in Opcodes.cpp/.h
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-06-20 04:35:00 +04:00
Spp
4e61280466 Send SMSG_CORPSE_NOT_IN_INSTANCE if player in ghost form tries to enter an instance without player's corpse.
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
2010-05-27 20:59:20 +02:00
XTZGZoReX
d3f6a89313 [9827] Rename two more opcodes (related to projectiles). 2010-05-03 05:26:05 +02:00
XTZGZoReX
049951a988 [9825] Rename one more opcode. 2010-05-02 07:44:13 +02:00
XTZGZoReX
fa7f495f48 [9821] Rename two more opcodes... 2010-05-01 23:18:08 +02:00
Spp
b3af0b3233 [9820] Fix some handlers (correctly use Handle_ServerSide).
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
2010-05-01 22:44:31 +02:00
XTZGZoReX
e83781f6a7 [9819] Rename some more opcodes.
Also fix the name of some older opcodes that were marked as obsolete but no longer are.
2010-05-01 21:45:27 +02:00
Spp
d3fd1a6cf3 [9812] Fix a typo. 2010-04-29 22:42:44 +02:00
XTZGZoReX
1746ce94c5 [9811] Update/fix some opcode names. 2010-04-29 22:19:15 +02:00
Spp
de3192b2f5 [9807] Add some missing (dummy) opcode handlers to the list.
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
2010-04-29 17:21:10 +02:00
XTZGZoReX
bd6d27998b Add structure and prevent spam for some LFG opcodes.
Thanks to Spp for help with researching CMSG_LFG_JOIN.
2010-03-11 20:52:28 +01:00
XTZGZoReX
ed042d4463 [9532] Fix typo in opcode name. 2010-03-06 14:23:35 +01:00
Blaymoira
6af247d34f [9514] Implement opcode CMSG_HEARTH_AND_RESURRECT
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-03-04 08:55:09 +01:00
VladimirMangos
e15f548bed Merge branch 'master' into 330 2010-01-08 16:03:27 +03:00
VladimirMangos
fe6e2e1746 [9122] Updated copyright notice for new year.
Also fix some lost in past cases.
2010-01-08 00:02:21 +03:00
tomrus88
2a80cc694a Fixed some enums. 2009-12-30 01:15:59 +03:00
tomrus88
f34c11be7f Some new gm ticket stuff. 2009-12-24 20:18:09 +03:00
tomrus88
9e3e741d9b Updated opcodes enum. 2009-12-24 16:04:28 +03:00
tomrus88
90ee507cf7 Merge remote branch 'origin/master' into 330 2009-11-30 01:29:59 +03:00
XTZGZoReX
ab62a11d4e [8849] Fix a typo in STATUS_LOGGEDIN_OR_RECENTLY_LOGGEDOUT. 2009-11-20 17:13:02 +01:00
tomrus88
2bdfb0d7bb - Some updates. 2009-11-14 16:22:41 +03:00
tomrus88
23bfcccd77 Merge remote branch 'origin/master' into 330 2009-11-14 13:02:54 +03:00
balrok
fb6f792cf3 [8804] changed some unhandled opcode-errors to debug
with this i also introduced a new status for opcodes
STATUS_UNHANDLED

not sure if i realy found all unhanddled opcodes
those are all based on empircal analysis of our serverlog
2009-11-11 15:18:29 +01:00
tomrus88
9b4a0f3fb1 Updated to latest PTR build 10747. 2009-11-04 05:19:17 +03:00
tomrus88
d599aea0ba Updated to latest PTR client build 10676. 2009-10-24 19:38:37 +04:00
tomrus88
36be84988c Updated to latest PTR build 10596. 2009-10-17 02:52:42 +04:00
tomrus88
ccf88ef77d Updated to latest PTR build 10571. 2009-10-14 17:26:39 +04:00
tomrus88
e0476c7922 Updated to client build 10554. 2009-10-10 17:29:25 +04:00