index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
planner.c
Age
Commit message (
Expand
)
Author
2020-05-01
cleanup: move declaration of utc_mk* functions to new subsurface-time.h header
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-05-01
core: create fake cylinder at end of cylinder table (hack!)
Berthold Stoeger
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-04-07
cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() calls
Berthold Stoeger
2020-04-07
cleanup: move fill_default_cylinder from planner.c to equipment.c
Berthold Stoeger
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-10-03
Analyze gasswitches in CCR bailout
Robert C. Helling
2019-09-11
Show correct notes entry when switching on stops
Robert C. Helling
2019-09-10
Cleanup: remove global disclaimer variable
Berthold Stoeger
2019-08-26
Show surface degassing in the planner only when configured time != 0
Stefan Fuchs
2019-08-08
Planner: pass dive to enough_gas()
Berthold Stoeger
2019-08-08
Planner: pass dive / cylinder pair to track_ascent_gas()
Berthold Stoeger
2019-08-08
Planner: pass dive to analyze_gaslist()
Berthold Stoeger
2019-08-08
Planner: fix comment for create_dive_from_plan()
Berthold Stoeger
2019-08-08
Core: pass dive, cylinder-id to fill_default_cylinder
Berthold Stoeger
2019-08-08
Planner: use planner's dive in interpolate_transition()
Berthold Stoeger
2019-08-08
Parser: remove global state
Berthold Stoeger
2019-08-08
Cleanup: remove unused function printdecotable
Berthold Stoeger
2019-08-08
Cleanup: make local functions in planner.c of static linkage
Berthold Stoeger
2019-08-08
Cleanup: move planner/deco related declarations planner/deco.h
Berthold Stoeger
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-06-28
Planner: Wait minimum switch time when bailing out to OC
Robert C. Helling
2019-06-19
Cleanup: remove unused parameter used from find_best_gasmix_match()
Berthold Stoeger
2019-06-19
Cleanup: move function declaration into header file
Berthold Stoeger
2019-06-19
Cleanup: remove unused global variables plangflow and plangfhigh
Berthold Stoeger
2019-06-19
Cleanup: make lookup table in planner.c of static linkage
Berthold Stoeger
2019-03-29
Make sure surface air is not considered a deco gas
Robert C. Helling
2019-03-29
Add UI element for final surface segment in planner
Robert C. Helling
2019-03-29
Show a bit of surface degassing in the planner
Robert C. Helling
2019-03-18
Core: change FIXME language
Robert C. Helling
2019-01-13
Planner: Add checkbox to force OC bailout
Robert C. Helling
2018-08-23
Cleanup: const-ify functions taking pointers to events
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-08-23
Cleanup: unify get_gas_at_time() and get_gasmix()
Berthold Stoeger
2018-08-09
Allow zero length segments in planner
Robert C. Helling
2018-06-24
Fix interpretation of dive mode changes upon replan
Robert C. Helling
2018-06-20
equipment: sanitize 'tank_info' loop limits
Lubomir I. Ivanov
2018-06-20
core: add free_samples helper
Dirk Hohndel
2018-05-28
Planner: Don't store a setpoint unless we are in CCR mode
Robert C. Helling
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Rename enum dive_comp_type to divemode_t
Robert C. Helling
2018-05-14
Planner: Make use divemode for consumed gas calculation
Robert C. Helling
2018-05-14
Planner: Honor last manual divemode
Robert C. Helling
2018-05-14
Fix divemode detection in planner
Robert C. Helling
2018-05-14
Fix a bug where the bailout events are not saved correctly.
Willem Ferguson
2018-05-14
Adapt the dive planner to do bailout
Willem Ferguson
2018-05-14
Add planner infra structure for bailout
Robert C. Helling
[next]