Compare commits

...

17 Commits

Author SHA1 Message Date
4c7c32fba6 refactor(#14): Ajoute un theme.json manuel 2025-05-26 02:45:47 +02:00
35ee0e8d19 fix(#14): Ajoute les Spotlights et supprimes des images redondantes 2025-05-26 02:44:26 +02:00
b846377ea5 fix(#14): Attribue la balise "Nuit" à l'image 9 2025-05-26 02:44:20 +02:00
f049d6b829 feat(#14): Publie le set "Weat Tuft - Horizon Forbidden West" 2025-05-26 02:44:10 +02:00
Simon Pistache
5ab2f16b86 Merge branch 'BL3_Athenas_Tree' into 'main'
Projet Borderlands 3: Athenas Tree

See merge request Simandre/Wallset!21
2025-05-26 02:28:18 +02:00
Simon Pistache
804f70f517 Projet Borderlands 3: Athenas Tree 2025-05-26 02:28:18 +02:00
8a72046a65 refactor: Update Gitignore to ignore build folder 2025-05-26 02:16:22 +02:00
Simon
0a9afe5e1d Merge branch 'logo' into 'main'
feat(#2): Design d'un logo pour le projet

See merge request Thoscellen/Wallset!18
2023-07-15 23:55:57 +00:00
Simon
01a65c005c feat(#2): Design d'un logo pour le projet 2023-07-15 23:55:57 +00:00
Simon
8087160da4 Merge branch 'BL3_Sanctuary_Bay' into 'main'
BL3: Corrige un spot, Actualise les métadonnées

See merge request Thoscellen/Wallset!15
2023-07-15 20:23:41 +00:00
Simon
3bfb59f5dd BL3: Corrige un spot, Actualise les métadonnées 2023-07-15 20:23:41 +00:00
Simon
9e1aa198da Merge branch 'BL3_Lunch_in_Trashlantis' into 'main'
Publie le set "Lunch in Trashlantis - Borderlands 3"

See merge request Thoscellen/Wallset!16
2023-07-15 20:21:00 +00:00
Simon
7d76ed6af0 Publie le set "Lunch in Trashlantis - Borderlands 3" 2023-07-15 20:21:00 +00:00
Simon
66ecacee93 Merge branch 'BL2_frozen_wastelands' into 'main'
BL2 Actualise les métadonnées liés au Copyright

See merge request Thoscellen/Wallset!14
2023-07-15 20:16:10 +00:00
Simon
cfbd52a5fe BL2 Actualise les métadonnées liés au Copyright 2023-07-15 20:16:10 +00:00
Simon
ec5443b9f6 Merge branch 'HFW_Weat_Tuft' into 'main'
Weat Tuft - Horizon Forbidden West

See merge request Thoscellen/Wallset!13
2023-07-15 19:59:28 +00:00
Simon
f3f61781e0 Weat Tuft - Horizon Forbidden West 2023-07-15 19:59:28 +00:00
109 changed files with 179 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
# Ignore les résultats de compilations locales
**/builds/
# Ignore node_module
**/node_modules/

View File

@ -0,0 +1,32 @@
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

View File

@ -0,0 +1,32 @@
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

32
.gitlab/HFW_Weat_Tuft.yml Normal file
View File

@ -0,0 +1,32 @@
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

View File

@ -1,6 +1,12 @@
{
"conventionalCommits.scopes": [
"cicd",
"#13"
"#5",
"#9",
"#13",
"#14",
"#15",
"#2",
"#24"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 KiB

After

Width:  |  Height:  |  Size: 909 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 KiB

After

Width:  |  Height:  |  Size: 977 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 968 KiB

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 KiB

After

Width:  |  Height:  |  Size: 929 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 KiB

After

Width:  |  Height:  |  Size: 944 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 KiB

After

Width:  |  Height:  |  Size: 952 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 KiB

After

Width:  |  Height:  |  Size: 1002 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 KiB

After

Width:  |  Height:  |  Size: 892 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 KiB

After

Width:  |  Height:  |  Size: 876 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 KiB

After

Width:  |  Height:  |  Size: 935 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 KiB

After

Width:  |  Height:  |  Size: 942 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 KiB

After

Width:  |  Height:  |  Size: 996 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 KiB

After

Width:  |  Height:  |  Size: 877 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 947 KiB

After

Width:  |  Height:  |  Size: 947 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 KiB

After

Width:  |  Height:  |  Size: 980 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 KiB

After

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 KiB

After

Width:  |  Height:  |  Size: 1009 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

View File

@ -0,0 +1,38 @@
{
"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
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 KiB

Some files were not shown because too many files have changed in this diff Show More