Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-08 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
cmake and other files didn't get moved over, do it by hand. | |||
2012-09-07 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
Cmake files not merged correctly and had to be done by hand. New memory allocation made some memory usage tests in the llcorehttp integration tests no longer valid. Would like to work on LLLog sometime and get it to be consistent. Special flags needed for windows build of example program. | |||
2012-09-07 | DRTVWR-209 Additional merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
Restore original deleteRequest/removeRequest implementation removing a small race. Remove a short-lived additional timeout scheme on requests which really isn't appropriate as originally implemented as we can have very long-lived requests on big regions. | |||
2012-09-07 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
This was yet another refresh from v-d because of significant changes to lltexturefetch that would not have been resolvable by casual application of any merge tool. There are still a few questions outstanding but this is the initial, optimistic merge. | |||
2012-09-04 | merge changes for DRTVWR-207 | Oz Linden | |
2012-09-04 | merge changes for DRTVWR-206 | Oz Linden | |
2012-09-04 | tag merge of DRTVWR-206 | Oz Linden | |
2012-08-31 | merge changes for | Oz Linden | |
2012-08-31 | Added tag 3.3.4-release3 for changeset 351eea5f9dc1 | Oz Linden | |
2012-08-31 | tag merge of DRTVWR-207 | Oz Linden | |
2012-08-30 | Added tag 3.4.0-beta5 for changeset 573e863be2f2 | Oz Linden | |
2012-08-30 | WIP INTL-46 Set24 translation for traditional chinese; add new files; remove ↵ | eli | |
obsolete files | |||
2012-08-30 | FIX INTL-101 translation of set33 for 8 languages; add new files; remove ↵ | eli | |
obsolete files | |||
2012-08-29 | merge changes for DRTVWR-205 | Oz Linden | |
2012-08-29 | tag merge of DRTVWR-205 | Oz Linden | |
2012-08-29 | WIP INTL-46 Traditional Chinese translation for Set23TW (120829) | eli | |
2012-08-29 | MAINT-1455 FIX Media Texture not visually updated correctly | callum | |
Reviewed by me. (Bao created) | |||
2012-08-29 | Added tag oz-build-test-tag for changeset 34dbbe2b00af | Oz Linden | |
2012-08-23 | pull back beta tag | Oz Linden | |
2012-08-22 | merge changes for DRTVWR-202 | Oz Linden | |
2012-08-22 | tag merge of DRTVWR-202 | Oz Linden | |
2012-08-22 | Added tag 3.4.0-beta4 for changeset 84fb70dfe344 | Oz Linden | |
2012-08-22 | Fix up white space to follow coding policy guidelines | callum_linden | |
2012-08-22 | pull back release hotfix and beta fixes | Oz Linden | |
2012-08-22 | merge changes for DRTVWR-201 | Oz Linden | |
2012-08-22 | tag merge of DRTVWR-201 | Oz Linden | |
2012-08-22 | merge changes for | Oz Linden | |
2012-08-22 | merge changes for DRTVWR-203 | Oz Linden | |
2012-08-22 | tag merge of DRTVWR-203 | Oz Linden | |
2012-08-22 | merge back 3.4.0-beta3 fixes | Oz Linden | |
2012-08-21 | Pointless edit to tickle TC/codeticket. | Monty Brandenberg | |
2012-08-21 | SH-3325 texture load slow on some machines | Monty Brandenberg | |
This doesn't really address 3325 directly but it is the result of research done while hunting it down. First, this is a thread safety improvement for canceled requests that have gone into resource wait state. I don't think we've seen a failure there but there was a window. It also cleans the resource wait queue earlier which lets us do less work and get requests more quickly into llcorehttp by bypassing the resource wait state. With this, I finally feel comfortable about rundown of requests. | |||
2012-08-21 | storm-1906: correct cmake error when using precompiled llphysicsextensions_tpv | Oz Linden | |
2012-08-20 | Added tag 3.4.0-beta3 for changeset 182a9bf30e81 | Oz Linden | |
2012-08-20 | tag merge of DRTVWR-200 | Oz Linden | |
2012-08-20 | merge back beta fixes | Oz Linden | |
2012-08-20 | silly change to trigger a rebuild in Team City | callum_linden | |
2012-08-20 | silly change to trigger a rebuild in Team City | callum_linden | |
2012-08-20 | Added tag 3.3.4-release2 for changeset 7c9102fb9988 | Oz Linden | |
2012-08-20 | tag merge of DRTVWR-199 | Oz Linden | |
2012-08-19 | SH-3329 Cached scene loads slower than same scene with cleared cache. | Monty Brandenberg | |
A/B comparison with original code showed the newer issuing lower-priority requests of the cache reader and some other minor changes. Brought them into agreement (this is cargo-cult programming). Made the HTTP resource semaphore an atomic int for rigorous correctness across threads. I swear I'm going to tear down this code someday. | |||
2012-08-17 | MAINT-1439: BUGFIX Correcting Kart 1.0 issue with physical objects using ↵ | Todd Stinson | |
angular velocity. | |||
2012-08-17 | SH-3328 llcorehttp tracing control needed defensive logic for missing setting | Monty Brandenberg | |
Guard for the typical case of a missing setting with a bracketing gSavedSettings.controlExists() call. | |||
2012-08-17 | SH-3327 HTTP transfers not showing up in texture console 'net tot tex' value. | Monty Brandenberg | |
Dropped an argument during integration which made the total byte count read lower than expected. Everything else is fine, however. | |||
2012-08-17 | Minor change required for merge from viewer-development | Aura Linden | |
2012-08-17 | SH-3328 Permanently add 'QAModeHttpTrace' setting to control llcorehttp ↵ | Monty Brandenberg | |
trace functionality llcorehttp implements a nice trace facility but it hasn't been attached to an external control to date. This hands over control to a *non-persistent* setting that can be used for QA or field diagnostics. | |||
2012-08-17 | Merged in from viewer-development. | Aura Linden | |
2012-08-16 | Added tag 3.4.0-beta2 for changeset b1dbb1a83f48 | Oz Linden | |
2012-08-16 | merge changes for DRTVWR-197 | Oz Linden | |
2012-08-16 | tag merge of DRTVWR-197 | Oz Linden | |