aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
AgeCommit message (Collapse)Author
2022-10-19Prevent 0 minute first stopv0.4Gravatar Tim Segers
2022-10-19Ascend along fixed stops instead of along rounded ceilingGravatar Tim Segers
2022-10-16Random formattingGravatar Tim Segers
2022-10-16Make LAST_STOP_AT_SIX actually set the last stop to 6mGravatar Tim Segers
Previously LAST_STOP_AT_SIX just skipped the last stop, which is correct for 3m stop increments, but not for any other ones. The implementation has now been brought in line with its name.
2022-10-16Add rough-fine optimization to ndl calculationGravatar Tim Segers
2022-10-16Merge calc_stoplen_rough into deco_stopGravatar Tim Segers
2022-10-14Reject invalid number for surface air pressureGravatar Tim Segers
Filling in a non-number argument for surface pressure sets the value to 0. This value is now rejected.
2022-10-14Add requirement that GF Low not be greater than GF HighGravatar Tim Segers
2022-10-14Tether GF to first and last stop instead of first stop and surfaceGravatar Tim Segers
Also make an exception for when the last stop is at 6m. In that case, do not tether the GF to 6m, but instead treat 6m as if it was 3m. Fixes ~tsegers/opendeco#6
2022-10-13Remove unused variable from simulate_diveGravatar Tim Segers
2022-10-13Make void explicit in print_planhead declarationGravatar Tim Segers
2022-10-12Add option to perform last deco stop at 6m instead of 3mGravatar Tim Segers
2022-10-12Define global defaults explicitly in headerGravatar Tim Segers
2022-10-11Fix uninitialized decostate_t value and free gas list explicitlyGravatar Tim Segers
2022-10-11Add section headers to --help outputv0.3Gravatar Tim Segers
2022-10-11Make various constants configurableGravatar Tim Segers
- SURFACE_PRESSURE* - SWITCH_INTERMEDIATE* - P_WV - PO2_MAX - END_MAX - ALGO_VER * can now also be set from the CLI
2022-10-10Move sources into srcGravatar Tim Segers