| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -0/+2 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 1 | -3/+3 |
| 2013-03-22 | Use "http://" for update/startup check | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-22 | Don't try to parse update check response if it's NULL! | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-21 | POST requests for APIRequest, allow saving user details from within the game,... | Simon Robertshaw | 1 | -3/+40 |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 1 | -18/+37 |
| 2013-03-15 | fix gravatars not showing for moderators | jacob1 | 1 | -1/+3 |
| 2013-03-14 | Move requestbroker into new folder, make request process function a method of... | Simon Robertshaw | 1 | -1/+1 |
| 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 | Merge | Simon Robertshaw | 1 | -15/+56 |
| 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 | 1 | -3/+25 |
| 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-02-24 | fix problems found with valgrind with shifting stamps and saving | jacob1 | 1 | -3/+3 |
| 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 | 1 | -1/+0 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 1 | -0/+1 |
| 2013-01-07 | allow directory search to find files with the extension repeated twice | jacob1 | 1 | -1/+1 |
| 2012-12-18 | selecting a stamp moves it to the front of the list again (unless you hold ctrl) | jacob1 | 1 | -0/+14 |
| 2012-12-18 | fix mismatched malloc() / delete [], fixes # 106 | jacob1 | 1 | -1/+1 |
| 2012-12-16 | More detailed error when opening non-existent directory. | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-16 | Print errors regardless of build type | Simon Robertshaw | 1 | -2/+0 |
| 2012-12-16 | fix output appearing in stdout without DEBUG defined | jacob1 | 1 | -0/+2 |
| 2012-12-16 | fix comment error messages not showing | jacob1 | 1 | -2/+5 |
| 2012-12-15 | Add missing URL Protocol registration on Windows | Simon Robertshaw | 1 | -0/+52 |
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 1 | -0/+42 |
| 2012-12-09 | Use NotifyAuthUserChanged for GameController login, this will help users beco... | Simon Robertshaw | 1 | -1/+1 |
| 2012-12-06 | fix compiling warnings / error | jacob1 | 1 | -1/+1 |
| 2012-11-26 | Stop using persistent connections when we don't need them. Force shutdown of ... | Simon Robertshaw | 1 | -2/+3 |
| 2012-11-18 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -0/+2 |
| 2012-11-18 | Ensure directory enumeration works whether there's a path seperator at the en... | Simon Robertshaw | 1 | -0/+3 |
| 2012-11-18 | update build number, which was incorrect. Add an easy way for mods to ignore ... | jacob1 | 1 | -0/+2 |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 1 | -11/+11 |
| 2012-10-05 | Flush stamps list to file when deletins, Rename stamps undelete function to r... | Simon Robertshaw | 1 | -2/+4 |
| 2012-10-05 | fix problem with last commit | jacob1 | 1 | -1/+1 |
| 2012-10-05 | Stamp fix button to bring back deleted stamps | jacob1 | 1 | -0/+23 |
| 2012-10-01 | Fix stamp library loading issue (wasn't loading beyond 512 bytes, readsome do... | Simon Robertshaw | 1 | -3/+2 |
| 2012-09-30 | fix saves getting corrupted when saving, fix error messages not showing (corr... | jacob1 | 1 | -3/+11 |
| 2012-09-29 | lock icon on unpublished saves | jacob1 | 1 | -0/+2 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 1 | -4/+7 |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some issues... | Simon Robertshaw | 1 | -12/+36 |
| 2012-09-03 | Views in save Preview and use old vote bars. Fixes #171 | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-24 | Fix install crash (somehow, I commented out the bit the gets the current dire... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-21 | Fix stamps page count | Simon Robertshaw | 1 | -31/+0 |
| 2012-08-21 | Use collapsed saves when using stamp browser, fix memory leak when saving stamps | Simon Robertshaw | 1 | -2/+23 |
| 2012-08-19 | Fix a few small (a lot of big) memory leaks associated with the stamps browser | Simon Robertshaw | 1 | -1/+3 |
| 2012-08-19 | Catch exceptions when loading initial stamp | Simon Robertshaw | 1 | -2/+10 |