summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09case insensetive local save searches, fix extention being counted in the matchjacob11-3/+9
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob17-45/+3
unused variables from config.h
2013-03-03PSTN ctype sets the element that stops it, FRME with a tmp of one is ↵jacob11-0/+3
non-sticky (doesn't pull)
2013-02-24fix 4 MB memory leak on every savejacob11-0/+10
2013-02-24fix problems found with valgrind with shifting stamps and savingjacob12-10/+10
2013-02-24fix crash when hovering the mouse over invalid wall typesjacob11-0/+6
2013-02-17Tag origin version info in save filesSimon Robertshaw1-0/+11
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-1/+1
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ↵Simon Robertshaw3-3/+0
version change" This reverts commit b3a2ab735b76185715d7efd848659ef87ca70405.
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob13-0/+3
2013-01-13change some free/malloc's back to delete/new'sjacob11-81/+81
2013-01-07allow directory search to find files with the extension repeated twicejacob11-1/+1
2013-01-06fix mismatched free()/delete'sjacob11-1/+1
2012-12-29more scons fixes for windowsjacob11-0/+1
2012-12-18make sure that simulation variables are initialized, fixes things like water ↵jacob11-0/+6
equalization always being on in old saves
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob12-0/+15
attempted to do MVC right?
2012-12-18fix mismatched malloc() / delete [], fixes # 106jacob11-1/+1
2012-12-16Fix crash in GameSave::serialiseOPSjacksonmj1-1/+1
Only particlesCount particles have been copied from the Simulation. All the rest are uninitialised, and may have coordinates outside the game area. Using those uninitialised coordinates in the index for partsPosFirstMap may cause a crash.
2012-12-16More detailed error when opening non-existent directory.Simon Robertshaw1-2/+2
2012-12-16Print errors regardless of build typeSimon Robertshaw1-2/+0
2012-12-16fix output appearing in stdout without DEBUG definedjacob12-0/+4
2012-12-16fix comment error messages not showingjacob11-2/+5
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