summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-11Removed HistoryNick Moreland1-463/+0
2012-08-10Fix setting ctype names in old consolejacob11-7/+17
2012-08-10remove restriction on ctype in old consolejacob11-5/+5
(amended to not reindent whole file)
2012-08-09Error reporting in other things besides just step functionsjacob11-8/+24
2012-08-09right click reload button to go back to open_ui, reload button disappears ↵jacob11-1/+6
when clear button used (amended since TPT doesn't have the instant_open argument to open_ui)
2012-08-09Give menu color to elements without one (stickmen, TRON, and WARP) The color ↵jacob17-59/+14
is ignored, so they still look the same (amended to remove "*pixel_mode &= ~PMODE;", since *pixel_mode is set to PSPEC_STICKMAN immediately afterwards)
2012-08-09update READMEjacob11-4/+92
2012-08-09more things saved in powder.prefjacob11-1/+12
2012-08-09ctrl+w for gravity cycle with stkm2Jacob11-1/+1
2012-08-09local save deletionJacob11-1/+23
2012-08-09fix energy particles going in pipejacob11-1/+1
2012-08-09Fix the PROP interface bug from inside of list_process toojacob11-2/+3
2012-08-09Fix some bugs in PROP and local saving interfacesjacob11-2/+9
2012-08-09don't upload NULL savesjacob11-0/+5
2012-08-09photon heating/coolingjacob11-6/+9
2012-08-09actually add dcolor getting, implement tpt.display_modejacob11-2/+4
2012-08-09fix set_property not checking stacked particles, add dcolor property ↵jacob11-14/+14
setting/getting
2012-08-09Reset emp flash when the save is cleared/loadedjacob11-0/+1
2012-08-06Fix graphics function crashjacob11-10/+10
2012-08-02Fix salt/water proportions when dissolving into DSTW as welljacksonmj1-2/+4
2012-08-02Consistent proportions of WATR and SALT in SLTWjacksonmj4-6/+12
1 SALT + 3 WATR = 4 SLTW
2012-08-02Keep zoom window open when undoingjacksonmj1-1/+1
2012-08-02Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-08-02Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-2/+2
2012-08-02Fix zoom in deco modeSimon Robertshaw1-3/+13
2012-08-02Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-08-02Make console_ui cover up right menu marginSimon Robertshaw1-1/+1
2012-08-02Add console show button to quick menuSimon Robertshaw1-0/+1
2012-08-02Remove intro text when using ptsave: handlerSimon Robertshaw1-4/+1
2012-08-02move some key stuff out of sdl_poll, zoom won't be triggered even when ↵jacob13-98/+109
disabled by lua now Conflicts: src/interface.c src/main.c
2012-08-01Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-08-01Disable decorations by defaultSimon Robertshaw1-0/+1
2012-07-24Correct pasting text within existing text, courtesy of jacob1Simon Robertshaw1-1/+1
2012-07-190 is a valid value for activeMenujacksonmj1-1/+1
2012-07-19Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-07-12Now stickmen can shoot plasma.Savely Skresanov1-1/+4
2012-07-09Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-07-09Add ptypes.enabled checks to a few more placesjacksonmj10-15/+15
2012-07-09Salt should only melt ice that is above saltwater freezing temperaturejacksonmj1-1/+1
2012-07-08Optimization for GoL, Added brush size and mouse wheel to lua!cracker646-27/+38
2012-07-08This should fix PLNT lag just a little bit... (mostly after shooting through ↵cracker641-1/+1
NEUT)
2012-07-06Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-07-06Ensure an array terminator is only written if the signs array actually exists.Simon Robertshaw1-1/+1
2012-07-03Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-06-29C5 should not explode when touching cold INSLjacksonmj1-1/+1
2012-06-29Ensure any clicks on stacked save link signs only open the first found sign.Simon Robertshaw1-0/+1
2012-06-28Stop STKM being able to jump on the bottom of the screenjacksonmj1-5/+6
2012-06-28Prevent acid from eating broken glassjacksonmj1-1/+1
2012-06-28Prevent STKM falling through activated PVOD with a ctype that isn't STKMjacksonmj1-5/+18
2012-06-28Make VOID and BHOL eat stickmen againjacksonmj1-0/+13
Broken by making stickmen heads pass through everything, since the eating happened in try_move, which stickmen no longer use for head movement.