aboutsummaryrefslogtreecommitdiffstats
path: root/core/profile.c
AgeCommit message (Expand)Author
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
2017-05-26Assemble global state of planner in a structGravatar Robert C. Helling
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-03-13Safetystop > Safety stopGravatar Martin Měřinský
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11unkn > unknownGravatar Martin Měřinský
2017-03-11SAC: %.*f%s/min versus SAC:%.*f %sGravatar Martin Měřinský
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-03-04heartrate, heartbeat > heart rateGravatar Martin Měřinský
2017-01-06Fix deco_mode confusionGravatar Robert C. Helling
2016-10-27ToolTipItem: show gf line based on correct gradient factor preferencesGravatar Rick Walsh