summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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 uploadsjacob14-0/+26
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
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵jacob17-12/+39
need to press to toggle them
2013-07-13particles can't be drawn with the brush inside of walls they don't belong, ↵jacob11-1/+3
fix flood fill delete issue
2013-07-13fix being able to draw STKM and SPWN on top of other elementsjacob11-1/+1
2013-07-13hitting the buttons on the bottom while pasting a stamp will cancel the ↵jacob11-1/+1
paste (fixes stacking glitch)
2013-07-13stamps and local saves rendered without fire, greatly improves loading timesjacob11-1/+1
2013-07-13fix being able to go one page too far in searches with the scroll wheeljacob12-2/+2
2013-07-13WIFI lines aren't drawn in persistent mode, and are based on current temp, ↵jacob15-38/+14
not tmp, so they work when paused
2013-07-12update rules to fix some problems and more closely match the current rules. ↵jacob12-15/+16
fixes #126
2013-07-12fixes to wall and particle floodfill. Wall fill ignores particles and always ↵jacob15-52/+49
goes to the edges, while particle fill will only ignore walls it can't exist in, and flood particle erase won't check for walls / edges at all
2013-07-11if the previewmodel has exited, the running threads should delete thisjacob11-0/+5
2013-07-11fix bug where PSTN would write past tempParts and into other things, like ↵jacob11-4/+4
corrupting TRON colors and making it all blue
2013-07-10fix floodfill and prop floodfil with photonsjacob12-29/+30
2013-07-10fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ↵jacob14-9/+9
mode in visual studio
2013-07-10minor changes / fixes to last commitjacob11-60/+55
2013-07-10redo threading in PreviewModel so that you don't have to wait for everything ↵jacob12-139/+121
to load to quit, and the threads don't access any of PreviewModel's data
2013-07-09Fixed the bug with SPWN not creating when redoing (Ctrl-Z).Saveliy Skresanov1-0/+4
2013-07-07Merge branch 'master' of https://github.com/FacialTurd/The-Powder-ToySaveliy Skresanov1-3/+15
2013-07-07Fix the bug where stickmen were shooting LIGH only in one direction.Saveliy Skresanov1-1/+1
2013-07-06Fix #127, threads should not be cancelled after being joinedjacksonmj1-3/+15
2013-07-02Merge pull request #143 from mniip/foojacob11-4/+2
fix PSTN coloring
2013-07-02save more settings in powder.pref like ngrav_enable, aheat_enable, pretty ↵jacob15-11/+42
powders, and debug hud. Also save ambient heat in saves, and add a warning in the intro text in betas that you can't save publically
2013-06-28shouldn't use PIXR/G/B/PACK there, would break if using a non-standard bit ↵mniip1-4/+2
scheme
2013-06-27fix sim.loadStamp return value, remove VINE_MODEjacob15-6/+5
2013-06-24fix version tagging in savesjacob12-4/+4
2013-06-24change some wall descriptions a littlejacob15-17/+17
2013-06-23Add back replace mode and specific delete *jacob19-438/+414
* only usable by Lua