Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2021-06-24 | Increment viewer version to 6.4.21 | Nat Goodspeed | |
following promotion of DRTVWR-518 | |||
2021-06-11 | boost::filesystem::directory_iterator uses throw-behavior by default as well | Ansariel | |
2021-06-11 | Change all remaining boost::filesystem methods to their non-throwing overloads | Ansariel | |
2021-06-11 | Fix for SL-15389 -- Pull in the patch to add the Akamai cert fix specified ↵ | Callum Prentice | |
in SL-15370 | |||
2021-06-10 | Fix for SL-15381 Import Vivox VAD voice fixes into 'Viewer UI changes' branch | Callum Prentice | |
2021-06-10 | Fix more crashes in disk cache due to boost error handling | Ansariel | |
2021-06-09 | SL-15363 how_to on older viewers is forced to persist | Andrey Kleshchev | |
Older how_to floater is not set to persist in between sessions and gets stuck, ranamed new how_to into guidebook to avoid the issue | |||
2021-06-07 | Merge with tip of Master after Viewer release | Callum Prentice | |
2021-06-08 | SL-15168 A bit of debug logging | Andrey Kleshchev | |
2021-06-07 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
2021-06-07 | Increment viewer version to 6.4.20 | Nat Goodspeed | |
following promotion of DRTVWR-525 | |||
2021-06-04 | SL-15350 Update images for New User viewer log in page | Andrey Lihatskiy | |
2021-05-27 | SL-15319 FIXED Crash in LLFloaterCreateLandmark::onCancelClicked | Mnikolenko Productengine | |
2021-05-26 | SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha ↵ | Dave Houlton | |
masks. Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" This reverts commit 5691d302ef876a7e6fb6861441f14e5e7f0c7735. | |||
2021-05-25 | SL-15285 Restore 'drop item' functionality in right click menu | Andrey Kleshchev | |
2021-05-25 | SL-15298 Move Landmark's Edit button | Andrey Kleshchev | |
2021-05-18 | SL-15200: LLPurgeDiskCacheThread's CHECK_INTERVAL is secs. | Nat Goodspeed | |
2021-05-17 | SL-15200: Use new LLApp::sleep() in LLPurgeDiskCacheThread::run(). | Nat Goodspeed | |
2021-05-17 | SL-15200: Add LLApp::sleep(duration) methods. | Nat Goodspeed | |
Two sleep() methods: one accepting F32Milliseconds, or in general any LLUnits time class; the other accepting any std::chrono::duration. The significant thing about each of these sleep() methods, as opposed to any freestanding sleep() function, is that it only sleeps until the app starts shutdown. Moreover, it returns true if it slept for the whole specified duration, false if it woke for app shutdown. This is accomplished by making LLApp::sStatus be an LLScalarCond<EAppStatus> instead of a plain EAppStatus enum, and by making setStatus() call set_all() each time the value changes. Then each new sleep() method can call wait_for_unequal(duration, APP_STATUS_RUNNING). Introducing llcond.h into llapp.h triggered an #include circularity because llthread.h #included llapp.h even though it didn't reference anything from it. Removed. This, in turn, necessitated adding #include "llapp.h" to several .cpp files that reference LLApp but had been depending on other header files to drag in llapp.h. | |||
2021-05-17 | SL-15200: Explain why purge() is called on another thread. | Nat Goodspeed | |
Also add Ansariel's explanation for why interaction through the filesystem itself should be safe. | |||
2021-05-17 | BUG-230673: Add warning that LLDiskCache::purge() is also called from ↵ | Ansariel | |
outside the main thread | |||
2021-05-12 | SL-15245 Multiple guide books open, but cannot close them all | Andrey Kleshchev | |
Opening and closing single-instance floaters rapidly and multiple times could result in cleaning instance from floaterreg twice, thus removing new isntance instead of current one | |||
2021-05-12 | BUG-230673: Trim asset disk cache regularly | Ansariel | |
2021-05-12 | SL-15168 Added 'Title' argument | Andrey Kleshchev | |
2021-05-12 | Revert "SL-15168 Changed format" | Andrey Kleshchev | |
2021-05-11 | Merge branch 'DRTVWR-519' of https://bitbucket.org/lindenlab/viewer into ↵ | Callum Prentice | |
DRTVWR-519 | |||
2021-05-11 | Fix for SL-15226 Simple cache viewer: Integer overflow in cache size - via ↵ | Callum Prentice | |
FS:Ansariel | |||
2021-05-11 | BUG-230697: Do not crash viewer during cache cleanup | Ansariel | |
2021-05-11 | SL-15249 Fix MAC build issue | Andrey Kleshchev | |
2021-05-11 | SL-15249 FIXED The F1 key does not close the guidebook after clicking a link | Mnikolenko Productengine | |
2021-05-11 | SL-15245 Multiple guide books open, but cannot close them all | Andrey Kleshchev | |
"how_to" floater is supposed to be single instance | |||
2021-05-11 | SL-15168 Improved uri recognition | Andrey Kleshchev | |
2021-05-11 | SL-15168 Reset title of guidebook when opening | Andrey Kleshchev | |
2021-05-11 | SL-15168 Changed format | Andrey Kleshchev | |
instead of an url function takes an uri | |||
2021-05-11 | SL-15168 Reorginized contants | Andrey Kleshchev | |
2021-05-10 | SL-15168 Mac build fix | Andrey Kleshchev | |
2021-05-06 | SL-15168 Viewer side functionality for guidebook window opening #2 | Andrey Kleshchev | |
2021-05-06 | SL-15168 Viewer side functionality for guidebook window opening | Andrey Kleshchev | |
2021-05-01 | Follow-up merge conflict fix | Andrey Lihatskiy | |
2021-04-29 | Force a clean, full rebuild | Euclid Linden | |
2021-04-29 | Clean up a merge conflict | Callum Prentice | |
2021-04-29 | Merge master into DV525-merge-6.4.19 | Dave Houlton | |
2021-04-29 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/skins/default/xui/en/strings.xml | |||
2021-04-29 | Increment viewer version to 6.4.19 | Nat Goodspeed | |
following promotion of DRTVWR-515 | |||
2021-04-28 | SL-15174 set Starting Guidebook location on-screen | Mnikolenko Productengine | |
2021-04-23 | SL-14842 Tooltip for clear history | Andrey Kleshchev | |
2021-04-23 | SL-15144 FIXED The "Remove" button is enabled with no selection | Mnikolenko Productengine | |
2021-04-22 | SL-14842 Clear history should be it's own button | Andrey Kleshchev | |
2021-04-22 | Merge branch 'SL-14862' into DRTVWR-518-ui | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llstartup.cpp |