]> git.tdb.fi Git - ext/subsurface.git/commit
Rename 'cylinder.c' as 'equipment.c'
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 00:10:17 +0000 (17:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 00:10:17 +0000 (17:10 -0700)
commit067506038a5fea72e60680513d768f89722671fd
tree9f926ebb0793cd7d4ee8445577a1d31dea901c33
parent41bce9e5f4c80803132563681d492e74853aa609
Rename 'cylinder.c' as 'equipment.c'

Make it about general equipment management, and start hooking up
functions to show new equipment information when changing dives (and to
flush changes to equipment information for the previously active dive).

Nothing is hooked up yet, and it's now showing just one (really big)
cylinder choice, so this is all broken.  But it should make it possible
to at least get somewhere some day.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
cylinders.c [deleted file]
display.h
dive.h
equipment.c [new file with mode: 0644]
info.c
main.c
save-xml.c