Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-28 | SL-20651 DragnDrop from library in gallery mode doesn't work | Andrey Kleshchev | |
2023-11-27 | SL-18098 Crash inside unpackBinaryData | Andrey Kleshchev | |
2023-11-24 | SL-17076 Thread safety of LLNotificationChannelBase's items | Andrey Kleshchev | |
Due to odd crashes when cleaning mItems adding thread safety Viewer runs window in a separate thread, it is possible notification was added in a way that corrupted the list. | |||
2023-11-24 | SL-17076 MacOS crash on clearing ChicletNotificationChannel | Andrey Kleshchev | |
Crash appears to happens inside mItems.clear() of the LLNotificationChannelBase, but there is no apparent reson for it and stack jumped some steps, so I'm doing cleanup more explicitly to see if it's indeed there and not a corruption somewhere earlier. | |||
2023-11-23 | SL-17434 Crash clearing LLEventPumps | Andrey Kleshchev | |
We actively use event pumps's connections in threads, make sure nothing modifies list of connections during reset. And in case this doesn't fix the issue list affected pump before it crashes to have a better idea of what is going on. | |||
2023-11-23 | SL-17846 Crash at ~LLSearchEditor | Andrey Kleshchev | |
A weird crash inside LLSearchEditor, try clearing it explicitly | |||
2023-11-22 | Merge pull request #531 from secondlife/DRTVWR-594-pkg-updates | nat-goodspeed | |
Update certain autobuild packages per pending PRs | |||
2023-11-22 | DRTVWR-594: Update kdu version from the updated package. | Nat Goodspeed | |
2023-11-22 | SL-20327 FIXED friend location on the map is not shown after right click>Map | Maxim Nikolenko | |
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. | |||
2023-11-21 | DRTVWR-594: Update havok-source with havok-libs per recent PR. | Nat Goodspeed | |
2023-11-21 | DRTVWR-594: Update kdu per recent PR | Nat Goodspeed | |
2023-11-21 | DRTVWR-594: Update dictionaries, glh_linear, havok-source | Nat Goodspeed | |
per recent PRs. Actually the havok-source update is for a new havok-llvm build. | |||
2023-11-20 | SL-20564 reset camera when teleporting Home, so avatar points to the ↵ | Mnikolenko Productengine | |
expected direction | |||
2023-11-20 | llmemory: use getrusage for getCurrentRSS on linux | Miezhiko | |
2023-11-17 | SL-20607 Version folder was not created when copying folders to marketplace | Andrey Kleshchev | |
2023-11-09 | DRTVWR-594 Update contributions.txt | Andrey Lihatskiy | |
2023-11-09 | Fix BUG-225288: Detaching stops unrelated animations | Salad Dais | |
This is to do with misunderstandings related to how .find() works with multimaps. .find() will, in fact, return an iterator to the first iterator it finds, and will iterate through all elements in the multimap when incremented, not just items with the same key. Change code working with animation sources to be aware of this fact, so unrelated animation sources do not have their animations stopped. | |||
2023-11-08 | SL-20579 Added "--outfile" and "--files" options to the translation export ↵ | Andrey Lihatskiy | |
script | |||
2023-11-07 | SL-20566 Allow removal of a teleport history locations | Andrey Kleshchev | |
2023-11-06 | mac build fix | Maxim Nikolenko | |
2023-11-06 | SL-20565 Places floater -- allow dragging a folder into a folder (#491) | Maxim Nikolenko | |
2023-11-02 | DRTVWR-594 Mac buildfix (remove unused field) | Andrey Lihatskiy | |
2023-11-02 | DRTVWR-594 Update LLCA to v202311020117.0-0f5d9c3 | Andrey Lihatskiy | |
2023-11-01 | SL-20462 show two decimal digits for Density Exponent | Mnikolenko Productengine | |
2023-10-31 | SL-20537 Add hover-preview for My Outfit list | Maxim Nikolenko | |
2023-10-27 | SL-20496 FIXED Auto-adjust causes incorrect UI value of Max number of ↵ | Maxim Nikolenko | |
non-impostors | |||
2023-10-26 | SL-20401 FIXED Popping out conversation floater second time moves location | Maxim Nikolenko | |
2023-10-25 | SL-20109 Add inventory_thumbnails_helper floater to blacklist_untrusted | Andrey Lihatskiy | |
2023-10-25 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-10-25 | Merge pull request #473 from secondlife/marchcat/maint-Y-bulky-thumbs | Andrey Lihatskiy | |
SL-20109 -> Maint Y merge | |||
2023-10-25 | Merge branch 'viewer_bulky_thumbs' into marchcat/maint-Y-bulky-thumbs | Andrey Lihatskiy | |
# Conflicts: # indra/newview/skins/default/xui/en/menu_viewer.xml | |||
2023-10-25 | SL-18837: Build all branches on GitHub now. | Nat Goodspeed | |
2023-10-25 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-10-25 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-10-25 | Increment viewer version to 6.6.17 | Nat Goodspeed | |
following promotion of DRTVWR-578 | |||
2023-10-25 | SL-20517: When attempting to find orphans, if an object claims to be its own ↵ | Rider Linden | |
parent the viewer logs a warning and then continues the loop without incrementing the iterator. This increments the iterator so that loop processing can continue and the viewer does not get stuck on the bad object. | |||
2023-10-24 | SL-20468 Add ability to overwrite an existing outfit | Maxim Nikolenko | |
2023-10-18 | PIE-1057: viewer-build-util's azure branch has been merged to main. | Nat Goodspeed | |
2023-10-18 | PIE-1057: Merge branch 'actions-azure' into actions | Nat Goodspeed | |
for new Windows code signing mechanism. | |||
2023-10-17 | SL-20476: Don't let the compiler know we intend to crash. | Nat Goodspeed | |
clang has gotten smart enough to recognize an inline attempt to store to address zero. Fool it by storing to an address passed as a parameter, and pass nullptr from a different source file. | |||
2023-10-17 | SL-18837: Avoid stuffing build number into 32-bit int. | Nat Goodspeed | |
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various consumers assumed it could fit into 32 bits. It was especially bad to pass it to a classic C style varargs function. Only on a little-endian CPU, and only because it was the last argument, the damage was limited to truncation -- instead of arbitrary undefined behavior. Where the consumer doesn't support 64-bit ints, pass as string instead. | |||
2023-10-16 | SL-18837: Second Life Release.app=>Second Life Viewer.app in tarball | Nat Goodspeed | |
2023-10-16 | SL-18837: Create Second Life Viewer.app, not Second Life Release.app | Nat Goodspeed | |
2023-10-13 | PIE-1057: Pass sign-pkg-windows@azure the Azure-related secrets. | Nat Goodspeed | |
2023-10-13 | SL-18837: Update dullahan to v118.0.5993.54 | Nat Goodspeed | |
This includes this week's CEF 118. | |||
2023-10-12 | PIE-1057: Engage viewer-build-util azure branch. | Nat Goodspeed | |
2023-10-12 | SL-18837: Unify all llrand_test.cpp in-range tests. | Nat Goodspeed | |
The header file documents that no llrand function should ever return a value equal to the passed extent, so the one test in llrand_test.cpp that checked less than or equal to the high end of the range was anomalous. But changing that to an exclusive range means that we no longer need separate exclusive range and inclusive range functions. Replace ensure_in_range_using(), ensure_in_exc_range() and ensure_in_inc_range() with a grand unified (simplified) ensure_in_range() function. | |||
2023-10-12 | SL-18837: Update openal to v1.23.1-18e315c | Nat Goodspeed | |
2023-10-12 | SL-18837: Update llca to v202310121525.0-d22bd98 | Nat Goodspeed | |