summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28implement X11 clipboard pullmniip1-2/+54
2013-08-27Merge pull request #157 from mniip/patch-1cracker641-3/+2
regex
2013-08-26Whoops forgot to replace some redundant code related to regexmniip1-3/+2
2013-08-22Merge pull request #156 from mniip/regexjacob16-76/+34
regex fix
2013-08-22specially per @savask's request, put matcher into a functionmniip6-76/+34
returns 0 if no match, returns position of pipe character if there is
2013-08-22Merge pull request #155 from mniip/regexjacob17-50/+90
Remove regex dependency
2013-08-22oh, and remove dependencymniip3-15/+1
2013-08-22regexless gameModelmniip2-15/+40
2013-08-22regexless getTextmniip1-14/+27
2013-08-22remove regex in renderermniip1-6/+22
2013-08-22Fix sign save/topic regex.Saveliy Skresanov4-4/+4
2013-08-15Soap freezing temp is -25C nowSaveliy Skresanov1-2/+4
2013-08-11revert doxin changecracker641-1/+1
2013-08-11sconscript change from doxincracker641-2/+1
2013-08-09Fix tpt.element(<something not a string or number>) returning 1jacob11-1/+2
2013-07-29probably fix issue where your name on your own saves switched between yellow ↵jacob11-7/+14
and red, and save owner's comments weren't always red
2013-07-29fix occasional crash when flood fill deletingjacob11-3/+8
2013-07-28update version numberjacob11-2/+2
2013-07-28Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw8-21/+42
2013-07-28Use async requests/RequestBroker for PreviewModelSimon Robertshaw2-224/+83
2013-07-28Async Request methods for SaveInfo and SaveDataSimon Robertshaw2-0/+128
2013-07-28Fix request identifier trackingSimon Robertshaw1-0/+1
2013-07-27fix your name being red on your own saves, not yellowjacob11-3/+3
2013-07-27fix right modifier keysjacob15-18/+27
2013-07-27fix ctrl check in stamp and online browsersjacob14-4/+16
2013-07-27Call OnResponseReady with an identifier for the request, add a WebRequest classSimon Robertshaw23-29/+197
2013-07-26fix tpt.heat return valuejacob11-1/+1
2013-07-25instant save option option, hold ctrl when clicking a save in the save ↵jacob110-26/+38
preview to skip the entire preview and not load the comments
2013-07-25fix ctrl+x not deleting all signsjacob11-1/+1
2013-07-21can change comment pages without the scrollwheel, click and hold scrollbar ↵jacob16-40/+77
area to have it scroll to that point
2013-07-21when scrolling up through comments, it starts at the bottom of the page ↵jacob14-16/+19
instead of the top
2013-07-21your own comments are yellow, save owner's comments are red (like on the forums)jacob11-0/+4
2013-07-20unhide FOG and RIME elements. TODO: hide VINE from the menu? (seems useless, ↵jacob12-2/+2
would make the menu less scrolly)
2013-07-18remove specific delete for walls, doesn't work very well and it conflicts ↵jacob15-36/+24
with specific delete for elements Also prevent wall replace mode, could never do anything because walls already replace everything
2013-07-18flood delete will delete walls even if wall delete tool isn't selectedjacob12-15/+19
2013-07-18stickmen element defaults to right selected element if possible, or else ↵jacob14-30/+31
still DUST
2013-07-18logging in in the save preview will update the login button on the main screenjacob14-24/+3
2013-07-18ability to use zoom tool while placing stampsjacob11-42/+40
2013-07-18add back replace mode and specific delete. Activated with insert key / ↵jacob110-10/+58
delete key, use ctrl+alt click to select what to use for the checks
2013-07-17fix openGL compiling (most likely), fixes #146jacob12-0/+7
2013-07-17click a preset once to select it, twice to switch to deco set tool. Prevent ↵jacob12-3/+10
changing middle selected element in the deco editor
2013-07-17black decoration preset, improve look of deco buttons a littlejacob13-16/+19
2013-07-16save to server button is disabled when not logged in, but tags are viewable ↵jacob14-29/+33
(read only)
2013-07-16small attempt to reduce spam tagsjacob13-3/+4
2013-07-16add back rgba images in the local/server save uploadsjacob15-2/+28
2013-07-16deco menu button textures (not black)jacob15-24/+65
2013-07-16fix multiple deco presets being able to be selected at once, fix ↵jacob12-15/+13
"Decorations: Enable" coming up every time you open the deco editor, presets deselected when you leave editor
2013-07-15fix bug where saving and loading elements in saves relied on the name being ↵jacob13-7/+7
consistent between versions. The palette should only be used for lua elements
2013-07-15give an error when a local save isn't saved properly, instead of exiting and ↵jacob14-13/+25
pretending it worked
2013-07-15fix quickoption tooltip (ctrl+g, not g)jacob12-5/+5