| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-24 | Element search interface by pressing 'e' | Simon Robertshaw | 2 | -0/+204 | |
| First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select. | |||||
| 2012-05-23 | Windows installation, register ptsave URL protocol | Simon Robertshaw | 1 | -1/+54 | |
| 2012-05-23 | ptsave protocol | Simon Robertshaw | 1 | -6/+63 | |
| ptsave:<id>#<name>~<username>, only ID is read, it must be the last argument (all arguments after ptsave are ignored for safety reason to prevent injecting other arguments links. | |||||
| 2012-05-23 | Check for version before enabling movable flag for sponge. | Savely Skresanov | 1 | -1/+1 | |
| 2012-05-23 | Fix the bug with stickman standing on the screen edge. | Savely Skresanov | 1 | -4/+6 | |
| 2012-05-23 | Fix the bug where gel didn't transfer water from sponge. | Savely Skresanov | 1 | -0/+6 | |
| 2012-05-23 | Make tron follow TRON_NOGROW , thought that was in there.... (github edit ↵ | cracker64 | 1 | -1/+2 | |
| because cate is annoying me) | |||||
| 2012-05-20 | Update gravity mask when loading OPS saves | jacksonmj | 1 | -0/+1 | |
| 2012-05-20 | Fix infinite loop when trying to detach soap with extra ctype bits set | jacksonmj | 1 | -2/+2 | |
| 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-17 | New flood_parts function, should fix crashing due to too much recursion | jacksonmj | 1 | -64/+133 | |
| 2012-05-17 | Spelling | jacksonmj | 2 | -3/+3 | |
| ("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-13 | URI handling for MacOS | Simon Robertshaw | 3 | -2/+55 | |
| 2012-05-12 | Make TTAN block pressure when framestepping | jacksonmj | 1 | -7/+2 | |
| 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 | 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 ↵ | Simon Robertshaw | 7 | -18/+260 | |
| lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT | |||||
| 2012-05-11 | New element: Titanium, absorbs some neutrons, acts as a solid wall to air. ↵ | Simon Robertshaw | 5 | -14/+39 | |
| 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-07 | Limit gel tmp value | jacksonmj | 1 | -0/+2 | |
| 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 | 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 | |||||
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 13 | -12/+176 | |
| Also add headers stating the license to some more of the source files | |||||
| 2012-05-03 | Fix repeated download of same history thumbnail | jacksonmj | 1 | -1/+1 | |
| https://github.com/FacialTurd/The-Powder-Toy/issues/53 | |||||
| 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 ↵ | Simon Robertshaw | 1 | -2/+0 | |
| removed this earlier | |||||
| 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 ↵ | Simon Robertshaw | 2 | -2/+2 | |
| heat, Add PROP_NOAMBHEAT to FILT to fix http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=13579 | |||||
| 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 | |
| Making the area smaller means a bit less pressure is generated, but it does stop the pressure going through walls | |||||
| 2012-04-28 | Fix bugs when moving signs | jacksonmj | 2 | -6/+8 | |
| Signs could not be repositioned on top of another sign (dependent on the indices of the two signs), and could not be placed after selecting an element from the menu. | |||||
| 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 | |
| Save signs within the original box that was drawn by the user, not within the box that has been expanded to match the wall grid | |||||
| 2012-04-27 | OPS loading: don't replace existing particles twice, and clear soap ctype | jacksonmj | 1 | -1/+5 | |
