summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Fix CRAY bug that deletes particle 0jacob11-2/+2
2013-03-25Fix NEUT not going through INVSjacob11-0/+1
2013-03-23Merge remote-tracking branch 'origin/master'jacob11-2/+2
2013-03-23CFLM defusses VIBR, a few speed improvements to VIBRjacob12-50/+76
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 Robertshaw4-7/+7
2013-03-21POST requests for APIRequest, allow saving user details from within the game,...Simon Robertshaw9-11/+425
2013-03-17add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 loop...jacob13-5/+5
2013-03-16fix compiling errorjacob11-1/+1
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw24-151/+119
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw18-23/+320
2013-03-16add identifier constants based on the display name to the lua apijacob15-13/+20
2013-03-16Remove unnecessary code in legacy part.Saveliy Skresanov1-36/+0
2013-03-16Narrowed loops for all elements in the first list.Saveliy Skresanov20-139/+136
2013-03-16Higher quality thumbnails for RendersSimon Robertshaw1-1/+1
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw8-11/+89
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw6-13/+34
2013-03-16new PSTN arms get deco color of the pushing pistonsjacob12-1/+7
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob16-11/+82
2013-03-15fix scrollbar not showing in scrollpanels if your mouse starts out already on...jacob11-0/+1
2013-03-15Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw3-7/+10
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw11-61/+68
2013-03-15fix gravatars not showing for moderatorsjacob13-7/+10
2013-03-14Fix multiple free after merging multiple request objectsSimon Robertshaw2-3/+6
2013-03-14Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw169-7245/+7243
2013-03-14Move requestbroker into new folder, make request process function a method of...Simon Robertshaw16-262/+294
2013-03-13change BOUNDS_CHECK define to just be true, it isn't needed since an element ...jacob11-1/+1
2013-03-13fix all tab spacing issues in all the element filesjacob1169-7245/+7243
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 Robertshaw18-59/+149
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ...Simon Robertshaw14-310/+384
2013-03-12delete ancient changelog.txtjacob11-1/+1
2013-03-11Change some old NEUTPENETRATE to NEUTPASS, NEUT should only displace GOO, WOO...cracker6410-13/+11
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 ...jacob12-34/+71
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw15-40/+306
2013-03-10Use cancels instead of pthread_getattr_np for compatibility.cracker642-54/+52
2013-03-10Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitcracker645-7/+18
2013-03-10Fix some memory issues when closing preview UI too fast.cracker642-9/+55
2013-03-09fix empty signs being created when shifting them out of bounds, draw parts of...jacob13-4/+16
2013-03-09Merge remote-tracking branch 'origin/master'jacob13-11/+14
2013-03-09allow new searches even if tags haven't loadedjacob12-3/+3
2013-03-09Don't leak saveComments vector in PreviewModel, also don't create unnecessary...Simon Robertshaw3-11/+14