| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-10 | Update parts_lastActiveIndex when creating neut/phot | jacksonmj | 1 | -0/+1 | |
| 2011-08-08 | Improvements to Wire | Simon Robertshaw | 1 | -11/+19 | |
| 2011-08-08 | you can now charge WIRE with pscn and it'll create only one | lieuwe | 2 | -6/+1 | |
| electron. | |||||
| 2011-08-08 | added some metl->wire interaction, still working on wire->metl | lieuwe | 2 | -1/+6 | |
| 2011-08-08 | IT WOOOOOORKS :D (fixed WIRE logic.) | lieuwe | 1 | -10/+10 | |
| 2011-08-08 | Y U NO WORK. added logic for WIRE but it's not being called. | lieuwe | 1 | -0/+32 | |
| 2011-07-27 | Less buggy DLAY | Simon Robertshaw | 1 | -0/+48 | |
| 2011-07-27 | Revert "DLAY element" | Simon Robertshaw | 2 | -20/+5 | |
| This reverts commit 7338545ab43b1871cea0f91a15746e534d7a9e9b. | |||||
| 2011-07-26 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -580/+160 | |
| 2011-07-26 | DLAY element | tridiaq | 2 | -5/+20 | |
| 2011-07-25 | Generalized stick man's update functions. Got rid of some unnecessary | savask | 2 | -580/+160 | |
| variables. | |||||
| 2011-07-24 | Fix life cloning | jacksonmj | 4 | -19/+37 | |
| 2011-07-12 | Merge | Simon Robertshaw | 1 | -0/+1 | |
| 2011-07-12 | OMG FIXES. Lots of fixes for triangle brush to make sure it works, from ↵ | Cate | 1 | -1/+10 | |
| Cracker. Edited CLST to prevent "popcorning" when its float hits weird numbers. Also fixed it so it freezes nicely when cooled. Fingers are back! :DDD | |||||
| 2011-07-12 | Move SING back to where it belongs, acid heats up when dissolving materials | Simon Robertshaw | 1 | -0/+5 | |
| 2011-07-12 | Added blunt temperature controls to CLST that cause it to freeze in place ↵ | Cate | 1 | -1/+11 | |
| when cooled by cohesion. Doesn't produce the exact same finger shapes as before for some arcane reason, I seriously have no clue why. But looks close enough for passing. | |||||
| 2011-07-12 | Added CLST element, which is Clay dust, for making concrete with water. :D ↵ | Cate | 1 | -0/+23 | |
| Neat due to element cohesion with itself, which causes it to sludge downwards in a way very uncharacteristic of any current powder. Cohesion is very easy to modify. Thanks to Savask for help with cohesion code. :D | |||||
| 2011-07-08 | Deleted whole repository due to weirdness with recognizing folder. From ↵ | Cate | 1 | -25/+119 | |
| current source, added Cracker64's changes that make 1px pipe several times faster than thicker pipe. Doesn't break saves. :D | |||||
| 2011-07-06 | Change PBCN switching method | jacksonmj | 2 | -23/+20 | |
| PCLN is different for compatibility with some existing saves relying on the exact time taken for a switch on/off to spread through adjacent PCLN dots (commit 692e2ba86d694103bfcad00ddd6816fc96d595bd) | |||||
| 2011-06-28 | Powered Breakable clone, Gravity Pump, New menu section for powered elements ↵ | Simon Robertshaw | 7 | -8/+128 | |
| (needs icon) | |||||
| 2011-06-25 | Fix segfault with aray striking particles with abnormal ctype | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-25 | Make pipe save ctype and tmp | jacksonmj | 1 | -0/+6 | |
| 2011-06-25 | Allow changing of stkm spawn element by setting ctype | jacksonmj | 2 | -0/+10 | |
| 2011-06-25 | Change checking back to ctype for Aray condition | Simon Robertshaw | 1 | -1/+2 | |
| 2011-06-25 | Check photon map in Lua functions, and allow any ctype | jacksonmj | 5 | -6/+6 | |
| Also add some extra checks on ctype in the rest of the game | |||||
| 2011-06-25 | Fixes for high life stickman | jacksonmj | 2 | -2/+4 | |
| 2011-06-25 | Fix walls for SING explosions | jacksonmj | 1 | -21/+23 | |
| 2011-06-11 | Fix a load of memory leaks | jacksonmj | 4 | -13/+9 | |
| Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio. | |||||
| 2011-06-08 | Fix WL_DESTROYALL for fast particles; and no H2 ignition from SPRK | jacksonmj | 1 | -1/+1 | |
| H2 igniting from spark causes too many problems for electrolysis | |||||
| 2011-06-04 | Bubbles now don't pop because of gases. | savask | 1 | -1/+2 | |
| 2011-06-04 | Some fixes for stick mans. | savask | 2 | -4/+8 | |
| 2011-06-04 | Some work on frozen bubbles. | savask | 1 | -29/+36 | |
| 2011-06-04 | Moved detach(i) function to powder.c, made soap display connections when | savask | 2 | -17/+4 | |
| it's double-joined, made portal in detach soap before teleportating (works strangely) | |||||
| 2011-06-04 | Mercury | Simon Robertshaw | 1 | -0/+73 | |
| 2011-06-02 | Speed up update_PIPE | jacksonmj | 1 | -78/+85 | |
| By making it call rand() once instead of 6 times. | |||||
| 2011-05-29 | Large speed improvement for QRTZ | jacksonmj | 2 | -34/+41 | |
| Also prevent growing when sparked. | |||||
| 2011-05-28 | Make NBHL/NWHL eat things in the same way as BHOL/WHOL | jacksonmj | 2 | -16/+1 | |
| Also make ANAR move opposite to Newtonian gravity | |||||
| 2011-05-28 | Fix STKM always going through walls | jacksonmj | 2 | -26/+38 | |
| Now behaves as normal, i.e. only occasionally goes through walls. Walls which completely block all particles are in the pmap with type 0xFF. ptypes[] doesn't go up to 0xFF, so ptypes[0xFF].state will not necessarily result in an answer that gives correct behaviour for walls. | |||||
| 2011-05-24 | Fix sim options description, GOO and DEUT | jacksonmj | 1 | -5/+5 | |
| 2011-05-20 | Move Diamond into solids menu, add gravity elements | Simon Robertshaw | 2 | -0/+27 | |
| 2011-05-19 | Fix DEUT explosion | jacksonmj | 1 | -2/+5 | |
| 2011-05-14 | Decoration has a color menu. GoL uses less memory(17MB less), and probably ↵ | Cracker64 | 1 | -5/+3 | |
| a bit faster. | |||||
| 2011-05-14 | Use properties for life decrement/kill | Simon Robertshaw | 5 | -0/+10 | |
| 2011-05-14 | fix neutron cloning | Simon Robertshaw | 4 | -38/+40 | |
| 2011-05-05 | ANAR changes, WHOL absorbs ANAR and gets colder. ANAR burns with CFLM ↵ | Cracker64 | 1 | -0/+27 | |
| strangely. | |||||
| 2011-05-05 | Make damp sponge much less flammable | jacksonmj | 1 | -16/+38 | |
| Also make evaporation cool the sponge better | |||||
| 2011-05-05 | Remove some unnecessary checks | jacksonmj | 1 | -6/+5 | |
| 2011-05-05 | H2 burns from spark, lava, plasma; O2 burns from plasma | jacksonmj | 2 | -0/+6 | |
| 2011-05-05 | Some work on bubbles. Added "bubble x,y" command to console. | savask | 1 | -11/+74 | |
| Also made them save like regular soap. | |||||
| 2011-05-05 | Some changes to soap. | savask | 1 | -41/+87 | |
