Andrzej Kapolka
|
58b063ee12
|
Make sure we call allReferencesCleared on the right thread.
|
2014-04-17 11:13:22 -07:00 |
|
Stephen Birarda
|
ae4b8348a2
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
|
Stephen Birarda
|
6a51df9e38
|
initial regex replacement of headers
|
2014-04-08 17:30:36 -07:00 |
|
Andrzej Kapolka
|
52c8a865f1
|
Provide a means of tracking resource download progress. Until we have a
user-friendly progress meter/throbber, put the download progress in the
extended stats.
|
2014-03-26 15:53:19 -07:00 |
|
Andrzej Kapolka
|
34ddddae1b
|
Basic LRU cache. Closes #2234.
|
2014-03-10 12:06:07 -07:00 |
|
Andrzej Kapolka
|
d2f947aee1
|
Working on LRU cache for resources.
|
2014-03-10 10:49:38 -07:00 |
|
Andrzej Kapolka
|
8ec7a5e600
|
When we time out, report the last received/total counts.
|
2014-03-06 15:08:34 -08:00 |
|
Andrzej Kapolka
|
1468bd1b49
|
Add a five second download timeout timer: if that much time passes without
any progress, consider it an error.
|
2014-03-06 14:31:13 -08:00 |
|
Andrzej Kapolka
|
7ecfeeaba3
|
Do the actual reading of the reply on the worker thread. Otherwise, when we
read from the cache, we're reading synchronously from a file. Closes #2171.
|
2014-03-03 15:16:13 -08:00 |
|
Andrzej Kapolka
|
2f27d8ecd3
|
Process geometry/textures in worker threads (via QThreadPool). Closes #2137.
|
2014-02-28 16:14:02 -08:00 |
|
Andrzej Kapolka
|
21a149348b
|
When switching models, retain old one until new one is loaded. Closes #2146.
|
2014-02-28 13:57:25 -08:00 |
|
Andrzej Kapolka
|
73ec568b4b
|
Further work on request limiting.
|
2014-02-27 19:28:45 -08:00 |
|
Andrzej Kapolka
|
29f7954d20
|
Factored out bits common to resource caches, added global limit on number of
resources being requested at any one time.
|
2014-02-27 18:13:40 -08:00 |
|