aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2014-06-11Allow the user to delete a dive computer from a diveGravatar Dirk Hohndel
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-08Display liters with script elGravatar Robert C. Helling
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Picture handling: keep picture list sortedGravatar Dirk Hohndel
2014-06-08Picture handling: don't add the same picture more than onceGravatar Dirk Hohndel
2014-06-08Picture handling: adjust timestamp after it's setGravatar Dirk Hohndel
2014-06-03Planner: only copy cylinders that were used in the template diveGravatar Dirk Hohndel
2014-06-03When calculating the maximum of unsigned values, use unsigned variableGravatar Dirk Hohndel
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Fix linked list corruption, move code to C.Gravatar Tomaz Canabrava
2014-06-03Not all C compilers like uintGravatar Dirk Hohndel
2014-06-02Break picture handling code from C++ to C.Gravatar Tomaz Canabrava
2014-06-02Add a FOR_EACH_PICTURE macro and the code for picture_count.Gravatar Tomaz Canabrava
2014-06-02Add stubs for the main methods that will operate on pictures.Gravatar Tomaz Canabrava
2014-06-01Remove is_air() and convert its users to gasmixGravatar Dirk Hohndel
2014-06-01Remove the .used member of the cylinder structureGravatar Dirk Hohndel
2014-06-01Encapsulate the horrid gas encoding in gas change eventsGravatar Dirk Hohndel
2014-05-29Don't assume that pressures are always positiveGravatar Dirk Hohndel
2014-05-26Merge branch 'atdotde'Gravatar Dirk Hohndel
2014-05-26Use get_o2() and get_he() instead of accessing permilles directlyGravatar Robert C. Helling
2014-05-22Create a 'remove_event' function that removes an event.Gravatar Tomaz Canabrava
2014-05-20Use the last 'diveid' when merging dives for one dive computerGravatar Linus Torvalds
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-19Add ability to make a dive computer the first dive computer of a diveGravatar Dirk Hohndel
2014-05-19Assign the uniq dive ID the moment a dive is allocatedGravatar Dirk Hohndel
2014-05-14Don't merge divecomputers if we know they are differentGravatar Dirk Hohndel
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-11Prefix a method with 'dive_' because it should work only with divesGravatar Tomaz Canabrava
2014-05-08Remove unnecessary include from dive.cGravatar Anton Lundin
2014-05-08Planner: Implement ascend rate according to GUE standard proceduresGravatar Robert C. Helling
2014-05-05Fix standard cylinder namesGravatar Dirk Hohndel
2014-04-25Add small helper to determine if dive computer has HR dataGravatar Dirk Hohndel
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-03-21Add current time and adjusted time to gui when adjusting dive's timestampGravatar Gehad
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-28Fix negative value for depths in Information BoxGravatar Nicu Badescu
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-16Fix missed "+0.5" rounding - use rint() insteadGravatar Linus Torvalds
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-15Remove unused variableGravatar Anton Lundin
2014-01-11Don't show tanks that aren't used during a diveGravatar Dirk Hohndel
2014-01-11Properly handle user dive merge requestsGravatar Linus Torvalds
2014-01-07Add a unique id to every diveGravatar Dirk Hohndel
2013-12-20Silence a few warningsGravatar Dirk Hohndel
2013-11-29Editing air or water temperature should modify dive computer, not diveGravatar Dirk Hohndel