Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fixing-space
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 11, 2024
2 parents 18bfd88 + 534b7cc commit f504fea
Show file tree
Hide file tree
Showing 191 changed files with 61,622 additions and 60,378 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
branches:
- master
- 'project/**'
- 'gh-readonly-queue/master/**'
- 'gh-readonly-queue/project/**'
pull_request:
branches:
- master
Expand Down
10 changes: 10 additions & 0 deletions __odlint.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// This file is included right at the start of the DME.
// Its purpose is to enable multiple lints (pragmas) that are supported by OpenDream to better validate the codebase
// These are essentially nitpicks the DM compiler should pick up on but doesnt

#if defined(CIBUILDING) && defined(OPENDREAM)
// This is in a separate file as a hack to avoid SpacemanDMM
// evaluating the #pragma lines, even if its outside a block it cares about
// (Also so people can code-own it. Shoutout to AA)
#include "tools/ci/od_lints.dm"
#endif
2 changes: 1 addition & 1 deletion _maps/RandomRooms/10x5/sk_rdm091_skidrow.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions _maps/RandomRooms/10x5/sk_rdm153_hobowithpeter.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RandomRooms/3x5/sk_rdm023_boxclutter7.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RandomRooms/5x4/sk_rdm021_boxdinner.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions _maps/RandomRooms/fland/sk_rdm_fln_11_hobobox.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f504fea

Please sign in to comment.