summaryrefslogtreecommitdiffstats
path: root/core/profile.c
AgeCommit message (Expand)Author
2019-07-06Cleanup: call calculate_max_limits_new() in create_plot_info_new()Gravatar Berthold Stoeger
2019-07-06Cleanup: fix memory management of the plot dataGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused parameter used from find_best_gasmix_match()Gravatar Berthold Stoeger
2019-06-19Cleanup: Make gaspressures.h a regular include fileGravatar Berthold Stoeger
2019-06-07Correct typo in Information boxGravatar willemferguson
2019-06-03Add delta-pO2 disply in Information BoxGravatar willemferguson
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-03-29Show a bit of surface degassing in the plannerGravatar Robert C. Helling
2019-03-19Misc: replace some FIXME commentsGravatar Dirk Hohndel
2019-03-18Core: let TTS calculation use correct ascent velocitiesGravatar Robert C. Helling
2019-02-05Add button to toggle deco info in info boxGravatar Robert C. Helling
2019-02-05Include surface GF in infoboxGravatar Robert C. Helling
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-09-10Profile: fix SAC calculation for air divesGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Incorporate bailout events in CCR & PSCR gas calculations.Gravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-04-09Cleanup: Move *_loc formatting functions into new format.cpp fileGravatar Berthold Stoeger
2018-03-19Profile heartrate: Nicer min/max values and tic distanceGravatar Stefan Fuchs
2018-03-13Treat a PSCR dive with sensors more like a CCR diveGravatar Anton Lundin
2018-03-06Cosmetic modifications in profile delta sample stringGravatar Stefan Fuchs
2018-03-05Localization: implement *_loc() functions in profile.cGravatar Berthold Stoeger
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-12dump_tissues: fix missing 'struct deco_state' argumentGravatar Lubomir I. Ivanov
2017-12-21Handle plot_info->nr <= 0 gracefullyGravatar Berthold Stoeger
2017-12-21Fix use of uninitialized variable in core/profile.cGravatar Berthold Stoeger
2017-11-29Fix signed/unsigned issueGravatar Dirk Hohndel
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Run variations calculation in backgroundGravatar Robert C. Helling
2017-11-25Add logic parentheses to make compiler happyGravatar Robert C. Helling
2017-11-17Don't show cylinder pressures for other dive computersGravatar Linus Torvalds
2017-11-17Clean up confusing code in setup_gas_sensor_pressure()Gravatar Linus Torvalds
2017-11-13Display values in info box only if value is interestingGravatar Stefan Fuchs
2017-11-08VPMB: time_clear_ceiling is only valid after time_deep_ceilingGravatar Rick Walsh
2017-11-08VPMB profile: remember deco_time when restoring deco_stateGravatar Rick Walsh
2017-11-08VPMB: final_tts may be calculated before final sampleGravatar Rick Walsh
2017-11-08VPMB profile: use deco_time rather bottom_time from plannerGravatar Rick Walsh