| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-07-18 | logging in in the save preview will update the login button on the main screen | jacob1 | 1 | -4/+0 |
| 2013-07-15 | give an error when a local save isn't saved properly, instead of exiting and ... | jacob1 | 2 | -8/+16 |
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee... | jacob1 | 1 | -1/+1 |
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow... | jacob1 | 2 | -4/+19 |
| 2013-06-27 | fix sim.loadStamp return value, remove VINE_MODE | jacob1 | 1 | -1/+1 |
| 2013-06-24 | fix version tagging in saves | jacob1 | 1 | -2/+2 |
| 2013-06-21 | add error messages when errors happening while fav. / unfav.ing a save, delet... | jacob1 | 1 | -6/+1 |
| 2013-06-10 | Signed integers can be negative, so prop>x does not always correctly indicate... | jacksonmj | 1 | -5/+5 |
| 2013-06-07 | save publishing info in the save upload ui | jacob1 | 1 | -0/+3 |
| 2013-06-07 | make saves private by default again | jacob1 | 1 | -31/+82 |
| 2013-06-02 | allow creating WIND lines from lua | jacob1 | 1 | -0/+4 |
| 2013-05-16 | remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't co... | jacob1 | 1 | -0/+8 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -0/+2 |
| 2013-05-11 | D: | mniip | 7 | -7/+7 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 3 | -5/+4 |
| 2013-03-22 | Use "http://" for update/startup check | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-22 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+2 |
| 2013-03-22 | Don't try to parse update check response if it's NULL! | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-22 | fix compiling error | jacob1 | 1 | -1/+2 |
| 2013-03-21 | Merge | Simon Robertshaw | 1 | -2/+2 |
| 2013-03-21 | POST requests for APIRequest, allow saving user details from within the game,... | Simon Robertshaw | 7 | -8/+308 |
| 2013-03-16 | fix compiling error | jacob1 | 1 | -1/+1 |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 8 | -20/+186 |
| 2013-03-16 | Higher quality thumbnails for Renders | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-15 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+3 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 1 | -4/+2 |
| 2013-03-15 | fix gravatars not showing for moderators | jacob1 | 1 | -1/+3 |
| 2013-03-14 | Fix multiple free after merging multiple request objects | Simon Robertshaw | 2 | -3/+6 |
| 2013-03-14 | Move requestbroker into new folder, make request process function a method of... | Simon Robertshaw | 8 | -254/+286 |
| 2013-03-12 | More unnecessary string duplication | Simon Robertshaw | 1 | -7/+2 |
| 2013-03-12 | Remove unnecessary string duplication (http_init creates an internal copy of ... | Simon Robertshaw | 1 | -6/+1 |
| 2013-03-12 | Remove images from image cache on exit | Simon Robertshaw | 1 | -1/+4 |
| 2013-03-12 | Merge | Simon Robertshaw | 1 | -15/+56 |
| 2013-03-12 | Make thumbnailbroker more general purpose, image requests for requestbroker, ... | Simon Robertshaw | 5 | -265/+325 |
| 2013-03-11 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | cracker64 | 1 | -2/+2 |
| 2013-03-11 | Delete thumbnails on close. | cracker64 | 1 | -2/+5 |
| 2013-03-11 | fix small free/delete mismatch / a warning | jacob1 | 1 | -2/+2 |
| 2013-03-11 | fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ... | jacob1 | 1 | -14/+52 |
| 2013-03-10 | AvatarButton/holder, rename ThumbnailBroker for more general purposes | Simon Robertshaw | 4 | -24/+59 |
| 2013-03-10 | Fix some memory issues when closing preview UI too fast. | cracker64 | 1 | -0/+3 |
| 2013-03-09 | case insensetive local save searches, fix extention being counted in the match | jacob1 | 1 | -3/+9 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 7 | -45/+3 |
| 2013-03-03 | PSTN ctype sets the element that stops it, FRME with a tmp of one is non-stic... | jacob1 | 1 | -0/+3 |
| 2013-02-24 | fix 4 MB memory leak on every save | jacob1 | 1 | -0/+10 |
| 2013-02-24 | fix problems found with valgrind with shifting stamps and saving | jacob1 | 2 | -10/+10 |
| 2013-02-24 | fix crash when hovering the mouse over invalid wall types | jacob1 | 1 | -0/+6 |
| 2013-02-17 | Tag origin version info in save files | Simon Robertshaw | 1 | -0/+11 |
| 2013-02-15 | fix mac compiling, fix renderer, fix other minor compiling issues | jacob1 | 1 | -1/+1 |
| 2013-01-19 | Revert "move version info to version.h, no longer needs full recompile on ver... | Simon Robertshaw | 3 | -3/+0 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 3 | -0/+3 |