| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-07-22 | Snapshot checking | Simon Robertshaw | 3 | -11/+23 | |
| 2012-07-21 | Prevent race condition when reloading local stamps, fix task so "after()" ↵ | Simon Robertshaw | 1 | -2/+7 | |
| gets called and correct stamp name so they actually get deleted" | |||||
| 2012-07-20 | Use exceptions instead of goto to corrup state. Fix Fan wall loading with ↵ | Simon Robertshaw | 1 | -33/+97 | |
| PSV and New wall IDs with OPS | |||||
| 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 ↵ | Simon Robertshaw | 3 | -21/+47 | |
| failure | |||||
| 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 ↵ | Simon Robertshaw | 2 | -4/+233 | |
| powerful than raw access to Cajun, (no mixed type arrays, for example) but allows other save formats to be used, such as property lists on OS X | |||||
| 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 ↵ | Simon Robertshaw | 3 | -1/+119 | |
| Client (+ other client triggered events) | |||||
| 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 | |
| the first stamp or the previously used stamp, 'k' shows the stamp browser | |||||
| 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 ↵ | Simon Robertshaw | 1 | -1/+102 | |
| transoformation working (not particularly well) | |||||
| 2012-06-09 | Preview: Wait for save to load before opening, Simulation: Correct block ↵ | Simon Robertshaw | 1 | -3/+0 | |
| coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save | |||||
| 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 | |
| (stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser | |||||
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 2 | -47/+45 | |
| 2012-06-05 | Fix bmap reading error caused by signed/unsigned comparison | Simon Robertshaw | 2 | -5/+4 | |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ↵ | Simon Robertshaw | 2 | -0/+1551 | |
| for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation | |||||
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 2 | -4/+4 | |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-20 | Fix warning in Client.cppcpppcppc | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-19 | Allow deleting of stamps | Simon Robertshaw | 1 | -2/+11 | |
| 2012-04-14 | Add ability to get favourites | Simon Robertshaw | 2 | -10/+16 | |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵ | Simon Robertshaw | 2 | -5/+201 | |
| status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save | |||||
| 2012-04-06 | Confirmation Dialogue, Save selection and multi-delete | Simon Robertshaw | 2 | -0/+53 | |
| 2012-04-03 | Use a single instance of a background simulation for thumbnail rendering | Simon Robertshaw | 1 | -3/+11 | |
| 2012-04-02 | Stamps browser, placement + clipboard sampling and placement - No clipboard ↵ | Simon Robertshaw | 2 | -1/+123 | |
| or stamp thumbnail generation, needs thumbnail generator from SaveLoader | |||||
| 2012-03-22 | Add and remove tags.\nBrings to light an interesting issue with adding or ↵ | Simon Robertshaw | 2 | -0/+100 | |
| removing UI components within component Event handlers | |||||
| 2012-03-22 | More work on Tags - display tags in Tag window and Tag button | Simon Robertshaw | 1 | -1/+12 | |
| 2012-02-12 | Better names for sort, allow showing own saves | Simon Robertshaw | 2 | -2/+8 | |
| 2012-02-11 | Fix thumbnail alignment for save buttons, add code for building PSv format | Simon Robertshaw | 1 | -0/+1 | |
| 2012-02-11 | Comments on save preview and some minor changes for vote bars | Simon Robertshaw | 2 | -0/+48 | |
| 2012-02-01 | Use useragent for version, fix URl encoding | Simon Robertshaw | 2 | -12/+16 | |
