scummvm/backends/networking/curl
Alexander Tkachev c1124c9cda CLOUD: Handle Cloud requests more frequently
ConnectionManager used to poll Cloud requests every second, while curl
requests were polled every 1/20th of a second. If curl request was over
at, say, frame #21, corresponding Cloud request would've only work with
that at frame #40 (950 ms later), which was making everything
cloud-related slower than it could be. This commit fixes it by making
Cloud polling period the same as curl polling period, and additionally
raises FPS to 25.
2019-07-30 14:51:41 -04:00
..
connectionmanager.cpp CLOUD: Handle Cloud requests more frequently 2019-07-30 14:51:41 -04:00
connectionmanager.h CLOUD: Handle Cloud requests more frequently 2019-07-30 14:51:41 -04:00
curljsonrequest.cpp WIN32: Fix libcurl redefining ARRAYSIZE 2018-12-17 12:28:33 +02:00
curljsonrequest.h
curlrequest.cpp WIN32: Fix libcurl redefining ARRAYSIZE 2018-12-17 12:28:33 +02:00
curlrequest.h
networkreadstream.cpp WIN32: Fix libcurl redefining ARRAYSIZE 2018-12-17 12:28:33 +02:00
networkreadstream.h NETWORKING: Fix mismatched curl callback declaration and definition 2017-09-24 08:24:40 +02:00
request.cpp
request.h