summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-06Crashes when drawing stickman at the edge of the screenjacksonmj1-19/+18
2011-07-06Fix crash when hovering over a non-existent thumbnailjacksonmj1-0/+2
2011-07-03Fix stickman head in rendererjacksonmj1-0/+1
2011-07-03Some fixes for non-existent particles in Luajacksonmj1-1/+15
Return 0 for get_property("type", ...) instead of erroring, to make checking for particles easier. Also stop x coordinate being used as a particle index if no particle exists at that location.
2011-07-01Savask experimental heat transferSimon Robertshaw3-3/+23
2011-06-28Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon1-1/+1
2011-06-28Use new font glyphSimon Robertshaw1-1/+1
2011-06-28Adjust font glyph 214Simon2-1/+1
2011-06-28Update font, add 'activated elements' glyph at position 214Simon3-3/+3
2011-06-28Powered Breakable clone, Gravity Pump, New menu section for powered elements ↵Simon Robertshaw11-31/+204
(needs icon)
2011-06-27Jagged arcsSimon Robertshaw2-0/+36
2011-06-27Better photons for persistent display, ability to toggle gravity view (ctrl+g)Simon Robertshaw5-15/+42
2011-06-26Ensure energy particles are always drawn on topSimon Robertshaw1-0/+3
2011-06-25Fix segfault with aray striking particles with abnormal ctypeSimon Robertshaw1-1/+1
2011-06-25Make pipe save ctype and tmpjacksonmj1-0/+6
2011-06-25Hot air rises [Experimental]Simon Robertshaw1-0/+6
2011-06-25Fix save buttonSimon Robertshaw1-1/+1
2011-06-25Strip extension when savingSimon Robertshaw1-0/+5
2011-06-25Keep opened filesSimon Robertshaw3-5/+40
2011-06-25Allow changing of stkm spawn element by setting ctypejacksonmj3-2/+12
2011-06-25Change checking back to ctype for Aray conditionSimon Robertshaw1-1/+2
2011-06-25Check photon map in Lua functions, and allow any ctypejacksonmj6-20/+25
Also add some extra checks on ctype in the rest of the game
2011-06-25Check particle exists in tpt.set_property, and sdl_scale mouse coords for ↵jacksonmj2-2/+4
Lua step
2011-06-25Visual Studio fixesjacksonmj6-35/+73
2011-06-25Fixes for high life stickmanjacksonmj3-4/+6
2011-06-25Use malloc in parse_save to avoid stack overflowjacksonmj1-1/+4
918 KiB arrays should not be allocated on the stack...
2011-06-25Fix issues with local saving when using scale:2jacksonmj1-1/+2
2011-06-25Small fixes for liquids in radial/Newtonian gravityjacksonmj1-4/+10
2011-06-25Better liquids movement in radial/Newtonian gravityjacksonmj1-2/+101
2011-06-25Include ambient heat in undojacksonmj3-6/+10
2011-06-25Fix fast photons reflecting through obstaclesjacksonmj1-19/+14
2011-06-25Fix walls for SING explosionsjacksonmj2-21/+30
2011-06-25Fix gravmap build up during repeated frame steppingjacksonmj2-4/+5
2011-06-25Pixel format conversionjacksonmj1-11/+59
2011-06-25Decor brush shape, and fix big thumb not changing when page changedjacksonmj1-0/+5
2011-06-25Fix soap stamp crashes, and fix stkm head colourjacksonmj2-9/+15
2011-06-25Merge pull request #32 from ief015/masterief0152-18/+67
added lua functions to aid with iterations through all particles
2011-06-25added functions to iterate through all particlesief0152-18/+67
+ tpt.start_getPartIndex() --starts the iteration + bool tpt.next_getPartIndex() --increases the iteration, returns true if there are more particles to iterate through + int tpt.getPartIndex() --get the current iteration value
2011-06-15Version incrementSimon1-1/+1
2011-06-15Include dir change for OS XSimon1-0/+6
2011-06-15Fix save_filename crashSimon Robertshaw1-2/+2
2011-06-15Version incrementSimon Robertshaw1-2/+2
2011-06-15Revert "Revert "Version increment""Simon Robertshaw1-1/+1
This reverts commit bcb7852762365a6cafd55204c9e86920bc772ac9.
2011-06-15Revert "Heat simulation improvement."Simon Robertshaw1-5/+2
This reverts commit 5e43bb0510e704b66120391c027c7568f5b6f920.
2011-06-15Revert "Changed thunder and plasma to work as before."Simon Robertshaw1-2/+2
This reverts commit fe9fd28b70f673cb3b2d4e7e0c345a7458416554.
2011-06-15Revert "Prevent photons stealing heat energy"Simon Robertshaw1-2/+3
This reverts commit aac8898f42e0e2fb3fcf6a3824ae19d8e676eb8c.
2011-06-15Revert "Version increment"Simon Robertshaw1-1/+1
This reverts commit af73fd17b228c553a71c36cae3c439398f20f905.
2011-06-14Version incrementSimon Robertshaw1-1/+1
2011-06-14Prevent photons stealing heat energySimon Robertshaw1-3/+2
2011-06-14Changed thunder and plasma to work as before.savask1-2/+2