summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Allow TTAN to conduct more than onceSimon Robertshaw1-1/+1
2012-05-12Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity l...Simon Robertshaw7-18/+260
2012-05-11New element: Titanium, absorbs some neutrons, acts as a solid wall to air. Mo...Simon Robertshaw5-14/+39
2012-05-11Fix TNT not exploding if multiple TNT particles are in the same placejacksonmj1-0/+1
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-07Limit gel tmp valuejacksonmj1-0/+2
2012-05-07Change pipe and portal to check element type using properties instead of fall...jacksonmj2-4/+4
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya103-2/+1547
2012-05-06Remove <version.h> includeatlaua1-1/+0
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj13-12/+176
2012-05-03Fix repeated download of same history thumbnailjacksonmj1-1/+1
2012-05-03Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+3
2012-05-03Remove stupid debug output for thumbnail cache, no idea why I have not remove...Simon Robertshaw1-2/+0
2012-04-30Fix crash when pasting text on platforms which don't support itjacksonmj1-1/+3
2012-04-30Oops, correct include AGAINSimon Robertshaw1-1/+1
2012-04-30Correct header include in SDLmain.mSimon Robertshaw1-1/+1
2012-04-30Woo, file opening for OS XSimon Robertshaw1-0/+382
2012-04-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw9-230/+351
2012-04-30Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient h...Simon Robertshaw2-2/+2
2012-04-30strncpy for loading sign text in OPSjacksonmj1-1/+1
2012-04-29Massive cleanup of sdl_scale, and fix moving a sign in the zoom windowjacksonmj3-171/+132
2012-04-29One gel particle can't absorb more than 100 water particles now.savask1-1/+1
2012-04-29Save soap bubblesjacksonmj1-6/+110
2012-04-29Fix bounds checking for SING and make explosion pressure area smallerjacksonmj1-6/+6
2012-04-28Fix bugs when moving signsjacksonmj2-6/+8
2012-04-28Line snapping for deco editorjacksonmj1-2/+15
2012-04-28Delete signs when cutting; change sign location check when savingjacksonmj2-6/+14
2012-04-27OPS loading: don't replace existing particles twice, and clear soap ctypejacksonmj1-1/+5
2012-04-27Use an array instead of ctype to cache tron colourjacksonmj2-21/+19
2012-04-27Save tmp2 for tronjacksonmj1-2/+2
2012-04-27Add tmp2 support to old consolejacksonmj1-8/+39
2012-04-27Fix includes for OSX and BSDSimon Robertshaw2-2/+6
2012-04-27It's hard to be a fool (fix for the fix)savask1-1/+1
2012-04-27Gel won't move solids any more.savask1-2/+8
2012-04-26BSD platform, -DBSDSimon Robertshaw2-4/+6
2012-04-25Fix "return 0;" in function returning void (create_box)Simon Robertshaw1-1/+1
2012-04-19Change STOR, PIPE, DUST to make correct use of .flags field.Simon Robertshaw6-16/+18
2012-04-19Fix sponge bug.savask3-3/+11
2012-04-18Ensure TRON head doesn't fadeSimon Robertshaw1-1/+1
2012-04-18Should fix any border crashescracker641-2/+2
2012-04-18Fix the bug where you could set "bad" temp to insulators.savask1-0/+1
2012-04-17Better description for troncracker641-1/+1
2012-04-17Alterations to TRON and fancy effectsSimon Robertshaw3-16/+55
2012-04-17TRON element, needs to glow and fancy explosion on crashcracker643-2/+165
2012-04-17A small fix for convection.savask1-1/+1
2012-04-15Viscosity change for gel. Water diffusion among sponge and gel (but withsavask2-0/+10
2012-04-15Added gel - a liquid with variable heat conductivity and viscosity.savask4-14/+87