index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
dive.c
Age
Commit message (
Expand
)
Author
2017-04-30
Fix event merging when interleaving dives
Linus Torvalds
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-11
Remove unused static functions
Dirk Hohndel
2017-03-11
Remove unused variable
Dirk Hohndel
2017-03-11
Merge branch 'master' of https://github.com/dje29/subsurface
Dirk Hohndel
2017-03-11
Use abbreviations with dots.
Martin Měřinský
2017-03-11
Change type of divedatepoint.depth to depth_t
Robert C. Helling
2017-03-11
Make depth conversion work for negative depths
Robert C. Helling
2017-03-08
Change calls to rint into lrint avoiding conversion warnings
Jeremie Guichard
2017-02-21
Dive merge: don't pick an empty dive site
Dirk Hohndel
2017-02-21
Many filenames are const strings
Robert C. Helling
2017-02-19
dive merging: merge water temperature too, not just air temperature
Linus Torvalds
2017-02-15
Fix crash when merging dives with a missing dive computer model
Linus Torvalds
2017-02-09
Make cylinder merging a bit more careful
Linus Torvalds
2017-02-09
Rewrite cylinder merging code from scratch
Linus Torvalds
2017-02-05
Merge informational_prefs into git_prefs
Joakim Bygdell
2017-02-05
Save profile settings to git
Joakim Bygdell
2017-02-04
Treat gaschanges at 1s as inital gas use
Robert C. Helling
2017-02-03
Correct "When merging planned dives keep all cylinders"
Robert Helling
2017-02-03
Revert "In statistics, ignore gas use of planned dives"
Dirk Hohndel
2017-02-02
In statistics, ignore gas use of planned dives
Robert C. Helling
2017-02-02
When merging planned dives keep all cylinders
Robert C. Helling
2017-01-23
Allow user to disable a cylinder in planner
Robert C. Helling
2017-01-12
Add cylinder equipment tooltips with gas volume
Linus Torvalds
2016-10-11
No gas change event on merging dives with same gas
Miika Turkia
2016-09-04
Stop trying to fix up pressure sensor indexes
Linus Torvalds
2016-08-27
Settings update: Clean up save user id local
Tomaz Canabrava
2016-07-21
Properly pick cylinder use when merging dives
Linus Torvalds
2016-07-09
Fixup: don't capitalise best_He
Rick Walsh
2016-07-09
Validate O2 in best mix
Rick Walsh
2016-07-09
Add function to calculate gas maximum narcotic depth
Rick Walsh
2016-05-31
Make 'clear_dive()' free the primary dive computer data properly
Linus Torvalds
2016-05-21
fixup: Don't confuse EAD and END
Rick Walsh
2016-05-21
Planner: add best mix EAD preference
Rick Walsh
2016-05-21
Add functions to calculate best mix
Rick Walsh
2016-04-05
Fix per-cylinder SAC rate calculations when cylinder use isn't known
Linus Torvalds
2016-04-05
Small cleanup of helper functions to remove unused arguments
Dirk Hohndel
2016-04-04
Start using the actual cylinder data for gas switch events
Linus Torvalds
2016-04-04
Make gas change events always have a cylinder index
Linus Torvalds
2016-04-04
Make "is_gasmix_redundant()" more robust
Linus Torvalds
2016-04-04
Remove linear pressure interpolation detection code
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel