index
:
opendeco.git
develop
main
Buhlmann ZH-L16 with Gradient Factors
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
schedule.c
Age
Commit message (
Collapse
)
Author
2023-08-21
Split unit conversion functions out from deco.c
develop
Tim Segers
2023-08-21
Move LAST_STOP_AT_SIX variable from deco.c to schedule.c
Tim Segers
2023-07-09
Tweak first stop calculation procedure
Tim Segers
2023-07-09
Output ascent segments until deco starts proper even without SHOW_TRAVEL
Tim Segers
2023-01-28
Track depth, runtime, and gas in decostate_t
Tim Segers
2023-01-02
Fix error in waypoint duration calculation
Tim Segers
2022-12-22
Make sure first stop is not equal to current depth
Tim Segers
Fixes: https://todo.sr.ht/~tsegers/opendeco/8
2022-10-22
Remove const qualifier from non-pointer parameters
Tim Segers
2022-10-21
Change waypoint callback from function-only to function+arg combination
Tim Segers
2022-10-19
Prevent 0 minute first stop
v0.4
Tim Segers
2022-10-19
Ascend along fixed stops instead of along rounded ceiling
Tim Segers
2022-10-16
Add rough-fine optimization to ndl calculation
Tim Segers
2022-10-16
Merge calc_stoplen_rough into deco_stop
Tim Segers
2022-10-13
Remove unused variable from simulate_dive
Tim Segers
2022-10-12
Define global defaults explicitly in header
Tim Segers
2022-10-11
Make various constants configurable
Tim Segers
- 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
Tim Segers