Commit Graph

1508 Commits

Author SHA1 Message Date
Francesco Borzì
c2e0d9d4e6 chore(DB): set main DB version 2019-02-14 19:24:00 +01:00
Viste(Кирилл)
51b8773528 feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)
i.e. world update start
2019-02-14 19:22:17 +01:00
robens {e.py}
1b7522ff0e fix(Core/Player): achievements activation (#1463) 2019-02-14 19:11:54 +01:00
Viste(Кирилл)
cb81f3c17a feat(Core/LOS): restruct LOS functions and add LineOfSight check (#1459) 2019-02-13 22:24:04 +01:00
Francesco Borzì
6908d333db fix: windows build (#1455)
- Closes #1451
2019-02-12 22:13:44 +01:00
AzerothCoreBot
0142255175 Import pending SQL update file 2019-02-12 20:21:17 +00:00
José González
f0913b7da8 feat(Command): Remove spy command from AC and make it a module (#1401) 2019-02-12 21:19:27 +01:00
Francesco Borzì
d4ab165888 refactor(Scripts/SpellGeneric): use modern C++ array instead of C array (#1436) 2019-02-12 08:06:05 +01:00
AzerothCoreBot
f286737332 Import pending SQL update file 2019-02-11 19:06:00 +00:00
CookieMonsterDev
694b406b8b fix(DB/Quest): Hunting for Ectoplasm (#1441)
- Closes  #1435
2019-02-11 20:03:46 +01:00
Stoabrogga
24ccbd69e3 feat(Travis): speed up and stabilize build process (#1410)
- Use Travis build matrix to test build with clang 3.8 and clang 7
- Set the number of threads for the "make" command to 4 (Travis provides only 2 cores, see https://docs.travis-ci.com/user/reference/overview/, so 4 threads should be good to go)
- Use Travis caching (https://docs.travis-ci.com/user/caching/) and ccache to speed up the build process (with full cache now takes about 7-8 minutes); a separate cache is used for clang 3.8 and clang 7
- Added a 43 minute timeout for the "make" command in order to ensure that the cache is saved within Travis (Travis will kill the build process after 50 minutes without saving the cache, see https://docs.travis-ci.com/user/customizing-the-build/). If the "make" command is terminated by the timeout it suffices to restart the Travis build job in order to use the already written cache.
2019-02-11 09:03:32 +01:00
AzerothCoreBot
f9ac9f1f1a Import pending SQL update file 2019-02-10 20:36:35 +00:00
CookieMonsterDev
fcb7af46a1 fix(DB/Quest): The Shimmering Frond (#1440)
- Closes #1439
2019-02-10 21:32:25 +01:00
Stoabrogga
7a9f09341f chore(PCH): remove "ScriptPCH.h" from cpp scripts (#1423)
remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
2019-02-10 14:50:44 +01:00
Stoabrogga
2d3ea3a308 fix(clang): fix build on version 7 (#1391)
Remove unused private fields
2019-02-09 23:34:28 +01:00
Francesco Borzì
01c6d32ac9 feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library (#1284) (#1437) 2019-02-09 21:51:05 +01:00
AzerothCoreBot
0c71d0e56e Import pending SQL update file 2019-02-08 23:12:03 +00:00
Nefertumm
2a71b2a666 feat: Added logs_ip_action + more (#1157) 2019-02-08 23:52:22 +01:00
Lee
6750fd5a73 [Core /Script] Added On player complete quest hook (#1427)
* Added OnPlayerCompleteQuest Hook
2019-02-07 22:03:30 +00:00
AzerothCoreBot
c141e06362 Import pending SQL update file 2019-02-07 19:54:39 +00:00
Poszer
a09f786d00 fix(DB): prevquest for "Rejold's New Brew" (#1409)
Quest ''The Perfect Stout'' is required to open quest ''Rejold's New Brew''

Closes #1408
2019-02-07 20:52:06 +01:00
Francesco Borzì
7b61731958 feat(CI): prevent PRs that cause DB errors to get on master (#1407) 2019-02-06 23:55:23 +01:00
AzerothCoreBot
90e559ad8a Import pending SQL update file 2019-02-06 21:59:14 +00:00
Francesco Borzì
b1198c7ef9 fix: remove data for unsupported criteria type (#1405) 2019-02-06 22:56:21 +01:00
AzerothCoreBot
313c65d967 Import pending SQL update file 2019-02-06 18:35:38 +00:00
Poszer
13bd000af8 feat(DB/Creature): Add Troll Roof Stalkers (#1414)
Add missing creatures in Orgrimmar.

Closes #1413
2019-02-06 19:33:08 +01:00
Francesco Borzì
37d9ef0126 fix(DB): mail_loot_template startup errors (#1404)
Fixed bug that made the core complaining about "unused mail_loot_template" while they were actually used 

Closes #1155
2019-02-05 19:55:00 +01:00
AzerothCoreBot
6299a412a5 Import pending SQL update file 2019-02-04 21:50:36 +00:00
Stoabrogga
13d3d4b26f Fix(DB): Backbiter movement + missing texts in Dalaran (#1384)
Fix Backbiter following Warp-Huntress Kula in Dalaran. Instead of summoning Backbiter via spell "Summon Backbiter" by Kula it is inserted as regular creature following Kula in close formation. Also fixed some missing texts for the following creature IDs in order to get rid of the errors in the server log:
27047: Invisible Stalker (Floating Only)
32711: Warp-Huntress Kula
29506: Orland Schaeffer


Closes #980
Closes #1379
2019-02-04 22:44:13 +01:00
Francesco Borzì
f8697fef52 Update README.md 2019-02-04 20:27:11 +01:00
AzerothCoreBot
c5dace960b Import pending SQL update file 2019-02-04 17:57:37 +00:00
Francesco Borzì
2eb5477c79 fix: spell_scripts DB startup errors (#1406) 2019-02-04 18:54:04 +01:00
AzerothCoreBot
bcddad97da Import pending SQL update file 2019-02-03 16:36:27 +00:00
Stoabrogga
ca858538b6 fix(DB): positioning of the control console on the zeppelin "Cloudkisser" (#1400)
Fix the positioning of the control console on the zeppelin "Cloudkisser". Otherwise it falls to the ground and floats through the air while the zeppelin is moving.

Closes #1394
2019-02-03 17:34:13 +01:00
Francesco Borzì
264dd0c65a fix(gobject): elevator bug + prevent bugs related to faction and flags (#1402)
- Closes #1396
2019-02-02 14:34:50 +01:00
Poszer
002f24aadb Core/Spells: Mage permafrost talent (#1389)
* Core/Spells : Mage permafrost talent

- Will fix issue with permafrost (Talent ) apply the heal reduction even if dispelled.

Co-Authored-By: talamortis <talamortis@gmail.com>

* Update Spell.cpp

Removed the whole case function as requested in AC comments.
2019-02-02 12:51:16 +00:00
AzerothCoreBot
726288c8fd Import pending SQL update file 2019-02-01 21:51:06 +00:00
Stoabrogga
781fe38003 fix(DB/SAI): Rift Spawns (Mage quests) (#1383)
Mage quests 1920 & 1960

The Rift Spawns will immediately attack after using "Cantation of Manifestation" and now correctly say "Rift Spawn is angered and attacks!"
The Rift Spawns will now correctly say "Rift Spawn escapes into the void!" if it takes too long to catch them after being stunned.
The LoS restriction of "Cantation of Manifestation" is removed
2019-02-01 22:48:02 +01:00
AzerothCoreBot
89df9b9086 Import pending SQL update file 2019-02-01 02:03:09 +00:00
Lee
d172c43459 [Core/ Spell] Val'anyr Hammer of Ancient Kings Fix (#1388)
* [Core / Spell] Fixed Val'anyr Hammer of Ancient Kings

Fixed issue with Val'anyr Hammer of Ancient Kings procing on non healing spells such as buffs
2019-02-01 01:59:19 +00:00
AzerothCoreBot
0e154c4dba Import pending SQL update file 2019-01-31 21:28:31 +00:00
Poszer
d36a306835 fix(DB): solved several issues (#1375)
- Will fix double quest from creature Captain Hecklebury Smotts
- Will fix incorrect factions of Torek & Splintertree Raider ( They belongs to Horde Faction as Quest NPC's and will be just attackable while quest is finished ) from opossite faction.
- Updated faction for NPC Sarkoth ( Monster )
- Updated pahing for creature Centaur Pariah
2019-01-31 22:25:58 +01:00
Barbz
c60d1ee6e6 style: Reorder DBs in config.sh.dist (#1353)
Now use the logical order of DBs.

Also disabled extractors (tools) compilation by default.
2019-01-30 18:19:53 +01:00
Lee
30f28d341e [Core / Spell] Fixed Amplify Damage (#1387)
Fixed Amplify Damage for Prince Malchezaar, this will no longer apply the effect on all players in the raid but only single player
2019-01-30 12:15:56 +00:00
AzerothCoreBot
fc1fad4e32 Import pending SQL update file 2019-01-29 22:25:54 +00:00
Francesco Borzì
d16c17c044 feat(conditions): prevent adding bad contitions + align enums with TC (#1381) 2019-01-29 23:02:54 +01:00
AzerothCoreBot
4af1dc4906 Import pending SQL update file 2019-01-29 21:38:42 +00:00
Walter Pagani
99fdc32991 refactor: Quest 5742 moved from core to DB (#1354)
Replace c++ with smart_scripts
2019-01-29 22:34:23 +01:00
Raschaad
f7229dc82b fix(docker): align generate-database.sh to db-asm script output renames 2019-01-29 21:55:30 +01:00
AzerothCoreBot
9af2a461f6 Import pending SQL update file 2019-01-28 19:27:58 +00:00