| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-09-08 | Enabled check for PIPE too | jacksonmj | 2 | -2/+4 |
| 2013-09-08 | Don't reset decorations when sparking with INWR+CRAY(most things) | jacksonmj | 1 | -10/+29 |
| 2013-09-08 | Include elements[].Enabled in check for invalid lava ctype | jacksonmj | 4 | -5/+16 |
| 2013-09-06 | fix segfault on wordwrapping a string with a character >=128 | mniip | 2 | -2/+2 |
| 2013-09-05 | fix BCOL melting and not burning when heat sim is off | jacob1 | 1 | -1/+1 |
| 2013-09-05 | Make effect of PROT on wifi and portals independent of channel temperature ra... | jacksonmj | 1 | -1/+14 |
| 2013-09-04 | new element: VIRS (also solid and gas virus states). Cured by SOAP (CURE elem... | jacob1 | 6 | -11/+255 |
| 2013-09-03 | proton collision reaction (might need to be modified). Also some ways to go t... | jacob1 | 2 | -49/+128 |
| 2013-09-02 | fix fixedRatio when VideoBuffer::Resize'ing, fixes #121 | mniip | 1 | -7/+4 |
| 2013-09-02 | new element: PROT (protons) TODO: proton colliders to produce heavier elements | jacob1 | 6 | -42/+181 |
| 2013-08-30 | ability to use Celcius and Farenheit in console | jacob1 | 1 | -6/+19 |
| 2013-08-30 | alternate keys: semicolon for replace mode, ctrl+semicolon for specific delet... | jacob1 | 1 | -0/+7 |
| 2013-08-30 | fix bug where when sparks were reset, ctype wasn't | jacob1 | 2 | -2/+2 |
| 2013-08-30 | fix bug where PROP wouldn't set properties of particle id 0 | jacob1 | 1 | -5/+5 |
| 2013-08-30 | move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking QRTZ... | jacob1 | 3 | -19/+34 |
| 2013-08-30 | fix PSTN bug found in save 1299509 (hopefully won't break anything) | jacob1 | 1 | -3/+4 |
| 2013-08-29 | FILT mode for old QRTZ scattering, for Catelite. | jacksonmj | 2 | -0/+13 |
| 2013-08-29 | More FILT modes: XOR and NOT | jacksonmj | 2 | -2/+6 |
| 2013-08-29 | Add a way for photons to set the colour of FILT (major version bump required) | jacksonmj | 7 | -27/+113 |
| 2013-08-26 | Whoops forgot to replace some redundant code related to regex | mniip | 1 | -3/+2 |
| 2013-08-22 | specially per @savask's request, put matcher into a function | mniip | 6 | -76/+34 |
| 2013-08-22 | oh, and remove dependency | mniip | 2 | -14/+0 |
| 2013-08-22 | regexless gameModel | mniip | 2 | -15/+40 |
| 2013-08-22 | regexless getText | mniip | 1 | -14/+27 |
| 2013-08-22 | remove regex in renderer | mniip | 1 | -6/+22 |
| 2013-08-22 | Fix sign save/topic regex. | Saveliy Skresanov | 4 | -4/+4 |
| 2013-08-15 | Soap freezing temp is -25C now | Saveliy Skresanov | 1 | -2/+4 |
| 2013-08-09 | Fix tpt.element(<something not a string or number>) returning 1 | jacob1 | 1 | -1/+2 |
| 2013-07-29 | probably fix issue where your name on your own saves switched between yellow ... | jacob1 | 1 | -7/+14 |
| 2013-07-29 | fix occasional crash when flood fill deleting | jacob1 | 1 | -3/+8 |
| 2013-07-28 | update version number | jacob1 | 1 | -2/+2 |
| 2013-07-28 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 8 | -21/+42 |
| 2013-07-28 | Use async requests/RequestBroker for PreviewModel | Simon Robertshaw | 2 | -224/+83 |
| 2013-07-28 | Async Request methods for SaveInfo and SaveData | Simon Robertshaw | 2 | -0/+128 |
| 2013-07-28 | Fix request identifier tracking | Simon Robertshaw | 1 | -0/+1 |
| 2013-07-27 | fix your name being red on your own saves, not yellow | jacob1 | 1 | -3/+3 |
| 2013-07-27 | fix right modifier keys | jacob1 | 5 | -18/+27 |
| 2013-07-27 | fix ctrl check in stamp and online browsers | jacob1 | 4 | -4/+16 |
| 2013-07-27 | Call OnResponseReady with an identifier for the request, add a WebRequest class | Simon Robertshaw | 23 | -29/+197 |
| 2013-07-26 | fix tpt.heat return value | jacob1 | 1 | -1/+1 |
| 2013-07-25 | instant save option option, hold ctrl when clicking a save in the save previe... | jacob1 | 10 | -26/+38 |
| 2013-07-25 | fix ctrl+x not deleting all signs | jacob1 | 1 | -1/+1 |
| 2013-07-21 | can change comment pages without the scrollwheel, click and hold scrollbar ar... | jacob1 | 6 | -40/+77 |
| 2013-07-21 | when scrolling up through comments, it starts at the bottom of the page inste... | jacob1 | 4 | -16/+19 |
| 2013-07-21 | your own comments are yellow, save owner's comments are red (like on the forums) | jacob1 | 1 | -0/+4 |
| 2013-07-20 | unhide FOG and RIME elements. TODO: hide VINE from the menu? (seems useless, ... | jacob1 | 2 | -2/+2 |
| 2013-07-18 | remove specific delete for walls, doesn't work very well and it conflicts wit... | jacob1 | 5 | -36/+24 |
| 2013-07-18 | flood delete will delete walls even if wall delete tool isn't selected | jacob1 | 2 | -15/+19 |
| 2013-07-18 | stickmen element defaults to right selected element if possible, or else stil... | jacob1 | 4 | -30/+31 |
| 2013-07-18 | logging in in the save preview will update the login button on the main screen | jacob1 | 4 | -24/+3 |