aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
AgeCommit message (Expand)Author
2014-06-01Remove is_air() and convert its users to gasmixGravatar Dirk Hohndel
2014-06-01Switch verify_gas_exists to take gasmix argumentGravatar Dirk Hohndel
2014-06-01Switch more functions to use gasmix typeGravatar Dirk Hohndel
2014-06-01Next step to using gasmix instead of o2/heGravatar 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-06-01Planner: track gas used even if we don't have a real cylinderGravatar Dirk Hohndel
2014-05-31Planner: don't include the disclaimer in the dive plan detail widgetGravatar Dirk Hohndel
2014-05-30Remove unused structure memberGravatar Dirk Hohndel
2014-05-29Planner: track gas consumption in cylinders and samplesGravatar 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-25Move mod calculations to a separate helperGravatar Anton Lundin
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22Create a 'remove_event' function that removes an event.Gravatar Tomaz Canabrava
2014-05-20Dive list: add context menu function to renumber dive(s)Gravatar Dirk Hohndel
2014-05-19Add ability to make a dive computer the first dive computer of a diveGravatar Dirk Hohndel
2014-05-19Add new helper function that looks up the index of a dive by its uniq IDGravatar Dirk Hohndel
2014-05-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel
2014-05-13Rename getDiveById to get_dive_by_id to keep current c code organized.Gravatar Tomaz Canabrava
2014-05-13rename 'get_dive_by_diveid' to 'get_dive_by_uemis_diveid'Gravatar Tomaz Canabrava
2014-05-11Prefix a method with 'dive_' because it should work only with divesGravatar Tomaz Canabrava
2014-05-11Remove old defines.Gravatar Tomaz Canabrava
2014-05-11Move unit related code to units.hGravatar Tomaz Canabrava
2014-05-08Planner: Implement ascend rate according to GUE standard proceduresGravatar Robert C. Helling
2014-05-06Simplify string comparisonGravatar Dirk Hohndel
2014-04-26Add GUI support for exporting in CSV formatGravatar Miika Turkia
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-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
2014-04-14git-save: improve commit authorship dataGravatar Linus Torvalds
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-03-31Merge branch 'planner-mods'Gravatar Dirk Hohndel
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
2014-03-25Add optional Win32 console allocationGravatar Lubomir I. Ivanov
2014-03-21Add current time and adjusted time to gui when adjusting dive's timestampGravatar Gehad
2014-03-17Be more careful about dive computer selectionGravatar Linus Torvalds
2014-03-14Improved handling of git syntax names with no git repositoryGravatar Linus Torvalds
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-14show the error string in the GUI rather than stderrGravatar Linus Torvalds
2014-03-14error handling: return errors for save functionsGravatar Linus Torvalds
2014-03-13git object format: make sure parenthood isn't lost when savingGravatar Linus Torvalds
2014-03-12Stop using the "git descriptor file" modelGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-08Add initial parser for git treesGravatar Linus Torvalds
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-02-28Fix negative value for depths in Information BoxGravatar Nicu Badescu
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel