summaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
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
2014-06-04Disclaimer included in the printed diveplanGravatar Robert C. Helling
2014-06-03Planner: only copy cylinders that were used in the template diveGravatar Dirk Hohndel
2014-06-03Planner: more accurately track assumed cylinder pressuresGravatar Dirk Hohndel
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Planner: make the warnings visually stand out moreGravatar Dirk Hohndel
2014-06-03Planner: add a few more line breaks in the html notesGravatar Dirk Hohndel
2014-06-03Planner: Show gas changes at the correct depth.Gravatar Robert C. Helling
2014-06-03Planner: Show waypoints for gas changes but no double depthsGravatar Robert C. Helling
2014-06-03Planner note logic and layout improvedGravatar Robert C. Helling
2014-06-03Layout improvements to the dive planGravatar Robert C. Helling
2014-06-02Planner: fix typo that broke tank pressure trackingGravatar Dirk Hohndel
2014-06-02Planner: warn about high pO2Gravatar Dirk Hohndel
2014-06-02Optionally strip diveplan to bare minimumGravatar Robert C. Helling