| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-17 | transform_save should check wall coordinates against size in blocks, not the ↵ | Simon Robertshaw | 1 | -1/+1 | |
| actual size ff6aa0227d | |||||
| 2012-04-17 | TPT Whoops, eval_move returning 1 should not allow particle creation edcf6d7b2f | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-17 | TPT: Implement PROP_NEUTABSORB bdf277e687 | Simon Robertshaw | 2 | -2/+9 | |
| 2012-04-17 | Started on dropdown control | Simon Robertshaw | 4 | -0/+110 | |
| 2012-04-17 | A small fix for convection. | savask | 1 | -1/+1 | |
| 2012-04-16 | Fix portals | Simon Robertshaw | 2 | -5/+6 | |
| 2012-04-16 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+4 | |
| 2012-04-16 | Newtonian gravity working | Simon Robertshaw | 5 | -18/+39 | |
| 2012-04-15 | Simulation options | Simon Robertshaw | 9 | -13/+292 | |
| 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 | Add ability to get favourites | Simon Robertshaw | 14 | -16/+213 | |
| 2012-04-14 | Fix crash when flood fill deleting life | jacksonmj | 1 | -8/+11 | |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵ | Simon Robertshaw | 15 | -11/+410 | |
| status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save | |||||
| 2012-04-14 | Add missing for OpenURI on 64bit Linux | Simon Robertshaw | 1 | -2/+2 | |
| 2012-04-14 | Remove other references to Global.h | Simon Robertshaw | 5 | -5/+0 | |
| 2012-04-14 | Remove deleted 'Global.h' from includes | Simon Robertshaw | 1 | -1/+0 | |
| 2012-04-14 | Remove some unnecessary files. | Simon Robertshaw | 4 | -46/+0 | |
| 2012-04-14 | Add build to gitignore | Simon Robertshaw | 1 | -1/+2 | |
| 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 | Fix Integer <-> Pointer casts on 64bit | Simon Robertshaw | 1 | -2/+3 | |
| 2012-04-13 | Okay instead of Continue for text input dialogue | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-13 | Text input dialogue | Simon Robertshaw | 2 | -0/+105 | |
| 2012-04-13 | Updated font data from TPT | Simon Robertshaw | 1 | -25/+25 | |
| 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 | Nice drawing for brush | Simon Robertshaw | 2 | -19/+54 | |
| 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-09 | Fix issue where unborn children were slaughtered when removing a component ↵ | Simon Robertshaw | 5 | -16/+66 | |
| from an event | |||||
| 2012-04-09 | Remove unused code | Simon Robertshaw | 1 | -37/+0 | |
| 2012-04-09 | Add missing GOL data | Simon Robertshaw | 4 | -1/+98 | |
| 2012-04-07 | Element sampling HUD thingy (No very good with MVC) | Simon Robertshaw | 7 | -3/+57 | |
| 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-06 | Confirmation Dialogue, Save selection and multi-delete | Simon Robertshaw | 19 | -4/+686 | |
| 2012-04-05 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-05 | Glowing BRAY | Simon Robertshaw | 2 | -15/+16 | |
| 2012-04-05 | Modifier keys for Lua, Air display, correct render mode saving | Simon Robertshaw | 5 | -8/+27 | |
| 2012-04-04 | Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵ | Simon Robertshaw | 8 | -18/+63 | |
| print and tpt.log so they log to the console when it is open | |||||
| 2012-04-04 | CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵ | Simon Robertshaw | 10 | -5/+200 | |
| redirected to tpt.log | |||||
| 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-04-03 | Search and stamps scolling with mouse wheel, Esc to exit | Simon Robertshaw | 7 | -0/+43 | |
| 2012-04-03 | Use a single instance of a background simulation for thumbnail rendering | Simon Robertshaw | 7 | -46/+109 | |
| 2012-04-03 | Super, megaheavyweight thumbnail renderer | Simon Robertshaw | 10 | -91/+193 | |
| 2012-04-02 | Stamps browser, placement + clipboard sampling and placement - No clipboard ↵ | Simon Robertshaw | 19 | -61/+794 | |
| or stamp thumbnail generation, needs thumbnail generator from SaveLoader | |||||
