summaryrefslogtreecommitdiff
path: root/src/powder.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16fix loading of old GoL saves, and fix wall crashCracker641-1/+1
2011-01-16Made GoL code work with more advanced rules with different life states, givin...Cracker641-10/+27
2011-01-15Misc small fixes and tidyupjacksonmj1-33/+28
2011-01-15Fix E-holejacksonmj1-20/+22
2011-01-15Merge branch 'cracker64' into devjacksonmj1-15/+61
2011-01-15Temporarily undo photon reflection fix (causes inaccuracies).jacksonmj1-24/+23
2011-01-15Attempt fix for some cases of fast particles going through obstaclesjacksonmj1-180/+220
2011-01-15fix photon causing infinite sparksCracker641-1/+3
2011-01-14oops, didn't need the floodfill thing there.Cracker641-3/+6
2011-01-14a fix so photons can be deleted and show up on HUD :)Cracker641-3/+15
2011-01-13Merge element state into ptypes.jacksonmj1-1/+1
2011-01-13Exaggerate convection, misc rearrangement + fixesjacksonmj1-39/+44
2011-01-13fix some rare SWCH problemsCracker641-1/+1
2011-01-12fix photon heating particle number 0Cracker641-1/+1
2011-01-11Small fixes and cleanupjacksonmj1-1/+1
2011-01-11fix 1px brush replace modeCracker641-1/+9
2011-01-11Merge branch 'upstream' into devjacksonmj1-14/+34
2011-01-10Rearrange some code, make heat transfer run fasterjacksonmj1-112/+76
2011-01-10fix QRTZ spot saving, rotate should change FAN vector as wellCracker641-4/+19
2011-01-10Finish update function cleanupjacksonmj1-3/+13
2011-01-09fix c-5 floodfillCracker641-3/+3
2011-01-09Better channel handlingjacksonmj1-1/+1
2011-01-09Fix photon reflection (second attempt).jacksonmj1-8/+8
2011-01-09Prevent cloning PSCN/NSCN by PCLN.jacksonmj1-1/+1
2011-01-09Begin cleanup of update functionsjacksonmj1-1/+18
2011-01-09Fix photon reflection.jacksonmj1-8/+8
2011-01-09update with simon, and some other changes from jacksonmj.Cracker641-143/+144
2011-01-08GoL speed improvements from jacksonmj (thank you very much)Cracker641-40/+6
2011-01-08Merge branch 'master' of git://github.com/cracker64/The-Powder-ToySimon1-0/+3
2011-01-08add ctype transfer to portalCracker641-0/+3
2011-01-08Function pointers + minor adjustments.jacksonmj1-136/+28
2011-01-08New Element from cracker - BOYLSimon1-0/+43
2011-01-08Fix 2 stickman bugSimon1-67/+82
2011-01-08BOYL, a gas that evens out pressure related to its temp, kind of a gas PUMP, ...Cracker641-0/+43
2011-01-08Changes from crackerSimon1-2/+11
2011-01-08ConvectionSimon1-127/+139
2011-01-08Speed up heat transfer calculations.jacksonmj1-45/+48
2011-01-08Yet more function pointers.jacksonmj1-206/+91
2011-01-07Further function pointers.jacksonmj1-221/+2
2011-01-07More electricity rewrite.jacksonmj1-222/+2
2011-01-07Oops, fix INWR conductivity.jacksonmj1-0/+4
2011-01-07Tidy up.jacksonmj1-32/+6
2011-01-07Some more function pointersjacksonmj1-683/+0
2011-01-07Shrink GOL wrapping code. GSPEED now works.jacksonmj1-47/+9
2011-01-07two red BRAYS will toggle SWCH, could be used for something...Cracker641-0/+9
2011-01-07Rewrite electricity code.jacksonmj1-334/+209
2011-01-07Use PROP_CONDUCTS more.jacksonmj1-5/+5
2011-01-07More function pointers.jacksonmj1-892/+5
2011-01-07Replace pstates and some pressure ifs with array.jacksonmj1-113/+99
2011-01-07Start function pointersjacksonmj1-851/+7