Compare commits
4 Commits
HFW_Crimso
...
BL2_frozen
Author | SHA1 | Date | |
---|---|---|---|
bcb37ce6a9 | |||
90fd647107 | |||
a3147e55d8 | |||
9ed214a29d |
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_Crimson_Narrows:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/HFW_Crimson_Narrows:
|
|
||||||
needs:
|
|
||||||
- manifest-job/HFW_Crimson_Narrows
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/HFW_Crimson_Narrows:
|
|
||||||
needs:
|
|
||||||
- manifest-job/HFW_Crimson_Narrows
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/HFW_Crimson_Narrows:
|
|
||||||
needs:
|
|
||||||
- bundle-job/HFW_Crimson_Narrows
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/HFW_Crimson_Narrows:
|
|
||||||
needs:
|
|
||||||
- upload-job/HFW_Crimson_Narrows
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
|
||||||
extends: .release-job
|
|
7
.vscode/settings.json
vendored
@@ -2,12 +2,7 @@
|
|||||||
"conventionalCommits.scopes": [
|
"conventionalCommits.scopes": [
|
||||||
"cicd",
|
"cicd",
|
||||||
"#5",
|
"#5",
|
||||||
"#9",
|
|
||||||
"#13",
|
"#13",
|
||||||
"#14",
|
"#14"
|
||||||
"#15",
|
|
||||||
"#2",
|
|
||||||
"#24",
|
|
||||||
"#26"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
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 |
Before Width: | Height: | Size: 1017 KiB |
Before Width: | Height: | Size: 705 KiB |
Before Width: | Height: | Size: 677 KiB |
Before Width: | Height: | Size: 716 KiB |
Before Width: | Height: | Size: 826 KiB |
Before Width: | Height: | Size: 842 KiB |
Before Width: | Height: | Size: 838 KiB |
Before Width: | Height: | Size: 942 KiB |
Before Width: | Height: | Size: 940 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 941 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 891 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 865 KiB |
Before Width: | Height: | Size: 750 KiB |
Before Width: | Height: | Size: 747 KiB |
Before Width: | Height: | Size: 641 KiB |
Before Width: | Height: | Size: 698 KiB |
Before Width: | Height: | Size: 772 KiB |
@@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"displayName": "Horizon Forbidden West: Crimson Narrows",
|
|
||||||
"imageFilename": "HFW_Crimson_Narrows_*.jpg",
|
|
||||||
"imageCredits": "Gorilla Games",
|
|
||||||
"sunriseImageList": [
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
18,
|
|
||||||
19,
|
|
||||||
20,
|
|
||||||
21
|
|
||||||
],
|
|
||||||
"dayImageList": [
|
|
||||||
22,
|
|
||||||
23,
|
|
||||||
25,
|
|
||||||
27,
|
|
||||||
28
|
|
||||||
],
|
|
||||||
"sunsetImageList": [
|
|
||||||
29,
|
|
||||||
30,
|
|
||||||
31,
|
|
||||||
32,
|
|
||||||
1,
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"nightImageList": [
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
12,
|
|
||||||
13,
|
|
||||||
14
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |