summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2013-10-17Ignore invalid walls in some old saves, so that they load correctlyjacksonmj1-35/+41
2013-09-12fix SOAP crashes by making sure particle id's are between 0 and NPART. Also c...jacob11-3/+9
2013-09-12save pavg[] in saves, for VIRS, PIPE, and STORjacob11-2/+25
2013-09-08Missing breaks in readOPSjacksonmj1-0/+4
2013-08-30move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking QRTZ...jacob11-0/+15
2013-08-29Add a way for photons to set the colour of FILT (major version bump required)jacksonmj1-0/+16
2013-07-28Async Request methods for SaveInfo and SaveDataSimon Robertshaw2-0/+128
2013-07-28Fix request identifier trackingSimon Robertshaw1-0/+1
2013-07-27Call OnResponseReady with an identifier for the request, add a WebRequest classSimon Robertshaw13-19/+187
2013-07-18logging in in the save preview will update the login button on the main screenjacob11-4/+0
2013-07-15give an error when a local save isn't saved properly, instead of exiting and ...jacob12-8/+16
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee...jacob11-1/+1
2013-07-02save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow...jacob12-4/+19
2013-06-27fix sim.loadStamp return value, remove VINE_MODEjacob11-1/+1
2013-06-24fix version tagging in savesjacob11-2/+2
2013-06-21add error messages when errors happening while fav. / unfav.ing a save, delet...jacob11-6/+1
2013-06-10Signed integers can be negative, so prop>x does not always correctly indicate...jacksonmj1-5/+5
2013-06-07save publishing info in the save upload uijacob11-0/+3
2013-06-07make saves private by default againjacob11-31/+82
2013-06-02allow creating WIND lines from luajacob11-0/+4
2013-05-16remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't co...jacob11-0/+8
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
2013-03-21MergeSimon Robertshaw1-2/+2
2013-03-21POST requests for APIRequest, allow saving user details from within the game,...Simon Robertshaw7-8/+308
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 of...Simon Robertshaw8-254/+286
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
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
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
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
2013-03-09case insensetive local save searches, fix extention being counted in the matchjacob11-3/+9