| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-07-13 | fix being able to draw STKM and SPWN on top of other elements | jacob1 | 1 | -1/+1 |
| 2013-07-13 | hitting the buttons on the bottom while pasting a stamp will cancel the paste... | jacob1 | 1 | -1/+1 |
| 2013-07-13 | stamps and local saves rendered without fire, greatly improves loading times | jacob1 | 1 | -1/+1 |
| 2013-07-13 | fix being able to go one page too far in searches with the scroll wheel | jacob1 | 2 | -2/+2 |
| 2013-07-13 | WIFI lines aren't drawn in persistent mode, and are based on current temp, no... | jacob1 | 1 | -1/+1 |
| 2013-07-12 | update rules to fix some problems and more closely match the current rules. f... | jacob1 | 1 | -14/+15 |
| 2013-07-12 | fixes to wall and particle floodfill. Wall fill ignores particles and always ... | jacob1 | 2 | -11/+15 |
| 2013-07-11 | if the previewmodel has exited, the running threads should delete this | jacob1 | 1 | -0/+5 |
| 2013-07-10 | fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ... | jacob1 | 1 | -2/+2 |
| 2013-07-10 | minor changes / fixes to last commit | jacob1 | 1 | -60/+55 |
| 2013-07-10 | redo threading in PreviewModel so that you don't have to wait for everything ... | jacob1 | 2 | -139/+121 |
| 2013-07-06 | Fix #127, threads should not be cancelled after being joined | jacksonmj | 1 | -3/+15 |
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow... | jacob1 | 2 | -0/+16 |
| 2013-06-24 | change some wall descriptions a little | jacob1 | 2 | -2/+2 |
| 2013-06-23 | Add back replace mode and specific delete * | jacob1 | 1 | -9/+9 |
| 2013-06-22 | forgot to push this commit, SDL should only be included in 1 type of way | jacob1 | 1 | -1/+1 |
| 2013-06-21 | do ctrl+z snapshots when loading saves / stamps, makes it more predictable to... | jacob1 | 2 | -0/+2 |
| 2013-06-21 | add error messages when errors happening while fav. / unfav.ing a save, delet... | jacob1 | 5 | -16/+32 |
| 2013-06-21 | HUD displays the correct name of LIFE particles in the HUD, show mouse positi... | jacob1 | 3 | -25/+36 |
| 2013-06-20 | fix message when banned not fitting in the window, also partially fix issue #... | jacob1 | 2 | -7/+18 |
| 2013-06-09 | add the single saveID copytext button into the save preview too | jacob1 | 7 | -84/+97 |
| 2013-06-09 | remove debug printing I accidentally included again | jacob1 | 2 | -5/+0 |
| 2013-06-09 | SaveID Message after saving a save to the server (like the old tpt did). TODO... | jacob1 | 3 | -0/+140 |
| 2013-06-09 | fix problems with point queue, where it would draw a Point at A, a line from ... | jacob1 | 3 | -14/+15 |
| 2013-06-08 | fix tpt.selectedl not changing sometimes when using the element search or sam... | jacob1 | 5 | -20/+24 |
| 2013-06-08 | fix ToolTips on split buttons not working correctly (button overrode them), f... | jacob1 | 2 | -30/+25 |
| 2013-06-07 | save publishing info in the save upload ui | jacob1 | 3 | -5/+39 |
| 2013-06-07 | some minor changes to tools | jacob1 | 2 | -4/+4 |
| 2013-06-06 | WIND tool creates WIND just by holding down the line tool again | jacob1 | 2 | -2/+12 |
| 2013-06-06 | fix sim.NUM_PARTS, other small changes | jacob1 | 2 | -5/+5 |
| 2013-06-05 | fix not being able to draw tool lines or boxes, but you can still press ctrl+... | jacob1 | 1 | -11/+19 |
| 2013-06-02 | allow creating WIND lines from lua | jacob1 | 3 | -3/+3 |
| 2013-05-31 | fix bug where you had to start using a tool before setting it's strength | jacob1 | 3 | -30/+32 |
| 2013-05-30 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | jacob1 | 1 | -3/+3 |
| 2013-05-30 | some new sim and ren lua api functions | jacob1 | 4 | -9/+27 |
| 2013-05-17 | some more compiling fixes | mniip | 1 | -3/+3 |
| 2013-05-17 | new lua sim api functions to get/set deco color, load a save, and adjust coor... | jacob1 | 1 | -1/+1 |
| 2013-05-17 | fix tpt.selectedl sometimes being incorrect | jacob1 | 1 | -5/+6 |
| 2013-05-17 | rename GRAV back to PGRV, fix formatting in generator, remove useless file | jacob1 | 1 | -1/+1 |
| 2013-05-16 | lua simulation api functions for drawing with tools / deco | jacob1 | 3 | -33/+2 |
| 2013-05-16 | fix pause button. I'm not sure why I removed that ... | jacob1 | 1 | -0/+1 |
| 2013-05-15 | fix downvote button not being reset when you clear a save | jacob1 | 1 | -1/+1 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 4 | -9/+10 |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ... | jacob1 | 7 | -70/+67 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 4 | -21/+24 |
| 2013-05-14 | rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN | jacob1 | 1 | -1/+1 |
| 2013-05-13 | fix circle brush shape at some sizes | jacob1 | 1 | -2/+2 |
| 2013-05-12 | also check .Enabled in PROP | jacob1 | 1 | -1/+1 |
| 2013-05-12 | fix bug where you could set invalid types with PROP | jacob1 | 1 | -0/+6 |
| 2013-05-12 | Merge remote-tracking branch 'origin/master' | jacob1 | 17 | -17/+26 |