summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GEL.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16redo some brush drawing stuff to remove useless checks, and to allow for ↵jacob11-0/+1
replace mode in the future
2013-05-04change descriptions of many elements to be more consistent, contain more ↵jacob11-1/+1
info, and be more helpful.
2013-03-13fix all tab spacing issues in all the element filesjacob11-44/+44
2013-03-01More fixes to fix fixes and new fixes to fix stuff.cracker641-43/+57
2013-02-27Small modifications part three.cracker641-16/+13
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-08-28Limit SPNG saturation and reduce absorbtion rate for GEL and SPNG with some ↵Simon Robertshaw1-4/+6
elements
2012-08-28Correct proportions of CO2 and WATR when GEL/SPNG is absorbing BUBWSimon Robertshaw1-4/+1
2012-08-28GEL and SPNG absorb water from more elements and leave behind what the water ↵Simon Robertshaw1-2/+22
was mixed width
2012-06-12TPT: Fix the bug where gel didn't transfer water from sponge. 0cf636ad24Simon Robertshaw1-0/+6
2012-06-12TPT: Limit gel tmp value 1c5381662dSimon Robertshaw1-0/+2
2012-06-12TPT: One gel particle can't absorb more than 100 water particles now. 74979102b3Simon Robertshaw1-1/+1
2012-06-12TPT: It's hard to be a fool (fix for the fix) ffee9df8e6Simon Robertshaw1-1/+1
2012-06-12TPT: Gel won't move solids any more 68ab2e3148Simon Robertshaw1-3/+8
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-0/+123