| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2012-07-20 | Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV... | Simon Robertshaw | 1 | -33/+97 |
| 2012-07-20 | Ensure GameSave internal pointers are NULL at the start | Simon Robertshaw | 1 | -4/+26 |
| 2012-07-18 | Working comment submission | Simon Robertshaw | 2 | -0/+63 |
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 3 | -0/+24 |
| 2012-07-06 | Move array terminator for sign saving into if statement | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-22 | Success/Failure return from Asyn Task, Prompt to visit website upon update fa... | Simon Robertshaw | 3 | -21/+47 |
| 2012-06-22 | Multiple pages of comments | Simon Robertshaw | 3 | -4/+7 |
| 2012-06-22 | Stage 2 of autoupdate working | Simon Robertshaw | 1 | -9/+9 |
| 2012-06-22 | Client now provides methods for reading and saving preferences - less powerfu... | Simon Robertshaw | 2 | -4/+233 |
| 2012-06-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -22/+19 |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli... | Simon Robertshaw | 3 | -1/+119 |
| 2012-06-18 | Ensure partsSimIndex is freed upon success state of OPS parsing | Simon Robertshaw | 1 | -0/+2 |
| 2012-06-18 | Better freeing for memory in GameSave | Simon Robertshaw | 1 | -22/+17 |
| 2012-06-12 | TPT: oxygen fusion, fix two small bugs | Simon Robertshaw | 1 | -0/+2 |
| 2012-06-12 | TPT: Check for version before enabling movable flag for sponge. 393d247312 | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-12 | TPT: strncpy for loading sign text in OPS 433c1881bc | Simon Robertshaw | 1 | -1/+5 |
| 2012-06-12 | TPT: Save soap bubbles 6717f4ff32 | Simon Robertshaw | 1 | -4/+121 |
| 2012-06-12 | OPS loading: don't replace existing particles twice, and clear soap c… | Simon Robertshaw | 1 | -33/+0 |
| 2012-06-12 | TPT: Save tmp2 for tron c8a1524d6b | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-12 | TPT: Fix includes for OSX and BSD a75da2c4c3 | Simon Robertshaw | 1 | -1/+3 |
| 2012-06-12 | TPT: BSD Platform, -DBSD 9e18556ae6 | Simon Robertshaw | 1 | -2/+4 |
| 2012-06-10 | Uncomment bounds checking for stamp loading | Simon Robertshaw | 1 | -5/+5 |
| 2012-06-10 | Change stamp storage to a list, insert new stamps at the begining, 'l' loads ... | Simon Robertshaw | 2 | -10/+30 |
| 2012-06-09 | Fix save rotation | Simon Robertshaw | 1 | -24/+63 |
| 2012-06-09 | Missing 'delete' on old blockMap data in save Tranformation | Simon Robertshaw | 1 | -16/+3 |
| 2012-06-09 | Unify stamp and clipboard placement code, GameSave translation and transoform... | Simon Robertshaw | 1 | -1/+102 |
| 2012-06-09 | Preview: Wait for save to load before opening, Simulation: Correct block coor... | Simon Robertshaw | 1 | -3/+0 |
| 2012-06-08 | Load save data when showing the save preview | Simon Robertshaw | 3 | -30/+54 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 8 | -26/+301 |
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 2 | -47/+45 |