summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15Add missing URL Protocol registration on WindowsSimon Robertshaw1-0/+52
2012-12-12fix walls loading incorrectly in extremely old saves. Fix some invalid save ↵jacob11-31/+31
formats being loadable (it was onlychecking the 'O' in OPS)
2012-12-09New Conversation notificationsSimon Robertshaw3-0/+48
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users ↵Simon Robertshaw1-1/+1
become aware when their sessions expire.
2012-12-09C++erific text cleaner function, also, it's a good idea to actually clean ↵Simon Robertshaw1-6/+2
text coming from signs...
2012-12-06fix compiling warnings / errorjacob12-5/+5
2012-11-26Stop using persistent connections when we don't need them. Force shutdown of ↵Simon Robertshaw3-25/+73
Thumbnailbroker before http lib close, fixes #84
2012-11-18Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-0/+2
2012-11-18Ensure directory enumeration works whether there's a path seperator at the ↵Simon Robertshaw1-0/+3
end of the directory or not
2012-11-18update build number, which was incorrect. Add an easy way for mods to ignore ↵jacob11-0/+2
updates
2012-11-12Remove some debug printingSimon Robertshaw1-2/+4
2012-11-12Element palette for automatic element ID/mod mappingSimon Robertshaw2-2/+36
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob14-11/+18
filename not showing when first saving a local save
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 ↵Simon Robertshaw2-3/+5
rescan
2012-10-05fix problem with last commitjacob11-1/+1
there was no other missing stamps problem actually, just this
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 ↵Simon Robertshaw1-3/+2
doesn't always reach eof before not reading n
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 ↵jacob11-3/+11
(correctly)
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 ↵Simon Robertshaw1-12/+36
issues with the Tag ui. Fixes #157
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. ↵Simon Robertshaw1-0/+2
Fixes #174
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
previews.
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 ↵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-21Correct particlesCount when reading PSv format, particlesCount was being ↵Simon Robertshaw1-1/+1
assigned to the last index and thus was one less that desired. fixes #138
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