| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -81/+81 |
| 2013-01-07 | allow directory search to find files with the extension repeated twice | jacob1 | 1 | -1/+1 |
| 2013-01-06 | fix mismatched free()/delete's | jacob1 | 1 | -1/+1 |
| 2012-12-29 | more scons fixes for windows | jacob1 | 1 | -0/+1 |
| 2012-12-18 | make sure that simulation variables are initialized, fixes things like water ... | jacob1 | 1 | -0/+6 |
| 2012-12-18 | selecting a stamp moves it to the front of the list again (unless you hold ctrl) | jacob1 | 2 | -0/+15 |
| 2012-12-18 | fix mismatched malloc() / delete [], fixes # 106 | jacob1 | 1 | -1/+1 |
| 2012-12-16 | Fix crash in GameSave::serialiseOPS | jacksonmj | 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 | 2 | -0/+4 |
| 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-12 | fix walls loading incorrectly in extremely old saves. Fix some invalid save f... | jacob1 | 1 | -31/+31 |
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 3 | -0/+48 |
| 2012-12-09 | Use NotifyAuthUserChanged for GameController login, this will help users beco... | Simon Robertshaw | 1 | -1/+1 |
| 2012-12-09 | C++erific text cleaner function, also, it's a good idea to actually clean tex... | Simon Robertshaw | 1 | -6/+2 |
| 2012-12-06 | fix compiling warnings / error | jacob1 | 2 | -5/+5 |
| 2012-11-26 | Stop using persistent connections when we don't need them. Force shutdown of ... | Simon Robertshaw | 3 | -25/+73 |
| 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-11-12 | Remove some debug printing | Simon Robertshaw | 1 | -2/+4 |
| 2012-11-12 | Element palette for automatic element ID/mod mapping | Simon Robertshaw | 2 | -2/+36 |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 4 | -11/+18 |
| 2012-10-26 | limit the number of signs that can be placed | jacob1 | 1 | -9/+1 |
| 2012-10-05 | don't render fire on stamps (reduces lag) | jacob1 | 2 | -8/+9 |
| 2012-10-05 | Flush stamps list to file when deletins, Rename stamps undelete function to r... | Simon Robertshaw | 2 | -3/+5 |
| 2012-10-05 | fix problem with last commit | jacob1 | 1 | -1/+1 |
| 2012-10-05 | Stamp fix button to bring back deleted stamps | jacob1 | 2 | -0/+24 |
| 2012-10-05 | fix visual studio compiling errors (but not the dirent.h one) | jacob1 | 1 | -1/+1 |
| 2012-10-01 | Fix stamp library loading issue (wasn't loading beyond 512 bytes, readsome do... | Simon Robertshaw | 1 | -3/+2 |
| 2012-10-01 | Fix wall clipping during stamp rotation | Simon Robertshaw | 1 | -2/+2 |
| 2012-09-30 | Fix issue where thumbnails are sometimes the incorrect ones | Simon Robertshaw | 3 | -21/+24 |
| 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-28 | HTTP/1.1: Allow multiple whitespace characters in header fields | Simon Robertshaw | 1 | -5/+25 |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 1 | -2/+2 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 3 | -7/+21 |
| 2012-09-11 | Fix buffer overflow with HTTP headers caused by recent \r\n commit" | Simon Robertshaw | 1 | -1/+1 |