Age | Commit message (Expand) | Author |
2018-02-12 | dump_tissues: fix missing 'struct deco_state' argument | Lubomir I. Ivanov |
2017-12-21 | Handle plot_info->nr <= 0 gracefully | Berthold Stoeger |
2017-12-21 | Fix use of uninitialized variable in core/profile.c | Berthold Stoeger |
2017-11-29 | Fix signed/unsigned issue | Dirk Hohndel |
2017-11-25 | Hand planner variables to profile | Robert C. Helling |
2017-11-25 | Localize global planner state | Robert C. Helling |
2017-11-25 | Run variations calculation in background | Robert C. Helling |
2017-11-25 | Add logic parentheses to make compiler happy | Robert C. Helling |
2017-11-17 | Don't show cylinder pressures for other dive computers | Linus Torvalds |
2017-11-17 | Clean up confusing code in setup_gas_sensor_pressure() | Linus Torvalds |
2017-11-13 | Display values in info box only if value is interesting | Stefan Fuchs |
2017-11-08 | VPMB: time_clear_ceiling is only valid after time_deep_ceiling | Rick Walsh |
2017-11-08 | VPMB profile: remember deco_time when restoring deco_state | Rick Walsh |
2017-11-08 | VPMB: final_tts may be calculated before final sample | Rick Walsh |
2017-11-08 | VPMB profile: use deco_time rather bottom_time from planner | Rick Walsh |
2017-11-08 | VPMB in profile: deepest ceiling occurs just after bottom time | 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-06 | Fix typo which prevented correct translation of word "Density" | Stefan Fuchs |
2017-10-30 | VPM-B ceiling: calculate deco_time similar to planned VPM-B dives | Rick Walsh |
2017-10-30 | VPM-B ceiling outside of planner: over-estimate deco_time on first iteration | Rick Walsh |
2017-10-30 | VPMB profile: use bottom_time to calculate deco_time in planner | Rick Walsh |
2017-10-08 | VPM-B profile: calculate parameters when in planner mode | Rick Walsh |
2017-10-04 | When finding deepest ceiling, do not round to multiples of 3m | Robert C. Helling |
2017-10-01 | VPM-B profile: initialize first_ceiling_pressure | Rick Walsh |
2017-10-01 | More VPMB state in special structure | Robert C. Helling |
2017-09-15 | Properly clear sensor pressure data for synthetic plotinfo entries | Linus Torvalds |
2017-09-13 | Make the info window show all the pressures we have | Linus Torvalds |
2017-08-26 | Remove some unused variables | Dirk Hohndel |
2017-07-30 | For more manual gas pressure details | Linus Torvalds |
2017-07-30 | Fix another cylinder pressure plotting special case | Linus Torvalds |
2017-07-28 | Fix manual pressures for cylinders with no gas switches | Linus Torvalds |
2017-07-28 | Calculate momentary SAC rates with the right gases | Linus Torvalds |
2017-07-28 | Use the right gasmix for deco calculations | Linus Torvalds |
2017-07-27 | Profile support for multiple concurrent pressure sensors | Linus Torvalds |
2017-07-21 | Start cleaning up sensor indexing for multiple sensors | Linus Torvalds |
2017-07-20 | Unify sample pressure and o2pressure as pressure[2] array | Linus Torvalds |
2017-06-22 | Preserve VPM-B state in profile display | Robert C. Helling |
2017-05-27 | Fix some warnings | Dirk Hohndel |
2017-05-26 | Gas denisity display improvement | Robert C. Helling |
2017-05-26 | Compute and display gas density | Robert C. Helling |
2017-05-26 | Adopt planner state caching to new struct | Robert C. Helling |
2017-05-26 | Assemble global state of planner in a struct | Robert C. Helling |
2017-04-29 | Add SPDX header to remaining core files | Dirk Hohndel |
2017-03-13 | Safetystop > Safety stop | Martin Měřinský |
2017-03-11 | Merge branch 'master' of https://github.com/dje29/subsurface | Dirk Hohndel |
2017-03-11 | unkn > unknown | Martin Měřinský |
2017-03-11 | SAC: %.*f%s/min versus SAC:%.*f %s | Martin Měřinský |
2017-03-09 | Fix potential double/float to int rounding errors | Jeremie Guichard |
2017-03-08 | Change calls to rint into lrint avoiding conversion warnings | Jeremie Guichard |