summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some issues...Simon Robertshaw1-12/+36
2012-09-03Use \r\n instead of just \n for HTTP headersSimon Robertshaw1-14/+14
2012-09-03Move class definitions for ThumbnailBrokeer into headerSimon Robertshaw2-55/+50
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw3-3/+6
2012-09-03Ensure saves are expanded in memory when performing translate operations. Fix...Simon Robertshaw1-0/+2
2012-09-01No default description, fixes #153Simon Robertshaw1-1/+1
2012-08-27Enable decorations in renderer for local save items, disable for server save ...Simon Robertshaw2-5/+12
2012-08-25OPS: Fix byte order when unpacking 4 byte tmp fieldsSimon Robertshaw1-1/+1
2012-08-24Fix install crash (somehow, I commented out the bit the gets the current dire...Simon Robertshaw1-1/+1
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-21Correct particlesCount when reading PSv format, particlesCount was being assi...Simon Robertshaw1-1/+1
2012-08-20TPT: Powered pipe, based on jacob1's commitsSimon Robertshaw1-0/+13
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw1-1/+3
2012-08-19Herp derp, forgot to call dealloc in GameSave destructorSimon Robertshaw1-1/+1
2012-08-19Looks like calling the destructor manually is not a good idea.Simon Robertshaw2-4/+32
2012-08-19Catch exceptions when loading initial stampSimon Robertshaw1-2/+10
2012-08-18Fix autoupdate issue where temp file is not deleted, fixes #128Simon Robertshaw2-5/+13
2012-08-17Load signs from OPS dataSimon Robertshaw1-1/+11
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-14Fix crash when using search (std::remove doesn't seem to work as I expected),...Simon Robertshaw1-11/+19
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw1-24/+35
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw1-0/+2
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw10-182/+190
2012-08-12Message of the day and user session check on startupSimon Robertshaw3-4/+51
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw2-0/+189
2012-08-08PTsave openingSimon Robertshaw2-0/+12
2012-08-08Perhaps FileExists shouldn't erase file contents...Simon Robertshaw1-1/+1
2012-08-08Proxy from command line argSimon Robertshaw2-8/+19
2012-08-05Wall Edge option, fixes #70Simon Robertshaw2-0/+88
2012-08-04Tags, fixes #55Simon Robertshaw2-0/+50
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl2-14/+14
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw6-7/+101
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw5-0/+448
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw2-1/+17
2012-07-28Implement search for DirectoryListSimon Robertshaw1-4/+22
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw1-1/+16
2012-07-28Collapse gamesave to save space in memorySimon Robertshaw2-16/+114
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw6-29/+210
2012-07-25TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122Simon Robertshaw1-2/+2
2012-07-25TPT: Save an extra tmp2 byte, for EXOT fed8b7b2cccSimon Robertshaw1-2/+12
2012-07-25TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942Simon Robertshaw1-1/+56
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw2-7/+116
2012-07-22Snapshot checkingSimon Robertshaw3-11/+23
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" get...Simon Robertshaw1-2/+7