aboutsummaryrefslogtreecommitdiffstats
path: root/core/profile.c
AgeCommit message (Expand)Author
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
2017-10-01More VPMB state in special structureGravatar Robert C. Helling
2017-09-15Properly clear sensor pressure data for synthetic plotinfo entriesGravatar Linus Torvalds
2017-09-13Make the info window show all the pressures we haveGravatar Linus Torvalds
2017-08-26Remove some unused variablesGravatar Dirk Hohndel
2017-07-30For more manual gas pressure detailsGravatar Linus Torvalds
2017-07-30Fix another cylinder pressure plotting special caseGravatar Linus Torvalds
2017-07-28Fix manual pressures for cylinders with no gas switchesGravatar Linus Torvalds
2017-07-28Calculate momentary SAC rates with the right gasesGravatar Linus Torvalds
2017-07-28Use the right gasmix for deco calculationsGravatar Linus Torvalds
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-06-22Preserve VPM-B state in profile displayGravatar Robert C. Helling
2017-05-27Fix some warningsGravatar Dirk Hohndel
2017-05-26Gas denisity display improvementGravatar Robert C. Helling
2017-05-26Compute and display gas densityGravatar Robert C. Helling
2017-05-26Adopt planner state caching to new structGravatar Robert C. Helling