summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Initial check-in of movable solids. Save/Load/Undo do not work and may crash.Stanislaw Skowronek5-1/+19
2013-10-29Quick fix: Fix dummy key defs used by renderer and other non-input buildsSimon Robertshaw2-9/+28
2013-10-29Iterate through signs in reverse order when seeking for click events in ↵Simon Robertshaw1-1/+1
order to ensure when clicking on stacked signs the top-most sign is detected
2013-10-29Merge branch 'feature_sparksigns' into developSimon Robertshaw3-15/+43
2013-10-26f5: reload sim, f2: screenshot f3: toggle extra HUDjacob12-0/+13
2013-10-26Only cancel click events clickable signs (not all signs)Simon Robertshaw1-2/+5
2013-10-19Spark sign tool, {b|sometext}, when the sign is clicked, the a spark will be ↵Simon Robertshaw3-15/+40
created at the signs position. Also MouseDown events that draw particles from being triggered when clicking on a sign
2013-10-18fix bottom row of saves in the save browser being cut offjacob11-1/+1
2013-10-18fix not being able to select / see all elements in menus with tons of elementsjacob12-4/+4
2013-10-18revert b17ef7f93880 (couldn't figure out better fix for the new PSTN bug), ↵jacob11-5/+9
fix annoyance with clicking on save comments changing pages
2013-10-17Fix incorrect search page countjacksonmj1-1/+7
2013-09-28Fix tpt.get_numOfParts, add "C" next to temperature in HUDjacob11-2/+2
2013-09-15Forgot HUD description for FILT tmp=9jacksonmj1-2/+2
2013-09-08Enabled check for PIPE toojacksonmj1-1/+1
2013-09-08Include elements[].Enabled in check for invalid lava ctypejacksonmj3-2/+13
2013-08-30alternate keys: semicolon for replace mode, ctrl+semicolon for specific ↵jacob11-0/+7
delete (also couldn't figure out how to detect mac delete key)
2013-08-30fix bug where when sparks were reset, ctype wasn'tjacob11-1/+1
2013-08-29More FILT modes: XOR and NOTjacksonmj1-2/+2
2013-08-29Add a way for photons to set the colour of FILT (major version bump required)jacksonmj1-1/+12
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-26Whoops forgot to replace some redundant code related to regexmniip1-3/+2
2013-08-22specially per @savask's request, put matcher into a functionmniip2-36/+5
returns 0 if no match, returns position of pipe character if there is
2013-08-22regexless gameModelmniip2-15/+40
2013-08-22Fix sign save/topic regex.Saveliy Skresanov2-2/+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-28Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw7-19/+40
2013-07-28Use async requests/RequestBroker for PreviewModelSimon Robertshaw2-224/+83
2013-07-27fix your name being red on your own saves, not yellowjacob11-3/+3
2013-07-27fix right modifier keysjacob14-16/+25
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 Robertshaw10-10/+10
2013-07-25instant save option option, hold ctrl when clicking a save in the save ↵jacob18-23/+34
preview to skip the entire preview and not load the comments
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-18remove specific delete for walls, doesn't work very well and it conflicts ↵jacob12-2/+3
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 selectedjacob11-0/+2
2013-07-18stickmen element defaults to right selected element if possible, or else ↵jacob11-1/+21
still DUST
2013-07-18logging in in the save preview will update the login button on the main screenjacob13-20/+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 / ↵jacob18-9/+54
delete key, use ctrl+alt click to select what to use for the checks
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 uploadsjacob12-0/+4
2013-07-16deco menu button textures (not black)jacob14-23/+64
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-15give an error when a local save isn't saved properly, instead of exiting and ↵jacob12-5/+9
pretending it worked
2013-07-15fix quickoption tooltip (ctrl+g, not g)jacob12-5/+5
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵jacob14-10/+26
need to press to toggle them