Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | Prevent 0 minute first stopv0.4 | ||
2022-10-19 | Ascend along fixed stops instead of along rounded ceiling | ||
2022-10-17 | Replace gcc by $(CC) in Makefile | ||
2022-10-16 | Random formatting | ||
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-16 | Add rough-fine optimization to ndl calculation | ||
2022-10-16 | Merge calc_stoplen_rough into deco_stop | ||
2022-10-14 | Reject invalid number for surface air pressure | ||
Filling in a non-number argument for surface pressure sets the value to 0. This value is now rejected. | |||
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-13 | Remove unused variable from simulate_dive | ||
2022-10-13 | Make void explicit in print_planhead declaration | ||
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 | Add section headers to --help outputv0.3 | ||
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 | Add lib target to Makefile | ||
2022-10-10 | Move sources into src | ||
2022-10-10 | Add minunit.h with some trivial tests | ||
2022-10-10 | Add DCO to README | ||
2022-10-09 | Add sources to .build.yml so that mailing list patches build | ||
2022-10-09 | Replace gas switch icon | ||
2022-10-07 | Prevent crash when total time is less than descent time | ||
2022-10-07 | Add issue tracker URL | ||
2022-10-06 | Add install target to makefile | ||
2022-10-06 | Add status badge to README | ||
2022-10-06 | Fix build for debian stable | ||
2022-10-06 | Add .build.yml | ||
2022-10-05 | Remove hardcoded SURFACE_PRESSURE from schedulev0.2 | ||
2022-10-05 | Update README.md | ||
2022-10-05 | Add command line interface | ||
2022-10-04 | Add scan_gas to mirror format_gas | ||
2022-10-03 | Extract deco stop functionlity into function deco_stop | ||
2022-10-03 | Optimize stoplen calculation | ||
Find the length of a stop in 10 minute increments before refining it with 1 minute increments. | |||
2022-10-03 | Allow NULL instead of empty waypoint callback function | ||
2022-10-02 | Fix descents leading to negative segment times | ||
2022-10-02 | Collapse consecutive SEG_TRAVEL segments | ||
2022-09-30 | Fix gas switch time not being added to TTS | ||
2022-09-30 | Remove extend_to_ndl function | ||
2022-09-30 | Add decostate_t to segment callback parameters | ||
2022-09-30 | Explicitly specify C99 standard | ||
2022-09-30 | Add GF99 function | ||
2022-09-30 | Update README.md | ||
2022-09-30 | Initial commitv0.1 | ||
2022-09-29 | Initial commit | ||