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
Antz
18edb626ea
Update README.md
2017-01-02 05:38:23 -06:00
Faded
32449dd326
Added auto restart scripts
2017-01-02 05:33:12 -06:00
Foereaper
39ccc74524
Update .travis.yml
...
Travis should now run checks for both GCC and Clang, as well as run compile tests on both Linux and OSX
2017-01-02 05:33:12 -06:00
Antz
d131afb8d8
update travis
2017-01-02 05:31:58 -06:00
Antz
6e2d7f3494
[Dep] Updated dep submodule
2017-01-02 00:40:47 +00:00
Antz
cb2d60ba17
🎉 Happy 2017 from everyone at getmangos.eu
2017-01-01 14:19:24 +00:00
Antz
09faa2a75b
[SD3] Updated submodule
2017-01-01 14:18:13 +00:00
Antz
a5a60fc24f
[SubModules] Updated submodule
2017-01-01 14:09:49 +00:00
Rochet2
61ced5517c
Eluna update version
2016-12-27 19:31:44 +02:00
H0zen
eb2c208a3c
Merge pull request #186 from H0zen/phase-three
...
Transports - phase 3
2016-12-27 16:48:31 +02:00
H0zen
59156f5ec1
Transports - phase 3
...
- The gnome engineers have finally repaired the computers of DeeprunTram, and now both trams travel properly between stations.
- The pets try hard to learn the paths. For example, they will now properly follow their masters on bridges.
- There are now 2 types of transporters: local transporters (elevators, platforms) and global transporters (ships, zeppelins).
- Some obsolete methods have been removed.
- Some methods have been rewritten to make room for the final phase.
2016-12-27 16:11:26 +02:00
Necrovoice
d9fa1c272f
Minor typo corrected ( #184 )
...
"explanation" corrected to "exclamation" mark.
2016-12-22 19:24:30 +00:00
H0zen
f3ae65f581
Merge pull request #183 from H0zen/qfix
...
Remove rotation matrices from GameObjectModel
2016-12-18 17:01:06 +02:00
H0zen
4f2eaf1adb
Remove rotation matrices from GameObjectModel
...
- the quaternions are more numerically stable and faster than matrices
2016-12-18 16:32:36 +02:00
H0zen
c8f8d0dea4
Merge pull request #182 from H0zen/phase2
...
Transports - phase 2. Implementing the GameObject rotation quaternions.
2016-12-18 13:23:50 +02:00
H0zen
e803c57c9f
Transports - phase 2. Implementing the GameObject rotation quaternions.
...
- As long as we send the correct rotation quaternion to the client, the GAMEOBJECT_FACING must be set to 0
- GameObjectModel internal rotation matrices now take into account the rotation quaternion
2016-12-18 12:38:38 +02:00
Antz
350feb5889
Revert "[Eluna] Updated submodule"
...
This reverts commit e783f2db583348323d8481a198720577fc475f2a.
2016-12-14 13:46:26 +00:00
Antz
aadb1b450b
Merge branch 'develop21' of https://github.com/mangoszero/server into develop21
2016-12-14 09:34:58 +00:00
Antz
9c5f7cd3da
[TOOLS] Updated Unified Extractor submodule
2016-12-14 09:34:23 +00:00
Rochet2
e783f2db58
[Eluna] Updated submodule
2016-12-14 09:33:40 +00:00
H0zen
5b183c8ebd
Merge pull request #181 from H0zen/cs
...
Fix code style for commit 9af47a5
2016-12-12 09:14:49 +02:00