aboutsummaryrefslogtreecommitdiffstats
path: root/core/plannernotes.c
AgeCommit message (Expand)Author
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-07-13In planner notes don't show dive mode for first data pointGravatar Stefan Fuchs
2018-07-13Add three missing translations for divemode_text_ui in plannernotes.cGravatar Stefan Fuchs
2018-06-24Make planner notes divemode aware...Gravatar Robert C. Helling
2018-05-18Plannernotes: '\0'-terminate ICD-bufferGravatar Berthold Stoeger
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-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Incorporate bailout events in CCR & PSCR gas calculations.Gravatar Willem Ferguson
2018-04-11Cleanup: Fix memory leak in plannernotes.cGravatar Berthold Stoeger
2018-04-11Cleanup: fix "unsave" snprintf()s in plannernotes.cGravatar Berthold Stoeger
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-04-11Cleanup: make local functions in core/plannernotes.c of static linkageGravatar Berthold Stoeger
2018-04-09Cleanup: Move *_loc formatting functions into new format.cpp fileGravatar Berthold Stoeger
2018-03-05Localization: implement *_loc() functions in plannernotes.cGravatar Berthold Stoeger
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-25Correctly suppress display of ICD table if prefs.show_icd is falseGravatar Stefan Fuchs
2018-02-22Exit add_plan_to_notes() in plannernotes.c always via label finishedGravatar Stefan Fuchs
2018-02-20Indicate direction of transition in verbatim planGravatar Robert C. Helling
2018-02-02Print icd data only when it is really neededGravatar Willem Ferguson
2018-01-24Planner: print icd information at 0.1 resolutionGravatar Willem Ferguson
2018-01-21Planner notes min gas: Remove incorrect line wrap inside printf stringGravatar Stefan Fuchs
2018-01-21Planner notes ICD: Format HTML with DIV, do table title differentlyGravatar Stefan Fuchs
2018-01-21Planner notes ICD: Coding style change onlyGravatar Stefan Fuchs
2018-01-21Planner notes ICD: Print correct runtime for gaschangeGravatar Stefan Fuchs
2018-01-20Move function isobaric_counterdiffusion()Gravatar Willem Ferguson
2018-01-19Implement ICD calculations in planner outputGravatar Willem Ferguson
2018-01-11Fix indentations for plannernotes.cGravatar Willem Ferguson
2017-12-28Planner notes: don't omit deco stops with rapid ascent ratesGravatar Rick Walsh
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-17Unify float calulations: use doubleGravatar Berthold Stoeger
2017-12-01Document background computation of variationsGravatar Robert C. Helling
2017-12-01Disable plan variation in recreational modeGravatar Rick Walsh
2017-12-01Round up diveplan duration the same way values in diveplan are roundedGravatar Stefan Fuchs
2017-11-25In strings start lower case in parenthesisGravatar Stefan Fuchs
2017-11-19Trivial: fix indentationGravatar Berthold Stoeger
2017-10-30Planner remove unnecessary gas consumption info from notesGravatar Stefan Fuchs
2017-10-28Planner: Do not translate VARIATIONSGravatar Salvador Cuñat
2017-10-18init_deco correctly identify previous dives and report overlapping divesGravatar Stefan Fuchs
2017-10-18plannernotes.c coding style fixesGravatar Stefan Fuchs
2017-10-18Minimum gas calculation: Change text colors for delta value output...Gravatar Stefan Fuchs
2017-10-04Planner minimum gas calculation: Print delta pressure in resultsGravatar Stefan Fuchs
2017-09-20Add a checkbox to turn off plan variationsGravatar Robert C. Helling
2017-08-29Show variations in Runtime stringGravatar Robert C. Helling
2017-08-29Change color to red if minimum gas is violated.Gravatar Robert C. Helling
2017-08-03Always show the ascent to the initial deco stopGravatar Robert C. Helling
2017-05-26Move planner notes to separate fileGravatar Robert C. Helling