Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-12-06 | SL-20695 Fix hardware probes | Andrey Kleshchev | |
CoCreateInstance returns 'no interface supported' Preferable not to mix init types so switched everything. | |||
2023-11-22 | SL-20603 Crash on CoInitialize | Andrey Kleshchev | |
Don't mix CoInitialize and CoInitializeEx, one is global, other is threaded. CoInitialize(0) is equal to CoInitializeEx(0, COINIT_APARTMENTTHREADED) and MULTITHREADED is not compatible with APARTMENTTHREADED. | |||
2021-12-03 | SL-16438 Machine id for Linux is always 0 | 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-05-14 | SL-15258: No 'using namespace std' with Windows SDK | Nat Goodspeed | |
With /std:c++17, in wbemcli.h included by <Wbemidl.h>, we were getting errors concerning an ambiguous symbol 'byte'. This turns out to be due to a 'using namespace std' declaration before the #include. The linked workaround advises moving 'using namespace std' after the #include. But since the ONLY symbol from std that was used without qualification was 'hex' in a few places, remove 'using namespace std' altogether and just write 'std::hex' everywhere. https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889#T-N138537 | |||
2020-12-08 | SL-14481 Use serial number as unique key on Mac | Mnikolenko ProductEngine | |
2020-12-05 | SL-2363 Use only product uuid and fallback to product serial | Andrey Kleshchev | |
2020-12-04 | SL-2363 Windows product key not suitable as unique machine key | Andrey Kleshchev | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-05-21 | SL-11238 | Graham Linden | |
Fix ambient light inputs to the renderer. Fix 3rd sky shader w/ mistaken density mod conversion. Make ambient clamp apply to all modes. Tune ALM ambient clamp to match non-ALM. | |||
2019-04-30 | SL-11061 Viewer crashes on launch if serial is either unset or does not ↵ | andreykproductengine | |
return a string | |||
2019-04-30 | SL-10565 LLMachineID crashes | andreykproductengine | |
2019-02-21 | SL-10565 LLMachineID crashes | andreykproductengine | |
2017-07-10 | MAINT-7541 Not able to save login credentials on clean install | pavelkproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-02 | improve logging of machine id generation | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-24 | In getUniqueID(), don't forget to reset formatting on log stream. | Nat Goodspeed | |
Otherwise later log fields start showing up with zero fill, etc. | |||
2012-07-23 | Fix LLMachineID::getUniqueID() LL_DEBUGS log output. | Nat Goodspeed | |
getUniqueID() was logging six somewhat random bytes as garbage characters. Change to produce a hex string instead. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-27 | explicit cast cr:Roxie | Karen Lahey | |
2010-05-27 | ifdef out windows includes | Karen Lahey | |
2010-05-26 | Add new mechanism for getting a unique machine id. | karina | |