| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-20 | Change order of bomb loops - delete particles before creating sparks | jacksonmj | 1 | -12/+12 | |
| Fixes pressurised INVS being immune to bomb, as the sparks were being deleted instead of the INVS. | |||||
| 2012-05-20 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-05-17 | Warp display with newer shader, Render options works in OpenGL | Simon Robertshaw | 4 | -8/+31 | |
| 2012-05-17 | Air tool | Simon Robertshaw | 1 | -0/+18 | |
| 2012-05-17 | New flood_parts function, should fix crashing due to too much recursion | jacksonmj | 1 | -64/+133 | |
| 2012-05-17 | Spelling | jacksonmj | 4 | -10/+10 | |
| ("gases" seems to be the more popular version of the plural noun) | |||||
| 2012-05-16 | Move SDL_GetVideoInfo before SDL_SetVideoMode so it will probably fix | Savely Skresanov | 1 | -7/+11 | |
| sizing issues for people. | |||||
| 2012-05-15 | Seperate new/old CreateParts functions | Simon Robertshaw | 4 | -61/+142 | |
| 2012-05-15 | Username, password icons for Login window | Simon Robertshaw | 5 | -16/+42 | |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 36 | -361/+443 | |
| 2012-05-14 | Make flood_prop use PropertyType from StructProperty, Property tool works | Simon Robertshaw | 5 | -44/+136 | |
| 2012-05-14 | Add ability to introspect the Particle struct | Simon Robertshaw | 1 | -0/+35 | |
| 2012-05-14 | Style improvements to sign tool | Simon Robertshaw | 1 | -4/+6 | |
| 2012-05-14 | Improve appearance of some dialogues, style defaults | Simon Robertshaw | 9 | -21/+185 | |
| 2012-05-13 | Text alignment for dropdown, make sign UI nice | Simon Robertshaw | 3 | -7/+50 | |
| 2012-05-13 | Correct air include path for OptionsModel, correct Window debugmode logic, ↵ | Simon Robertshaw | 5 | -5/+26 | |
| justifications for sign | |||||
| 2012-05-13 | DropDown UI component | Simon Robertshaw | 10 | -22/+205 | |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI ↵ | Simon Robertshaw | 14 | -28/+150 | |
| components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic | |||||
| 2012-05-13 | Remove QTCreator project files | Simon Robertshaw | 7 | -370/+397 | |
| 2012-05-13 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-05-13 | URI handling for MacOS | Simon Robertshaw | 5 | -2/+59 | |
| 2012-05-12 | Add generate as a dep for makefile | Simon Robertshaw | 1 | -4/+6 | |
| 2012-05-12 | Stupid git | Simon Robertshaw | 8 | -67/+186 | |
| 2012-05-12 | Primitive sign adding | Simon Robertshaw | 1 | -0/+9 | |
| 2012-05-12 | Tools implemented in a similar way to elements | Simon Robertshaw | 11 | -69/+357 | |
| 2012-05-12 | Make TTAN block pressure when framestepping | jacksonmj | 1 | -7/+2 | |
| 2012-05-12 | Redo Wall IDs | Simon Robertshaw | 14 | -271/+372 | |
| 2012-05-12 | Fix crash after closing display options (vid_buf was being freed) | jacksonmj | 1 | -1/+1 | |
| 2012-05-12 | Don't hide stickman when energy particles pass through his head | jacksonmj | 1 | -1/+1 | |
| 2012-05-12 | Added a GUI error box for window resizing failure. | Savely Skresanov | 1 | -0/+5 | |
| 2012-05-12 | Check screen resolution before scaling game window. | savask | 1 | -0/+6 | |
| 2012-05-12 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-05-12 | Allow TTAN to conduct more than once | Simon Robertshaw | 1 | -1/+1 | |
| 2012-05-12 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -3/+4 | |
| 2012-05-12 | Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity ↵ | Simon Robertshaw | 9 | -26/+282 | |
| lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT | |||||
| 2012-05-11 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+4 | |
| 2012-05-11 | New element: Titanium, absorbs some neutrons, acts as a solid wall to air. ↵ | Simon Robertshaw | 7 | -14/+43 | |
| Move blockair filling into update_particles so it can be used by elements | |||||
| 2012-05-11 | Fix TNT not exploding if multiple TNT particles are in the same place | jacksonmj | 1 | -0/+1 | |
| flood_prop only changes the tmp value of one TNT particle at each coordinate. So some TNT particles can retain tmp=1 and keep running flood_prop, stopping the TNT from exploding. | |||||
| 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-09 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+2 | |
| 2012-05-07 | Limit gel tmp value | jacksonmj | 1 | -0/+2 | |
| 2012-05-07 | Default elements in gamemodel | Simon Robertshaw | 1 | -2/+2 | |
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 260 | -4161/+12563 | |
| 2012-05-07 | Change pipe and portal to check element type using properties instead of ↵ | jacksonmj | 2 | -4/+4 | |
| falldown and state | |||||
| 2012-05-06 | Added GPLv3+ license headers to all files in src/elements/ | Aditya Vaidya | 103 | -2/+1547 | |
| 2012-05-06 | Merge pull request #62 from atlaua/master | jacksonmj | 1 | -1/+0 | |
| Fix build – Remove <version.h> include | |||||
| 2012-05-06 | Remove <version.h> include | atlaua | 1 | -1/+0 | |
| The last commit removed the empty includes/version.h. But as src/main.c still refers to it, that causes the build to fail. Fixes commit a1aeabe | |||||
