Age | Commit message (Expand) | Author |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-23 | Cleanup: unify get_gas_at_time() and get_gasmix() | Berthold Stoeger |
2018-08-09 | Allow zero length segments in planner | Robert C. Helling |
2018-06-24 | Fix interpretation of dive mode changes upon replan | Robert C. Helling |
2018-06-20 | equipment: sanitize 'tank_info' loop limits | Lubomir I. Ivanov |
2018-06-20 | core: add free_samples helper | Dirk Hohndel |
2018-05-28 | Planner: Don't store a setpoint unless we are in CCR mode | Robert C. Helling |
2018-05-24 | core: replace (void) with UNUSED(x) and include ssrf.h | jan Iversen |
2018-05-14 | Rename enum dive_comp_type to divemode_t | Robert C. Helling |
2018-05-14 | Planner: Make use divemode for consumed gas calculation | Robert C. Helling |
2018-05-14 | Planner: Honor last manual divemode | Robert C. Helling |
2018-05-14 | Fix divemode detection in planner | Robert C. Helling |
2018-05-14 | Fix a bug where the bailout events are not saved correctly. | Willem Ferguson |
2018-05-14 | Adapt the dive planner to do bailout | Willem Ferguson |
2018-05-14 | Add planner infra structure for bailout | Robert C. Helling |
2018-05-14 | Implement bailout outside of the dive planner | Willem Ferguson |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-05-07 | Planner: Unify final ascent rates in plan() and fake_dc() | Berthold Stoeger |
2018-02-26 | Cleanup: Unify qthelper.h and qthelperfromc.h | Berthold Stoeger |
2018-01-26 | Limit recreational dives to 6 hours | Robert C. Helling |
2018-01-19 | Improve profile display in planner | Willem Ferguson |
2017-12-17 | Cleanup: durations are now signed | Dirk Hohndel |
2017-12-17 | Unify float calulations: use double | Berthold Stoeger |
2017-12-01 | Actually compute variations in background | Robert C. Helling |
2017-12-01 | Cut off excessive deco times | Robert C. Helling |
2017-11-25 | In planner.c remove unused variable o2break_done | Stefan Fuchs |
2017-11-25 | Localize global planner state | Robert C. Helling |
2017-11-25 | Run variations calculation in background | Robert C. Helling |
2017-11-09 | Planner don't add minimum gas switch time more than once | Stefan Fuchs |
2017-11-08 | VPMB: calculate time of final ascent properly | Rick Walsh |
2017-11-08 | VPMB profile: use deco_time rather bottom_time from planner | Rick Walsh |
2017-11-08 | VPMB: calculate deco_time assuming final ascent always takes the same time | Rick Walsh |
2017-11-08 | VPM-B: move bottom_time into deco_state | Rick Walsh |
2017-11-04 | Disable o2 break option if last stop is not at 6m/20ft | Stefan Fuchs |
2017-11-04 | O2 breaks code enhancements and cleanup | Stefan Fuchs |
2017-10-31 | When O2 breaking, add segment with current mix not with next | Robert C. Helling |
2017-10-31 | Don't do the minimal gaschanging stops during O2 breakting | Robert C. Helling |
2017-10-31 | Correct time bookkeeping when doing O2 breaks | Robert C. Helling |
2017-10-30 | whitespace (planner.c) | Rick Walsh |
2017-10-30 | VPMB profile: use bottom_time to calculate deco_time in planner | Rick Walsh |
2017-10-18 | init_deco correctly identify previous dives and report overlapping dives | Stefan Fuchs |
2017-10-16 | Tidy up code in planner.c - create_dive_from_plan() | Stefan Fuchs |
2017-10-16 | Fix dump_plan debug code | Stefan Fuchs |
2017-10-16 | Planner creating dive from plan: No pressure for 1st sample with new gas | Stefan Fuchs |
2017-10-16 | In planner prefer best_first_ascend_cylinder for gas breaks | Stefan Fuchs |
2017-10-16 | Don't confuse cyl with same gasmix with best_first_ascend_gas | Stefan Fuchs |
2017-10-01 | More VPMB state in special structure | Robert C. Helling |
2017-09-20 | Remove option to apply GFlow at maxdepth | Robert C. Helling |
2017-08-29 | Compute variations of plans | Robert C. Helling |