aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Read and write divemode changes (xml and git)Gravatar 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: 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-29When looking for gas change events only use thoseGravatar Robert C. Helling
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
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-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-24Correct comments for struct temperature_t value rangeGravatar Stefan Fuchs
2018-02-12Cleanup: remove declaration of get_error_string()Gravatar Berthold Stoeger
2018-01-31Make report_error() reentrantGravatar Berthold Stoeger
2018-01-20Move function isobaric_counterdiffusion()Gravatar Willem Ferguson
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-11Change return code of string comparison functions to boolGravatar Berthold Stoeger
2018-01-10Unused code: has_hr_data()Gravatar Jan Mulder
2018-01-10Unused code: report_message()Gravatar Jan Mulder
2018-01-10Unused code: remove weightsystems_equal()Gravatar Jan Mulder
2018-01-10Unused code: weekday()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_equal()Gravatar Jan Mulder
2018-01-10Unused code: remove shift_times()Gravatar Jan Mulder
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-06Trivial: remove redundant declarations of downloadTableGravatar Berthold Stoeger
2018-01-04Turn autogroup from short into boolGravatar Berthold Stoeger
2017-12-28cleanup: correct signature and declare externGravatar Jan Mulder
2017-12-13Enable removal of pictures from different dives at the same momentGravatar Stefan Fuchs
2017-12-11Remove second parameter (bool force) in set_filename()Gravatar Berthold Stoeger
2017-11-27Add debug function dump_cylindersGravatar Stefan Fuchs
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Cleanup: remove unused extern declarationGravatar Berthold Stoeger
2017-11-20Make handling of booleans consistent on the C++-side of preferencesGravatar Berthold Stoeger
2017-11-18Prevent annoying signed/unsigned comparison warningGravatar Berthold Stoeger
2017-11-17Properly declare 'has_gaschange_event()' functionGravatar Linus Torvalds
2017-11-13Display values in info box only if value is interestingGravatar Stefan Fuchs
2017-11-09CNS can be higher than 255%Gravatar Jan Mulder
2017-11-08VPMB profile: use deco_time rather bottom_time from plannerGravatar Rick Walsh
2017-11-08VPM-B: move bottom_time into deco_stateGravatar Rick Walsh
2017-11-03win32: optimize the console and logging logicGravatar Lubomir I. Ivanov
2017-10-30Add new helfer for strcasestrGravatar Dirk Hohndel
2017-10-26Set error callback helperGravatar Dirk Hohndel