| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-03 | Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force el... | Simon Robertshaw | 1 | -0/+4 |
| 2012-03-31 | REALISTIC - Latent heat. It may be buggy, and enthalpy table isn't | savask | 1 | -4/+78 |
| 2012-03-30 | More brush fixes | jacksonmj | 1 | -4/+10 |
| 2012-03-29 | Brush fixes | jacksonmj | 1 | -2/+2 |
| 2012-03-26 | Fix ELEC being put into pmap instead of photons | Jacob1 | 1 | -3/+3 |
| 2012-03-26 | triangle brush fixes | Jacob1 | 1 | -6/+6 |
| 2012-03-26 | Remove squares.h, since it doesn't seem to give any speed advantage over sqrtf | jacksonmj | 1 | -3/+2 |
| 2012-03-23 | Fix Replacemode delete on Tools | Simon Robertshaw | 1 | -1/+3 |
| 2012-03-15 | fix 10000 compiler warnings, put nble.c in right spot, delete create_moving_s... | Jacob1 | 1 | -16/+0 |
| 2012-03-14 | Fix major update_particles_i bug, do_move was being called on nonexistant par... | Jacob1 | 1 | -33/+18 |
| 2012-03-14 | soap lines, create_parts fix, compiling fixes | Jacob1 | 1 | -2/+2 |
| 2012-03-14 | Fix rx = 0 crash | Jacob1 | 1 | -3/+4 |
| 2012-03-14 | Make create_parts smaller/make cirlce code not repeat 3 times | Jacob1 | 1 | -142/+62 |
| 2012-03-14 | When creating a line, only fill in the first circle, and draw outlines the re... | Jacob1 | 1 | -20/+87 |
| 2012-03-14 | Specific delete speed increase, delete useless(?) if statement | Jacob1 | 1 | -24/+15 |
| 2012-03-14 | Way faster deleting | Jacob1 | 1 | -4/+17 |
| 2012-03-14 | Fixed triangle brush, but maybe I could keep it in as diamond brush | Jacob1 | 1 | -4/+8 |
| 2012-03-14 | Increase drawing speed | Jacob1 | 1 | -7/+18 |
| 2012-03-14 | Remove 2 pixels per frame speed limit in detector wall | jacksonmj | 1 | -2/+3 |
| 2012-03-09 | (REALISTIC) Better air<->body heat conduction. Air density now | savask | 1 | -4/+13 |
| 2012-03-02 | Volume from heat change (for REALISTIC) | savask | 1 | -0/+4 |
| 2012-02-25 | A new unstable REALISTIC option. No guarantees - but more realistic behaviour. | savask | 1 | -4/+11 |
| 2012-02-19 | Prevent gaps in beams of photons from powered clone | jacksonmj | 1 | -0/+6 |
| 2012-02-05 | Change wifi so that it always takes one frame to transmit | jacksonmj | 1 | -7/+6 |
| 2012-02-05 | Separate loop for updating life, and add SPRK life checks to most electronics | jacksonmj | 1 | -7/+11 |
| 2012-01-26 | Another change to the eval_move check in create_part | jacksonmj | 1 | -1/+5 |
| 2012-01-25 | Fix WARP destroying DMND | jacksonmj | 1 | -2/+9 |
| 2012-01-25 | Only check the bits actually used for wavelength in photon ctype | jacksonmj | 1 | -1/+1 |
| 2012-01-25 | Whoops, eval_move returning 1 should not allow particle creation | jacksonmj | 1 | -1/+1 |
| 2012-01-25 | Implement PROP_NEUTABSORB | jacksonmj | 1 | -0/+7 |
| 2012-01-25 | Make transform_save work with new save functions | jacksonmj | 1 | -115/+0 |
| 2012-01-05 | eval_move in create_part if a particle already exists in the requested position | jacksonmj | 1 | -1/+1 |
| 2011-12-28 | Fix creation of invalid wall tiles by sign tool | jacksonmj | 1 | -1/+1 |
| 2011-12-21 | Added some heat to TNT and IGNC | Simon Robertshaw | 1 | -1/+1 |
| 2011-12-19 | Use reduced resolution gravity maps for improved performance | Simon Robertshaw | 1 | -13/+13 |
| 2011-12-19 | New element: Ignition cord | Simon Robertshaw | 1 | -0/+3 |
| 2011-12-18 | Move Newtonian gravity into a new file | jacksonmj | 1 | -90/+1 |
| 2011-12-10 | Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part | jacksonmj | 1 | -1/+1 |
| 2011-12-06 | Fix tnt/prop crash, it was using up all the memory on the computer | Jacob1 | 1 | -0/+1 |
| 2011-11-26 | Allow pipe to grab from photon map, BRAY beam takes temp from ARAY | Simon Robertshaw | 1 | -0/+11 |
| 2011-11-21 | Fix LCRY/ELEC infinite loop, BIZR turns photons into electrons, SING explodes... | Simon Robertshaw | 1 | -0/+8 |
| 2011-11-18 | New tables in lua API: el and version: element ids and version info respectiv... | Simon Robertshaw | 1 | -0/+14 |
| 2011-10-30 | Change LCRy workings and add ELEC (wip) | Simon Robertshaw | 1 | -10/+18 |
| 2011-10-26 | Fix FIGH loading and bad variable names | Simon Robertshaw | 1 | -7/+7 |
| 2011-10-26 | Made a special structure for stick mans. | savask | 1 | -28/+26 |
| 2011-10-26 | Some work on lightning for stick mans and fighters. | savask | 1 | -1/+1 |
| 2011-10-26 | Fix one merging error, and adjusted fighters' array. | savask | 1 | -1/+1 |
| 2011-10-26 | Added fighters. | savask | 1 | -7/+57 |
| 2011-10-23 | Compatibility with MSVC - devast8a | Simon Robertshaw | 1 | -3/+3 |
| 2011-10-19 | FILT subtracts photon colours when tmp=3 | jacksonmj | 1 | -0/+2 |