summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-28Async Request methods for SaveInfo and SaveDataSimon Robertshaw1-0/+122
2013-07-27Call OnResponseReady with an identifier for the request, add a WebRequest classSimon Robertshaw1-0/+12
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 ↵jacob11-6/+14
pretending it worked
2013-06-27fix sim.loadStamp return value, remove VINE_MODEjacob11-1/+1
2013-06-21add error messages when errors happening while fav. / unfav.ing a save, ↵jacob11-6/+1
deleting a save, or unpublishing one. Also don't use session key in url to add a comment since it isn't needed
2013-06-02allow creating WIND lines from luajacob11-0/+4
2013-05-15finish return values for the legacy api, add sim.saveStamp and sim.loadStampjacob11-0/+2
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-3/+3
2013-03-22Use "http://" for update/startup checkSimon Robertshaw1-1/+1
2013-03-22Don't try to parse update check response if it's NULL!Simon Robertshaw1-1/+1
2013-03-21POST requests for APIRequest, allow saving user details from within the ↵Simon Robertshaw1-3/+40
game, Asynchronous HTTP POST
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw1-18/+37
2013-03-15fix gravatars not showing for moderatorsjacob11-1/+3
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw1-1/+1
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-12MergeSimon Robertshaw1-15/+56
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 Robertshaw1-3/+25
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-02-24fix problems found with valgrind with shifting stamps and savingjacob11-3/+3
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 Robertshaw1-1/+0
version change" This reverts commit b3a2ab735b76185715d7efd848659ef87ca70405.
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob11-0/+1
2013-01-07allow directory search to find files with the extension repeated twicejacob11-1/+1
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob11-0/+14
attempted to do MVC right?
2012-12-18fix mismatched malloc() / delete [], fixes # 106jacob11-1/+1
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 definedjacob11-0/+2
2012-12-16fix comment error messages not showingjacob11-2/+5
2012-12-15Add missing URL Protocol registration on WindowsSimon Robertshaw1-0/+52
2012-12-09New Conversation notificationsSimon Robertshaw1-0/+42
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users ↵Simon Robertshaw1-1/+1
become aware when their sessions expire.
2012-12-06fix compiling warnings / errorjacob11-1/+1
2012-11-26Stop using persistent connections when we don't need them. Force shutdown of ↵Simon Robertshaw1-2/+3
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-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob11-11/+11
filename not showing when first saving a local save
2012-10-05Flush stamps list to file when deletins, Rename stamps undelete function to ↵Simon Robertshaw1-2/+4
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 stampsjacob11-0/+23
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-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-13Save history and new multiline formatterSimon Robertshaw1-4/+7