summaryrefslogtreecommitdiffstats
path: root/core/profile.c
AgeCommit message (Expand)Author
2019-03-18Core: let TTS calculation use correct ascent velocitiesGravatar Robert C. Helling
2019-02-05Add button to toggle deco info in info boxGravatar Robert C. Helling
2019-02-05Include surface GF in infoboxGravatar Robert C. Helling
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-09-10Profile: fix SAC calculation for air divesGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Incorporate bailout events in CCR & PSCR gas calculations.Gravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-04-09Cleanup: Move *_loc formatting functions into new format.cpp fileGravatar Berthold Stoeger
2018-03-19Profile heartrate: Nicer min/max values and tic distanceGravatar Stefan Fuchs
2018-03-13Treat a PSCR dive with sensors more like a CCR diveGravatar Anton Lundin
2018-03-06Cosmetic modifications in profile delta sample stringGravatar Stefan Fuchs
2018-03-05Localization: implement *_loc() functions in profile.cGravatar Berthold Stoeger
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-12dump_tissues: fix missing 'struct deco_state' argumentGravatar Lubomir I. Ivanov
2017-12-21Handle plot_info->nr <= 0 gracefullyGravatar Berthold Stoeger
2017-12-21Fix use of uninitialized variable in core/profile.cGravatar Berthold Stoeger
2017-11-29Fix signed/unsigned issueGravatar Dirk Hohndel
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Run variations calculation in backgroundGravatar Robert C. Helling
2017-11-25Add logic parentheses to make compiler happyGravatar Robert C. Helling
2017-11-17Don't show cylinder pressures for other dive computersGravatar Linus Torvalds
2017-11-17Clean up confusing code in setup_gas_sensor_pressure()Gravatar Linus Torvalds
2017-11-13Display values in info box only if value is interestingGravatar Stefan Fuchs
2017-11-08VPMB: time_clear_ceiling is only valid after time_deep_ceilingGravatar Rick Walsh
2017-11-08VPMB profile: remember deco_time when restoring deco_stateGravatar Rick Walsh
2017-11-08VPMB: final_tts may be calculated before final sampleGravatar Rick Walsh
2017-11-08VPMB profile: use deco_time rather bottom_time from plannerGravatar Rick Walsh
2017-11-08VPMB in profile: deepest ceiling occurs just after bottom timeGravatar Rick Walsh
2017-11-08VPMB: calculate deco_time assuming final ascent always takes the same timeGravatar Rick Walsh
2017-11-08VPM-B: move bottom_time into deco_stateGravatar Rick Walsh
2017-11-06Fix typo which prevented correct translation of word "Density"Gravatar Stefan Fuchs
2017-10-30VPM-B ceiling: calculate deco_time similar to planned VPM-B divesGravatar Rick Walsh
2017-10-30VPM-B ceiling outside of planner: over-estimate deco_time on first iterationGravatar Rick Walsh
2017-10-30VPMB profile: use bottom_time to calculate deco_time in plannerGravatar Rick Walsh
2017-10-08VPM-B profile: calculate parameters when in planner modeGravatar Rick Walsh
2017-10-04When finding deepest ceiling, do not round to multiples of 3mGravatar Robert C. Helling
2017-10-01VPM-B profile: initialize first_ceiling_pressureGravatar Rick Walsh