aboutsummaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
2015-08-31Introduce double depth_to_bar()Gravatar Robert C. Helling
2015-08-31Calculate ceiling only when it is neededGravatar Robert C. Helling
2015-08-31Do the Boyle compensation when the gradient is neededGravatar Robert C. Helling
2015-08-29VPM-B: Don't break the ceiling due to ongassing on ascentGravatar Rick Walsh
2015-08-29VPM-B: Remove obsolete first_ceiling_pressure calculationGravatar Rick Walsh
2015-08-29Planner: Change where we clear deco and reset gradientsGravatar Rick Walsh
2015-08-29VPM-B: Calculate crushing pressure on descentGravatar Rick Walsh
2015-08-27Rename variable to better reflect what it doesGravatar Robert C. Helling
2015-08-27Compute first stop pressure for each round of CVAGravatar Robert C. Helling
2015-08-23Prepare global state of VPM-B when starting to planGravatar Robert C. Helling
2015-08-23VPM-B: Calculate first_stop_pressure before starting ascentGravatar Rick Walsh
2015-08-21Use our pressure type to avoid bar / mbar confusionGravatar Dirk Hohndel
2015-08-20Use boyle_compensation in profileGravatar Robert C. Helling
2015-08-18Replace global in_planner variable by helper functionGravatar Robert C. Helling
2015-08-18Get rid of is_ok_vpmbGravatar Robert C. Helling
2015-08-18Compare ceiling to next stop rather than try to ascent for VPM-BGravatar Robert C. Helling
2015-08-18Revert "Pref. to ascent to next stop only when stop is below ceiling"Gravatar Dirk Hohndel
2015-08-18VPM-B: Fix calculating Boyles compensation on gas change stops.Gravatar Jan Darowski
2015-08-17Pref. to ascent to next stop only when stop is below ceilingGravatar Robert C. Helling
2015-08-17Merge branch 'boyle-ready' of https://github.com/Slagvi/subsurfaceGravatar Dirk Hohndel
2015-08-15Some unification between Buehlmann and VPM-BGravatar Robert C. Helling
2015-08-15VPM-B: Add surface decompression time.Gravatar Jan Darowski
2015-08-15VPM-B: Add Boyles compensation to the planner.Gravatar Jan Darowski
2015-08-15VPM-B: Fix trial_ascent() for vpm-b.Gravatar Jan Darowski
2015-08-10Planner: use the heap for note buffersGravatar Lubomir I. Ivanov
2015-08-03Decrease gaschange index even if we are already breathing the new mixGravatar Robert C. Helling
2015-07-27Planner: Add comments to document the codeGravatar Rick Walsh
2015-07-26Remove bogus fixGravatar Dirk Hohndel
2015-07-26Planner: Add parentheses to output conditionGravatar Rick Walsh
2015-07-26Planner: Count the minimum stop time towards o2timeGravatar Rick Walsh
2015-07-26Planner: Hide unwanted transition between deco stopsGravatar Rick Walsh
2015-07-26Planner: use pointer to deco stop level array instead of memcpyGravatar Rick Walsh
2015-07-26Planner: Change 3m stop to zero if last stop is 6mGravatar Rick Walsh
2015-07-25snprintf is happier if it has an explicit string literal format argumentGravatar Dirk Hohndel
2015-07-23Planner: correct output of planner modeGravatar Rick Walsh
2015-07-08Planner: update disclamerGravatar Joakim Bygdell
2015-07-06Code cleanupGravatar Dirk Hohndel
2015-07-05Round MOD of gas rather than truncateGravatar Robert C. Helling
2015-07-05Add simple test for the dive plannerGravatar Dirk Hohndel
2015-07-05Planner deco stops are at 10ft increments when measured in feetGravatar Rick Walsh
2015-07-05Read planner preferences when we use themGravatar Rick Walsh
2015-07-04VPM-B: add CVA to the deco planner.Gravatar Jan Darowski
2015-07-03VPM-B: vpm without CVA working.Gravatar Jan Darowski
2015-07-03VPM-B: add vpm-b based deco checking.Gravatar Jan Darowski
2015-07-03VPM-B: add deco choice to the ui.Gravatar Jan Darowski
2015-06-26Implement planner option to switch only at required stopsGravatar Rick Walsh
2015-06-26Define gaschange_before and gaschange_after a few lines earlierGravatar Rick Walsh
2015-06-23Fix gaschange_after definitionGravatar Rick Walsh
2015-06-22Refactor to use gaschage_before and gaschange_afterGravatar Robert C. Helling
2015-06-22When displaying transitions show the gaschange at the stop if there is oneGravatar Robert C. Helling