summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-03Fix MOTD string copyjacksonmj1-1/+1
The missing terminating null character in the string copy meant that some of the previous message remained when the MOTD changed.
2012-09-02Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-09-02Move DTEC to electronics menujacksonmj1-1/+1
2012-09-02Change air tools to only act inside the brush, not in surrounding cells as welljacksonmj1-18/+2
2012-09-02tpt.element also converts numbers to namesjacob11-4/+13
2012-09-02cold phot doesn't burn thingsjacob11-1/+2
2012-09-02Fix things melting with heat sim offjacob11-14/+14
(caused by copy and paste, note that their airloss is all the same)
2012-09-02DTEC, generates a spark when something with it's ctype is nearbyjacob14-8/+81
2012-09-02WOOD and PLNT turn grey when hot, bluish when coldjacksonmj4-2/+64
2012-08-21Limit SPNG saturation, and reduce absorption rate for GEL and SPNG with some ↵jacksonmj2-9/+13
elements
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
was mixed with
2012-08-21PPIP glowing brck in fire modeSimon Robertshaw1-2/+7
2012-08-20Version Incrementchaos.powdertoy.co.uk1-3/+3
2012-08-15Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-08-13Prevent CONV from destroying diamondjacob11-1/+1
2012-08-13Fix cut message, stamps/copying can be done backwards, fix xor_rectjacob13-24/+72
(amended to remove extra argument to build_save)
2012-08-13fix many crashes when out of memoryjacob13-5/+59
2012-08-13Powered pipe, based on jacob1's commitsjacksonmj8-57/+317
PSCN to turn on, NSCN to turn off, INST to reverse. Differences from jacob1's commit include: flood fill function that includes 1px diagonal pipes, powered/reversed state stored in tmp instead of flags, sparks from PSCN/NSCN/INST always take effect the following frame, single pixel pipe directions are a number from 0 to 7 so "if(coords)" does not check whether one is set (store another "transfers according to 1px pipe direction" bit for reverse flow).
2012-08-13Merge pull request #71 from reap3r119/masterSimon Robertshaw2-520/+510
Moved History to Changelog
2012-08-11Moved history to Changelog, as it was getting to be a little too long.Reap3r1192-57/+510
Lined up controls and command line options where possible.
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