Skip to content

Commit

Permalink
feat: First hydraulic system implementation (#3782)
Browse files Browse the repository at this point in the history
Co-authored-by: davydecorps <38904654+davydecorps@users.noreply.github.com>
Co-authored-by: Will Pine <wpine215@gmail.com>
Co-authored-by: David Walschots <davidwalschots@users.noreply.github.com>
Co-authored-by: komp1821 <71044068+komp1821@users.noreply.github.com>
  • Loading branch information
5 people authored May 12, 2021
1 parent 304755d commit 015286a
Show file tree
Hide file tree
Showing 31 changed files with 8,491 additions and 163 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- 1. [Changed Area] Title of changes - @github username (Name) -->

## 0.7.0
1. [HYD] First building block, more to come. Hydraulics do not impact the sim YET. - @crocket6 (crocket)
1. [ENGINE] Fixed fuel consumption model - @Taz5150 (TazX [Z+2]#0405)
1. [ENGINE] Fixed fuel flow being 0 at Start-up - @Taz5150 (TazX [Z+2]#0405)
1. [MCDU] Fixed input and display issues on PERF/W&B and INIT pages - @felixharnstrom (Felix Härnström)
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ node_modules
/target
/src/instruments/src/EFB/web/
/src/systems/target/
/src/systems/a320_hydraulic_simulation_graphs/*.png
!igniter.config.mjs
.igniter
/src/fdr2csv/*.exe
Expand Down
130 changes: 130 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
members = [
"src/systems/a320_systems",
"src/systems/a320_systems_wasm",
"src/systems/systems"
"src/systems/systems",
"src/systems/a320_hydraulic_simulation_graphs",
]
Loading

0 comments on commit 015286a

Please sign in to comment.