aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2018-12-17Core: remove count_dives_with_*() functionsGravatar Berthold Stoeger
2018-12-14Cleanup: remove split_dive_*() functionsGravatar Berthold Stoeger
2018-12-13Dive media: add media to closest diveGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-20Core: remove ASSIGNED_TRIP trip flagGravatar Berthold Stoeger
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-30Fixed get_gas_at_time for equal timesGravatar Robert C. Helling
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-23Core: export free_picture()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-16Core: use free_dc_contents() in delete_current_divecomputer()Gravatar Berthold Stoeger
2018-10-16Core: copy / free serial and fw_version items of struct divecomputerGravatar Berthold Stoeger
2018-10-16Core: copy and free extra_data of dive computer structureGravatar Berthold Stoeger
2018-10-15Core: fix broken commit e5dca8228eGravatar Berthold Stoeger
2018-10-15Cleanup: remove apparently dead code in sanitize_cylinder_type()Gravatar Berthold Stoeger
2018-10-15Core: copy whole list in copy_dc_renumber()Gravatar Berthold Stoeger
2018-10-15Dive list: make deep copy of picture list on mergeGravatar Berthold Stoeger
2018-10-15Dive list: fix crash on dive importGravatar Berthold Stoeger
2018-10-13Dive site: un-globalize displayed_dive_siteGravatar Berthold Stoeger
2018-10-11Undo: don't modify source-dives on mergeGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger
2018-10-06Import: remove dive->downloaded logicGravatar Berthold Stoeger
2018-09-29Cleanup: split out free_dive() function from delete_single_dive()Gravatar Berthold Stoeger
2018-09-19Dive media: on import read metadata only onceGravatar Berthold Stoeger
2018-09-19Cleanup: make surface sample in merge_one_sample() non-staticGravatar Berthold Stoeger
2018-09-11cleanup[2/6]: remove set_userid()Gravatar Jan Mulder
2018-09-10Profile: fix SAC calculation for air divesGravatar Berthold Stoeger
2018-09-07Cleanup: constify get_units()Gravatar Berthold Stoeger
2018-08-25Merge branch 'filter8' of https://github.com/bstoeger/subsurfaceGravatar Dirk Hohndel
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-08-14Filter: constify doFilter() argumentGravatar 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