aboutsummaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
2014-11-04Prepare for PSCR calculationsGravatar Robert C. Helling
2014-11-04Don't track gas consuption on CCR legsGravatar Robert C. Helling
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-09-18TyposGravatar Salvo Tomaselli
2014-08-19Mark manually entered waypoints as suchGravatar Dirk Hohndel
2014-08-19Remove unused functionGravatar Dirk Hohndel
2014-08-19Planner: correctly free divedatapointsGravatar Dirk Hohndel
2014-08-06Fix uninitialized variable warningGravatar Dirk Hohndel
2014-08-06Fix compile warningGravatar Miika Turkia
2014-08-05Planner: actually return the errorGravatar Dirk Hohndel
2014-08-05Bail out of deco calculation after 48h or dive timeGravatar Robert C. Helling
2014-08-04Planner: show mean depthGravatar Dirk Hohndel
2014-07-24Planner: fix start time handlingGravatar Dirk Hohndel
2014-07-18get_gas_at_time needs to always give us a valid gasv4.1.91Gravatar Dirk Hohndel
2014-07-18Use our types in interpolate_transitionGravatar Henrik Brautaset Aronsen
2014-07-18Convert get_gas_from_events to get_gas_at_timeGravatar Anton Lundin
2014-07-18Use more of our propper types in the plannerGravatar Anton Lundin
2014-07-16Planner: don't track cylinder pressure if working pressure is 0Gravatar Dirk Hohndel
2014-07-15Planner: Report CNS and OTUGravatar Gaetan Bisson
2014-07-11planner: Correct pO2 comparisonGravatar Anton Lundin
2014-07-11Planner: fix calculation when it is safe to surfaceGravatar Dirk Hohndel
2014-07-10Use user entered pO2 limits for high pO2 warnings.Gravatar Robert C. Helling
2014-07-10Limit the scope of gasidx in add_plan_to_notesGravatar Anton Lundin
2014-07-10Remove unnecessary get_gasidx callGravatar Anton Lundin
2014-07-07Planner: Show gas consumption in pressure units as well and warn if not enoug...Gravatar Robert C. Helling
2014-07-05Remove gasmix_is_nullGravatar Robert C. Helling
2014-07-04Planner: don't set cylinder start and end pressure when adding diveGravatar Dirk Hohndel
2014-07-04Planner: only track gas when planning a diveGravatar Dirk Hohndel
2014-07-04Remove unused labelGravatar Dirk Hohndel
2014-07-04Clear out old events in create_dive_from_planGravatar Anton Lundin
2014-07-03Remove non-existant variable from debug statementGravatar Dirk Hohndel
2014-07-03Planner: Add backgas breaksGravatar Robert C. Helling
2014-07-03UI restructure: use displayed_dive for add dive and plan diveGravatar Dirk Hohndel
2014-07-03UI restructure: make planner act on displayed_diveGravatar Dirk Hohndel
2014-07-01Use gas_mod helper instead of local versionGravatar Anton Lundin
2014-07-01Show ascent gas consumption separately in plannerGravatar Robert C. Helling
2014-06-27Close snprintf warningGravatar Anton Lundin
2014-06-25Hook up UI elements for ascent rates to plannerGravatar Robert C. Helling
2014-06-23CSS and translation improvements to dive planGravatar Henrik Brautaset Aronsen
2014-06-23Be more consistent in partial pressure namingGravatar Henrik Brautaset Aronsen
2014-06-11Have explicit "%s" format strings in printf style statementsGravatar Robert C. Helling
2014-06-11Deal with some uninitialized variable warningsGravatar Dirk Hohndel
2014-06-10Planner: use the actual setting for GF low at max depthGravatar Dirk Hohndel
2014-06-09planner.c: prevent an uninitialized warningGravatar Lubomir I. Ivanov
2014-06-09planner.c: use implicit struct initializerGravatar Lubomir I. Ivanov
2014-06-09Fix incorrect argument order for %.*fGravatar Dirk Hohndel
2014-06-08Planner: incease step size in deco ascends to 3 secondsGravatar Robert C. Helling
2014-06-05Switch to the new gasmix structure in dump_planGravatar Anton Lundin
2014-06-05Planner: Avoid bogus segments with 0 timeGravatar Robert C. Helling
2014-06-05Planner: Change 'lasttime' only if we printed something in the plan.Gravatar Robert C. Helling