index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
dive.c
Age
Commit message (
Expand
)
Author
2020-10-03
core: add N2 and general gas component accessors
Berthold Stoeger
2020-09-29
Use correct pO2 when computing MOD in equipment tab
Robert C. Helling
2020-09-08
cleanup: remove invalidate_dive_cache() call in clone_delete_divecomputer()
Berthold Stoeger
2020-09-08
cleanup: remove dead code from delete_divecomputer()
Berthold Stoeger
2020-09-08
cleanup: remove count_divecomputers() function
Berthold Stoeger
2020-09-06
cleanup: use taxonomy_get_country() in get_dive_country()
Berthold Stoeger
2020-09-06
Function for "gravity conversion"
Robert C. Helling
2020-09-02
Planner: Properly initialize salinity
Robert C. Helling
2020-08-15
Fix event merging when merging dives
Linus Torvalds
2020-07-11
Make MND display depend on O2 narcotic preference
Robert C. Helling
2020-06-29
Fix dive merging with multiple cylinders
Linus Torvalds
2020-05-22
cleanup: constify time_during_dive_with_offset() function
Berthold Stoeger
2020-05-22
cleanup: remove unused function get_dive_n_near()
Berthold Stoeger
2020-05-06
undo: make adding of pictures undoable
Berthold Stoeger
2020-05-06
core: move picture-related function from dive.c to picture.c
Berthold Stoeger
2020-05-06
media: move addition of pictures out of create_picture()
Berthold Stoeger
2020-05-06
core: remove new_picture_for_dive() function in dive.c
Berthold Stoeger
2020-05-06
media: use table instead of linked list for media
Berthold Stoeger
2020-05-06
cleanup: move copy_cylinders from dive.c to equipment.c
Berthold Stoeger
2020-05-05
Grantlee: Add salinity and water type to grantlee variables
Monty Taylor
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-05-01
profile: return air for one-past last cylinder
Berthold Stoeger
2020-05-01
core: create fake cylinder at end of cylinder table (hack!)
Berthold Stoeger
2020-04-20
core: return -1 from explicit_first_cylinder() if dive has no cylinders
Berthold Stoeger
2020-04-13
Preserve events when editing dive in planner
Robert C. Helling
2020-04-11
media: invalidate correct dive when removing picture
Berthold Stoeger
2020-04-11
Merge pull request #2643 from bstoeger/cylinder4
Dirk Hohndel
2020-04-10
media: move picture function from dive.c to picture.c
Berthold Stoeger
2020-04-10
cleanup: remove picture_free()
Berthold Stoeger
2020-04-10
cleanup: remove dive_get_picture_count() function
Berthold Stoeger
2020-04-07
cleanup: remove remove_event() function
Berthold Stoeger
2020-04-07
core: split out create_gas_change_event() from add_gas_change_event()
Berthold Stoeger
2020-04-07
cleanup: move add_gas_switch_event to dive.c
Berthold Stoeger
2020-04-07
undo: implement renaming of events
Berthold Stoeger
2020-04-07
core: add remove_event_from_dc() function
Berthold Stoeger
2020-04-07
core: split add_event() in two parts
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-06
Core: don't return invalid cylinders from explicit_first_cylinder()
Berthold Stoeger
2020-03-01
filter: compile fulltext index on mobile
Berthold Stoeger
2020-03-01
filter: index/unindex dives on loading or clearing logs
Berthold Stoeger
2020-01-10
code cleanup: use gasmix_air for zero initialized gas
Dirk Hohndel
2020-01-05
Fix get_divemode logic
Robert C. Helling
2019-11-16
Don't acces null dive computer
Robert C. Helling
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Desktop: support no-cylinders in dive information tab
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-11-09
Core: create copy_cylinder_type() function
Berthold Stoeger
2019-11-09
Core: dynamically allocate cylinder maps in merge_cylinders()
Berthold Stoeger
[next]