summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18initialize variables in air.cpp and simulation.cppjacob12-8/+20
2012-12-18fix '=' resetting air heat, fix uninitialized ambient heat setting, a few ↵jacob16-32/+21
LOLZ / LOVE changes
2012-12-18fix WARP being invisible, make it visible in heat display mode thoughjacob12-1/+5
2012-12-17fix TRON ignoring GOO until the last momentjacob11-1/+1
2012-12-16Copy dcolour when MERC expands, to let people make coloured mercury thermometersjacksonmj1-2/+3
2012-12-15save stamps on 1 pixel grid (works exactly like in tpt now), delete signs ↵jacob11-13/+21
with Ctrl+X, also fixes stamps on very bottom/right edge and other edge cases
2012-12-14More accurate elementCountSimon Robertshaw2-3/+6
2012-12-14Merge remote-tracking branch 'origin/master'jacob11-2/+2
2012-12-14update gravity wall zones whether or not newtonian gravity is on. Fixes #92jacob11-6/+5
2012-12-14Update WIRE name and description, fixes #101Simon Robertshaw1-2/+2
2012-12-13make it easier to create new energy particles (like for mods), they would ↵jacob11-1/+1
just disappear when hitting anything before
2012-12-07add back element descriptions in some cpp files, fix minor TRON search ↵jacob13-2/+46
problem. Also, TPT-jacksonmj: Also fix bugs with energy particles that pass directly from PIPE to portal
2012-12-06TRON_NORANDOM flagjacob11-3/+9
2012-12-06allow TRON to plan ahead which particles will disappear by the time it gets ↵jacob11-5/+15
there, and go on INVS too
2012-12-06Merge remote-tracking branch 'origin/master'jacob13-5/+5
2012-12-06give TRON the ability to go through activated SWCHjacob12-5/+13
2012-12-04Fix slight particle order issue with SWCHjacksonmj1-1/+1
2012-12-01Fix infinite pressure glitch with CLSTjacob11-2/+2
2012-11-24Update src/simulation/elements/VIBR.cppjacob11-2/+2
fix EXOT destroying exploding VIBR
2012-11-17VINE cool/burn effects like in PLNT, less sharp burn lines, fix infinite ↵jacob14-2/+23
smoke from TNT
2012-11-17fix directly sparking metal not heating it up, fix formatting, allowing ↵jacob11-11/+20
update_particles_i to be parsed
2012-11-16save pause state in stamps, load pause state from local saves and stamps ↵jacob11-6/+0
correctly, remove accidental inclusion
2012-11-16fix visual studio std::max problemjacob15-6/+9
2012-11-12Element palette for automatic element ID/mod mappingSimon Robertshaw1-0/+44
2012-11-05Transfer energy between VIBR and BVBRjacksonmj1-34/+29
2012-11-05Fix INVS staying dark blue even when pressure is removedjacksonmj1-0/+2
2012-11-05Oops, didn't see that parts[i].temp at the bottom, ignore the second half of ↵jacksonmj1-2/+0
that last commit message
2012-11-05VIBR: don't dump heat into elements that don't conduct heat, and put any ↵jacksonmj1-2/+6
remaining heat into EXOT at the end of the explosion
2012-11-04fix two red BRAYS not being able to turn off swch from certain anglesjacob11-8/+11
2012-11-04fix heat release during explosionjacob11-2/+2
2012-11-04Change freezing point of VIBR lava, and make sure VIBR always absorbs energy ↵jacksonmj1-0/+12
particles
2012-11-04VIBR changes from jacob1jacksonmj4-105/+123
Including: Molten TTAN + EXOT = VIBR. VIBR + ANAR = BVBR. (BOYL reaction removed) All absorbed heat/particles/pressure are stored in one property, tmp. Graphics changes
2012-11-03PPIP doesn't break with pressure, to match TPTjacob11-2/+2
2012-11-03Change EXOT properties to match TPTjacksonmj1-4/+4
2012-11-01Add PLSM to stacking exclusion list, and fix some cases of stacked EMBR ↵jacksonmj1-2/+4
causing BHOL Stacked EMBR + displacement -> other particles stacked -> BHOL. Therefore stop displacement to stop BHOL formation.
2012-10-29VIBR fixesBryan Hoyle1-3/+5
2012-10-26Decrease absorption chance for SPNG, to make release of water from saturated ↵jacksonmj1-2/+2
SPNG look a bit less strange
2012-10-26Make conversion of PHOT to ELEC using BIZR, and enrichment of DEUT with ↵jacksonmj2-2/+17
ELEC, work better
2012-10-26Menu icon for sensors menu and fix for VIBR std::max argsSimon Robertshaw2-4/+4
2012-10-26Fix BVBR for generate.pySimon Robertshaw1-1/+1
2012-10-26some VIBR changes, also allow it to be compiled with Sconsjacob11-55/+47
2012-10-26Improve EXOT descriptionSimon Robertshaw1-1/+1
2012-10-26initialize all stickmen variables, not just legsjacob12-2/+8
2012-10-26fix INVS graphicsjacob12-3/+9
2012-10-26Fix hydrogen not burning right (with and without realistic heat), allow h2 ↵jacob16-27/+73
to burn at all temps while still allowing fusion to work correctly
2012-10-26improve the GOL menu descriptionsjacob12-27/+26
2012-10-26TSNS doesn't detect things with an equal temp (fixes detecting wires)jacob12-3/+3
2012-10-26visual studio compatibility, plus change text a littlejacob12-4/+2
2012-10-26VIBR explosion/graphical changes, it now has a while before it explodes ↵jacob11-67/+81
after getting to the limit
2012-10-26some VIBR changes/fixesjacob11-160/+168