Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-19 | SL-19417 Improve colors.xml behavior | Alexander Gavriliuk | |
2023-03-19 | SL-19099 The long name of the item is out of bounds on the Editing ↵ | Alexander Gavriliuk | |
Tools/Content tab | |||
2023-03-16 | SL-18964 Smoke texture can fail to load | Andrey Kleshchev | |
Debt from SL-18221. Keep init together, after we got the cap; texture should finish loading before it's needed. | |||
2023-03-15 | Merge pull request #123 from secondlife/SL-19085 | Guru | |
SL-19085 Save Wiki-style URL as link when creating the Pick with an existing link in About Land | |||
2023-03-15 | SL-19085 Save Wiki-style URL as link when creating the Pick with an existing ↵ | Alexander Gavriliuk | |
link in About Land | |||
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-09 | SL-19367 FIXED Failing to detach temporary mesh attachment | Maxim Nikolenko | |
2023-03-07 | INTL-483 Fixed PT translation | Andrey Lihatskiy | |
2023-03-06 | SL-19346 PERMISSION_DEBIT remove warning for Linden owned content | Andrey Kleshchev | |
2023-03-04 | SL-15752 Reduce default graphical quality on machines with little memory (#105) | akleshchev | |
2023-03-03 | Merge pull request #99 from secondlife/sl-18330-fixes | nat-goodspeed | |
SL-18330: Address further code review comments | |||
2023-03-03 | SL-17584 Better logging for setShaders crashes | Andrey Kleshchev | |
2023-03-03 | SL-19336 Unload avatar and group icons from memory when not visible to ↵ | Rye Mutt | |
reduce memory pressure on extremely large friends lists | |||
2023-03-03 | SL-4126 Second Life messing up NVIDIA drivers | Andrey Kleshchev | |
Disable NvAPI by default | |||
2023-03-03 | SL-19327 Disable crash reporting for Win7 (#102) | akleshchev | |
Win7 is no longer supported and is below minimal requirements | |||
2023-03-02 | SL-18330: Review and tweak LLTrace::PeriodicRecording indexing | Nat Goodspeed | |
per Leviathan code review. | |||
2023-03-02 | SL-19317 fix for avatar attachment accounting | Mnikolenko Productengine | |
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-28 | D580 Fix coding policy failures | Andrey Kleshchev | |
2023-02-28 | SL-19209 Add default text for region field | Andrey Kleshchev | |
2023-02-28 | SL-19209 Switch MS Bing to MS Azure #3 | Andrey Kleshchev | |
2023-02-28 | SL-19209 WIP Switch MS Bing to MS Azure #2 | Andrey Kleshchev | |
2023-02-28 | SL-19209 WIP Switch MS Bing to MS Azure | Andrey Kleshchev | |
2023-02-28 | retrigger build | Mnikolenko Productengine | |
2023-02-28 | SL-19280 disable autofps for new users by default | Mnikolenko Productengine | |
2023-02-27 | Fix formatting in indra/newview/llpanelface.* files | Alexander Gavriliuk | |
2023-02-27 | Merge pull request #94 from secondlife/SL-18882 | Guru | |
SL-18882: Show diffuse non-alpha textures opaque on editing | |||
2023-02-27 | SL-18882: Show diffuse non-alpha textures opaque on editing | Alexander Gavriliuk | |
2023-02-23 | SL-19252 Remove "#ifdef _CORY_TESTING" code | Maxim Nikolenko | |
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-22 | SL-19244 Layout fix for the media type field in About Land | Andrey Lihatskiy | |
2023-02-22 | SL-19245 Layout fix for the Chat tab in Preferences | Andrey Lihatskiy | |
2023-02-17 | SL-18735 Fix scroll not following item for long enough | Andrey Kleshchev | |
2023-02-17 | SL-19204 Crash at removeObserver | Andrey Kleshchev | |
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't. Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom. | |||
2023-02-16 | Merge pull request #79 from secondlife/signal/trader-joes-bread | Signal Linden | |
Reduce stale time for PRs | |||
2023-02-16 | SL-18246 Highlight 100% transparent faces for scripted objects | Alexander Gavriliuk | |
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-14 | SL-19196 Nearby chat bar moves down every time it gains focus | Andrey Kleshchev | |
2023-02-14 | SL-18581 Add more logging | Andrey Lihatskiy | |
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/ |