Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | SL-15940 Remove ability to set zero triangle limit | Andrey Kleshchev | |
Setting lod to zero triangles doesn't work and shouldn't work, so UI shouldn't allow setting less then one triangle per model as well. | |||
2021-09-04 | Merged in SL-15709-Tracy (pull request #677) | Michael Pohoreski | |
SL-15709: Windows: Include Tracy source directly; don't use a library | |||
2021-09-03 | Merge branch 'DRTVWR-541' of bitbucket.org:lindenlab/viewer into DRTVWR-541 | Ptolemy | |
2021-09-03 | SL-15709: Fix LLCommon not setting Tracy include directory and not linking ↵ | Ptolemy | |
to tracy.lib | |||
2021-09-03 | SL-15709: Use standardized autobuild name; set TRACY_INCLUDE_DIR if Tracy ↵ | Ptolemy | |
not enabled | |||
2021-09-03 | SL-15709: Add Darwin support | Ptolemy | |
2021-09-03 | SL-15709: Cleanup | Ptolemy | |
2021-09-03 | SL-15709: IF Tracy is enabled default to using only Tracy instead of Fast ↵ | Ptolemy | |
Timers; also print Tracy include directory | |||
2021-09-03 | SL-15709: Default Tracy to off | Ptolemy | |
2021-09-03 | SL-15709: Default to old fast timers | Ptolemy | |
2021-09-03 | SL-15709: Add Tracy support to viewer | Ptolemy | |
2021-09-03 | SL-15595 update viewer autobuild to import tracy lib | Dave Houlton | |
2021-09-03 | DRTVWR-528 remove wrapper code for RAD telemetry library | Dave Houlton | |
2021-09-03 | SL-15709: Windows: Include Tracy source directly; don't use a library | Ptolemy | |
2021-09-03 | SL-15902 Cleanup gSecAPIHandler | Mnikolenko ProductEngine | |
2021-09-03 | SL-15940 Limit wasn't adjusting for a model with less than 30 triangles | Andrey Kleshchev | |
2021-09-03 | DRTVWR-545 Megre fix | Andrey Kleshchev | |
2021-09-03 | SL-15756 Falback in case no triangles were generated | Andrey Kleshchev | |
2021-09-03 | Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp | |||
2021-09-02 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-09-01 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-09-01 | DRTVWR-521 Updated llca to codeticket build 563493 | Andrey Lihatskiy | |
2021-09-01 | Merged in SL-15709-Tracy (pull request #672) | Michael Pohoreski | |
SL-15709 Tracy | |||
2021-08-31 | SL-15709: Fix LLCommon not setting Tracy include directory and not linking ↵ | Ptolemy | |
to tracy.lib | |||
2021-08-31 | SL-15709: Use standardized autobuild name; set TRACY_INCLUDE_DIR if Tracy ↵ | Ptolemy | |
not enabled | |||
2021-08-31 | SL-13313 Updated message_template.msg.sha1 | Andrey Kleshchev | |
2021-08-31 | SL-15768 Restored collision sound default behaviour | Andrey Kleshchev | |
2021-08-27 | Merge branch 'master' into DRTVWR-541 | Ptolemy | |
2021-08-27 | Merge branch 'c++17' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-27 | Merged in SL-15709-Tracy (pull request #634) | Michael Pohoreski | |
SL-15709: Add Tracy support to viewer | |||
2021-08-26 | SL-15709: Add Darwin support | Ptolemy | |
2021-08-26 | SL-15709: Cleanup | Ptolemy | |
2021-08-26 | SL-15709: IF Tracy is enabled default to using only Tracy instead of Fast ↵ | Ptolemy | |
Timers; also print Tracy include directory | |||
2021-08-26 | SL-15709: Default Tracy to off | Ptolemy | |
2021-08-19 | SL-15853 Added the Map icon to bottom toolbar defaults | Andrey Lihatskiy | |
2021-08-18 | SL-15759 Crash in setCapability | Andrey Kleshchev | |
Different subcase of same crash, this one for losing connection | |||
2021-08-14 | SL-15588 Updated llphysicsextensions_tpv to codeticket version 562599 | Andrey Lihatskiy | |
2021-08-13 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
This code needs to be turned into a state machine (switch-case between states) with clean exit and each state clean and separate. Right now it passes through all stages on exit and relies onto multiple bools instead of just transitioning to 'exit' state. In some cases coroutine still lives longer than voice singletone, it also needs to be adressed. | |||
2021-08-12 | DRTVWR-520 Updated dullahan to codeticket build 562751 | Andrey Lihatskiy | |
2021-08-12 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp | |||
2021-08-10 | Merge master (DRTVWR-531) into DRTVWR-542-meshopt | Andrey Kleshchev | |
2021-08-10 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-10 | Merge remote-tracking branch 'origin/master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-08-09 | Increment viewer version to 6.4.23 | Nat Goodspeed | |
following promotion of DRTVWR-531 | |||
2021-08-09 | SL-15789 Crash in LLTranslationAPIHandler | Andrey Kleshchev | |
Bugsplat logged an out_of_range exception for unknown string | |||
2021-08-09 | SL-15788 Crash throw_std_bad_alloc in LLImageRaw's scale | Andrey Kleshchev | |
2021-08-09 | SL-15759 Crash in requestBaseCapabilitiesCoro | Andrey Kleshchev | |
2021-08-06 | SL-15778 Crash at getPreferredType() in findCategoryUUIDForTypeInRoot | Andrey Kleshchev | |
2021-08-06 | SL-15696 Don't be so persistent with outdated driver notification | Andrey Kleshchev | |
Some manufactures provide no own updated drivers yet forbid users from updating to intel provided one | |||
2021-08-06 | DRTVWR-542 Automated method selection #2 | Andrey Kleshchev | |