Age | Commit message (Expand) | Author |
2020-09-12 | desktop: refine auto-fill of weights | Berthold Stoeger |
2020-05-06 | cleanup: move copy_cylinders from dive.c to equipment.c | Berthold Stoeger |
2020-05-01 | core: always keep an empty cylinder at the end of the cylinder array | Berthold Stoeger |
2020-04-07 | undo: more fine-grained editing of cylinder | Berthold Stoeger |
2020-04-07 | cleanup: remove same_cylinder | Berthold Stoeger |
2020-04-07 | cleanup: move fill_default_cylinder from planner.c to equipment.c | Berthold Stoeger |
2020-04-07 | core: add create_new_cylinder() function | Berthold Stoeger |
2020-04-07 | core: introduce set_cylinder() function | Berthold Stoeger |
2020-04-07 | core: make free_cylinder() global | Berthold Stoeger |
2020-04-07 | core: introduce clone_cylinder() function | Berthold Stoeger |
2020-01-10 | code cleanup: introduce empty_cylinder constant | Dirk Hohndel |
2019-12-05 | Undo: make weight editing undoable | Berthold Stoeger |
2019-12-05 | Cleanup: use free_weightsystem function instead of explicit free | Berthold Stoeger |
2019-12-05 | Cleanup: introduce empty_weightsystem constant | Berthold Stoeger |
2019-12-05 | Undo: make weight-deletion an undoable action | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from add_empty_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Cleanup: move copy_cylinder_types() from dive.c to equipment.c | Berthold Stoeger |
2019-07-18 | Cleanup: remove unused weightsystem_none() function | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-07-18 | Core: Implement same_weightsystem() function to compare weights | Berthold Stoeger |
2019-07-18 | Cleanup: move cylinderuse_from_text() to equipment.c | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused macros WEIGHT_IDX_PRIMARY and _SECONDARY | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused parameter used from find_best_gasmix_match() | Berthold Stoeger |
2019-06-19 | Cleanup: constify two equipment helper functions | Berthold Stoeger |
2019-06-19 | Cleanup: move gas-functions to own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: create equipment.h header | Berthold Stoeger |