aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/deco.c
AgeCommit message (Expand)Author
2023-08-21Split unit conversion functions out from deco.cdevelopGravatar Tim Segers
2023-08-21Split gas functions out from deco.cGravatar Tim Segers
2023-08-21Remove END limit from MOD calculationGravatar Tim Segers
2023-08-21Move LAST_STOP_AT_SIX variable from deco.c to schedule.cGravatar Tim Segers
2023-01-28Track depth, runtime, and gas in decostate_tGravatar Tim Segers
2023-01-07Add support for imperial unitsGravatar Tim Segers
2022-10-22Remove const qualifier from non-pointer parametersGravatar Tim Segers
2022-10-19Ascend along fixed stops instead of along rounded ceilingGravatar Tim Segers
2022-10-16Make LAST_STOP_AT_SIX actually set the last stop to 6mGravatar Tim Segers
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
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-11Make various constants configurableGravatar Tim Segers
2022-10-10Move sources into srcGravatar Tim Segers