Compare commits
6 Commits
2fd4bd25ac
...
84cf9c9d30
Author | SHA1 | Date | |
---|---|---|---|
84cf9c9d30 | |||
e0dbd14d8f | |||
e93e4384f2 | |||
e0b2bce6a6 | |||
84899fee7c | |||
c637d5ab6b |
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
# Ignore les résultats de compilations locales
|
|
||||||
**/builds/
|
|
||||||
|
|
||||||
# Ignore node_module
|
# Ignore node_module
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
manifest-job/BL3_Athenas_Tree:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- bundle-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- upload-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .release-job
|
|
@ -1,32 +0,0 @@
|
|||||||
manifest-job/BL3_Lunch_in_Trashlantis:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/BL3_Lunch_in_Trashlantis:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Lunch_in_Trashlantis
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/BL3_Lunch_in_Trashlantis:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Lunch_in_Trashlantis
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/BL3_Lunch_in_Trashlantis:
|
|
||||||
needs:
|
|
||||||
- bundle-job/BL3_Lunch_in_Trashlantis
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/BL3_Lunch_in_Trashlantis:
|
|
||||||
needs:
|
|
||||||
- upload-job/BL3_Lunch_in_Trashlantis
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Lunch_in_Trashlantis"
|
|
||||||
extends: .release-job
|
|
@ -1,32 +0,0 @@
|
|||||||
manifest-job/HFW_Weat_Tuft:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Weat_Tuft"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/HFW_Weat_Tuft:
|
|
||||||
needs:
|
|
||||||
- manifest-job/HFW_Weat_Tuft
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Weat_Tuft"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/HFW_Weat_Tuft:
|
|
||||||
needs:
|
|
||||||
- manifest-job/HFW_Weat_Tuft
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Weat_Tuft"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/HFW_Weat_Tuft:
|
|
||||||
needs:
|
|
||||||
- bundle-job/HFW_Weat_Tuft
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Weat_Tuft"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/HFW_Weat_Tuft:
|
|
||||||
needs:
|
|
||||||
- upload-job/HFW_Weat_Tuft
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Weat_Tuft"
|
|
||||||
extends: .release-job
|
|
8
.vscode/settings.json
vendored
@ -1,12 +1,6 @@
|
|||||||
{
|
{
|
||||||
"conventionalCommits.scopes": [
|
"conventionalCommits.scopes": [
|
||||||
"cicd",
|
"cicd",
|
||||||
"#5",
|
"#13"
|
||||||
"#9",
|
|
||||||
"#13",
|
|
||||||
"#14",
|
|
||||||
"#15",
|
|
||||||
"#2",
|
|
||||||
"#24"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 909 KiB After Width: | Height: | Size: 909 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 977 KiB After Width: | Height: | Size: 977 KiB |
Before Width: | Height: | Size: 968 KiB After Width: | Height: | Size: 968 KiB |
Before Width: | Height: | Size: 929 KiB After Width: | Height: | Size: 928 KiB |
Before Width: | Height: | Size: 944 KiB After Width: | Height: | Size: 944 KiB |
Before Width: | Height: | Size: 952 KiB After Width: | Height: | Size: 952 KiB |
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 1002 KiB |
Before Width: | Height: | Size: 892 KiB After Width: | Height: | Size: 892 KiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 876 KiB |
Before Width: | Height: | Size: 935 KiB After Width: | Height: | Size: 935 KiB |
Before Width: | Height: | Size: 942 KiB After Width: | Height: | Size: 942 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 996 KiB After Width: | Height: | Size: 996 KiB |
Before Width: | Height: | Size: 877 KiB After Width: | Height: | Size: 878 KiB |
Before Width: | Height: | Size: 947 KiB After Width: | Height: | Size: 947 KiB |
Before Width: | Height: | Size: 980 KiB After Width: | Height: | Size: 980 KiB |
Before Width: | Height: | Size: 954 KiB After Width: | Height: | Size: 954 KiB |
Before Width: | Height: | Size: 1009 KiB After Width: | Height: | Size: 1009 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 706 KiB |
Before Width: | Height: | Size: 688 KiB |
Before Width: | Height: | Size: 672 KiB |
Before Width: | Height: | Size: 685 KiB |
Before Width: | Height: | Size: 718 KiB |
Before Width: | Height: | Size: 698 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 740 KiB |
Before Width: | Height: | Size: 724 KiB |
Before Width: | Height: | Size: 689 KiB |
Before Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 702 KiB |
Before Width: | Height: | Size: 664 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 624 KiB |
Before Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 748 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 737 KiB |
Before Width: | Height: | Size: 734 KiB |
Before Width: | Height: | Size: 701 KiB |
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"displayName": "Borderlands 3: Athenas Tree",
|
|
||||||
"imageFilename": "BL3_Athenas_Tree*.jpg",
|
|
||||||
"imageCredits": "Gearbox",
|
|
||||||
"sunriseImageList": [
|
|
||||||
18,
|
|
||||||
19,
|
|
||||||
20,
|
|
||||||
21,
|
|
||||||
22,
|
|
||||||
23,
|
|
||||||
24
|
|
||||||
],
|
|
||||||
"dayImageList": [
|
|
||||||
25,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7
|
|
||||||
],
|
|
||||||
"sunsetImageList": [
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11,
|
|
||||||
12
|
|
||||||
],
|
|
||||||
"nightImageList": [
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
17
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"displayName": "Horizon Forbidden West: Three Spires Moutain",
|
|
||||||
"imageFilename": "HFW_Three_Spires_Mountain_*.jpg",
|
|
||||||
"imageCredits": "Gorilla Games",
|
|
||||||
"sunriseImageList": [
|
|
||||||
7,
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11
|
|
||||||
],
|
|
||||||
"dayImageList": [
|
|
||||||
12,
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
17,
|
|
||||||
18
|
|
||||||
],
|
|
||||||
"sunsetImageList": [
|
|
||||||
19,
|
|
||||||
20,
|
|
||||||
21,
|
|
||||||
22,
|
|
||||||
23
|
|
||||||
],
|
|
||||||
"nightImageList": [
|
|
||||||
24,
|
|
||||||
25,
|
|
||||||
26,
|
|
||||||
27
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 975 KiB |
Before Width: | Height: | Size: 914 KiB |
Before Width: | Height: | Size: 805 KiB |
Before Width: | Height: | Size: 955 KiB |
Before Width: | Height: | Size: 905 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 914 KiB |