aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2018-03-13Fix up CCR/PSCR dives with sensors values without no_o2sensorsGravatar Anton Lundin
2018-03-13Use the current dive mode instead of constantGravatar Anton Lundin
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-10Add a preference to turn on ICD warningsGravatar Robert C. Helling
2018-01-21Only give ICD warning if pN2 increasesGravatar Robert C. Helling
2018-01-20Move function isobaric_counterdiffusion()Gravatar Willem Ferguson
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Unused code: has_hr_data()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_contains_all()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_equal()Gravatar Jan Mulder
2018-01-10Unused code: remove shift_times()Gravatar Jan Mulder
2017-12-26Cleanup: prevent out of bounds readGravatar Dirk Hohndel
2017-12-13Enable removal of pictures from different dives at the same momentGravatar Stefan Fuchs
2017-12-08Cleanup: remove unused parameterGravatar Dirk Hohndel
2017-12-04Gracefully handle deletion of a picture that doesn't existGravatar Berthold Stoeger
2017-11-28Merging dives: Improve merging of divemaster, buddy and notesGravatar Stefan Fuchs
2017-11-27Use MAX_SENSORS define everywhereGravatar Stefan Fuchs
2017-11-18Constify strings in pref.hGravatar Berthold Stoeger
2017-11-16For surface samples init ndl and compass bearing from prev sampleGravatar Stefan Fuchs
2017-11-13New fixup function fixup_dc_ndlGravatar Stefan Fuchs
2017-11-13Init every struct sample with default valuesGravatar Stefan Fuchs
2017-11-13Display values in info box only if value is interestingGravatar Stefan Fuchs
2017-10-20Do not overwrite start and end pressures on cylinderGravatar Miika Turkia
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