Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | Merge pull request #160 from secondlife/signal/contribuild | Signal Linden | |
Cherry-pick basic build into contribute | |||
2023-04-10 | SL-18839: Add basic Github build | Bennett Goble | |
2023-04-10 | SL-18679: Find newer NSIS installation path | Bennett Goble | |
2023-04-10 | Merge pull request #159 from secondlife/marchcat/main-contrib-merge | Signal Linden | |
merge main into contribute | |||
2023-04-07 | post-merge buildfix | Andrey Lihatskiy | |
2023-04-07 | Merge branch 'main' into marchcat/main-contrib-merge | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/CMakeLists.txt # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm # indra/newview/skins/default/xui/en/strings.xml | |||
2023-04-05 | Merge pull request #152 from secondlife/SL-19541 | Signal Linden | |
SL-19541: Add basic coding standards check | |||
2023-04-04 | SL-19541: Add basic coding standards check | Bennett Goble | |
Run Linden coding standard git-hooks in a basic Github actions workflow. | |||
2023-03-29 | Increment viewer version to 6.6.11 | Nat Goodspeed | |
following promotion of DRTVWR-573 | |||
2023-03-27 | Attempt to fix build breakage for DRTVWR-559 | Brad Linden | |
2023-03-27 | SL-17761 Updated the login failure message | Andrey Lihatskiy | |
2023-03-23 | SL-19462 Declare the FetchGroupChatHistory setting in the code | Andrey Lihatskiy | |
to make it accessible after updating the viewer | |||
2023-03-21 | SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/Region | Andrey Lihatskiy | |
2023-03-20 | SL-19161 - logging of basic translation stats in ViewerStats | Brad Payne (Vir Linden) | |
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-03-13 | SL-17761: Replace 'Grid emergency' message with generic error | Bennett Goble | |
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding. | |||
2023-03-06 | SL-19346 PERMISSION_DEBIT remove warning for Linden owned content | Andrey Kleshchev | |
2023-03-03 | Merge pull request #99 from secondlife/sl-18330-fixes | nat-goodspeed | |
SL-18330: Address further code review comments | |||
2023-03-02 | SL-18330: Review and tweak LLTrace::PeriodicRecording indexing | Nat Goodspeed | |
per Leviathan code review. | |||
2023-03-01 | SL-18268 - merge fix for viewer update to read group chat history | simon | |
added missing app setting | |||
2023-03-01 | SL-18330: Tweaks for Visual Studio builds | Nat Goodspeed | |
2023-03-01 | SL-18330: Fix a narrowing conversion in LLSDSerialize::deserialize(). | Nat Goodspeed | |
2023-03-01 | SL-18330: Use recursive variadic llmax(), llmin() | Nat Goodspeed | |
instead of having specific binary, ternary and quaternary overloads. | |||
2023-03-01 | SL-18330: Use size_t max for LLTrace::PeriodicRecording methods. | Nat Goodspeed | |
The num_periods arguments have all been changed to size_t, but the default argument values were still coded as S32_MAX. Change to std::numeric_limits<size_t>::max(). | |||
2023-03-01 | SL-18330: Use C++ standard types for llmd5, not local typedefs. | Nat Goodspeed | |
Not only do the local typedefs make the code less readable, they also rely on assumptions about the implementation. The standard types are guaranteed by the C++ library implementation. | |||
2023-02-22 | Merge pull request #29 from secondlife/sl-18330 | nat-goodspeed | |
SL-18330: Send binary LLSD to LEAP plugins; extend LLSD compatibility. | |||
2023-02-16 | Merge pull request #79 from secondlife/signal/trader-joes-bread | Signal Linden | |
Reduce stale time for PRs | |||
2023-02-15 | SL-18330: Fix per PR review comments. | Nat Goodspeed | |
2023-02-15 | SL-18330: Merge branch 'contribute' into sl-18330-merge | Nat Goodspeed | |
2023-02-15 | SL-18330: Fix egregious existing build errors in contribute branch. | Nat Goodspeed | |
2023-02-15 | SL-19159 Build fixes | Andrey Kleshchev | |
2023-02-15 | SL-18330: Merge branch 'contribute' into sl-18330-merge | Nat Goodspeed | |
2023-02-14 | SL-19207 Skins cleanup; Remove unused files (not present in /en/) across all ↵ | Pantera Północy | |
translations (#80) | |||
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-13 | SL-19207 Update contributions document | Andrey Kleshchev | |
2023-02-13 | SL-19207 Polish translation: notifications, strings, a few floaters; Minor ↵ | Pantera Północy | |
changes in /en/ (#78) | |||
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
As it happens, the change in the LLUUID::combine() algorithm introduced by one of my previous commits is causing invalid assets creation (seen with some clothing items, such as Shape and Universal types); obviously, the server is using the old algorithm for UUID validation purpose of these assets. This commit reverts LLUUID::combine() code to use LLMD5. | |||
2023-02-13 | Reduce stale time for PRs | Signal Linden | |
Let's reduce the stale time from 60 days to 30. We already have at least two multi-month PRs. | |||
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-07 | SL-19159 Update contribution doc | Andrey Kleshchev | |
2023-02-07 | SL-19159 pull request #71 from sldevel/invcat-fast-hash | akleshchev | |
Faster and simpler inventory category hashing. | |||
2023-02-07 | Added a digest_t typedef to clarify the usage of the digest LLUUID | Henri Beauchamp | |
As suggested in comments for previous commit. | |||
2023-02-07 | SL-19159 Faster LLUUID and LLMaterialID hashing for std and boost containers ↵ | Henri Beauchamp | |
keys (#70) LLUUID and LLMaterialID already have an excellent entropy and value dispersion; there is therefore strictly no need to further (slowly) hash their value for use with std and boost libraries containers. This commit adds a trivial getDigest64() method to both LLUUID and LLMaterialID (which simply returns the XOR of the two 64 bits long words their value is made of), and uses it in std::hash and hash_value() specializations for use with containers. | |||
2023-02-07 | SL-19110 Make HBXXH* classes no-copy. (#72) | Henri Beauchamp | |
These classes are not trivially copyable because of the mState pointer on an internal XXH3 state that would have to be explicitely copied. While it would be possible to add custom copy constructor and operator for them, it does not really make sense to allow copying an instance of these classes, since all we care about storing and copying is the digest (which is either an U64 or an LLUUID). | |||
2023-02-06 | Faster and simpler inventory category hashing. | Henri Beauchamp | |
This commit changes inventory category hashing from slow LLMD5 to fast HBXX128 hashing, and allows to use a simple LLUUID for the hash, instead of an LLMD5 instance. It also removes some old cruft dealing with unused baked texture hashing. | |||
2023-02-04 | SL-17761: Replace 'Grid emergency' message with generic error | Bennett Goble | |
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding. | |||
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2023-02-02 | Increment viewer version to 6.6.10 | Nat Goodspeed | |
following promotion of DRTVWR-570 | |||
2023-01-31 | SL-19110 Fix coding policy | Andrey Kleshchev | |
2023-01-31 | SL-19110 Fix xxhash build link and properly register contribution | Andrey Kleshchev | |