summaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07cleanup: move add_gas_switch_event to dive.cGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-06Core: don't return invalid cylinders from explicit_first_cylinder()Gravatar Berthold Stoeger
2020-03-01filter: compile fulltext index on mobileGravatar Berthold Stoeger
2020-03-01filter: index/unindex dives on loading or clearing logsGravatar Berthold Stoeger
2020-01-10code cleanup: use gasmix_air for zero initialized gasGravatar Dirk Hohndel
2020-01-05Fix get_divemode logicGravatar Robert C. Helling
2019-11-16Don't acces null dive computerGravatar Robert C. Helling
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Desktop: support no-cylinders in dive information tabGravatar Berthold Stoeger
2019-11-09Cleanup: return cylinder from add_empty_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: move copy_cylinder_types() from dive.c to equipment.cGravatar Berthold Stoeger
2019-11-09Core: create copy_cylinder_type() functionGravatar Berthold Stoeger
2019-11-09Core: dynamically allocate cylinder maps in merge_cylinders()Gravatar Berthold Stoeger
2019-11-09Core: dynamically allocate gases arrayGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-10-31Planner: Add option to treat O2 as narcoticGravatar Robert C. Helling
2019-10-27Cleanup: NULL check pointer before dereferencingGravatar Dirk Hohndel
2019-10-26Core: export dive-computer freeing functionGravatar Berthold Stoeger
2019-10-02Cleanup: make table argument to get_dive_from_table() constGravatar Berthold Stoeger
2019-08-29 Fix broken windows build with latest MXEGravatar Paul Buxton
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-07-27Core: split copy_cylinders() in two functionsGravatar Berthold Stoeger
2019-07-19Cleanup: remove bogus mark_divelist_changed() callsGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-18Cleanup: move cylinderuse_from_text() to equipment.cGravatar Berthold Stoeger
2019-07-14Fix cylinder gas type saving when we have bogus gas use dataGravatar Linus Torvalds
2019-06-19Cleanup: remove unused parameter used from find_best_gasmix_match()Gravatar Berthold Stoeger
2019-06-19Cleanup: remove unused function find_dive_includingGravatar Berthold Stoeger
2019-06-19Cleanup: move gas-functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move unit-related functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: use taglist_copy() instead of STRUCTURED_LIST_COPYGravatar Berthold Stoeger
2019-06-19Coding style: remove Java-style function definitions in dive.cGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused function dump_taglist()Gravatar Berthold Stoeger
2019-05-20Core: let count_divecomputers() operate on an arbitrary diveGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-11Dive site: create new dive site at location from GPS dataGravatar Berthold Stoeger