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
/
equipment.c
Age
Commit message (
Expand
)
Author
2020-12-17
core: correct AL* tankinfo sizes.
Berthold Stoeger
2020-12-13
prefs: add option to display only actually used tanks
Berthold Stoeger
2020-12-13
core: remove the "no-name" tank info
Berthold Stoeger
2020-12-13
core: free tank info table on exit
Berthold Stoeger
2020-12-13
core: keep tank infos in a dynamic table
Berthold Stoeger
2020-10-25
cleanup: remove pref.h include in dive.h
Berthold Stoeger
2020-09-12
desktop: refine auto-fill of weights
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-06
cleanup: make remove_from_*_table equipment functions static
Berthold Stoeger
2020-05-01
core: create fake cylinder at end of cylinder table (hack!)
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
cylinders: use preferences modpO2 preferences value
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
Cleanup: set description to null in free_[weightsystem|cylinder]
Berthold Stoeger
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
Undo: make weight-deletion an undoable action
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
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 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
2018-08-23
Cleanup: user properly typed pointers
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-06-20
equipment: use MAX_TANK_INFO in equipment.c
Lubomir I. Ivanov
2018-06-20
equipment: sanitize 'ws_info' loop limits
Lubomir I. Ivanov
2018-01-10
Unused code: remove weightsystems_equal()
Jan Mulder
2017-11-27
Code cleanup: Move index declarations into for loop
Stefan Fuchs
2017-11-27
Add debug function dump_cylinders
Stefan Fuchs
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-20
Add 10l 200bar and 232bar cylinder
Stefan Fuchs
2017-03-12
Only enable -Wmissing-field-initializers for Clang
Lubomir I. Ivanov
2017-03-07
In weights table 'weight' is redundant and no used for other types.
Martin Měřinský
2016-08-10
Add HP117 to the cylinder list
Brian Weber
2016-04-04
Make cylinder_nodata() take a const cylinder pointer
Linus Torvalds
[next]