| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some issues... | Simon Robertshaw | 1 | -12/+36 |
| 2012-09-03 | Use \r\n instead of just \n for HTTP headers | Simon Robertshaw | 1 | -14/+14 |
| 2012-09-03 | Move class definitions for ThumbnailBrokeer into header | Simon Robertshaw | 2 | -55/+50 |
| 2012-09-03 | Views in save Preview and use old vote bars. Fixes #171 | Simon Robertshaw | 3 | -3/+6 |
| 2012-09-03 | Ensure saves are expanded in memory when performing translate operations. Fix... | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-01 | No default description, fixes #153 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-27 | Enable decorations in renderer for local save items, disable for server save ... | Simon Robertshaw | 2 | -5/+12 |
| 2012-08-25 | OPS: Fix byte order when unpacking 4 byte tmp fields | Simon Robertshaw | 1 | -1/+1 |
| 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-21 | Correct particlesCount when reading PSv format, particlesCount was being assi... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: Powered pipe, based on jacob1's commits | Simon Robertshaw | 1 | -0/+13 |
| 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 | Herp derp, forgot to call dealloc in GameSave destructor | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Looks like calling the destructor manually is not a good idea. | Simon Robertshaw | 2 | -4/+32 |
| 2012-08-19 | Catch exceptions when loading initial stamp | Simon Robertshaw | 1 | -2/+10 |
| 2012-08-18 | Fix autoupdate issue where temp file is not deleted, fixes #128 | Simon Robertshaw | 2 | -5/+13 |
| 2012-08-17 | Load signs from OPS data | Simon Robertshaw | 1 | -1/+11 |
| 2012-08-17 | Red error, ensure residual actiondata is not read for RichLabel | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-14 | Fix crash caused by malformed preference files, fixes #110 | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-14 | Name colour formatting in comments | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-14 | Update gitignore, show votes correctly, fixes #97 | Simon Robertshaw | 1 | -14/+8 |
| 2012-08-14 | Remove temp files created by scheme handling | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-14 | ptsave scheme handling for Linux, addresses #97 | Simon Robertshaw | 1 | -0/+20 |
| 2012-08-14 | Fix crash when using search (std::remove doesn't seem to work as I expected),... | Simon Robertshaw | 1 | -11/+19 |
| 2012-08-13 | Fix bug where thumbnails would not always show in the search | Simon Robertshaw | 1 | -24/+35 |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 10 | -182/+190 |
| 2012-08-12 | Message of the day and user session check on startup | Simon Robertshaw | 3 | -4/+51 |
| 2012-08-10 | Installation with Ctrl+I, fixes #77 | Simon Robertshaw | 2 | -0/+189 |
| 2012-08-08 | PTsave opening | Simon Robertshaw | 2 | -0/+12 |
| 2012-08-08 | Perhaps FileExists shouldn't erase file contents... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-08 | Proxy from command line arg | Simon Robertshaw | 2 | -8/+19 |
| 2012-08-05 | Wall Edge option, fixes #70 | Simon Robertshaw | 2 | -0/+88 |
| 2012-08-04 | Tags, fixes #55 | Simon Robertshaw | 2 | -0/+50 |
| 2012-08-02 | Rename WIN32 preprocessor definition to WIN | ntoskrnl | 2 | -14/+14 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 6 | -7/+101 |
| 2012-07-31 | ThumbnailBroker for background retrieval and rendering | Simon Robertshaw | 5 | -0/+448 |
| 2012-07-29 | Filebrowser search, cleaner filenames | Simon Robertshaw | 2 | -1/+17 |
| 2012-07-28 | Implement search for DirectoryList | Simon Robertshaw | 1 | -4/+22 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 1 | -1/+16 |
| 2012-07-28 | Collapse gamesave to save space in memory | Simon Robertshaw | 2 | -16/+114 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 6 | -29/+210 |
| 2012-07-25 | TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122 | Simon Robertshaw | 1 | -2/+2 |
| 2012-07-25 | TPT: Save an extra tmp2 byte, for EXOT fed8b7b2ccc | Simon Robertshaw | 1 | -2/+12 |
| 2012-07-25 | TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942 | Simon Robertshaw | 1 | -1/+56 |
| 2012-07-24 | Integer values for prefs, Default decoration colour, clear decoration | Simon Robertshaw | 2 | -7/+116 |
| 2012-07-22 | Snapshot checking | Simon Robertshaw | 3 | -11/+23 |
| 2012-07-21 | Prevent race condition when reloading local stamps, fix task so "after()" get... | Simon Robertshaw | 1 | -2/+7 |