Age | Commit message (Expand) | Author |
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 |
2014-06-01 | Planner: correctly track gas used | Dirk Hohndel |
2014-06-01 | Planner: track gas used even if we don't have a real cylinder | Dirk Hohndel |
2014-06-01 | Planner: more fixes for gas tracking | Dirk Hohndel |
2014-06-01 | Planner: add warning if the plan consumes more gas than provided | Dirk Hohndel |
2014-05-31 | Planner: don't include the disclaimer in the dive plan detail widget | Dirk Hohndel |
2014-05-31 | Planner: look harder to find the right gas | Dirk Hohndel |
2014-05-30 | Planner: don't do unnecessary work on empty dive plans | Dirk Hohndel |
2014-05-30 | Planner: start the ascend with the strongest allowed deco mix. | Robert C. Helling |
2014-05-29 | Planner: clean up the function that tracks our gases | Dirk Hohndel |
2014-05-29 | Planner: track gas consumption in cylinders and samples | Dirk Hohndel |
2014-05-28 | Planner: record the new dive at the correct time | Dirk Hohndel |
2014-05-28 | Planner: add missing disclaimer | Dirk Hohndel |
2014-05-26 | Paint the dive red if the user is breaking ceiling on the planner. | Tomaz Canabrava |
2014-05-26 | Fix warning | Dirk Hohndel |
2014-05-26 | Merge branch 'Planner' | Dirk Hohndel |
2014-05-26 | Planner: convert assert into warning | Dirk Hohndel |
2014-05-26 | Reenabled copying the diveplan to dive notes. | Robert C. Helling |
2014-05-26 | Use get_o2() and get_he() instead of accessing permilles directly | Robert C. Helling |
2014-05-08 | Planner: Add waipoints when changing ascend rate in planner | Robert C. Helling |
2014-05-08 | Planner: Implement ascend rate according to GUE standard procedures | Robert C. Helling |
2014-05-05 | Fix bug in handling of fake SAMPLE_EVENT_PO2 events | Dirk Hohndel |