Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-21 | Split gas functions out from deco.c | ||
2023-08-21 | Remove END limit from MOD calculation | ||
2023-08-21 | Move LAST_STOP_AT_SIX variable from deco.c to schedule.c | ||
2023-01-28 | Track depth, runtime, and gas in decostate_t | ||
2023-01-07 | Add support for imperial units | ||
Implements: https://todo.sr.ht/~tsegers/opendeco/1 | |||
2022-10-22 | Remove const qualifier from non-pointer parameters | ||
2022-10-19 | Ascend along fixed stops instead of along rounded ceiling | ||
2022-10-16 | Make LAST_STOP_AT_SIX actually set the last stop to 6m | ||
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-14 | Add requirement that GF Low not be greater than GF High | ||
2022-10-14 | Tether GF to first and last stop instead of first stop and surface | ||
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-12 | Add option to perform last deco stop at 6m instead of 3m | ||
2022-10-12 | Define global defaults explicitly in header | ||
2022-10-11 | Fix uninitialized decostate_t value and free gas list explicitly | ||
2022-10-11 | Make various constants configurable | ||
- SURFACE_PRESSURE* - SWITCH_INTERMEDIATE* - P_WV - PO2_MAX - END_MAX - ALGO_VER * can now also be set from the CLI | |||
2022-10-10 | Move sources into src | ||