Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | SL-18637 Reverted material shader changes | Andrey Lihatskiy | |
original fix by Beq Janus | |||
2022-11-13 | DRTVWR-575: Explain that NSInteger is really int64_t. | Nat Goodspeed | |
2022-11-13 | DRTVWR-575: Merge brad's xcode-14.1 fixes with nat's | Nat Goodspeed | |
2022-11-12 | DRTVWR-575: Address review comments on Xcode 14.1 type tweaks. | Nat Goodspeed | |
Introduce LLSD template constructors and assignment operators to disambiguate construction or assignment from any integer type to Integer, likewise any floating point type to Real. Use new narrow() function to validate conversions. For LLSD method parameters converted from LLSD::Integer to size_t, where the method previously checked for a negative argument, make it now check for size_t converted from negative: in other words, more than S32_MAX. The risk of having a parameter forced from negative to unsigned exceeds the risk of a valid length or index over that max. In lltracerecording.cpp's PeriodicRecording, now that mCurPeriod and mNumRecordedPeriods are size_t instead of S32, defend against subtracting 1 from 0. Use narrow() to validate newly-introduced narrowing conversions. Make llclamp() return the type of the raw input value, even if the types of the boundary values differ. std::ostream::tellp() no longer returns a value we can directly report as a number. Cast to U64. | |||
2022-11-11 | DRTVWR-575 fix LLGetDarwinOSInfo for xcode-14.1. NSInteger is now 64 bits | Brad Kittenbrink | |
2022-11-11 | DRTVWR-575 fix LLWorkerThread subclasses to be compatiblie with recent ↵ | Brad Kittenbrink | |
size_t changes in base class | |||
2022-11-11 | DRTVWR-575 xcode-14.1 compatibility fix. add more overloads for stricter ↵ | Brad Kittenbrink | |
size_t conversions | |||
2022-11-11 | DRTVWR-575 xcode-14.1 compatibility fix. add overloads for stricter integer ↵ | Brad Kittenbrink | |
conversions | |||
2022-11-11 | SL-18603 update Bugsplat | Mnikolenko Productengine | |
2022-11-05 | SL-18581 Don't show the starter avatar toolbar button for NUX | Andrey Lihatskiy | |
2022-11-04 | DRTVWR-575: Introduce llssize (signed size_t) and narrow() function. | Nat Goodspeed | |
llssize is for a function parameter that should accept a size or index (derived from size_t, which is 64 bits in a 64-bit viewer) but might need to go negative for flag values. We've historically used S32 for that purpose, but Xcode 14.1 complains about trying to pass size_t to S32. narrow() is a template function that casts a wider type (e.g. size_t or llssize) to a narrower type (e.g. S32 or U32), with validation in RelWithDebInfo builds. It verifies (using assert()) that the value being truncated can in fact fit into the target type. | |||
2022-11-03 | SL-18565 Built-in bump maps and some environment textures fail to load | Andrey Kleshchev | |
Due to udp texture fetching no longer being present | |||
2022-11-03 | DRTVWR-575: Suppress remaining size_t truncation warnings for now. | Nat Goodspeed | |
2022-11-03 | DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits. | Nat Goodspeed | |
2022-11-03 | DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. | Nat Goodspeed | |
It's a little distressing how often we have historically coded S32 or U32 to pass a length or index. There are more such assumptions in other viewer subdirectories, but this is a start. | |||
2022-11-03 | DRTVWR-575: Forbid Xcode 14.1 from implicitly signing every target. | Nat Goodspeed | |
Or rather, attempting to implicitly sign. On TeamCity we must explicitly sign using viewer_manifest.py. On a developer system, without these changes, Xcode produces many errors of the form: error: An empty identity is not valid when signing a binary for the product type 'Command-line Tool'. (in target 'INTEGRATION_TEST_lldir' from project 'SecondLife') and refuses to compile anything at all. Thanks to Rye Mutt and NickyD. Also thanks Geir Nøklebye for additional settings to help tame Xcode 14.1 warnings. | |||
2022-11-02 | SL-18136 fix for Japanese IME | Mnikolenko Productengine | |
2022-11-02 | SL-18533 Updated ToS XUI with new language | Andrey Lihatskiy | |
2022-11-01 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-01 | Increment viewer version to 6.6.8 | Nat Goodspeed | |
following promotion of DRTVWR-575 | |||
2022-10-31 | Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵ | Brad Kittenbrink | |
both reasons at the same time | |||
2022-10-26 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-26 | Increment viewer version to 6.6.7 | Nat Goodspeed | |
following promotion of DRTVWR-574 | |||
2022-10-24 | SL-18432 Fix for alpha sorting | Andrey Lihatskiy | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-20 | Increment viewer version to 6.6.6 | Nat Goodspeed | |
following promotion of DRTVWR-548 | |||
2022-10-20 | SL-18353 Don't allow "Ungroup folder items" on outfit folders | Andrey Lihatskiy | |
2022-10-17 | SL-18218: Switch canonical_repo to GitHub URL | Bennett Goble | |
2022-10-17 | SL-17779 Texture position changes were ignored on rigged meshes | Andrey Kleshchev | |
Since the performance overhaul project, there should be essentially no difference between rigged meshes and non-rigged as far as vertex buffer management is concerned. | |||
2022-10-14 | SL-18378 Update fmod studio to 2.02.09 | Andrey Kleshchev | |
Should fix some common crashes for parcel media | |||
2022-10-06 | SL-18297 A freeze while checking marketplace for errors | Andrey Kleshchev | |
2022-10-05 | SL-18228 The search page works like a web search instead of in-viewer one | Andrey Kleshchev | |
2022-09-28 | SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land | Mnikolenko Productengine | |
2022-09-28 | SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land | Mnikolenko Productengine | |
2022-09-23 | SL-18221 Water texture does not load after clearing cache | Andrey Kleshchev | |
Water texture should load only after having caps. Prefetch textures should load only after having caps. Prefetch list is now per grid | |||
2022-09-22 | Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-09-22 | SL-18119 - log group join, object add or rez | Brad Payne (Vir Linden) | |
2022-09-21 | SL-18119 - bug fix | Brad Payne (Vir Linden) | |
2022-09-21 | SL-18119 - more ViewerStats logs for NUX | Brad Payne (Vir Linden) | |
2022-09-21 | SL-17628 Add viewer sided max attachment distance to position fields | Andrey Kleshchev | |
2022-09-20 | SL-18119 - logCommand() for friend operations | Brad Payne (Vir Linden) | |
2022-09-20 | Merged in sl-18068 (pull request #1136) | Nat Linden | |
SL-18068: Update to viewer-manager build 575083 Approved-by: Andrey Kleshchev Approved-by: Brad Kittenbrink | |||
2022-09-19 | SL-18068: Merged DRTVWR-565-maint-P into sl-18068 | Nat Linden | |
2022-09-19 | SL-17840 Update 'Obscure MOAP' control text | Mnikolenko Productengine | |
2022-09-16 | SL-18068: Update to viewer-manager build 575083 | Nat Goodspeed | |
2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) | |
2022-09-16 | SL-18131 Increase region cap access count before returning errors | Andrey Kleshchev | |
It might be safe to merge mSeedCapAttempts with mHttpResponderID, but for now leaving them separated, if only for making this mechanic clearer. | |||
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-548-maint-N | Andrey Kleshchev | |
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-15 | DRTVWR-571: Belated merge of DRTVWR-544 version bump. | Nat Goodspeed | |