-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beam datum updates, assembly code refactor, adds the ability to place…
… assemblies on tanks (#11046) * Attempt 1 To do: Fix the infrared laser's source position not updating when placed on a table make the infrared laser emissive fix the error * bug fix * to do: fix signaller send button * fixes * fix * PR links added, various misc fixes * fixed signaller button * aaaaa * Finally done * done * thank you CI/CD for trusting in me once more * testening
- Loading branch information
1 parent
99441d6
commit 5f85843
Showing
29 changed files
with
1,032 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/// When combined in a holder, blacklists duplicate assemblies | ||
#define ASSEMBLY_NO_DUPLICATES (1<<0) | ||
|
||
/// How loud do assemblies beep at | ||
#define ASSEMBLY_BEEP_VOLUME 5 | ||
|
||
/// The max amount of assemblies attachable on an assembly holder | ||
#define HOLDER_MAX_ASSEMBLIES 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.