summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-12/+36
issues with the Tag ui. Fixes #157
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw1-0/+2
2012-08-24Fix install crash (somehow, I commented out the bit the gets the current ↵Simon Robertshaw1-1/+1
directory, leading to strlen op on a NULL pointer), fixes #145
2012-08-21Fix stamps page countSimon Robertshaw1-31/+0
2012-08-21Use collapsed saves when using stamp browser, fix memory leak when saving stampsSimon Robertshaw1-2/+23
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw1-1/+3
2012-08-19Catch exceptions when loading initial stampSimon Robertshaw1-2/+10
2012-08-18Fix autoupdate issue where temp file is not deleted, fixes #128Simon Robertshaw1-5/+10
2012-08-17Red error, ensure residual actiondata is not read for RichLabelSimon Robertshaw1-1/+2
2012-08-14Fix crash caused by malformed preference files, fixes #110Simon Robertshaw1-2/+2
2012-08-14Name colour formatting in commentsSimon Robertshaw1-1/+1
2012-08-14Update gitignore, show votes correctly, fixes #97Simon Robertshaw1-14/+8
2012-08-14Remove temp files created by scheme handlingSimon Robertshaw1-0/+1
2012-08-14ptsave scheme handling for Linux, addresses #97Simon Robertshaw1-0/+20
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-85/+94
2012-08-12Message of the day and user session check on startupSimon Robertshaw1-4/+44
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw1-0/+187
2012-08-08PTsave openingSimon Robertshaw1-0/+11
2012-08-08Perhaps FileExists shouldn't erase file contents...Simon Robertshaw1-1/+1
2012-08-08Proxy from command line argSimon Robertshaw1-8/+16
2012-08-05Wall Edge option, fixes #70Simon Robertshaw1-0/+84
2012-08-04Tags, fixes #55Simon Robertshaw1-0/+49
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-5/+5
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-6/+65
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw1-0/+5
2012-07-28Implement search for DirectoryListSimon Robertshaw1-4/+22
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-3/+98
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw1-7/+112
2012-07-22Snapshot checkingSimon Robertshaw1-5/+3
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" ↵Simon Robertshaw1-2/+7
gets called and correct stamp name so they actually get deleted"
2012-07-18Working comment submissionSimon Robertshaw1-0/+61
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-0/+21
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update ↵Simon Robertshaw1-6/+27
failure
2012-06-22Multiple pages of commentsSimon Robertshaw1-1/+3
2012-06-22Stage 2 of autoupdate workingSimon Robertshaw1-9/+9
2012-06-22Client now provides methods for reading and saving preferences - less ↵Simon Robertshaw1-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-20OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵Simon Robertshaw1-1/+85
Client (+ other client triggered events)
2012-06-10Uncomment bounds checking for stamp loadingSimon Robertshaw1-5/+5
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ↵Simon Robertshaw1-8/+25
the first stamp or the previously used stamp, 'k' shows the stamp browser
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-16/+38
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw1-3/+3
2012-05-15Move style into ComponentSimon Robertshaw1-1/+1
2012-04-20Fix warning in Client.cppcpppcppcSimon Robertshaw1-1/+1
2012-04-19Allow deleting of stampsSimon Robertshaw1-2/+11
2012-04-14Add ability to get favouritesSimon Robertshaw1-9/+15
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw1-5/+198
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-0/+52
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-3/+11
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw1-0/+112
or stamp thumbnail generation, needs thumbnail generator from SaveLoader