aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2018-08-23Cleanup: const-ify functions taking dives and divecomputersGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify parameters to trivial accessor functionsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: unify get_gas_at_time() and get_gasmix()Gravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-07-21Uninline functions in dive.hGravatar Berthold Stoeger
2018-07-17Cleanup: simplify dive_getUniqID()Gravatar Berthold Stoeger
2018-07-03Allow to split dives with more than one dive computerGravatar Robert C. Helling
2018-07-03Profile context menu entry to split a diveGravatar Robert C. Helling
2018-07-03Include cylinder pressures upon force_fixup()Gravatar Robert C. Helling
2018-07-02Use (and update) dive computer times when merging and splitting divesGravatar Linus Torvalds
2018-07-02Use proper sample pointer when deciding to split divesGravatar Linus Torvalds
2018-06-20core: add free_samples helperGravatar Dirk Hohndel
2018-06-20core: use num in alloc_samplesGravatar jan Iversen
2018-06-17Fix an error around translation of dive modes in the UIGravatar Stefan Fuchs
2018-06-07Dive pictures: remove cache_picture() call in dive_add_picture()Gravatar Berthold Stoeger
2018-06-06Bugfix: Load PSC dive logsGravatar Willem Ferguson
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Fix divemode detection in plannerGravatar Robert C. Helling
2018-05-14Fix bug for CCR dive bailoutGravatar Willem Ferguson
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Simplify bailout events in the dive logGravatar Willem Ferguson
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