Age | Commit message (Expand) | Author |
2014-07-10 | Limit the scope of gasidx in add_plan_to_notes | Anton Lundin |
2014-07-10 | Remove unnecessary get_gasidx call | Anton Lundin |
2014-07-07 | Planner: Show gas consumption in pressure units as well and warn if not enoug... | Robert C. Helling |
2014-07-05 | Remove gasmix_is_null | Robert C. Helling |
2014-07-04 | Planner: don't set cylinder start and end pressure when adding dive | Dirk Hohndel |
2014-07-04 | Planner: only track gas when planning a dive | Dirk Hohndel |
2014-07-04 | Remove unused label | Dirk Hohndel |
2014-07-04 | Clear out old events in create_dive_from_plan | Anton Lundin |
2014-07-03 | Remove non-existant variable from debug statement | Dirk Hohndel |
2014-07-03 | Planner: Add backgas breaks | Robert C. Helling |
2014-07-03 | UI restructure: use displayed_dive for add dive and plan dive | Dirk Hohndel |
2014-07-03 | UI restructure: make planner act on displayed_dive | Dirk Hohndel |
2014-07-01 | Use gas_mod helper instead of local version | Anton Lundin |
2014-07-01 | Show ascent gas consumption separately in planner | Robert C. Helling |
2014-06-27 | Close snprintf warning | Anton Lundin |
2014-06-25 | Hook up UI elements for ascent rates to planner | Robert C. Helling |
2014-06-23 | CSS and translation improvements to dive plan | Henrik Brautaset Aronsen |
2014-06-23 | Be more consistent in partial pressure naming | Henrik Brautaset Aronsen |
2014-06-11 | Have explicit "%s" format strings in printf style statements | Robert C. Helling |
2014-06-11 | Deal with some uninitialized variable warnings | Dirk Hohndel |
2014-06-10 | Planner: use the actual setting for GF low at max depth | Dirk Hohndel |
2014-06-09 | planner.c: prevent an uninitialized warning | Lubomir I. Ivanov |
2014-06-09 | planner.c: use implicit struct initializer | Lubomir I. Ivanov |
2014-06-09 | Fix incorrect argument order for %.*f | Dirk Hohndel |
2014-06-08 | Planner: incease step size in deco ascends to 3 seconds | Robert C. Helling |
2014-06-05 | Switch to the new gasmix structure in dump_plan | Anton Lundin |
2014-06-05 | Planner: Avoid bogus segments with 0 time | Robert C. Helling |
2014-06-05 | Planner: Change 'lasttime' only if we printed something in the plan. | Robert C. Helling |
2014-06-04 | Disclaimer included in the printed diveplan | Robert C. Helling |
2014-06-03 | Planner: only copy cylinders that were used in the template dive | Dirk Hohndel |
2014-06-03 | Planner: more accurately track assumed cylinder pressures | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-03 | Planner: make the warnings visually stand out more | Dirk Hohndel |
2014-06-03 | Planner: add a few more line breaks in the html notes | Dirk Hohndel |
2014-06-03 | Planner: Show gas changes at the correct depth. | Robert C. Helling |
2014-06-03 | Planner: Show waypoints for gas changes but no double depths | Robert C. Helling |
2014-06-03 | Planner note logic and layout improved | Robert C. Helling |
2014-06-03 | Layout improvements to the dive plan | Robert C. Helling |
2014-06-02 | Planner: fix typo that broke tank pressure tracking | Dirk Hohndel |
2014-06-02 | Planner: warn about high pO2 | Dirk Hohndel |
2014-06-02 | Optionally strip diveplan to bare minimum | Robert C. Helling |
2014-06-01 | Remove is_air() and convert its users to gasmix | Dirk Hohndel |
2014-06-01 | Create simple non-thread-safe "gasname()" function | Linus Torvalds |
2014-06-01 | More cleanup for planner.c | Dirk Hohndel |
2014-06-01 | Change add_plan_to_notes() to operated on gasmix | Dirk Hohndel |
2014-06-01 | Switch verify_gas_exists to take gasmix argument | Dirk Hohndel |
2014-06-01 | Switch more functions to use gasmix type | Dirk Hohndel |
2014-06-01 | Next step to using gasmix instead of o2/he | Dirk Hohndel |
2014-06-01 | Use proper types | Dirk Hohndel |
2014-06-01 | Encapsulate the horrid gas encoding in gas change events | Dirk Hohndel |