aboutsummaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
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
2014-06-01Remove is_air() and convert its users to gasmixGravatar Dirk Hohndel
2014-06-01Create simple non-thread-safe "gasname()" functionGravatar Linus Torvalds
2014-06-01More cleanup for planner.cGravatar Dirk Hohndel
2014-06-01Change add_plan_to_notes() to operated on gasmixGravatar Dirk Hohndel
2014-06-01Switch verify_gas_exists to take gasmix argumentGravatar Dirk Hohndel
2014-06-01Switch more functions to use gasmix typeGravatar Dirk Hohndel
2014-06-01Next step to using gasmix instead of o2/heGravatar Dirk Hohndel
2014-06-01Use proper typesGravatar Dirk Hohndel
2014-06-01Encapsulate the horrid gas encoding in gas change eventsGravatar Dirk Hohndel
2014-06-01Planner: correctly track gas usedGravatar Dirk Hohndel
2014-06-01Planner: track gas used even if we don't have a real cylinderGravatar Dirk Hohndel
2014-06-01Planner: more fixes for gas trackingGravatar Dirk Hohndel
2014-06-01Planner: add warning if the plan consumes more gas than providedGravatar Dirk Hohndel
2014-05-31Planner: don't include the disclaimer in the dive plan detail widgetGravatar Dirk Hohndel
2014-05-31Planner: look harder to find the right gasGravatar Dirk Hohndel
2014-05-30Planner: don't do unnecessary work on empty dive plansGravatar Dirk Hohndel