| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-02-25 | Old nothing display mode in the form of Basic colour mode | Simon Robertshaw | 3 | -5/+13 | |
| 2012-02-25 | A new unstable REALISTIC option. No guarantees - but more realistic behaviour. | savask | 2 | -4/+16 | |
| Better diffusion and heat transition. | |||||
| 2012-02-25 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-02-25 | Added FRAY - Force-ray and RPEL - Repeller | Simon Robertshaw | 5 | -13/+75 | |
| 2012-02-20 | Lua methods for reading/writing the bmap and emap (no mapped walltypes yet | Simon Robertshaw | 2 | -0/+122 | |
| 2012-02-19 | Prevent gaps in beams of photons from powered clone | jacksonmj | 4 | -0/+17 | |
| 2012-02-18 | Make DEUT compress when Newtonian gravity is applied to it | jacksonmj | 1 | -0/+4 | |
| 2012-02-16 | Allow BRAY from PSCN to pass through sparked INWR | jacksonmj | 1 | -1/+1 | |
| (it currently passes through INWR only when not sparked) | |||||
| 2012-02-16 | Draw pixels for the entire fire_alpha array | jacksonmj | 1 | -2/+2 | |
| Makes fire glow look slightly less blocky | |||||
| 2012-02-12 | Better names for sort, allow showing own saves | Simon Robertshaw | 8 | -54/+92 | |
| 2012-02-12 | End sign movement when a save is loaded | jacksonmj | 1 | -0/+1 | |
| 2012-02-12 | Add -p to makedir in makefile | Simon Robertshaw | 1 | -4/+4 | |
| 2012-02-12 | Fixed some lua methods, set decorations enabled by default, allow toggling ↵ | Simon Robertshaw | 13 | -1196/+138 | |
| of decorations with ctrl+b, saving and loading of render, display and colour modes for the renderer | |||||
| 2012-02-12 | Somewhat working lua console, no element function overrides, no keyboard, ↵ | Simon Robertshaw | 10 | -20/+2093 | |
| mouse or tick events | |||||
| 2012-02-11 | Slight appearence changes to save buttons | Simon Robertshaw | 1 | -3/+9 | |
| 2012-02-11 | Fix thumbnail alignment for save buttons, add code for building PSv format | Simon Robertshaw | 8 | -23/+247 | |
| 2012-02-11 | Comments on save preview and some minor changes for vote bars | Simon Robertshaw | 16 | -14/+413 | |
| 2012-02-11 | Fix save reloading when saving to file | Simon Robertshaw | 1 | -0/+7 | |
| 2012-02-10 | Fix stationary photons being created by PCLN/PBCN | jacksonmj | 2 | -10/+20 | |
| 2012-02-05 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -2/+2 | |
| 2012-02-05 | Started intrepreter for tpt script and various things for console | Simon Robertshaw | 13 | -56/+720 | |
| 2012-02-05 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+4 | |
| 2012-02-05 | Prevent ambient heat going through walls | jacksonmj | 1 | -10/+14 | |
| Still doesn't conserve energy, it might disappear when blown towards a wall, but it will no longer go through the wall. | |||||
| 2012-02-05 | INSL blocks DLAY conduction, and raise DLAY temperature limit | jacksonmj | 1 | -5/+5 | |
| 2012-02-05 | Make ARAY fire once per spark | jacksonmj | 1 | -1/+1 | |
| 2012-02-05 | More SPRK life checks for electronic elements | jacksonmj | 7 | -8/+7 | |
| Check life>0, because SPRK changes back to its ctype when life==0. This could result in SPRK being found/not found depending on particle order, so pretend SPRK is not there if life==0 (it will disappear during the current frame). | |||||
| 2012-02-05 | Fix switch not activating completely while being sparked | jacksonmj | 1 | -2/+5 | |
| Check life>=10 so that activation still spreads just after the switch has been sparked. Copy other particle's life value instead of setting to 10 to avoid spark loops. | |||||
| 2012-02-05 | Prevent particle creation when clicking in the menu area | jacksonmj | 1 | -1/+1 | |
| 2012-02-05 | Change wifi so that it always takes one frame to transmit | jacksonmj | 2 | -9/+9 | |
| 2012-02-05 | Separate loop for updating life, and add SPRK life checks to most electronics | jacksonmj | 9 | -21/+30 | |
| 2012-02-05 | Fix pointer errors for linux. | savask | 1 | -2/+2 | |
| 2012-02-02 | Flood fill | Simon Robertshaw | 3 | -2/+14 | |
| 2012-02-02 | Frame stepping | Simon Robertshaw | 6 | -5/+25 | |
| 2012-02-02 | Working GOL (No graphics | Simon Robertshaw | 8 | -3/+112 | |
| 2012-02-01 | Use useragent for version, fix URl encoding | Simon Robertshaw | 6 | -12/+69 | |
| 2012-02-01 | Console UI, open in browser button, tab and enter shortcut for Login UI, various | Simon Robertshaw | 27 | -31/+565 | |
| 2012-01-31 | Load user information from preferences, fps display for testing | Simon Robertshaw | 20 | -30/+1340 | |
| 2012-01-31 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 | |
| 2012-01-31 | Font editor makefile for Windows | Simon Robertshaw | 1 | -1/+10 | |
| 2012-01-30 | Line and rect drawing | Simon Robertshaw | 13 | -58/+347 | |
| 2012-01-30 | ASCII for key events, save and Textarea (no caret, yet) | Simon Robertshaw | 30 | -93/+636 | |
| 2012-01-29 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-01-29 | Stop printing crap from BRMT update method | Simon Robertshaw | 1 | -1/+0 | |
| 2012-01-29 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -2/+2 | |
| 2012-01-29 | Stop printing crap from BRMT function | Simon Robertshaw | 1 | -1/+0 | |
| 2012-01-29 | Nice Icon settings for Windows | Simon Robertshaw | 1 | -0/+29 | |
| 2012-01-29 | Vote view in save preview, better handling of controller destruction | Simon Robertshaw | 12 | -47/+87 | |
| 2012-01-29 | Background retrieval of save info and save list. | Simon Robertshaw | 15 | -27/+269 | |
| 2012-01-28 | Voting, fix save browser | Simon Robertshaw | 17 | -38/+166 | |
| 2012-01-28 | Make zoom Window switch sides to avoid getting in the way | Simon Robertshaw | 1 | -0/+6 | |
