Age | Commit message (Expand) | Author |
2015-09-23 | planner.c: fix missing brances warning | Lubomir I. Ivanov |
2015-09-23 | planner.c: fix warnings about unused variables | Lubomir I. Ivanov |
2015-09-20 | VPMB: Reset ceiling pressures at start of planned dive | Rick Walsh |
2015-09-16 | VPM-B restore deco state before calculating next gradient | Rick Walsh |
2015-09-16 | Use Bühlmann in all strings shown to the user | Salvador Cuñat |
2015-09-15 | Use the correct setpoint in planner | Robert C. Helling |
2015-09-12 | VPM-B: Calculate ceiling in deepest portion of dive | Rick Walsh |
2015-09-07 | Planner notes: Show VPM-B conservatism | Rick Walsh |
2015-08-31 | Introduce double depth_to_bar() | Robert C. Helling |
2015-08-31 | Calculate ceiling only when it is needed | Robert C. Helling |
2015-08-31 | Do the Boyle compensation when the gradient is needed | Robert C. Helling |
2015-08-29 | VPM-B: Don't break the ceiling due to ongassing on ascent | Rick Walsh |
2015-08-29 | VPM-B: Remove obsolete first_ceiling_pressure calculation | Rick Walsh |
2015-08-29 | Planner: Change where we clear deco and reset gradients | Rick Walsh |
2015-08-29 | VPM-B: Calculate crushing pressure on descent | Rick Walsh |
2015-08-27 | Rename variable to better reflect what it does | Robert C. Helling |
2015-08-27 | Compute first stop pressure for each round of CVA | Robert C. Helling |
2015-08-23 | Prepare global state of VPM-B when starting to plan | Robert C. Helling |
2015-08-23 | VPM-B: Calculate first_stop_pressure before starting ascent | Rick Walsh |
2015-08-21 | Use our pressure type to avoid bar / mbar confusion | Dirk Hohndel |
2015-08-20 | Use boyle_compensation in profile | Robert C. Helling |
2015-08-18 | Replace global in_planner variable by helper function | Robert C. Helling |
2015-08-18 | Get rid of is_ok_vpmb | Robert C. Helling |
2015-08-18 | Compare ceiling to next stop rather than try to ascent for VPM-B | Robert C. Helling |
2015-08-18 | Revert "Pref. to ascent to next stop only when stop is below ceiling" | Dirk Hohndel |
2015-08-18 | VPM-B: Fix calculating Boyles compensation on gas change stops. | Jan Darowski |
2015-08-17 | Pref. to ascent to next stop only when stop is below ceiling | Robert C. Helling |
2015-08-17 | Merge branch 'boyle-ready' of https://github.com/Slagvi/subsurface | Dirk Hohndel |
2015-08-15 | Some unification between Buehlmann and VPM-B | Robert C. Helling |
2015-08-15 | VPM-B: Add surface decompression time. | Jan Darowski |
2015-08-15 | VPM-B: Add Boyles compensation to the planner. | Jan Darowski |
2015-08-15 | VPM-B: Fix trial_ascent() for vpm-b. | Jan Darowski |
2015-08-10 | Planner: use the heap for note buffers | Lubomir I. Ivanov |
2015-08-03 | Decrease gaschange index even if we are already breathing the new mix | Robert C. Helling |
2015-07-27 | Planner: Add comments to document the code | Rick Walsh |
2015-07-26 | Remove bogus fix | Dirk Hohndel |
2015-07-26 | Planner: Add parentheses to output condition | Rick Walsh |
2015-07-26 | Planner: Count the minimum stop time towards o2time | Rick Walsh |
2015-07-26 | Planner: Hide unwanted transition between deco stops | Rick Walsh |
2015-07-26 | Planner: use pointer to deco stop level array instead of memcpy | Rick Walsh |
2015-07-26 | Planner: Change 3m stop to zero if last stop is 6m | Rick Walsh |
2015-07-25 | snprintf is happier if it has an explicit string literal format argument | Dirk Hohndel |
2015-07-23 | Planner: correct output of planner mode | Rick Walsh |
2015-07-08 | Planner: update disclamer | Joakim Bygdell |
2015-07-06 | Code cleanup | Dirk Hohndel |
2015-07-05 | Round MOD of gas rather than truncate | Robert C. Helling |
2015-07-05 | Add simple test for the dive planner | Dirk Hohndel |
2015-07-05 | Planner deco stops are at 10ft increments when measured in feet | Rick Walsh |
2015-07-05 | Read planner preferences when we use them | Rick Walsh |
2015-07-04 | VPM-B: add CVA to the deco planner. | Jan Darowski |