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
Necrovoice
7a97727fda
Adds custom emote to wyrmthalak script
2017-06-04 22:02:48 +01:00
Antz
6c128360f7
[DB] Update expected world DB version
2017-05-30 23:03:52 +01:00
Warkdev
322b090d31
Adding support for Player Bots submodule in installer. ( #20 )
2017-05-28 22:16:24 +01:00
Simon Sandström
21de6d202c
linux/getmangos.sh: default to build client tools ( #19 )
...
* linux/getmangos.sh: default to build client tools
The client tools are needed to extract game data and should be
built in a default installation.
* Update getmangos.sh
2017-05-24 21:46:32 +01:00
Rochet2
c9371ead8a
[Eluna] Updated Eluna submodule
2017-04-16 01:04:11 +01:00
Nølin
3c0491a1dd
Fix Ritual of Summoning in dungeons ( #18 )
...
For Warlocks it is no longer possible to summon an other player into a
dungeon.
2017-04-02 14:12:51 +01:00
Warkdev
a1f3a3fd2d
- Trimming Ubuntu dependencies ( #17 )
...
- Fixing a bug that made the DB type being always MariaDB while you would have expected MySQL or PostgreSQL
2017-03-17 21:12:53 +00:00
Warkdev
3897ea44a4
Adding new distribution support (Fedora) ( #16 )
...
* - Adding support of Fedora 25 (with Ace 6.3.3)
- Adding some logging for the database step.
* Fixing bug https://www.getmangos.eu/bug-tracker/mangos-zero/soap-not-enabled-in-linux-getmangossh-cmake-line-r1321/
* Trimming the list of Linux Mint dependencies.
2017-03-16 22:11:49 +00:00
Lee
2275d7b35c
update SpellMgr.cpp ( #14 )
...
Druids entangling roots should now only affect 1 target
2017-03-16 09:04:59 +00:00