summaryrefslogtreecommitdiff
path: root/src/elements/warp.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-59/+0
2012-08-09Give menu color to elements without one (stickmen, TRON, and WARP) The color ↵jacob11-1/+1
is ignored, so they still look the same (amended to remove "*pixel_mode &= ~PMODE;", since *pixel_mode is set to PSPEC_STICKMAN immediately afterwards)
2012-06-07Added diffusion code for tmp2 in EXOT starting at >100 so that electron ↵Catelite1-2/+2
patterns won't cause abrupt fission reactions. Also, rearranged air generation line that depends on tmp already so that it doesn't abruptly switch on past 5000 and then violenly explode, but slowly increments instead.
2012-06-07Ton of changes to make EXOT work as expected. Added graphics to WARP to make ↵Catelite1-1/+17
it actually invisible besides BLOB mode, EXOT now makes rainbows and explodes with too many electrons o__o
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya1-0/+15
2011-08-27Remove blocking walls from pmapjacksonmj1-1/+1
2.5% speed increase on a screen full of water
2011-01-28Change include file for element update functionsjacksonmj1-1/+1
2011-01-09Begin cleanup of update functionsjacksonmj1-6/+8
2011-01-07Some more function pointersjacksonmj1-0/+26