aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2017-04-30Fix event merging when interleaving divesGravatar Linus Torvalds
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-03-11Remove unused static functionsGravatar Dirk Hohndel
2017-03-11Remove unused variableGravatar Dirk Hohndel
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11Use abbreviations with dots.Gravatar Martin Měřinský
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-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-02-21Dive merge: don't pick an empty dive siteGravatar Dirk Hohndel
2017-02-21Many filenames are const stringsGravatar Robert C. Helling
2017-02-19dive merging: merge water temperature too, not just air temperatureGravatar Linus Torvalds
2017-02-15Fix crash when merging dives with a missing dive computer modelGravatar Linus Torvalds
2017-02-09Make cylinder merging a bit more carefulGravatar Linus Torvalds
2017-02-09Rewrite cylinder merging code from scratchGravatar Linus Torvalds
2017-02-05Merge informational_prefs into git_prefsGravatar Joakim Bygdell
2017-02-05Save profile settings to gitGravatar Joakim Bygdell
2017-02-04Treat gaschanges at 1s as inital gas useGravatar Robert C. Helling
2017-02-03Correct "When merging planned dives keep all cylinders"Gravatar Robert Helling
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-12Add cylinder equipment tooltips with gas volumeGravatar Linus Torvalds
2016-10-11No gas change event on merging dives with same gasGravatar Miika Turkia
2016-09-04Stop trying to fix up pressure sensor indexesGravatar Linus Torvalds
2016-08-27Settings update: Clean up save user id localGravatar Tomaz Canabrava
2016-07-21Properly pick cylinder use when merging divesGravatar Linus Torvalds
2016-07-09Fixup: don't capitalise best_HeGravatar Rick Walsh
2016-07-09Validate O2 in best mixGravatar Rick Walsh
2016-07-09Add function to calculate gas maximum narcotic depthGravatar Rick Walsh
2016-05-31Make 'clear_dive()' free the primary dive computer data properlyGravatar Linus Torvalds
2016-05-21fixup: Don't confuse EAD and ENDGravatar Rick Walsh
2016-05-21Planner: add best mix EAD preferenceGravatar Rick Walsh
2016-05-21Add functions to calculate best mixGravatar Rick Walsh
2016-04-05Fix per-cylinder SAC rate calculations when cylinder use isn't knownGravatar Linus Torvalds
2016-04-05Small cleanup of helper functions to remove unused argumentsGravatar Dirk Hohndel
2016-04-04Start using the actual cylinder data for gas switch eventsGravatar Linus Torvalds
2016-04-04Make gas change events always have a cylinder indexGravatar Linus Torvalds
2016-04-04Make "is_gasmix_redundant()" more robustGravatar Linus Torvalds
2016-04-04Remove linear pressure interpolation detection codeGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel