summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob14-11/+18
2012-10-26limit the number of signs that can be placedjacob11-9/+1
2012-10-05don't render fire on stamps (reduces lag)jacob12-8/+9
2012-10-05Flush stamps list to file when deletins, Rename stamps undelete function to r...Simon Robertshaw2-3/+5
2012-10-05fix problem with last commitjacob11-1/+1
2012-10-05Stamp fix button to bring back deleted stampsjacob12-0/+24
2012-10-05fix visual studio compiling errors (but not the dirent.h one)jacob11-1/+1
2012-10-01Fix stamp library loading issue (wasn't loading beyond 512 bytes, readsome do...Simon Robertshaw1-3/+2
2012-10-01Fix wall clipping during stamp rotationSimon Robertshaw1-2/+2
2012-09-30Fix issue where thumbnails are sometimes the incorrect onesSimon Robertshaw3-21/+24
2012-09-30fix saves getting corrupted when saving, fix error messages not showing (corr...jacob11-3/+11
2012-09-29lock icon on unpublished savesjacob11-0/+2
2012-09-28HTTP/1.1: Allow multiple whitespace characters in header fieldsSimon Robertshaw1-5/+25
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-2/+2
2012-09-13Save history and new multiline formatterSimon Robertshaw3-7/+21
2012-09-11Fix buffer overflow with HTTP headers caused by recent \r\n commit"Simon Robertshaw1-1/+1
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