summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't ↵jacob11-0/+8
conflict with lua elements (the 11th one won't work right now)
2013-05-15finish return values for the legacy api, add sim.saveStamp and sim.loadStampjacob11-0/+2
2013-05-11D:mniip7-7/+7
2013-03-22Move all GUI source files into gui/Simon Robertshaw3-5/+4
2013-03-22Use "http://" for update/startup checkSimon Robertshaw1-1/+1
2013-03-22Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+2
2013-03-22Don't try to parse update check response if it's NULL!Simon Robertshaw1-1/+1
2013-03-22fix compiling errorjacob11-1/+2
also bug, I had some weird formatting that broke the json parsing
2013-03-21MergeSimon Robertshaw1-2/+2
2013-03-21POST requests for APIRequest, allow saving user details from within the ↵Simon Robertshaw7-8/+308
game, Asynchronous HTTP POST
2013-03-16fix compiling errorjacob11-1/+1
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw8-20/+186
2013-03-16Higher quality thumbnails for RendersSimon Robertshaw1-1/+1
2013-03-15Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+3
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw1-4/+2
2013-03-15fix gravatars not showing for moderatorsjacob11-1/+3
2013-03-14Fix multiple free after merging multiple request objectsSimon Robertshaw2-3/+6
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw8-254/+286
of Request
2013-03-12More unnecessary string duplicationSimon Robertshaw1-7/+2
2013-03-12Remove unnecessary string duplication (http_init creates an internal copy of ↵Simon Robertshaw1-6/+1
the proxy string)
2013-03-12Remove images from image cache on exitSimon Robertshaw1-1/+4
2013-03-12MergeSimon Robertshaw1-15/+56
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ↵Simon Robertshaw5-265/+325
avatars in previewview
2013-03-11Merge branch 'master' of github.com:FacialTurd/The-Powder-Toycracker641-2/+2
2013-03-11Delete thumbnails on close.cracker641-2/+5
2013-03-11fix small free/delete mismatch / a warningjacob11-2/+2
2013-03-11fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ↵jacob11-14/+52
replacing some .c_str() pointers in client.cpp
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw4-24/+59
2013-03-10Fix some memory issues when closing preview UI too fast.cracker641-0/+3
I'm not sure if this pthread usage is ideal, but it does seem to work on linux.
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