summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SPRK.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16redo some brush drawing stuff to remove useless checks, and to allow for ↵jacob11-1/+1
replace mode in the future
2013-05-14rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGNjacob11-1/+1
2013-05-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2013-05-04change descriptions of many elements to be more consistent, contain more ↵jacob11-1/+1
info, and be more helpful.
2013-05-03New element: Tungsten, very high melting pointSimon Robertshaw1-0/+4
2013-03-27SPRK from SWCH should check both cases.cracker641-1/+1
2013-03-13fix all tab spacing issues in all the element filesjacob11-45/+45
2013-03-03Some better comments in SPRK, renamed rt and ct.cracker641-51/+56
2013-03-03Missed one SPRK case.cracker641-0/+4
2013-03-02More fixes, redid a bunch of SPRK, so far everything I've tested works fine.cracker641-66/+130
2013-03-01More fixes to fix fixes and new fixes to fix stuff.cracker641-54/+48
2013-02-28Finished first pass-through for all elements.cracker641-32/+38
Will get a few more places later.
2012-10-26Fix hydrogen not burning right (with and without realistic heat), allow h2 ↵jacob11-0/+2
to burn at all temps while still allowing fusion to work correctly
2012-09-06revert changing the lua/sdl includes and min/max changesjacob11-2/+0
2012-09-06Visual studio compatibilityjacob11-1/+1
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-09-06fix spark color in nothing modejacob11-3/+3
2012-08-20TPT: Powered pipe, based on jacob1's commitsSimon Robertshaw1-0/+5
2012-07-25TPT: Add ptypes.enabled checks to a few more places 61f39f5464Simon Robertshaw1-1/+1
2012-07-25TPT: Use atan2 for LIGH angle calculations 966f1dcc23Simon Robertshaw1-4/+2
2012-07-25TPT: Move INST flood fill into a separate function 36de2f19f5Simon Robertshaw1-1/+1
2012-05-12Redo Wall IDsSimon Robertshaw1-2/+2
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-0/+287