aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2015-01-25Have get_dive_gas return air when without cylindersGravatar Anton Lundin
2015-01-06Always show deco gas as dive gasGravatar Anton Lundin
2015-01-02Fix a crash when dive date is epochGravatar Miika Turkia
2014-11-12Deselect dives that are no longer shown as the dive list is filteredGravatar Dirk Hohndel
2014-11-11Dive list and filter: when selecting a trip, only select visible divesGravatar Dirk Hohndel
2014-11-04Offer to save to a copy in replan modeGravatar Robert C. Helling
2014-11-04Prepare for PSCR calculationsGravatar Robert C. Helling
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-08-18Planner: assign a dive number if the right number seems obviousGravatar Dirk Hohndel
2014-08-16Make divelist gas column slightly easier to understandGravatar Dirk Hohndel
2014-08-11Rename dive gas function and defines for clarityGravatar Anton Lundin
2014-07-18get_gas_at_time needs to always give us a valid gasv4.1.91Gravatar Dirk Hohndel
2014-07-18Use get_gas_at_time in active_o2Gravatar Anton Lundin
2014-07-17Replace cylinder_is_used with is_cylinder_usedGravatar Anton Lundin
2014-07-08Considering previous dives for tissue loadingGravatar Robert C. Helling
2014-07-03Don't crash if get_divenr is called with NULL argumentGravatar Dirk Hohndel
2014-07-02UI restructure: fix get_divenr to do the right thing on a copy of a diveGravatar Dirk Hohndel
2014-06-25Deco artefacts with low GFlowGravatar Robert C. Helling
2014-06-18CNS doesn't increase when PO2 is below 0.5 atmGravatar Anton Lundin
2014-06-12Correct pO2 formula in CNS calculation.Gravatar Robert C. Helling
2014-06-04Fix typo that broke gas reporting in dive listGravatar Dirk Hohndel
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
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-24Dive list: move trip merging logic into divelist.cGravatar Dirk Hohndel
2014-05-24Dive list: move trip selection / deselection logic to divelist.cGravatar Dirk Hohndel
2014-05-24Add some helper functionsGravatar Dirk Hohndel
2014-05-20Use get_o2 instead of local versionGravatar Anton Lundin
2014-05-19Remove unused variablesGravatar Dirk Hohndel
2014-05-14Mark new dives "downloaded" when importing new divesGravatar Linus Torvalds
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-08Use the used flag on cylinders in get_dive_gasGravatar Anton Lundin
2014-04-26Don't calculate SAC-rates for negative pressure changesGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-08Another case of 'dereference before NULL check'Gravatar Dirk Hohndel
2014-03-08Don't use dive before checking it against NULLGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-11Fix ATM-vs-bar confusionGravatar Linus Torvalds
2014-02-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-07When merging dives, keep dive ids in mindGravatar Dirk Hohndel
2014-01-01Typos on commentsGravatar Rodrigo Severo
2013-12-12Fix incorrect handling of autogrouped tripsGravatar Dirk Hohndel
2013-12-11divelist.c: Fix possible NULL pointer deref.Gravatar Lubomir I. Ivanov
2013-12-11Remove extra local variable declarationGravatar Anton Lundin
2013-12-11Initialize tissue_toleranceGravatar Anton Lundin
2013-12-07amount_selected should never be decremented if already 0Gravatar Martin Gysel