summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Allow pixel scale selection of area to copy/stampjacksonmj1-16/+18
2011-08-25Improvements to getscriptSimon Robertshaw1-44/+69
2011-08-24Use HTTP instead of socketsBryan Hoyle1-55/+27
2011-08-24Small ui for confirming script download as to make script downloads within sc...Bryan Hoyle2-0/+4
2011-08-24Changing server address for script repositoryBryan Hoyle1-1/+1
2011-08-24Merge remote branch 'origin/master'Bryan Hoyle11-176/+207
2011-08-24Working tpt.getscriptid(<string: id>). Retrieves and runs a script from onlineBryan Hoyle2-1/+79
2011-08-23Added "Tools" menu.savask1-6/+9
2011-08-22Stray bracket, not cat+keyboardSimon Robertshaw1-1/+1
2011-08-22Lua keyevents bug, int keycode is cast to a charSimon Robertshaw1-2/+3
2011-08-22Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw5-91/+79
2011-08-22Fix electrode when in replace mode or specific delete modejacksonmj7-62/+71
2011-08-21Fix photons conducting heat to turned off HSWCjacksonmj1-1/+1
2011-08-20Make STKM spawn below PRTO (less likely to get stuck), and implement PROP_DEADLYjacksonmj1-9/+11
2011-08-20Change portal so that randomness never causes a particle to exit the same sid...jacksonmj3-54/+40
2011-08-20Fix STKM_init_legs and leg/head colours in prerender_savejacksonmj2-27/+27
2011-08-20Make 'Molten x' a little saferSimon Robertshaw1-1/+1
2011-08-20Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-0/+10
2011-08-20Changes to unify mouse and keyboard events for LuaSimon Robertshaw3-16/+36
2011-08-20Made HUD display molten things as "Molten something"savask1-0/+10
2011-08-20Fix Coal invisibility when drawn on pauseSimon Robertshaw1-6/+12
2011-08-20Stickman go through portalsjacksonmj4-117/+78
2011-08-19Menu scrolling for 'special' menuSimon Robertshaw1-20/+22
2011-08-19Revert "Move version check out of main()"Simon Robertshaw2-159/+137
2011-08-19Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-25/+21
2011-08-19Fix DEBUG_DRAWTOOL to work with line snappingjacksonmj2-11/+11
2011-08-19Memory leaks and uninitialised value in catalogue_uijacksonmj1-1/+3
2011-08-19Fix crash in prerender_save when STKM is near bottom of savejacksonmj1-24/+18
2011-08-19Fancy Coal effectsSimon Robertshaw3-2/+129
2011-08-19Allow reloading of opened filesSimon Robertshaw1-2/+13
2011-08-19Move version check out of main()jacksonmj2-137/+159
2011-08-19Reorganise a lot of Python console stuffSimon Robertshaw4-981/+1004
2011-08-19Fix save loading (enable replace mode) from the commandline, a bit of cleanup...Simon Robertshaw1-8/+3
2011-08-19Modify GBMB to only use lifejacksonmj3-22/+22
2011-08-19Prevent GBMB reacting with wallsjacksonmj1-1/+1
2011-08-19Move multiple STKM loading checkjacksonmj1-54/+59
2011-08-19Only do grav lensing when N-grav is on, and round coordinates correctlyjacksonmj2-8/+8
2011-08-16Added PGRV and NGRV for positive and negative gravity tools (sortof like air ...Bryan Hoyle4-7/+24
2011-08-16SPRK now makes electrons in WIREBryan Hoyle1-0/+3
2011-08-16GBMB now has cool flicker graphics.Bryan Hoyle1-10/+51
2011-08-16GBMB changesBryan Hoyle2-6/+9
2011-08-16I'm an idiot, had to replace the blendpixel because I forgot about fire mode.Bryan Hoyle1-0/+4
2011-08-16Accedentally put in a blendpixel, it is now removedBryan Hoyle1-3/+0
2011-08-16added gbmb which is an element that makes large amounts of gravity when it hi...Bryan Hoyle3-1/+37
2011-08-16Revert "Fixed a bug with clne having its ctype overridden by manually placed ...Bryan Hoyle1-5/+2
2011-08-16Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)""Bryan Hoyle3-2/+11
2011-08-16Revert "added lua command: tpt.setfpscap(int FPSCap)"Bryan Hoyle3-11/+2
2011-08-16Fixed a bug with clne having its ctype overridden by manually placed particles.Bryan Hoyle1-2/+5
2011-08-16added lua command: tpt.setfpscap(int FPSCap)Bryan Hoyle3-2/+11
2011-08-14Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw7-147/+128