summaryrefslogtreecommitdiff
path: root/src/elements/bang.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-91/+0
2012-06-20Replace all explosion sparks with new element (EMBR)jacksonmj1-2/+2
Replaces: BOMB sparks and flash, electrons + glass sparks, sparks from IGNC, sparks from TNT explosion, and sparks from FWRK and FIRW.
2012-05-11Fix TNT not exploding if multiple TNT particles are in the same placejacksonmj1-0/+1
flood_prop only changes the tmp value of one TNT particle at each coordinate. So some TNT particles can retain tmp=1 and keep running flood_prop, stopping the TNT from exploding.
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya1-0/+15
2011-12-28Fix gravmap memset, and restrict_flt for temperaturesjacksonmj1-3/+3
2011-12-21Fix issue where heat transition would turn TNT to fire, TNT uses tmp for ↵Simon Robertshaw1-14/+18
trigger state while Fire uses it for water vapourness.
2011-12-21Added some heat to TNT and IGNCSimon Robertshaw1-11/+10
2011-12-03Commit fail, missing file :(Simon Robertshaw1-0/+72