aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Incorporate bailout events in CCR & PSCR gas calculations.Gravatar Willem Ferguson
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-04-01Dive pictures: use get_metadata() in dive_create_picture()Gravatar Berthold Stoeger
2018-04-01Dive pictures: Move metadata functions into own translation unitGravatar Berthold Stoeger
2018-03-14Cleanup: constify string arguments in core/dive.cGravatar Berthold Stoeger
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