Skip to content

Commit ebb01f8

Browse files
committed
# This is a combination of 15 commits.
# This is the 1st commit message: goofsec hud # This is the commit message #2: the sensible tgui errors # This is the commit message #3: Gets it to compile # This is the commit message #4: Fixes all extra runtimes # This is the commit message #5: TGUI Fixes 1 # This is the commit message #6: Removes open dream check # This is the commit message #7: Ticked file enforcement # This is the commit message #8: A very harsh way to fix potential missing icons # This is the commit message #9: Wipes all the errorneously included files # This is the commit message #10: fixes missing_icons fully # This is the commit message #11: some extra ci fixes before I forget # This is the commit message #12: WHAT THE FUCK # This is the commit message #13: really? # This is the commit message #14: bye waffles # This is the commit message #15: hooray
1 parent e9a7639 commit ebb01f8

File tree

116 files changed

+68297
-221781
lines changed

Some content is hidden

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

116 files changed

+68297
-221781
lines changed

.github/workflows/ci_suite.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
if: steps.linter-setup.conclusion == 'success' && !cancelled()
111111
shell: bash
112112
run: ~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh
113-
- name: Run OpenDream
114-
if: steps.linter-setup.conclusion == 'success' && !cancelled()
115-
run: ./DMCompiler_linux-x64/DMCompiler tgstation.dme --suppress-unimplemented --define=CIBUILDING | bash tools/ci/annotate_od.sh
113+
#- name: Run OpenDream - SKYRAT REMOVAL - DreamChecker is fine for us so far - SKYRAT TODO
114+
# if: steps.linter-setup.conclusion == 'success' && !cancelled()
115+
# run: ./DMCompiler_linux-x64/DMCompiler tgstation.dme --suppress-unimplemented --define=CIBUILDING | bash tools/ci/annotate_od.sh
116116
- name: Run Map Checks
117117
if: steps.linter-setup.conclusion == 'success' && !cancelled()
118118
run: |

_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm

+1-5
Original file line numberDiff line numberDiff line change
@@ -929,10 +929,6 @@
929929
/obj/item/clothing/glasses/sunglasses,
930930
/turf/open/floor/wood,
931931
/area/ruin/powered/beach)
932-
"Gf" = (
933-
/obj/structure/sign/poster/contraband/space_cola/directional/north,
934-
/turf/open/misc/beach/sand,
935-
/area/ruin/powered/beach)
936932
"GB" = (
937933
/obj/structure/table/wood,
938934
/obj/item/reagent_containers/condiment/peppermill,
@@ -1889,7 +1885,7 @@ hj
18891885
CT
18901886
VI
18911887
tQ
1892-
sz
1888+
rU
18931889
aC
18941890
Ds
18951891
ww

0 commit comments

Comments
 (0)