aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2013-04-22Retain event sort order on restartGravatar Miika Turkia
2013-03-28Use the new get_o2()/get_he() helper functions more widelyGravatar Linus Torvalds
2013-03-28When merging dives, match up the cylinders to each other using gasmixGravatar Linus Torvalds
2013-03-17Manually add gas changes to a diveGravatar Dirk Hohndel
2013-03-08Don't strdup(NULL)Gravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-26Another update to DivingLog importGravatar Dirk Hohndel
2013-02-25Take incompressibility of gas into account at higher pressuresGravatar Linus Torvalds
2013-02-24Use the improved duration and average depth for everythingGravatar Linus Torvalds
2013-02-24Fix SAC calculations for dives without any samplesGravatar Linus Torvalds
2013-02-24Fix up SAC calculations for ATM/bar confusionGravatar Linus Torvalds
2013-02-17Fix ordering issue in fixupGravatar Linus Torvalds
2013-02-16Skip mean depth comparison when no such data existGravatar Miika Turkia
2013-02-15Improve the code handling air temperatureGravatar Linus Torvalds
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-12Fix gas handling in plannerGravatar Dirk Hohndel
2013-02-12Set maxdepth correctly for dives with no samplesGravatar Dirk Hohndel
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-02-09Move duration to dive structure and replace accessor functionGravatar Dirk Hohndel
2013-02-09Add a meandepth to the dive structureGravatar Dirk Hohndel
2013-02-09Initialize variables in helper functionsGravatar Dirk Hohndel
2013-02-08Add maxdepth back to the dive structureGravatar Dirk Hohndel
2013-02-08Improve calculation of maxtemp and mintemp of diveGravatar Dirk Hohndel
2013-02-08Walk over each divecomputer entry in fixup_dives()Gravatar Linus Torvalds
2013-02-08Do more dive fixup for each dive computerGravatar Linus Torvalds
2013-02-08Simplify/clarify the get_surface_pressure_in_mbar() functionGravatar Linus Torvalds
2013-02-09Clean up the handling of surface pressureGravatar Dirk Hohndel
2013-02-08Fix duration calculationGravatar Dirk Hohndel
2013-02-08Duration of a dive is the maximum duration from all divecomputersGravatar Dirk Hohndel
2013-02-04Fix dive computer interleaving so it works againGravatar Linus Torvalds
2013-02-04Get rid of dive->{start,end}Gravatar Linus Torvalds
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-24Use actual min and max temperatures in statistics.Gravatar Henrik Brautaset Aronsen
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-22Improve on the "prefer downloaded" dive computer modelGravatar Linus Torvalds
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Allow overlapping (and disjoint) dive tripsGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-28Added some extra space for the "or" word when merging two stringsGravatar Lubomir I. Ivanov
2012-12-27Clear redundant "description" when merging two cylinder typesGravatar Lubomir I. Ivanov
2012-12-27When a dive computer is deleted also clear its modelGravatar Lubomir I. Ivanov
2012-12-27Small changes in the memory management when dive-mergingGravatar Lubomir I. Ivanov
2012-12-16Properly remove redundant dive computer informationGravatar Linus Torvalds
2012-12-16Use dive computer model/ID when trying to merge divesGravatar Linus Torvalds
2012-12-11Correctly merge cns, ndl and deco informationGravatar Dirk Hohndel