1030 Commits

Author SHA1 Message Date
Olion
dbf62b8527 SMSG_GAMEOBJECT_RESET_STATE, yet unused 2017-07-22 11:12:54 +03:00
Olion
b6c7853681 Misplaced SendGameObjectCustomAnim(): may be used for GOs only 2017-07-22 11:11:06 +03:00
Olion
391e691b59 SMSG_SPELLLOGEXECUTE fix and some elaboration 2017-07-21 21:56:34 +01:00
Olion
97bcfab999 Change return value of a getting spell target method from Unit* to ObjectGuid 2017-07-21 21:56:34 +01:00
Antz
758c562994 [Appveyor] Remove no-longer needed file 2017-07-20 20:33:51 +01:00
Olion17
729013f1ec HITINFO_BLOCK value, yet unused 2017-07-20 16:17:53 +01:00
Antz
53d5aa6e40 Appveyor supplied fix for openSSL 1.0 2017-07-20 08:00:57 +01:00
Olion17
572d7cae6b SMSG_BATTLEFIELD_LIST fix 2017-07-19 18:04:24 +01:00
Olion17
dee29f95d4 More SMSGs
Minor structure corrections, some constants, comments, syntax
2017-07-19 18:04:24 +01:00
Antz
bec53e14c2 [FIX] full block {} expected in the control structure. Part 2 2017-07-17 12:49:54 +01:00
brotalnia
7c8a4fc7d3 Incomplete text should not be shown for completed quests (#35)
* Incomplete text should not be shown for completed quests

* Use GetReqItemsCount instead
2017-07-17 09:42:05 +01:00
Antz
74147b553d Merge branch 'master' of https://github.com/mangoszero/server 2017-07-16 22:45:23 +01:00
Antz
b5b691155b [FIX] full block {} expected in the control structure. Part 1 2017-07-16 22:44:02 +01:00
Antz
1db9cef814 Add Codacy badge and link 2017-07-16 21:28:01 +01:00
Olion
03a42180d6 SMSG_QUESTUPDATE_FAILED should be used to fail quest at client 2017-07-16 21:25:46 +01:00
Olion
ed0ac56501 SMSG_QUESTGIVER_QUEST_FAILED elaboration 2017-07-16 21:25:46 +01:00
Olion
44aea2df35 Remove few unused fields from SMSG packets.
Other changes are either cosmetic or in comments form.
2017-07-16 21:25:46 +01:00
Olion
c74db8cb30 SMSG_LOOT_RESPONSE cleanup
Loot item numbering in the packet must be strictly sequential, since the number is used for memory offset calculation.
Duplicate numbers will cause item overwrite, so it will not be shown in the loot by client.
2017-07-12 23:22:27 +01:00
Olion
2eedb78a99 SMSG_PET_CAST_FAILED: packet structure fix 2017-07-10 13:26:03 +01:00
Olion
351b6f2349 SMSG_SPELL_FAILURE: a more correct usage 2017-07-10 13:26:03 +01:00
Olion
901bdcad53 SMSG_TRADE_STATUS: minor cleanup of TradeStatus values 2017-07-10 13:26:03 +01:00
Olion
9efaf92453 SMSG_READ_ITEM_FAILED a bit detailed 2017-07-10 13:26:03 +01:00
Oleg
4c9182be60 Few SMSG_CHANNEL chat opcodes (#31)
* SMSG_CHANNEL_NOTIFY: CHAT_YOU_JOINED/YOU_LEFT structure

* Refactoring: CHAT_NOT_MEMBER_NOTICE must be functional of the Channel class

* SMSG_CHANNEL_LIST structure fix
2017-07-09 12:23:36 +01:00
Olion
6304d628c7 SMSG_GUILD_COMMAND_RESULT check of some constants 2017-07-06 03:02:31 +01:00
Olion
4d9d0502ef SMSG_GAMEOBJECT_QUERY_RESPONSE: better packer structure description 2017-07-06 03:02:31 +01:00
Olion
6292d5a858 SMSG_ITEM_QUERY_SINGLE_RESPONSE a small syntactical elaboration 2017-07-04 07:55:39 +01:00
Olion
044e192915 SMSG_GUILD_QUERY_RESPONSE better length estimation 2017-07-04 07:55:39 +01:00
Olion
7d5eaa04ac SMSG_NAME_QUERY_RESPONSE minor improvements 2017-07-04 07:55:39 +01:00
Olion
e1b0f666ff Wrong field order inside SMSG_LOGOUT_RESPONSE 2017-07-04 07:55:39 +01:00
Antz
7d083148f0 Merge branch 'master' of https://github.com/mangoszero/server 2017-07-03 20:38:49 +01:00
Antz
5bd8627d98 [EasyBuild] EasyBuild updated to V2 2017-07-03 20:38:28 +01:00
Olion
c87cca2d21 CMSG_MOVE_SET_RAW_POSITION handling.
ToDo: use also MSG_MOVE_SET_RAW_POSITION_ACK.
2017-07-02 18:43:29 +01:00
Olion
b6767e2a8a SMSG_TRANSFER_ABORTED has no data except uint8 TransferAbortReason 2017-07-02 07:59:45 +01:00
Olion
202bc62be0 Implement SMSG_MOUNTRESULT, SMSG_DISMOUNTRESULT (yet unused) 2017-07-02 07:59:45 +01:00
Olion
c3d42291b5 Refactoring Mount/Unmount: code split between Unit and Player 2017-07-02 07:59:45 +01:00
bdebaere
2eaea4fba9 Add IsSeatedState() to handle AURA_INTERRUPT_FLAG_NOT_SEATED.
* Update Unit.cpp

Add IsSeatedState() to handle AURA_INTERRUPT_FLAG_NOT_SEATED.

* Update Unit.h

Add IsSeatedState() to handle AURA_INTERRUPT_FLAG_NOT_SEATED.

* Update Unit.cpp

Pointer reference
2017-06-29 00:22:20 +01:00
Olion
3a7e0253c1 SMSG_OPEN_CONTAINER implemented 2017-06-29 00:21:38 +01:00
Olion
5128b38050 Refactoring of #14 2017-06-29 00:21:38 +01:00
Olion
43a5be52b0 Corrected values of constants for SMSG_RAID_GROUP_ONLY 2017-06-29 00:21:38 +01:00
Olion
0317133b64 Use SMSG_GMTICKET_UPDATETEXT; introduce named constants GMTICKET_RESPONCE_ 2017-06-29 00:21:38 +01:00
Olion
96a7a010bc SMSG_PET_NAME_INVALID contains no data 2017-06-29 00:21:38 +01:00
Olion
6da4dcf722 MSG_QUEST_PUSH_RESULT packet structure fix 2017-06-28 08:35:38 +01:00
Olion
171e825695 Racial Leaders (SMSG packet structure) 2017-06-28 08:35:38 +01:00
Olion
ef7fa1acde Prevent Racial leaders PvP dropping due to faction rules 2017-06-28 08:35:38 +01:00
Olion
09f2a1f64d DetailsEmote for quests (SMSG packet structure) 2017-06-28 08:35:38 +01:00
H0zen
59a0d7dd33 [DEP] Update Stormlib v9.21 2017-06-09 21:10:37 +01:00
H0zen
28af7e47b7 Corrections to previous commit. (#22) 2017-06-07 19:11:47 +01:00
H0zen
da3d3116c2 Various fixes (#21)
* Various fixes.
  - Fix PCH build on *nix
  - Silenced some compiler warnings

* Another small fixes.
  - Mails sent by various GM commands are now not returnable / respondable
  - Fix server startup issue due to incorrect map magic version.
2017-06-07 14:05:18 +01:00
Chuck5ta
23a6eb13d2 Correction made to valid m0 build numbers 2017-06-06 08:43:42 +01:00
Chuck5ta
3696f554e4 [EXTRACTORS] Improvement made to getBuildNumber() 2017-06-04 22:14:25 +01:00