aboutsummaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
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
2014-05-30Planner: start the ascend with the strongest allowed deco mix.Gravatar Robert C. Helling
2014-05-29Planner: clean up the function that tracks our gasesGravatar Dirk Hohndel
2014-05-29Planner: track gas consumption in cylinders and samplesGravatar Dirk Hohndel
2014-05-28Planner: record the new dive at the correct timeGravatar Dirk Hohndel
2014-05-28Planner: add missing disclaimerGravatar Dirk Hohndel
2014-05-26Paint the dive red if the user is breaking ceiling on the planner.Gravatar Tomaz Canabrava
2014-05-26Fix warningGravatar Dirk Hohndel
2014-05-26Merge branch 'Planner'Gravatar Dirk Hohndel
2014-05-26Planner: convert assert into warningGravatar Dirk Hohndel
2014-05-26Reenabled copying the diveplan to dive notes.Gravatar Robert C. Helling
2014-05-26Use get_o2() and get_he() instead of accessing permilles directlyGravatar Robert C. Helling
2014-05-08Planner: Add waipoints when changing ascend rate in plannerGravatar Robert C. Helling
2014-05-08Planner: Implement ascend rate according to GUE standard proceduresGravatar Robert C. Helling
2014-05-05Fix bug in handling of fake SAMPLE_EVENT_PO2 eventsGravatar Dirk Hohndel
2014-04-29Show translated event names in tooltipGravatar Dirk Hohndel
2014-04-18Remove unused variables and fix signed/unsigned mismatchGravatar Dirk Hohndel
2014-04-18Comments added to plannerGravatar Robert C. Helling
2014-04-17Improvement for various bits of the plannerGravatar Robert Helling
2014-03-31Merge branch 'planner-mods'Gravatar Dirk Hohndel
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
2014-03-15Only use a default cylinder if it is explicitly setGravatar Dirk Hohndel
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-03Don't use negative gas indexGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel