summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PSTN.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-10-18revert b17ef7f93880 (couldn't figure out better fix for the new PSTN bug), ↵jacob11-4/+3
fix annoyance with clicking on save comments changing pages
2013-08-30fix PSTN bug found in save 1299509 (hopefully won't break anything)jacob11-3/+4
2013-07-11fix bug where PSTN would write past tempParts and into other things, like ↵jacob11-4/+4
corrupting TRON colors and making it all blue
2013-07-10fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ↵jacob11-5/+5
mode in visual studio
2013-06-28shouldn't use PIXR/G/B/PACK there, would break if using a non-standard bit ↵mniip1-4/+2
scheme
2013-05-04possible piston bug fix for save 1176828jacob11-1/+1
2013-05-04change descriptions of many elements to be more consistent, contain more ↵jacob11-1/+1
info, and be more helpful.
2013-03-16new PSTN arms get deco color of the pushing pistonsjacob11-0/+7
2013-03-13fix all tab spacing issues in all the element filesjacob11-45/+44
2013-03-04fix LIFEjacob11-2/+0
2013-03-03PSTN ctype sets the element that stops it, FRME with a tmp of one is ↵jacob11-25/+25
non-sticky (doesn't pull)
2013-03-02piston retraction now checks pmapjacob11-55/+47
2013-02-28Finished first pass-through for all elements.cracker641-54/+52
Will get a few more places later.
2013-02-22remove uneeded PSTN check, fix PSTN not retracting sometimes, fix PSTN bug ↵jacob11-2/+13
where is wouldn't properly tell the difference between PSTN and PSTN arms
2013-02-22fix PSTN bugs where FRME would still move even if all of it couldn't, fix ↵jacob11-29/+65
PSTN going through walls, fix bug where the PSTN extention may not be created in some glitched cases
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 Robertshaw1-3/+5
there's empty space
2013-01-26Put back default piston sizeSimon Robertshaw1-1/+1
2013-01-26Piston collapses spaces properlySimon Robertshaw1-16/+25
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-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 Robertshaw1-2/+34
2013-01-23Fully functional pistons, retract+extendSimon Robertshaw1-56/+135
2013-01-22Clean up some unused variables from PSTN.cppSimon Robertshaw1-3/+1
2013-01-20PSTN.cpp - Remove unused codeSimon Robertshaw1-60/+0
2013-01-20Pistons - WIP, No retraction yetSimon Robertshaw1-0/+221