summaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
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
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2013-12-11Match sizeof with pointer typeGravatar Anton Lundin
2013-12-10Remove some safety stop code in plan()Gravatar Anton Lundin
2013-12-08Make local helpers staticGravatar Anton Lundin
2013-12-08Add some assert guard around gas finding codeGravatar Anton Lundin
2013-12-07Use AL80 as default if no default cylinder is setGravatar Dirk Hohndel
2013-12-07Bugfix first deco stop finderGravatar Anton Lundin
2013-11-24Create a drop down to choose default cylinderGravatar Anton Lundin
2013-11-23Use the default cylinder if definedGravatar Dirk Hohndel
2013-11-21Added a configuration option to have gf_low apply at max depth instead of at ...Gravatar Patrick Valsecchi
2013-11-21Silence some warnings when building on MacGravatar Dirk Hohndel
2013-11-20Use add_gas_switch_event in instead of duplicateGravatar Anton Lundin
2013-11-19Add gas change event from profile context menuGravatar Dirk Hohndel
2013-11-18Fix various issues with the dive add / edit manual dive codeGravatar Dirk Hohndel
2013-11-13Instead of a "Cylinder for planning" use a default cylinderGravatar Dirk Hohndel
2013-11-12Make planner work againGravatar Dirk Hohndel