summaryrefslogtreecommitdiff
path: root/src/simulation/elements
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14some more description changesjacob124-24/+24
2013-05-14rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGNjacob14-16/+17
2013-05-11D:mniip60-60/+60
2013-05-09fix tpt.message_box, fix compiling errorjacob11-2/+2
2013-05-08Rocket boots for fighters.Saveliy Skresanov2-5/+15
2013-05-08Merge remote-tracking branch 'upstream/master'Saveliy Skresanov1-11/+19
2013-05-08Fix "blow power" for stick man, disable rocket boots on E-hole.Saveliy Skresanov1-3/+2
2013-05-08Merge remote-tracking branch 'origin/master'jacob11-7/+129
2013-05-08fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going throughjacob14-16/+13
also some other random things
2013-05-08Rocket boots for stickman, because why notjacksonmj1-10/+129
Pass through gravity wall to activate, fan wall to deactivate. Accelerate with left/up/right keys. Plasma is spawned when accelerating, and STKM is immune to plasma but not other hot elements when rocket boots are enabled. Hold left+right to slow down quickly. STKM spawn element is retained and can still be created while using rocket boots, but it may be difficult to do anything useful with the spawn element whilst spewing hot plasma everywhere.
2013-05-08Fix ARAY better, instead of relying on conduction check to stop on BRAY, ↵cracker641-11/+19
which we know doesn't conduct.
2013-05-07STKM - fix jumping in the x direction in different gravity modesjacksonmj1-0/+3
2013-05-05Fix temperature sensorSimon Robertshaw1-1/+1
2013-05-05fix not being able to draw TUGN under high/low pressurejacob11-0/+2
2013-05-05New Element: Pressure sensorjacob13-2/+82
2013-05-04move some elements aroundjacob16-6/+6
2013-05-04possible piston bug fix for save 1176828jacob11-1/+1
2013-05-04Fix solidification temperature of molten TUGNjacksonmj2-3/+3
Previously it was 973 K, not the same as the melting point of TUGN
2013-05-04Tungsten breaks under pressure changesSimon Robertshaw1-0/+6
2013-05-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw105-106/+121
2013-05-04fix some descriptionsjacob16-6/+6
2013-05-04change descriptions of many elements to be more consistent, contain more ↵jacob1104-104/+104
info, and be more helpful.
2013-05-03make GOLD sparkle slightly, and it kills NEUTjacob11-2/+17
2013-05-03New element: Tungsten, very high melting pointSimon Robertshaw2-0/+130
2013-04-30Correct gold melting pointjacksonmj1-1/+1
2013-04-27Less dependence on particle order for GOLD fast electricity conductionjacksonmj1-1/+1
2013-04-27BREAKING NEWS: Hell has frozen overSimon Robertshaw2-1/+93
New element, GOLD, a corrosion resistant metal that can conduct electricity faster, molten GOLD will turn into molten VIBR on contact with EXOT
2013-03-27SPRK from SWCH should check both cases.cracker641-1/+1
2013-03-25Fix CRAY bug that deletes particle 0jacob11-2/+2
2013-03-23CFLM defusses VIBR, a few speed improvements to VIBRjacob11-49/+75
2013-03-17add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 ↵jacob13-5/+5
loop checks a better way to change it to 3x3 may have to be found that has the same ratios, other elements like WATRs have their rates changed too
2013-03-16add identifier constants based on the display name to the lua apijacob13-10/+10
2013-03-16Remove unnecessary code in legacy part.Saveliy Skresanov1-36/+0
2013-03-16Narrowed loops for all elements in the first list.Saveliy Skresanov20-139/+136
Probabilities might be messed up a bit, I'm not sure.
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 filesjacob1168-7245/+7241
2013-03-11Change some old NEUTPENETRATE to NEUTPASS, NEUT should only displace GOO, ↵cracker649-11/+11
WOOD, and PLNT.
2013-03-07fix CRAY(SPRK) differencejacob11-2/+2
2013-03-06fix CRAY(SPRK) bugs (?)jacob11-4/+5
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob16-7/+7
unused variables from config.h
2013-03-04revert life changes, will be redone later in a faster wayjacob11-1/+1
2013-03-04Merge remote-tracking branch 'origin/master'jacob11-51/+56
2013-03-04fix LIFEjacob12-3/+8
2013-03-03Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitcracker642-28/+29
2013-03-03PSTN ctype sets the element that stops it, FRME with a tmp of one is ↵jacob12-28/+29
non-sticky (doesn't pull)
2013-03-03Some better comments in SPRK, renamed rt and ct.cracker641-51/+56
2013-03-03Missed one SPRK case.cracker641-0/+4
2013-03-03allow NEUT to travel through ICE and SNOW, and for it to turn OIL to GAS ↵jacob16-7/+13
(both like inextremely old versions)
2013-03-02Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitcracker641-55/+47
2013-03-02More fixes, redid a bunch of SPRK, so far everything I've tested works fine.cracker6415-249/+295