Skip to content

Commit ebb08bc

Browse files
authored
Merge pull request #54 from Artemchik542/upstream-2
Upstream 15.02.26
2 parents 5eb2e26 + a95f863 commit ebb08bc

449 files changed

Lines changed: 6398 additions & 3214 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci_suite.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,20 @@ jobs:
3333
uses: ./.github/workflows/collect_data.yml
3434

3535
compile_all_maps:
36-
if: needs.collect_data.outputs.game_changes == 'true'
3736
name: Compile Maps
3837
needs: collect_data
3938
uses: ./.github/workflows/compile_all_maps.yml
4039
with:
4140
max_required_byond_client: ${{ needs.collect_data.outputs.max_required_byond_client }}
4241

4342
setup_build_artifacts:
44-
if: needs.collect_data.outputs.game_changes == 'true'
4543
name: Setup build artifacts
4644
needs: collect_data
4745
uses: ./.github/workflows/setup_build_artifacts.yml
4846
with:
4947
build_versions: ${{ needs.collect_data.outputs.required_build_versions }}
5048

5149
run_all_tests:
52-
if: needs.collect_data.outputs.game_changes == 'true'
5350
name: Integration Tests
5451
needs: [collect_data, setup_build_artifacts]
5552
uses: ./.github/workflows/perform_regular_version_tests.yml
@@ -58,7 +55,7 @@ jobs:
5855
max_required_byond_client: ${{ needs.collect_data.outputs.max_required_byond_client }}
5956

6057
run_alternate_tests:
61-
if: (needs.collect_data.outputs.game_changes == 'true') && (needs.collect_data.outputs.alternate_tests != '[]')
58+
if: needs.collect_data.outputs.alternate_tests != '[]'
6259
name: Alternate Tests
6360
needs: [collect_data, setup_build_artifacts]
6461
uses: ./.github/workflows/perform_alternate_version_tests.yml
@@ -88,4 +85,4 @@ jobs:
8885
uses: re-actors/alls-green@release/v1
8986
with:
9087
jobs: ${{ toJSON(needs) }}
91-
allowed-skips: compare_screenshots,compile_all_maps,run_all_tests,run_alternate_tests
88+
allowed-skips: compare_screenshots

.github/workflows/collect_data.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ on:
1515
required_build_versions:
1616
description: "Build versions that need to be precompiled"
1717
value: ${{ jobs.collect_data.outputs.required_build_versions }}
18-
game_changes:
19-
description: "Whether game files were changed"
20-
value: ${{ jobs.collect_data.outputs.game_changes }}
2118

2219
jobs:
2320
collect_data:
@@ -28,7 +25,6 @@ jobs:
2825
alternate_tests: ${{ steps.alternate_test_finder.outputs.alternate_tests }}
2926
max_required_byond_client: ${{ steps.max_required_byond_client.outputs.max_required_byond_client }}
3027
required_build_versions: ${{ steps.setup_required_build_versions.outputs.required_build_versions }}
31-
game_changes: ${{ steps.find_game_changes.outputs.all_changed_files != '' }}
3228

3329
steps:
3430
- uses: actions/checkout@v6
@@ -70,13 +66,3 @@ jobs:
7066
($alternate + $default) | map({major, minor}) | unique
7167
')
7268
echo "required_build_versions=$REQUIRED_BUILD_VERSIONS" >> $GITHUB_OUTPUT
73-
74-
- name: Find game changes
75-
id: find_game_changes
76-
uses: tj-actions/changed-files@v47
77-
with:
78-
fetch_depth: 0
79-
files_ignore: |
80-
**/*.md
81-
html/**
82-
tgui/**

.github/workflows/compile_changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Compile changelogs
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * 1"
66
workflow_dispatch:
77

88
jobs:

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.formatOnSave": true,
1515
"editor.rulers": [80]
1616
},
17-
"[yaml][markdown][html][scss][github-actions-workflow]": {
17+
"[yaml][markdown][html][scss]": {
1818
"editor.defaultFormatter": "esbenp.prettier-vscode",
1919
"editor.formatOnSave": true,
2020
"editor.rulers": [80]

_maps/RandomRuins/LavaRuins/lavaland_battle_site.dmm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
/obj/item/stack/sheet/sinew,
106106
/turf/open/misc/asteroid/basalt/lava_land_surface,
107107
/area/lavaland/surface/outdoors)
108-
"L" = (
109-
/obj/effect/decal/cleanable/blood/drip,
110-
/turf/open/misc/asteroid/basalt/lava_land_surface,
111-
/area/lavaland/surface/outdoors)
112108
"M" = (
113109
/obj/structure/statue/bone/skull,
114110
/turf/open/misc/asteroid/basalt/lava_land_surface,
@@ -253,7 +249,7 @@ I
253249
G
254250
G
255251
q
256-
L
252+
x
257253
G
258254
s
259255
g

_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
/obj/effect/turf_decal/trimline/green/line{
362362
dir = 1
363363
},
364+
/obj/structure/tank_holder/extinguisher,
364365
/turf/open/floor/mineral/plastitanium,
365366
/area/ruin/powered/seedvault)
366367
"bf" = (

_maps/RandomZLevels/heretic.dmm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5808,9 +5808,6 @@
58085808
/obj/effect/spawner/random/food_or_drink/seed_rare,
58095809
/turf/open/misc/grass/jungle/station,
58105810
/area/awaymission/beach/heretic)
5811-
"EH" = (
5812-
/turf/open/floor/pod/light,
5813-
/area/awaymission/beach/heretic)
58145811
"EI" = (
58155812
/turf/open/water/beach,
58165813
/area/awaymission/caves/heretic_laboratory_clean)
@@ -42214,7 +42211,7 @@ wf
4221442211
wf
4221542212
wf
4221642213
bb
42217-
EH
42214+
BV
4221842215
gT
4221942216
wf
4222042217
wf

_maps/catwalkstation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"Baseturf": "/turf/open/openspace/airless",
2121
"Linkage": "Cross"
2222
}
23-
]
23+
],
24+
"bonus_weakpoints": 1
2425
}

_maps/deltastation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"Cook": {
1515
"additional_cqc_areas": ["/area/station/service/cafeteria"]
1616
}
17-
}
17+
},
18+
"bonus_weakpoints": 2
1819
}

_maps/icebox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"Cook": {
6060
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
6161
}
62-
}
62+
},
63+
"bonus_weakpoints": 2
6364
}

0 commit comments

Comments
 (0)