summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Tooltips for quick options menu, #113Simon Robertshaw2-3/+20
2012-08-25Tooltips for sign in button, fixes #113Simon Robertshaw1-1/+1
2012-08-24Don't you just hate those fencepost errors... Stop going out of bounds when t...Simon Robertshaw1-2/+2
2012-08-24Alt click alternative to middle clickingSimon Robertshaw1-0/+5
2012-08-24Fix install crash (somehow, I commented out the bit the gets the current dire...Simon Robertshaw1-1/+1
2012-08-24More efficient floodfill function for gravity walls, no need for larger stack...Simon Robertshaw1-10/+27
2012-08-24Prevent key overlap for Stickman movement and Gravity/Debug/Stamp actions, fi...Simon Robertshaw3-13/+33
2012-08-24Update generator to support derived element classes (In the form of Element_T...Simon Robertshaw1-29/+83
2012-08-24Fix prev, next buttons in Stamps browser. #141Simon Robertshaw2-5/+5
2012-08-21Limit SPNG saturation, and reduce absorption rate for GEL and SPNG with some ...jacksonmj2-9/+13
2012-08-21Correct proportions of CO2 and WATR when GEL/SPNG is absorbing BUBWjacksonmj2-8/+2
2012-08-21GEL and SPNG absorb water from more elements and leave behind what the water ...jacob13-4/+45
2012-08-21Remember Console historySimon Robertshaw2-2/+17
2012-08-21PPIP glowing brck in fire modeSimon Robertshaw1-2/+7
2012-08-21PPIP glowing brick in fire modeSimon Robertshaw1-1/+6
2012-08-21Fix stamps page countSimon Robertshaw4-35/+11
2012-08-21Fix gitattributes fileSimon Robertshaw1-2/+2
2012-08-21Use collapsed saves when using stamp browser, fix memory leak when saving stampsSimon Robertshaw2-3/+24
2012-08-21Add EMP flash, fixes #137Simon Robertshaw5-8/+15
2012-08-21Show stamp selection and placement in zoom window. Fixes #140Simon Robertshaw1-37/+37
2012-08-21Add missing files from e54eeaeSimon Robertshaw3-8/+10
2012-08-21Air heat simulation now knows about gravity mode. fixes #142Simon Robertshaw3-5/+10
2012-08-21Move tick time into engine, fixes #139Simon Robertshaw1-0/+3
2012-08-21Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw3-56/+91
2012-08-21Correct particlesCount when reading PSv format, particlesCount was being assi...Simon Robertshaw1-1/+1
2012-08-20final fusion fixesBryan Hoyle3-10/+44
2012-08-20Merge branch 'master' of github.com:FacialTurd/PowderToyppBryan Hoyle1-0/+4
2012-08-20HYGN now combusts and fuses properlyBryan Hoyle1-46/+47
2012-08-20Clear fire/persistent effects when clearing the simulation, fixes #136Simon Robertshaw1-0/+4
2012-08-20Limit on text width in textboxesSimon Robertshaw2-3/+6
2012-08-20Remove wall frame when loading saves, fixes #103Simon Robertshaw1-0/+1
2012-08-20Ensure localBrowser is NULL when starting to prevent crashSimon Robertshaw1-0/+1
2012-08-20Update version numberSimon Robertshaw1-2/+2
2012-08-20TPT: Prevent accidental infinite loops in lua, fixes #115Simon Robertshaw3-9/+29
2012-08-20TPT: Prevent CONV from destroying diamondSimon Robertshaw1-1/+1
2012-08-20TPT: Powered pipe, based on jacob1's commitsSimon Robertshaw6-90/+414
2012-08-20TPT: Error reporting in other things besides just step functions (No error re...Simon Robertshaw1-6/+13
2012-08-20TPT: fix enegery particles going into PIPESimon Robertshaw1-1/+1
2012-08-20TPT: fix set_property not checking stacked particles when specifying range, a...Simon Robertshaw1-13/+19
2012-08-20TPT: Fix salt/water proportions when dissolving into DSTW as wellSimon Robertshaw1-2/+4
2012-08-20TPT: Consistent proportions of WATR and SALT in SLTW (1 SALT + 3 WATR = 4 SLTW)Simon Robertshaw3-3/+5
2012-08-20Add missing legacy update functionSimon Robertshaw3-2/+120
2012-08-20Version Incrementchaos.powdertoy.co.uk1-3/+3
2012-08-20Correct position of context menus in scrolling panels, fixes #135Simon Robertshaw1-1/+1
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw5-4/+21
2012-08-19Herp derp, forgot to call dealloc in GameSave destructorSimon Robertshaw1-1/+1
2012-08-19Looks like calling the destructor manually is not a good idea.Simon Robertshaw2-4/+32
2012-08-19Catch exceptions when loading initial stampSimon Robertshaw1-2/+10
2012-08-19Pad frame numbers with zeros for screenshots and recordingSimon Robertshaw2-3/+22
2012-08-19Basic realistic heat and latent heat support.Savely Skresanov8-400/+167