| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -0/+8 | |
| 2012-04-30 | Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient ↵ | Simon Robertshaw | 1 | -1/+1 | |
| heat, Add PROP_NOAMBHEAT to FILT to fix http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=13579 | |||||
| 2012-04-28 | Delete signs when cutting; change sign location check when saving | jacksonmj | 1 | -0/+8 | |
| Save signs within the original box that was drawn by the user, not within the box that has been expanded to match the wall grid | |||||
| 2012-04-25 | Fix "return 0;" in function returning void (create_box) | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-19 | Fix sponge bug. | savask | 1 | -2/+5 | |
| 2012-04-18 | Fix the bug where you could set "bad" temp to insulators. | savask | 1 | -0/+1 | |
| 2012-04-17 | Alterations to TRON and fancy effects | Simon Robertshaw | 1 | -4/+1 | |
| 2012-04-17 | TRON element, needs to glow and fancy explosion on crash | cracker64 | 1 | -0/+11 | |
| 2012-04-17 | A small fix for convection. | savask | 1 | -1/+1 | |
| 2012-04-15 | Viscosity change for gel. Water diffusion among sponge and gel (but with | savask | 1 | -0/+4 | |
| flying cake effect) | |||||
| 2012-04-15 | Added gel - a liquid with variable heat conductivity and viscosity. | savask | 1 | -11/+24 | |
| 2012-04-14 | Fix crash when flood fill deleting life | jacksonmj | 1 | -8/+11 | |
| 2012-04-14 | No unmeltable ice anymore. | savask | 1 | -1/+1 | |
| 2012-04-07 | A fix for ice with ctype = 0. | savask | 1 | -0/+5 | |
| 2012-04-03 | Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force ↵ | Simon Robertshaw | 1 | -0/+4 | |
| elements, minor edits to Gas and Atomic element icons | |||||
| 2012-03-31 | REALISTIC - Latent heat. It may be buggy, and enthalpy table isn't | savask | 1 | -4/+78 | |
| filled, but it works. | |||||
| 2012-03-30 | More brush fixes | jacksonmj | 1 | -4/+10 | |
| Fixes a problem with the triangle brush caused by InCurrentBrush calculating the bottom left or bottom right points to be outside the triangle at certain brush sizes. Also fixes some points in the brush outline being heated twice when a line is drawn with the heat tool. | |||||
| 2012-03-29 | Brush fixes | jacksonmj | 1 | -2/+2 | |
| Heat tool was heating a vertical line in the middle of the brush twice. When drawing a vertical line with the triangle brush, it was one pixel too thin. | |||||
| 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 ↵ | Jacob1 | 1 | -16/+0 | |
| create_moving_solid | |||||
| 2012-03-14 | Fix major update_particles_i bug, do_move was being called on nonexistant ↵ | Jacob1 | 1 | -33/+18 | |
| particles, causing kill_part to kill another particle | |||||
| 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 ↵ | Jacob1 | 1 | -20/+87 | |
| rest of the line | |||||
| 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 | |
| influences on it (things don't heat vacuum). | |||||
| 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 | |
| Better diffusion and heat transition. | |||||
| 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 | |
| Creating a particle where there was a wall but no existing particle was broken, since eval_move returns 1 for moving into empty space. | |||||
| 2012-01-25 | Fix WARP destroying DMND | jacksonmj | 1 | -2/+9 | |
| If WARP moved in its update function, then the x/y variables in the main loop were out of date. When the normal movement code ran, changes were made to the wrong place in the pmap. This resulted in some particles with low IDs being destroyed by the addition of WARP+SING. This change might also fix the WARP+PRTI crash that I never managed to reproduce. | |||||
| 2012-01-25 | Only check the bits actually used for wavelength in photon ctype | jacksonmj | 1 | -1/+1 | |
| Fixes black photons not being killed after passing through pipe | |||||
| 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 | |
| Conflicts: src/powder.c | |||||
| 2012-01-05 | eval_move in create_part if a particle already exists in the requested position | jacksonmj | 1 | -1/+1 | |
| To allow Lua tpt.create to create photons in glass | |||||
| 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 | |
