Rochet2
0b13827e3c
fix(CI): disable mac PCH to allow more caching ( #5427 )
...
* Update ci-compile.sh
* Update ci-compile.sh
* Update ci-compile.sh
2021-04-24 14:29:11 -07:00
AzerothCoreBot
5c20cbde9d
chore(DB): import pending SQL update file
...
Referenced commit(s): 85052627fa
2021-04-24 19:41:14 +00:00
Kitzunu
85052627fa
fix(DB/Creature): The Ebon Watcher ( #5380 )
2021-04-24 15:39:40 -04:00
UltraNix
c75d8b9174
feat(Core/Achievements): Send guild's name instead of the player's one when achieved realm first kill. ( #5409 )
2021-04-24 14:34:23 -04:00
KiK0
45d92751dd
fix(Core/Spells): Cloak of Shadows: Spell [Pounce Bleed] should not be ( #5305 )
2021-04-24 13:15:26 -04:00
Yehonal
1952ca4c20
fix(docker): env variable settings ( #5432 )
2021-04-24 17:50:14 +02:00
AzerothCoreBot
26a477dd12
chore(DB): import pending SQL update file
...
Referenced commit(s): 51eb060dc9
2021-04-24 10:42:48 +00:00
Grimgravy
51eb060dc9
fix(DB/SAI): Quest Fel Spirits ( #4988 )
2021-04-24 12:41:14 +02:00
AzerothCoreBot
429be47be1
chore(DB): import pending SQL update file
...
Referenced commit(s): 962e9e90e0
2021-04-24 09:32:09 +00:00
Peter
962e9e90e0
fix(DB/creature_template): Update BaseAttackTime for various creatures ( #4826 )
2021-04-24 11:30:38 +02:00
Patrick Lewis
ecb59db050
chore(CI): move windows build to separate workflow ( #5405 )
...
* chore(CI): move windows build to separate workflow
* chore(README): add status badge
2021-04-23 13:47:16 -07:00
Patrick Lewis
362b66547c
chore(CI): move macos build to separate workflow ( #5416 )
...
* chore(CI): move macos build to separate workflow
* chore(README): add status badge
* fix(CI): remove needs dependency
* fix(CI/macOS): update ccache path
Co-Authored-By: Rochet2 <rochet2@post.com >
* fix(CI): remove space
Co-authored-by: Rochet2 <rochet2@post.com >
2021-04-23 12:25:33 -07:00
Chaouki Dhib
2d21bfc915
feat(Core/Movement): time synchronisation to better interpret client timestamps ( #5300 )
2021-04-23 15:53:09 +02:00
Yehonal
970d371442
fix(bash): bash errors on windows ( #5406 )
2021-04-23 14:35:41 +02:00
Hacki95
c95d1f72a8
fix(Core/Script): Shadowmeld ( #4857 )
2021-04-23 11:23:01 +02:00
AzerothCoreBot
b385878e4a
chore(DB): import pending SQL update file
...
Referenced commit(s): 434f0c7d3b
2021-04-22 22:25:19 +00:00
Silker
434f0c7d3b
fix(DB/npc_text): Add gossip for Jangdor Swiftstrider ( #5402 )
2021-04-22 16:23:42 -06:00
Yehonal
ad5f915277
chore(deno): upgraded v1.9.1 ( #5401 )
2021-04-22 16:13:47 +02:00
Yehonal
380f406248
Feat(Docker/bash): docker-compose system rework ( #4488 )
...
## ⚠️ ATTENTION! ⚠️ Upgrading procedure:
**Database:** After this PR will be merged you need to backup your DB first (you can use the db-assembler or any mysql client to generate the dump) and restore it after. The reason is that we use now docker named volumes instead of binded ones to improve performance.
**Conf & client data**: if you use the default configuration, both the etc and the data folder are now available inside the **/env/docker**.
Finally, you can cleanup the /docker folder previously used by our system.
## Changes Proposed:
This PR will implement the [devcontainer ](https://code.visualstudio.com/docs/remote/containers ) feature for VSCode. Allowing us to develop and debug directly within the container in the same way on all OSes.
* Implemented support for vscode dev-container feature by remote-extension suite
* Docker performance optimizations for MacOS and non-linux hosts
* Bash system improvements
* Implemented first command using Deno runtime environment (typescript) and [commander.js]
* Implemented wait mechanism for db_assembler
* Implemented db migration command
* possibility to run the authserver and worldserver with GDB using the integrated simple-restarter
* Implemented docker multi-stage mechanism to use one single Dockerfile for all the services
* client-data downloader now creates a placeholder to avoid downloading the same version of data files multiple times
* deployment of pre-compiled docker images on [docker hub](https://hub.docker.com/u/acore ), you can test them [here](https://github.com/azerothcore/acore-docker )
2021-04-22 09:57:05 +02:00
AzerothCoreBot
4a8faafaff
chore(DB): import pending SQL update file
...
Referenced commit(s): 14e62b5eae
2021-04-22 02:42:46 +00:00
Silker
14e62b5eae
fix(DB/smart_scripts): Landslide - Adjust Knock Back spell & despawn minions on death ( #5395 )
2021-04-21 20:41:19 -06:00
Silker
0d36f0b7a5
fix(Core/Player): Enable water walking when dead on instances ( #5393 )
2021-04-21 19:12:40 -06:00
Kargatum
325dcfc9a6
feat(Core/Build): add the possibility to link libraries dynamically ( #5348 )
2021-04-21 22:16:12 +02:00
Francesco Borzì
2c5cb29ad4
Revert "fix(Core): fix chests not despawning when opened in group ( #5371 )" ( #5386 )
...
This reverts commit cd6ee1c644 .
2021-04-21 10:32:32 +02:00
AzerothCoreBot
f40ef6de4d
chore(DB): import pending SQL update file
...
Referenced commit(s): a6cc6fdc77
2021-04-21 01:01:06 +00:00
Silker
a6cc6fdc77
fix(DB/gameobject): Adjust position for Bruiseweed node - GUID 3538 ( #5363 )
2021-04-20 18:59:35 -06:00
Axel Cocat
cd6ee1c644
fix(Core): fix chests not despawning when opened in group ( #5371 )
2021-04-20 22:51:55 +02:00
Kargatum
a278fd7340
feat(Cmake/Database): separate database lib from common ( #5334 )
...
* feat(Core/Database): separate databse lib from common
* 1
2021-04-20 12:08:23 +02:00
AzerothCoreBot
47378ad14d
chore(DB): import pending SQL update file
...
Referenced commit(s): a37db4fe7f
2021-04-19 22:09:16 +00:00
Stefano Borzì
a37db4fe7f
fix(DB/GameEvent): darkmoon faire carnie spawn on event ( #5293 )
2021-04-19 23:59:13 +02:00
HelloKitty
9165630b91
fix(Scripts/RubySanctum): Xerestrasza Incorrect Usage of GOSSIP_OPTIONQUESTGIVER ( #5286 )
2021-04-19 22:57:20 +02:00
HelloKitty
7297561088
Scripts/RazorfenDowns: Fix Belnistrasz Incorrect Usage of GOSSIP_OPTION_QUESTGIVER ( #5285 )
...
* NPC was using GOSSIP_OPTION_QUESTGIVER as a UNIT_NPC_FLAGS when it should have been using UNIT_NPC_FLAG_QUESTGIVER.
* Behavior shouldn't change though as they both coincidentally were 2.
2021-04-19 22:12:05 +02:00
T1ti
d044883513
fix(Core/Tools): extracting custom maps ( #5138 )
2021-04-19 15:18:17 +02:00
AzerothCoreBot
f8777b645a
chore(DB): import pending SQL update file
...
Referenced commit(s): 085be43e1d
2021-04-19 12:21:04 +00:00
Knindza
085be43e1d
fix(DB/Zone):improved Shadowmoon Valley ( #4915 )
...
* fix(DB/Zone):improved Shadowmoon Valley
* Update rev_1616252834972147900.sql
* Update rev_1616252834972147900.sql
* Update rev_1616252834972147900.sql
* Update rev_1616252834972147900.sql
* Update rev_1616252834972147900.sql
* Update rev_1616252834972147900.sql
2021-04-19 14:18:50 +02:00
AzerothCoreBot
b8b5f68f98
chore(DB): import pending SQL update file
...
Referenced commit(s): 9d6a0412a4
2021-04-19 06:49:48 +00:00
Silker
9d6a0412a4
fix(DB/gameobject): Adjust position for Wild Steelbloom node - GUID 4997 ( #5331 )
2021-04-19 00:48:20 -06:00
AzerothCoreBot
4fe034b762
chore(DB): import pending SQL update file
...
Referenced commit(s): f632f4a20a
2021-04-19 05:12:46 +00:00
Silker
f632f4a20a
fix(DB/gameobject): Adjust position for Bruiseweed - GUID 3716 ( #5332 )
2021-04-18 22:54:04 -06:00
AzerothCoreBot
0148160659
chore(DB): import pending SQL update file
...
Referenced commit(s): 4e6fdecaa0
2021-04-19 00:51:08 +00:00
Beta.Yi
4e6fdecaa0
fix(DB/SAI): Quest of Bodley without AllowableClasses Setting ( #5283 )
2021-04-19 00:33:25 +02:00
Stifler82
7f533ad1ec
fix(DB/Spell): flurry talent shaman rework ( #5262 )
2021-04-19 00:33:17 +02:00
Hacki95
6d0ebdfbd7
fix(DB): Drop for Humbert's Helm ( #5260 )
2021-04-19 00:33:07 +02:00
Axel Cocat
b5409a18e4
fix(DB/creature_template): Add missing gossip to Terenthis in Auberdine, Darkshore ( #5259 )
2021-04-19 00:32:48 +02:00
Stefano Borzì
a21efaf452
fix(DB/Creature): add missing spirit healer ( #5257 )
2021-04-19 00:32:39 +02:00
Stefano Borzì
701e1130fa
fix(DB/Spawns): duplicate nodes ( #5255 )
2021-04-19 00:32:23 +02:00
Stefano Borzì
a7b369caf3
fix(DB/Creature): thrown animations ( #5254 )
2021-04-19 00:29:50 +02:00
Stefano Borzì
9bf10f90ec
fix(DB/Creature): move creature spawn ( #5256 )
2021-04-19 00:29:24 +02:00
AzerothCoreBot
940d81407d
chore(DB): import pending SQL update file
...
Referenced commit(s): 53a21ff7fc
2021-04-18 22:07:00 +00:00
Stefano Borzì
53a21ff7fc
fix(DB/Waypoints): Sethir the Ancient path ( #5247 )
2021-04-18 23:19:26 +02:00