| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-08 | PTsave opening | Simon Robertshaw | 1 | -0/+11 | |
| 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 | 1 | -8/+16 | |
| 2012-08-05 | Wall Edge option, fixes #70 | Simon Robertshaw | 1 | -0/+84 | |
| 2012-08-04 | Tags, fixes #55 | Simon Robertshaw | 1 | -0/+49 | |
| 2012-08-02 | Rename WIN32 preprocessor definition to WIN | ntoskrnl | 1 | -5/+5 | |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -6/+65 | |
| 2012-07-31 | ThumbnailBroker for background retrieval and rendering | Simon Robertshaw | 1 | -0/+5 | |
| 2012-07-28 | Implement search for DirectoryList | Simon Robertshaw | 1 | -4/+22 | |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 1 | -3/+98 | |
| 2012-07-24 | Integer values for prefs, Default decoration colour, clear decoration | Simon Robertshaw | 1 | -7/+112 | |
| 2012-07-22 | Snapshot checking | Simon Robertshaw | 1 | -5/+3 | |
| 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-18 | Working comment submission | Simon Robertshaw | 1 | -0/+61 | |
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 1 | -0/+21 | |
| 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 | 1 | -6/+27 | |
| failure | |||||
| 2012-06-22 | Multiple pages of comments | Simon Robertshaw | 1 | -1/+3 | |
| 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 | 1 | -1/+211 | |
| 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 | OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵ | Simon Robertshaw | 1 | -1/+85 | |
| Client (+ other client triggered events) | |||||
| 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 | 1 | -8/+25 | |
| the first stamp or the previously used stamp, 'k' shows the stamp browser | |||||
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵ | Simon Robertshaw | 1 | -16/+38 | |
| (stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser | |||||
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 1 | -3/+3 | |
| 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 | 1 | -9/+15 | |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵ | Simon Robertshaw | 1 | -5/+198 | |
| status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save | |||||
| 2012-04-06 | Confirmation Dialogue, Save selection and multi-delete | Simon Robertshaw | 1 | -0/+52 | |
| 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 | 1 | -0/+112 | |
| 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 | 1 | -0/+98 | |
| 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 | 1 | -1/+7 | |
| 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 | 1 | -0/+46 | |
| 2012-02-01 | Use useragent for version, fix URl encoding | Simon Robertshaw | 1 | -3/+4 | |
| 2012-01-31 | Load user information from preferences, fps display for testing | Simon Robertshaw | 1 | -5/+68 | |
| 2012-01-30 | ASCII for key events, save and Textarea (no caret, yet) | Simon Robertshaw | 1 | -1/+54 | |
| 2012-01-28 | Voting, fix save browser | Simon Robertshaw | 1 | -4/+77 | |
| 2012-01-26 | Save loading and reloading | Simon Robertshaw | 1 | -4/+27 | |
| 2012-01-26 | I've got to a point where I can no longer be bothered to think of a proper ↵ | Simon Robertshaw | 1 | -2/+10 | |
| commit comment | |||||
| 2012-01-25 | Login working, segfaults sometimes | Simon Robertshaw | 1 | -20/+27 | |
| 2012-01-25 | Login complete (minus brokenness) | Simon Robertshaw | 1 | -14/+46 | |
| 2012-01-24 | Fix textbox | Simon Robertshaw | 1 | -1/+1 | |
| 2012-01-24 | Various | Simon Robertshaw | 1 | -1/+36 | |
| 2012-01-23 | Better element buttons, Save preview WIP | Simon Robertshaw | 1 | -1/+92 | |
| 2012-01-21 | Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵ | Simon Robertshaw | 1 | -7/+7 | |
| not a Thumbnail as I thought | |||||
