| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2011-05-05 | Initial soap commit | Simon Robertshaw | 1 | -0/+108 | |
| 2011-05-05 | Revert "Dem bubbles" | Simon Robertshaw | 1 | -217/+0 | |
| This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4. | |||||
| 2011-05-05 | Dem bubbles | unknown | 1 | -0/+217 | |
| 2011-04-25 | Fix pause with gravity and test deuterium improvements | Simon Robertshaw | 1 | -3/+51 | |
| 2011-04-25 | portal now uses particles as storage, so it keeps everything. | Cracker64 | 2 | -22/+18 | |
| 2011-04-23 | Dear PSTE | Simon Robertshaw | 1 | -2/+2 | |
| Nobody likes you Sincerely, Everyone | |||||
| 2011-04-22 | Fix WTRV formed from burning firework dust | jacksonmj | 1 | -0/+1 | |
| 2011-04-22 | Restrict temperature in DEUT explosion | jacksonmj | 1 | -1/+1 | |
| 2011-04-21 | Fix returns for Coal code | Simon Robertshaw | 2 | -0/+2 | |
| 2011-04-19 | Added the same IF to COAL for consistency, seems to work. Changed Ctypes to ↵ | Cate | 2 | -2/+9 | |
| PT_Names instead of equivilent numbers. | |||||
| 2011-04-19 | bcol Catelite merge | Simon | 1 | -0/+7 | |
| 2011-04-16 | Ensure invisible photons get killed | jacksonmj | 1 | -0/+4 | |
| 2011-04-16 | Photons and neutrons through portal | jacksonmj | 1 | -15/+22 | |
| 2011-04-10 | Distilled water instead of water from H2+O2 | Simon | 1 | -1/+1 | |
