| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-29 | FILT mode for old QRTZ scattering, for Catelite. | jacksonmj | 2 | -0/+13 | |
| FILT graphics could maybe do with changing in this mode. | |||||
| 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 | |
| Also add some new FILT modes, and make FILT modes affect BIZR and BRAY colour in the same way as they affect photon colour. Photons passing next to DTEC will set the colour of all FILT in a straight line starting from any FILT adjacent to the DTEC (a bit like an ARAY beam), and the exact colour of the photon will be used for FILT interactions instead of the colour based on temperature. FILT tmp=4: red shift, tmp=5: blue shift. Size of shift determined by FILT temperature. tmp=6: FILT has no effect on photon colour (possible before by using invalid tmp modes, but here's a supported method of doing it. Invalid tmp modes should be automatically replaced in existing saves). Also, FILT mode is now described in the HUD. | |||||
| 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 | |
| returns 0 if no match, returns position of pipe character if there is | |||||
| 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 | |
| and red, and save owner's comments weren't always red | |||||
| 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 ↵ | jacob1 | 10 | -26/+38 | |
| preview to skip the entire preview and not load the comments | |||||
| 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 ↵ | jacob1 | 6 | -40/+77 | |
| area to have it scroll to that point | |||||
| 2013-07-21 | when scrolling up through comments, it starts at the bottom of the page ↵ | jacob1 | 4 | -16/+19 | |
| instead of the top | |||||
| 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 | |
| would make the menu less scrolly) | |||||
| 2013-07-18 | remove specific delete for walls, doesn't work very well and it conflicts ↵ | jacob1 | 5 | -36/+24 | |
| with specific delete for elements Also prevent wall replace mode, could never do anything because walls already replace everything | |||||
| 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 ↵ | jacob1 | 4 | -30/+31 | |
| still DUST | |||||
| 2013-07-18 | logging in in the save preview will update the login button on the main screen | jacob1 | 4 | -24/+3 | |
| 2013-07-18 | ability to use zoom tool while placing stamps | jacob1 | 1 | -42/+40 | |
| 2013-07-18 | add back replace mode and specific delete. Activated with insert key / ↵ | jacob1 | 10 | -10/+58 | |
| delete key, use ctrl+alt click to select what to use for the checks | |||||
| 2013-07-17 | fix openGL compiling (most likely), fixes #146 | jacob1 | 2 | -0/+7 | |
| 2013-07-17 | click a preset once to select it, twice to switch to deco set tool. Prevent ↵ | jacob1 | 2 | -3/+10 | |
| changing middle selected element in the deco editor | |||||
| 2013-07-17 | black decoration preset, improve look of deco buttons a little | jacob1 | 3 | -16/+19 | |
| 2013-07-16 | save to server button is disabled when not logged in, but tags are viewable ↵ | jacob1 | 4 | -29/+33 | |
| (read only) | |||||
| 2013-07-16 | small attempt to reduce spam tags | jacob1 | 3 | -3/+4 | |
| 2013-07-16 | add back rgba images in the local/server save uploads | jacob1 | 4 | -0/+26 | |
| 2013-07-16 | deco menu button textures (not black) | jacob1 | 5 | -24/+65 | |
| 2013-07-16 | fix multiple deco presets being able to be selected at once, fix ↵ | jacob1 | 2 | -15/+13 | |
| "Decorations: Enable" coming up every time you open the deco editor, presets deselected when you leave editor | |||||
| 2013-07-15 | fix bug where saving and loading elements in saves relied on the name being ↵ | jacob1 | 3 | -7/+7 | |
| consistent between versions. The palette should only be used for lua elements | |||||
| 2013-07-15 | give an error when a local save isn't saved properly, instead of exiting and ↵ | jacob1 | 4 | -13/+25 | |
| pretending it worked | |||||
| 2013-07-15 | fix quickoption tooltip (ctrl+g, not g) | jacob1 | 2 | -5/+5 | |
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵ | jacob1 | 7 | -12/+39 | |
| need to press to toggle them | |||||
| 2013-07-13 | particles can't be drawn with the brush inside of walls they don't belong, ↵ | jacob1 | 1 | -1/+3 | |
| fix flood fill delete issue | |||||
| 2013-07-13 | fix being able to draw STKM and SPWN on top of other elements | jacob1 | 1 | -1/+1 | |
