951 Commits

Author SHA1 Message Date
Antz
3de99d8f83 Revert 41d43be8e87560441e3f76029f547998c3a2146d 2017-02-18 23:28:16 +00:00
Antz
bf5a5d7183 Autobroadcast should be disabled by default
For the authentic feel
2017-02-15 09:32:34 +00:00
Kel
d63a3f066f Restore previous commits. Includes rage decay changes. 2017-02-15 01:05:37 +00:00
hates_sundays
fbbc0a72e5 Resisted pickpocket attempts now send the appropriate resist message. Closes #4 2017-02-14 23:48:28 +00:00
hates_sundays
755e602821 Fix an issue where players needed rewardcount + 1 empty bag slots to accept quest rewards. 2017-02-14 23:48:16 +00:00
Tristan Cormier
d6e44477ba Fixed a bug where the pickpocket spell would share picked up money with the caster's group. Fixes #2. 2017-02-14 23:47:23 +00:00
Tristan Cormier
06d9945fd9 Fixed a compilation warning caused by a signed/unsigned mismatch. 2017-02-14 23:47:00 +00:00
Tristan Cormier
168ffc3dbb Fixed a bug where turning in a quest involving multiple rewards would sometimes not reward the items due to a faulty bag space check. Fixes #3. 2017-02-14 23:46:38 +00:00
Blumfield
087d00960c Crowd Control handling improvements by Ono(Warlockbugs) 2017-02-14 23:44:26 +00:00
Blumfield
45432f4f8c [Spell] Remove vanish buff is user cancel stealth 2017-02-14 23:44:08 +00:00
Blumfield
41d43be8e8 [Spells] Anger Management should only work out of combat I can't figure out how to make the decay part work yet 2017-02-14 23:43:52 +00:00
H0zen
5576da2b9f Fix the network module.
- This fix must be applied on all cores.
    - Solved a nasty race condition between network threads.
2017-02-13 22:55:06 +00:00
Antz
fcbc6e77c2 Server Banner and Status redone 2017-02-13 22:12:00 +00:00
Antz
cf04a9518e Minor styling tidy up 2017-02-13 21:54:53 +00:00
Antz
54dfa8af3b Add protection for New Thread pool reactor settings from conf
YOU WILL NEED to update your existing .conf files
2017-02-11 20:28:27 +00:00
H0zen
39b058e58d New thread pool reactor implementation and refactoring world daemon. (#8)
* New thread pool reactor implementation and refactoring world daemon.

* Fix Linux build.

* Fix Windows debug builds.
2017-02-11 20:27:21 +00:00
Necrovoice
81394c3341 Roge Stealth update
Another rogue steath tweak.
2017-02-07 00:16:35 +00:00
Antz
0683879ddc Remove obsolete code 2017-02-05 23:28:31 +00:00
Antz
428d5ddc19 [SD3] Updated SD3 submodule 2017-02-02 07:23:53 +00:00
zwisus
c07868a998 creature dead unsummon pet. (#6)
Signed-off-by: Zwisus <zlt988@gmail.com>
2017-02-02 07:20:45 +00:00
H0zen
482a386e68 Removed unused methods. 2017-02-02 07:19:38 +00:00
Necrovoice
a665f4dd46 Rogue Stealth corrections
A few corrections to the rogue stealth.
2017-01-31 20:05:47 +00:00
zorix
04534db20e Fix typo in VMap BIH generation.
Based on @mityada PR

Thanks to both of you.
2017-01-25 22:32:25 +00:00
cyberium
41a1552277 Fix default case for ahbot 2017-01-25 22:25:51 +00:00
emeric254
30e7ca4b6a fix missing include <string.h>
Can't compile vmap extraction tools without this include under Debian Jessie
2017-01-25 21:55:52 +00:00
Antz
f50a8e9cbd [DB] updated to latest db structure version 2017-01-25 21:18:35 +00:00
sidsukana
2c4cc00df2 Implemented school immunity for creature from database
The code is checking the database value against 1 << spellInfo->School so it should match the spell schools defined in the code (SharedDefines.h). Or translated into bits and mask values you can use in the database:

SPELL_SCHOOL_NORMAL = bit 0 (0x00000001)
SPELL_SCHOOL_HOLY   = bit 1 (0x00000002)
SPELL_SCHOOL_FIRE   = bit 2 (0x00000004)
SPELL_SCHOOL_NATURE = bit 3 (0x00000008)
SPELL_SCHOOL_FROST  = bit 4 (0x00000010)
SPELL_SCHOOL_SHADOW = bit 5 (0x00000020)
SPELL_SCHOOL_ARCANE = bit 6 (0x00000040)
2017-01-24 21:41:16 +00:00
Antz
bf3052b22b Revert "Fix player kicking"
This reverts commit 91aaff796537d76b199afcdcfd224107940c6cf7.
2017-01-24 09:24:31 +00:00
Laizerox
91aaff7965 Fix player kicking 2017-01-23 22:52:08 +00:00
mpfans
c3e483abb6 Fixed Tamed Kodo 5 automatically disappear 2017-01-23 07:32:00 +00:00
Antz
19de179ede [DEPS] Update zlib version to 1.2.8 2017-01-22 23:03:19 +00:00
Antz
9132bf20c0 [SD3] Update Onyxia script 2017-01-22 12:13:41 +00:00
H0zen
51721ea7e3 Fix FreeBSD build and clean spaces. 2017-01-22 12:04:03 +00:00
Charles A Edwards
c0eea3fbcb lity to force a level in Creature::SelectLevel()
Cmangos commit bb91d5e
2017-01-21 22:04:42 +00:00
Antz
bcb02794eb Fix bsd build after 756c8ff7 2017-01-21 00:02:40 +00:00
MrMarvin
eece455c1a fixes error of uninitialized member of World 2017-01-21 00:00:28 +00:00
Antz
756c8ff797 Remove unused include directives
Based on the work of @stfx in commit:
https://github.com/cmangos/mangos-classic/commit/48a84fb
2017-01-20 23:20:46 +00:00
Antz
1cc7f72b18 [SD3] Update SD3 submodule 2017-01-20 08:25:43 +00:00
Antz
77bb0ad02d [Docs] Fix some broken links 2017-01-15 00:46:16 +00:00
Antz
ae22eb678b [Submodules] Updates dep and SD3 2017-01-15 00:35:36 +00:00
Antz
a7d8b3a6e0 [EasyBuild] Updated Easybuild to v1.8 2017-01-14 23:48:20 +00:00
Antz
52af393e01 add new mangos 'family' icons. Thanks UnkleNuke for the original design 2017-01-12 22:33:32 +00:00
Antz
ca73727390 Merge pull request #1 from H0zen/broadcast
AutoBroadcast system.
2017-01-12 16:09:48 +00:00
H0zen
16aa27c03a AutoBroadcast system.
-This commit is paired with 1 database update
2017-01-12 16:47:40 +02:00
Antz
f40da5a409 Fix server crash. Thank H0zen/mpfans 2017-01-08 21:06:29 +00:00
Antz
15857643ae [Docs] Some minor updates in prep for Release 21 2017-01-02 19:01:11 +00:00
Antz
5ced23b27e Minor updates after rebase 2017-01-02 15:56:28 +00:00
UnkleNuke
27806e0915 Changed travis and appveyor YML files to build using 'master' branch. 2017-01-02 09:20:52 -06:00
UnkleNuke
17db2a20e8 develop21 rebased onto release20. All out-of-sync commits now fixed.
Renamed 'release20' to master.
Deleted old 'develop' branches.

You've got a fresh start for 2017, guys! Use it wisely. Use it well.
2017-01-02 09:16:11 -06:00
Antz
d0a4af096e fix logo url 2017-01-02 05:40:13 -06:00