summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-24Element search interface by pressing 'e'Simon Robertshaw3-0/+206
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-23Windows installation, register ptsave URL protocolSimon Robertshaw1-1/+54
2012-05-23ptsave protocolSimon Robertshaw1-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-23Check for version before enabling movable flag for sponge.Savely Skresanov1-1/+1
2012-05-23Fix the bug with stickman standing on the screen edge.Savely Skresanov1-4/+6
2012-05-23Fix the bug where gel didn't transfer water from sponge.Savely Skresanov1-0/+6
2012-05-23Make tron follow TRON_NOGROW , thought that was in there.... (github edit ↵cracker641-1/+2
because cate is annoying me)
2012-05-20Update gravity mask when loading OPS savesjacksonmj1-0/+1
2012-05-20Fix infinite loop when trying to detach soap with extra ctype bits setjacksonmj1-2/+2
2012-05-20Change order of bomb loops - delete particles before creating sparksjacksonmj1-12/+12
Fixes pressurised INVS being immune to bomb, as the sparks were being deleted instead of the INVS.
2012-05-20Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-05-17New flood_parts function, should fix crashing due to too much recursionjacksonmj1-64/+133
2012-05-17Spellingjacksonmj4-10/+10
("gases" seems to be the more popular version of the plural noun)
2012-05-16Move SDL_GetVideoInfo before SDL_SetVideoMode so it will probably fixSavely Skresanov1-7/+11
sizing issues for people.
2012-05-13Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-05-13URI handling for MacOSSimon Robertshaw5-2/+59
2012-05-12Make TTAN block pressure when framesteppingjacksonmj1-7/+2
2012-05-12Fix crash after closing display options (vid_buf was being freed)jacksonmj1-1/+1
2012-05-12Don't hide stickman when energy particles pass through his headjacksonmj1-1/+1
2012-05-12Added a GUI error box for window resizing failure.Savely Skresanov1-0/+5
2012-05-12Check screen resolution before scaling game window.savask1-0/+6
2012-05-12Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-05-12Allow TTAN to conduct more than onceSimon Robertshaw1-1/+1
2012-05-12Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-3/+4
2012-05-12Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity ↵Simon Robertshaw9-26/+282
lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT
2012-05-11Version Incrementchaos.powdertoy.co.uk1-3/+4
2012-05-11New element: Titanium, absorbs some neutrons, acts as a solid wall to air. ↵Simon Robertshaw7-14/+43
Move blockair filling into update_particles so it can be used by elements
2012-05-11Fix TNT not exploding if multiple TNT particles are in the same placejacksonmj1-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-11Remove silly copypasta from GPMP, causing gravity to depend on air pressureSimon Robertshaw1-2/+0
2012-05-11Fix for PUMPSimon Robertshaw1-10/+7
2012-05-09Base changes to HTTP.c on correct file versionSimon Robertshaw1-307/+306
2012-05-09Use CRLF instead of just LF for headers in GET requestsSimon Robertshaw1-308/+309
2012-05-09Version Incrementchaos.powdertoy.co.uk1-3/+2
2012-05-07Limit gel tmp valuejacksonmj1-0/+2
2012-05-07Change pipe and portal to check element type using properties instead of ↵jacksonmj2-4/+4
falldown and state
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya103-2/+1547
2012-05-06Merge pull request #62 from atlaua/masterjacksonmj1-1/+0
Fix build – Remove <version.h> include
2012-05-06Remove <version.h> includeatlaua1-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-06Change license from GPLv2+ to GPLv3+jacksonmj34-364/+1023
Also add headers stating the license to some more of the source files
2012-05-03Fix repeated download of same history thumbnailjacksonmj1-1/+1
https://github.com/FacialTurd/The-Powder-Toy/issues/53
2012-05-03Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-2/+4
2012-05-03Remove stupid debug output for thumbnail cache, no idea why I have not ↵Simon Robertshaw1-2/+0
removed this earlier
2012-04-30Fix crash when pasting text on platforms which don't support itjacksonmj1-1/+3
2012-04-30Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-04-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2012-04-30Oops, correct include AGAINSimon Robertshaw1-1/+1
2012-04-30Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-04-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-2/+3
2012-04-30Correct header include in SDLmain.mSimon Robertshaw1-1/+1
2012-04-30Version Incrementchaos.powdertoy.co.uk1-2/+3