-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve piping and atmospherics (#552)
* Migrate pipe code to allow multiple pipes per tile * Add layer selection to the atmos editor * Further work on pipes * Improve pipe gizmos * Increase gizmos * Add 4 layer manifold * Improve manifolds * Add three layer manifold * Remove commented code * Add scrubbers and vents * Add internal mode to vent * Add internal mode for the vent * Implement gas filter * Start on scrubber logic * Add range to scrubber * vent animation * Implement scrubber further and add interactions * Improve scrubber and vent * Remove small amount of gas when going inactive * Small scrubber fix * change max mole transfer * Improve gizmos * Finally get these stupid gizmos to work... * Fix gizmos and add stop animation * Draw new gizmos for all settings and some cleanup * Smooth the scrubber and vent animation
- Loading branch information
Showing
78 changed files
with
3,297 additions
and
202 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
17 changes: 17 additions & 0 deletions
17
Assets/Content/Structures/Pipes/Atmospherics/Pumps, Valves, Etc/3LayerManifold.asset
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,17 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 4c19744d19c6b14409c8e0a535f90136, type: 3} | ||
m_Name: 3LayerManifold | ||
m_EditorClassIdentifier: | ||
id: 3_layer_manifold | ||
genericType: pipe | ||
prefab: {fileID: 6937106039017095358, guid: 38905c1e96f82d8408d029a917a46a0f, type: 3} |
8 changes: 8 additions & 0 deletions
8
Assets/Content/Structures/Pipes/Atmospherics/Pumps, Valves, Etc/3LayerManifold.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.