summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge remote-tracking branch 'origin/master'jacob12-24/+26
2013-02-25fix a few more memory errorsjacob11-6/+2
2013-02-25Make default DCEL exactly reverse the effect of default ACELjacksonmj2-24/+26
2013-02-24fix problems found with valgrind with shifting stamps and savingjacob11-1/+9
2013-02-24ACEL and DCEL use life for strength valueSimon Robertshaw3-40/+35
2013-02-24allow ACEL and DCEL strength to be modified with ctypejacob13-4/+28
2013-02-22remove uneeded PSTN check, fix PSTN not retracting sometimes, fix PSTN bug wh...jacob11-2/+13
2013-02-22CRAY spawns elements at its temp, fix color glitch with ARAY too, move FRME t...jacob14-3/+5
2013-02-22fix CRAY(SPRK) bugs, make CRAY act more like before againjacob11-3/+10
2013-02-22fix PSTN bugs where FRME would still move even if all of it couldn't, fix PST...jacob14-35/+68
2013-02-21reset colored and partsRemaining, to fix bugs when CRAY is sparked multiple t...jacob11-4/+5
2013-02-20fix CRAY INST mode ignoring length, fix CRAY going ignoring walls, fix CRAY +...jacob13-16/+48
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 top...jacob11-6/+6
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 there'...Simon Robertshaw2-6/+8
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 des...jacob11-1/+1
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 "Colo...jacob11-0/+1
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
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 resp...jacob11-6/+1