aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/schedule.c
AgeCommit message (Expand)Author
2023-08-21Split unit conversion functions out from deco.cdevelopGravatar Tim Segers
2023-08-21Move LAST_STOP_AT_SIX variable from deco.c to schedule.cGravatar Tim Segers
2023-07-09Tweak first stop calculation procedureGravatar Tim Segers
2023-07-09Output ascent segments until deco starts proper even without SHOW_TRAVELGravatar Tim Segers
2023-01-28Track depth, runtime, and gas in decostate_tGravatar Tim Segers
2023-01-02Fix error in waypoint duration calculationGravatar Tim Segers
2022-12-22Make sure first stop is not equal to current depthGravatar Tim Segers
2022-10-22Remove const qualifier from non-pointer parametersGravatar Tim Segers
2022-10-21Change waypoint callback from function-only to function+arg combinationGravatar Tim Segers
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-16Add rough-fine optimization to ndl calculationGravatar Tim Segers
2022-10-16Merge calc_stoplen_rough into deco_stopGravatar Tim Segers
2022-10-13Remove unused variable from simulate_diveGravatar Tim Segers
2022-10-12Define global defaults explicitly in headerGravatar Tim Segers
2022-10-11Make various constants configurableGravatar Tim Segers
2022-10-10Move sources into srcGravatar Tim Segers