| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+1 | |
| 2012-04-27 | Fix compiler warning, GRAPHICS_FUNC_ARGS is not declared in graphics.h | jacksonmj | 2 | -2/+1 | |
| 2012-04-26 | BSD platform, -DBSD | Simon Robertshaw | 2 | -4/+6 | |
| 2012-04-25 | Fix "return 0;" in function returning void (create_box) | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-19 | Change STOR, PIPE, DUST to make correct use of .flags field. | Simon Robertshaw | 6 | -16/+18 | |
| 2012-04-19 | Fix sponge bug. | savask | 4 | -3/+12 | |
| 2012-04-18 | Ensure TRON head doesn't fade | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-18 | Should fix any border crashes | cracker64 | 1 | -2/+2 | |
| 2012-04-18 | Fix the bug where you could set "bad" temp to insulators. | savask | 1 | -0/+1 | |
| 2012-04-17 | Better description for tron | cracker64 | 1 | -1/+1 | |
| 2012-04-17 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-04-17 | Alterations to TRON and fancy effects | Simon Robertshaw | 4 | -16/+56 | |
| 2012-04-17 | Took wrong update function | cracker64 | 1 | -1/+1 | |
| 2012-04-17 | TRON element, needs to glow and fancy explosion on crash | cracker64 | 4 | -2/+167 | |
| 2012-04-17 | A small fix for convection. | savask | 1 | -1/+1 | |
| 2012-04-16 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+4 | |
| 2012-04-15 | Viscosity change for gel. Water diffusion among sponge and gel (but with | savask | 2 | -0/+10 | |
| flying cake effect) | |||||
| 2012-04-15 | Added gel - a liquid with variable heat conductivity and viscosity. | savask | 5 | -14/+90 | |
| 2012-04-14 | Fix crash when flood fill deleting life | jacksonmj | 1 | -8/+11 | |
| 2012-04-14 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-04-14 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-14 | No unmeltable ice anymore. | savask | 1 | -1/+1 | |
| 2012-04-13 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 4 | -3/+8 | |
| 2012-04-13 | 'Report' icon at 0xE3 | Simon Robertshaw | 2 | -6/+6 | |
| 2012-04-11 | Use graphics function for BCOL | jacksonmj | 1 | -1/+1 | |
| 2012-04-10 | Stop walls next to pipe triggering automatic pattern generation | jacksonmj | 1 | -1/+1 | |
| 2012-04-07 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-07 | A fix for ice with ctype = 0. | savask | 1 | -0/+5 | |
| 2012-04-05 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-05 | Glowing BRAY | Simon Robertshaw | 2 | -15/+16 | |
| 2012-04-03 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-04-03 | Updated README | Simon Robertshaw | 1 | -1/+4 | |
| 2012-04-03 | Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force ↵ | Simon Robertshaw | 9 | -10/+14 | |
| 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 | 3 | -4/+246 | |
| filled, but it works. | |||||
| 2012-03-30 | More brush fixes | jacksonmj | 2 | -5/+13 | |
| 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 | Remove v72.0 changes from list of changes for v74 | jacksonmj | 1 | -5/+0 | |
| 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-27 | Fixed burning temp. for fire. | savask | 1 | -0/+4 | |
| 2012-03-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+2 | |
| 2012-03-27 | HAHA, TAKE THAT, README! | Simon Robertshaw | 1 | -2/+13 | |
| 2012-03-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-03-27 | Disable REALISTIC | Simon Robertshaw | 1 | -1/+1 | |
| 2012-03-26 | Fix ELEC being put into pmap instead of photons | Jacob1 | 1 | -3/+3 | |
| 2012-03-26 | triangle brush fixes | Jacob1 | 2 | -9/+8 | |
| 2012-03-26 | Remove squares.h, since it doesn't seem to give any speed advantage over sqrtf | jacksonmj | 2 | -8/+2 | |
| 2012-03-26 | Remove duplicate information in set_cmode | jacksonmj | 3 | -20/+12 | |
| Calculating render_mode and display_mode variables from the arrays means less chance of mistakes (e.g. blob mode RENDER_EFFE was set in render_modes array but not in render_mode) | |||||
| 2012-03-23 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-03-23 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-03-23 | Enable realistic heat and put a build info thingy into welcome screen | Simon Robertshaw | 2 | -1/+37 | |
| 2012-03-23 | Fix Replacemode delete on Tools | Simon Robertshaw | 1 | -1/+3 | |
