Age | Commit message (Expand) | Author |
2019-11-28 | Add current GF to infobox | Robert C. Helling |
2019-11-16 | Don't access uninitialized deco_structure | Robert C. Helling |
2019-11-12 | Profile: fix pressure scale | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Profile: dynamically allocate gases array | Berthold Stoeger |
2019-11-09 | Profile: dynamically allocate plot pressure data | Berthold Stoeger |
2019-11-09 | Profile: turn INSERT_ENTRY macro into helper function | Berthold Stoeger |
2019-11-09 | Profile: pass index instead of pointer to set_plot_pressure_data | Berthold Stoeger |
2019-11-09 | Profile: switch pressure-accessing functions to indexes | Berthold Stoeger |
2019-11-09 | Profile: change get_plot_pressure to take index instead of pointer | Berthold Stoeger |
2019-11-09 | Cylinders: dynamically allocate cylinder arrays | Berthold Stoeger |
2019-08-28 | Profile: properly initialize plot_info structures | Berthold Stoeger |
2019-08-10 | Android: fix potential crash | Dirk Hohndel |
2019-07-18 | Cleanup: introduce function to set pressure values | Berthold Stoeger |
2019-07-18 | Cleanup: replace pressure reading macros by inline functions | Berthold Stoeger |
2019-07-18 | Cleanup: turn GET_PRESSURE macro into inline function | Berthold Stoeger |
2019-07-06 | Cleanup: call calculate_max_limits_new() in create_plot_info_new() | Berthold Stoeger |
2019-07-06 | Cleanup: fix memory management of the plot data | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused parameter used from find_best_gasmix_match() | Berthold Stoeger |
2019-06-19 | Cleanup: Make gaspressures.h a regular include file | Berthold Stoeger |
2019-06-07 | Correct typo in Information box | willemferguson |
2019-06-03 | Add delta-pO2 disply in Information Box | willemferguson |
2019-05-12 | Cleanup: remove UTF8 macros | Berthold Stoeger |
2019-04-12 | Coding style: remove Java-style function definition | Berthold Stoeger |
2019-03-29 | Show a bit of surface degassing in the planner | Robert C. Helling |
2019-03-19 | Misc: replace some FIXME comments | Dirk Hohndel |
2019-03-18 | Core: let TTS calculation use correct ascent velocities | Robert C. Helling |
2019-02-05 | Add button to toggle deco info in info box | Robert C. Helling |
2019-02-05 | Include surface GF in infobox | Robert C. Helling |
2018-10-11 | Undo: select dives after add, remove, merge, split dive commands | Berthold Stoeger |
2018-09-10 | Profile: fix SAC calculation for air dives | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-23 | Cleanup: return gasmix by value | Berthold Stoeger |
2018-05-24 | core: replace (void) with UNUSED(x) and include ssrf.h | jan Iversen |
2018-05-14 | Rename enum dive_comp_type to divemode_t | Robert C. Helling |
2018-05-14 | Implement get_divemode() to find the divemode at a particular time | Willem Ferguson |
2018-05-14 | Implement get_divemode() to find the divemode at a particular time | Willem Ferguson |
2018-05-14 | Simplify the bailout detection functions. | Willem Ferguson |
2018-05-14 | Implement bailout outside of the dive planner | Willem Ferguson |
2018-05-14 | Incorporate bailout events in CCR & PSCR gas calculations. | Willem Ferguson |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-04-28 | Plot OC-pO2 graph for SCR dives | Willem Ferguson |
2018-04-11 | Look for actual isobaric counter diffusion | Robert C. Helling |
2018-04-09 | Cleanup: Move *_loc formatting functions into new format.cpp file | Berthold Stoeger |
2018-03-19 | Profile heartrate: Nicer min/max values and tic distance | Stefan Fuchs |
2018-03-13 | Treat a PSCR dive with sensors more like a CCR dive | Anton Lundin |
2018-03-06 | Cosmetic modifications in profile delta sample string | Stefan Fuchs |
2018-03-05 | Localization: implement *_loc() functions in profile.c | Berthold Stoeger |