aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2017-07-28Add "get_gasmix()" helper function to iterate over gas changesGravatar Linus Torvalds
2017-07-25Make sample pressure helper functions available to everybodyGravatar Linus Torvalds
2017-07-25Try to sanely download multiple concurrent cylinder pressuresGravatar 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-15tankinfomodel.cpp: clamp row index to [0 - MAX_TANK_INFO]Gravatar Lubomir I. Ivanov
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava
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-05-07Refactor Seabear importGravatar Miika Turkia
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-03-19Tests for minimum gasGravatar Stefan Fuchs
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11Change type of divedatepoint.depth to depth_tGravatar Robert C. Helling
2017-03-11Make depth conversion work for negative depthsGravatar Robert C. Helling
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-02-24Fix "Load/Save to cloudstorage" for non-ASCII user namesGravatar Jeremie Guichard
2017-02-21Many filenames are const stringsGravatar Robert C. Helling
2017-02-10Reset VPM-B state between repetitive divesGravatar Robert C. Helling
2017-02-05Save profile settings to gitGravatar Joakim Bygdell
2017-02-03Win32: add the --win32log option to log stdout and stderr to filesGravatar Lubomir I. Ivanov
2017-02-03Revert "In statistics, ignore gas use of planned dives"Gravatar Dirk Hohndel
2017-02-02In statistics, ignore gas use of planned divesGravatar Robert C. Helling
2017-02-02When merging planned dives keep all cylindersGravatar Robert C. Helling
2017-01-23Allow user to disable a cylinder in plannerGravatar Robert C. Helling
2017-01-16Use real gas compressibility in plannerGravatar Robert C. Helling
2017-01-03Display surface interval in diveplanGravatar Robert C. Helling
2016-12-26Indicate a repetitive dive in the diveplanGravatar Robert C. Helling
2016-11-24Show effective gradient factors for VPMB-plansGravatar Robert C. Helling
2016-09-24Separate VPM-B conservatism preference for planner and profileGravatar Rick Walsh
2016-08-29Teach 'interpolate()' about zero-sized rangesGravatar Linus Torvalds
2016-07-24Add new helper for case insensitive string comparisonGravatar Dirk Hohndel
2016-07-09Fixup: don't capitalise best_HeGravatar Rick Walsh
2016-07-09Planner: automate calculation of best mix for max depthGravatar Rick Walsh
2016-07-09Add function to calculate gas maximum narcotic depthGravatar Rick Walsh
2016-07-09Have divedatapoint store cylinder id instead of gasmixGravatar Rick Walsh
2016-05-21Add functions to calculate best mixGravatar Rick Walsh
2016-04-05QML UI: don't fetch the remote twice when loadingGravatar Dirk Hohndel
2016-04-04Make gas change events always have a cylinder indexGravatar Linus Torvalds
2016-04-04Make cylinder_nodata() take a const cylinder pointerGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel