summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21reset colored and partsRemaining, to fix bugs when CRAY is sparked multiple ↵jacob11-4/+5
times at once
2013-02-20fix CRAY INST mode ignoring length, fix CRAY going ignoring walls, fix CRAY ↵jacob13-16/+48
+ GOL particles, allow CRAY to create sparks
2013-02-16fix CRAY only deleting odd numbered elementsjacob11-1/+1
2013-02-10make smudge tool more similar to the old onejacob11-11/+13
2013-02-09fix tpt.selectedl not updating with sample brush, always put photons[] on ↵jacob11-6/+6
top in HUD
2013-02-08fix sign box size, sign width with {t} and {p}, and zoom box sizejacob12-16/+33
2013-02-08minor fixes to color picker / small speed improvementjacob11-47/+54
2013-02-01prevent CRAY from destroying DMNDjacob12-2/+2
2013-01-26Allow limited arm size from tmp2Simon Robertshaw1-14/+20
2013-01-26Fix issue where piston won't push particles at index 0Simon Robertshaw1-3/+3
2013-01-26Piston fix: Adjust colour and prevent piston from pushing too far when ↵Simon Robertshaw2-6/+8
there's empty space
2013-01-26Put back default piston sizeSimon Robertshaw1-1/+1
2013-01-26Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2013-01-26Piston collapses spaces properlySimon Robertshaw1-16/+25
2013-01-24fix possible crash with LIGHjacob11-1/+1
2013-01-23Fix piston retractionSimon Robertshaw1-14/+9
2013-01-23PSTN: Do not accept current from diagonals, increase distance for spark checksSimon Robertshaw1-3/+3
2013-01-23Fix FRME limitsSimon Robertshaw1-5/+7
2013-01-23Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2013-01-23Change to pistons, piston push length is base-1 blocksSimon Robertshaw1-1/+1
2013-01-23Added FRME - A solid that keeps its simple structure when pushed by pistonSimon Robertshaw2-2/+93
2013-01-23Fully functional pistons, retract+extendSimon Robertshaw1-56/+135
2013-01-23fix crash when pressing enter to open a save, and not logged in. Fix CRAY ↵jacob11-1/+1
description
2013-01-22Clean up some unused variables from PSTN.cppSimon Robertshaw1-3/+1
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add ↵jacob11-0/+1
"Color" as valid property for elements api, fix tpt.display_mode to match tpt, other minor changes
2013-01-20PSTN.cpp - Remove unused codeSimon Robertshaw1-60/+0
2013-01-20Pistons - WIP, No retraction yetSimon Robertshaw1-0/+221
2013-01-20C-RAY: Similar to A-RAY, creates particlesSimon Robertshaw2-1/+141
2013-01-20attempt to fix random deletion bug (can't reproduce easily, so can't tell if ↵jacob11-7/+8
it's fixed easily)
2013-01-12Detach soap before going into STOR, fixes 1065982 (mostly)cracker641-0/+1
2013-01-07save signs in snapshotsjacob12-1/+5
2013-01-07fix many more uninitialized variablesjacob11-11/+15
2013-01-06fix element function replacement optionjacob11-11/+4
2013-01-06VOID, VACU, and BHOL eat LIGH as it movesjacob11-30/+60
2013-01-06fix GOL detection with DTECjacob11-1/+1
2013-01-04fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.cjacob11-2/+2
2012-12-23Merge remote-tracking branch 'origin/master'jacob11-1/+1
2012-12-23revert stickmen CONV fix, and do it another way that doesn't crashjacob11-8/+31
2012-12-21Fix small mistake in TSNSjacob11-1/+1
2012-12-18use kill_part when creating a new particle over an index, fixes STKM not ↵jacob11-6/+1
respawning after CONV and probably other stuff too
2012-12-18fix undo not allowing any more stickmen to be placed, save stickmen in snapshotsjacob12-3/+10
2012-12-18fix sltw + liquid rubiduim explosion, make it work like water'sjacob12-7/+8
2012-12-18make TSNS not detect METL, some other sensor and CONV fixesjacob14-22/+14
2012-12-18make water equalization use flags, not tmp2 (fixes EXOT / BUBW)jacob12-7/+11
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