| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-05-12 | Allow TTAN to conduct more than once | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-12 | Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity l... | Simon Robertshaw | 7 | -18/+260 |
| 2012-05-11 | New element: Titanium, absorbs some neutrons, acts as a solid wall to air. Mo... | Simon Robertshaw | 5 | -14/+39 |
| 2012-05-11 | Fix TNT not exploding if multiple TNT particles are in the same place | jacksonmj | 1 | -0/+1 |
| 2012-05-11 | Remove silly copypasta from GPMP, causing gravity to depend on air pressure | Simon Robertshaw | 1 | -2/+0 |
| 2012-05-11 | Fix for PUMP | Simon Robertshaw | 1 | -10/+7 |
| 2012-05-09 | Base changes to HTTP.c on correct file version | Simon Robertshaw | 1 | -307/+306 |
| 2012-05-09 | Use CRLF instead of just LF for headers in GET requests | Simon Robertshaw | 1 | -308/+309 |
| 2012-05-07 | Limit gel tmp value | jacksonmj | 1 | -0/+2 |
| 2012-05-07 | Change pipe and portal to check element type using properties instead of fall... | jacksonmj | 2 | -4/+4 |
| 2012-05-06 | Added GPLv3+ license headers to all files in src/elements/ | Aditya Vaidya | 103 | -2/+1547 |
| 2012-05-06 | Remove <version.h> include | atlaua | 1 | -1/+0 |
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 13 | -12/+176 |
| 2012-05-03 | Fix repeated download of same history thumbnail | jacksonmj | 1 | -1/+1 |
| 2012-05-03 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+3 |
| 2012-05-03 | Remove stupid debug output for thumbnail cache, no idea why I have not remove... | Simon Robertshaw | 1 | -2/+0 |
| 2012-04-30 | Fix crash when pasting text on platforms which don't support it | jacksonmj | 1 | -1/+3 |
| 2012-04-30 | Oops, correct include AGAIN | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-30 | Correct header include in SDLmain.m | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-30 | Woo, file opening for OS X | Simon Robertshaw | 1 | -0/+382 |
| 2012-04-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 9 | -230/+351 |
| 2012-04-30 | Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient h... | Simon Robertshaw | 2 | -2/+2 |
| 2012-04-30 | strncpy for loading sign text in OPS | jacksonmj | 1 | -1/+1 |
| 2012-04-29 | Massive cleanup of sdl_scale, and fix moving a sign in the zoom window | jacksonmj | 3 | -171/+132 |
| 2012-04-29 | One gel particle can't absorb more than 100 water particles now. | savask | 1 | -1/+1 |
| 2012-04-29 | Save soap bubbles | jacksonmj | 1 | -6/+110 |
| 2012-04-29 | Fix bounds checking for SING and make explosion pressure area smaller | jacksonmj | 1 | -6/+6 |
| 2012-04-28 | Fix bugs when moving signs | jacksonmj | 2 | -6/+8 |
| 2012-04-28 | Line snapping for deco editor | jacksonmj | 1 | -2/+15 |
| 2012-04-28 | Delete signs when cutting; change sign location check when saving | jacksonmj | 2 | -6/+14 |
| 2012-04-27 | OPS loading: don't replace existing particles twice, and clear soap ctype | jacksonmj | 1 | -1/+5 |
| 2012-04-27 | Use an array instead of ctype to cache tron colour | jacksonmj | 2 | -21/+19 |
| 2012-04-27 | Save tmp2 for tron | jacksonmj | 1 | -2/+2 |
| 2012-04-27 | Add tmp2 support to old console | jacksonmj | 1 | -8/+39 |
| 2012-04-27 | Fix includes for OSX and BSD | Simon Robertshaw | 2 | -2/+6 |
| 2012-04-27 | It's hard to be a fool (fix for the fix) | savask | 1 | -1/+1 |
| 2012-04-27 | Gel won't move solids any more. | savask | 1 | -2/+8 |
| 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 | 3 | -3/+11 |
| 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 | Alterations to TRON and fancy effects | Simon Robertshaw | 3 | -16/+55 |
| 2012-04-17 | TRON element, needs to glow and fancy explosion on crash | cracker64 | 3 | -2/+165 |
| 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 | 2 | -0/+10 |
| 2012-04-15 | Added gel - a liquid with variable heat conductivity and viscosity. | savask | 4 | -14/+87 |