summaryrefslogtreecommitdiff
path: root/src/elements/stor.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-58/+0
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya1-0/+15
2012-04-19Change STOR, PIPE, DUST to make correct use of .flags field.Simon Robertshaw1-2/+2
2012-02-05More SPRK life checks for electronic elementsjacksonmj1-1/+1
Check life>0, because SPRK changes back to its ctype when life==0. This could result in SPRK being found/not found depending on particle order, so pretend SPRK is not there if life==0 (it will disappear during the current frame).
2012-02-05Separate loop for updating life, and add SPRK life checks to most electronicsjacksonmj1-1/+1
2011-09-10Small changes to STOR, prevent setting Ctype to solid from cursor, allow any ↵Simon Robertshaw1-3/+3
type when ctype not set and correct discharge location bias
2011-08-29Added STOR, a block that can store a single particle and release when chargedSimon Robertshaw1-0/+43