aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2017-10-16In dive.c make cylinder_renumber an external function...Gravatar Stefan Fuchs
2017-10-16Used gas in dive planner points: Support for multiple cyl with same gasGravatar Stefan Fuchs
2017-10-05Explicitly copy a cylinder which was marked as "unused" in the plannerGravatar Stefan Fuchs
2017-10-01Update sample_start and sample_end pressuresGravatar Miika Turkia
2017-09-11Do not merge dives with zero durationGravatar Miika Turkia
2017-07-28Calculate momentary SAC rates with the right gasesGravatar Linus Torvalds
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar 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-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