summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-10SL-19697 FIXED Clicking on inventory item in list view does not unselect ↵Maxim Nikolenko
item in gallery view
2023-05-10SL-19683 'New folder' menu item should be disable for the listed folders in sfvMaxim Nikolenko
2023-05-09Merge pull request #205 from secondlife/sl-19676-360mode-statssimon-linden
sl-19676 - Stats on updates and scene loading
2023-05-09SL-19676 - more update and scene loading stats. Added texture and meshsimon
count
2023-05-09SL-19660 Updated contributions docAndrey Kleshchev
2023-05-09SL-19660 Merge pull request #199 from beqjanus/mainakleshchev
BUG-233797/233798 - fix blackout when u/w fog_density < 0
2023-05-08Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-05-08DRTVWR-559 Remove main window proc printf debugging.RunitaiLinden
2023-05-08Merge pull request #206 from secondlife/SL-19644cosmic-linden
SL-19644: De-virtualize pushBatch
2023-05-08SL-19690: Fix a lingering reference to WorkSchedule::postIfOpen()Nat Goodspeed
2023-05-08SL-19690: Properly qualify exception type.Nat Goodspeed
2023-05-08SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.Nat Goodspeed
Rather than continuing to propagate try/catch (Closed) (aka LLThreadSafeQueueInterrupt) constructs through the code base, make WorkQueueBase::post() return bool indicating success (i.e. ! isClosed()). This obviates postIfOpen(), which no one was using anyway. In effect, postIfOpen() is renamed post(), bypassing the exception when isClosed(). Review existing try/catch blocks of that sort, changing to test for post() returning false.
2023-05-08SL-19690 Updated contribution docAndrey Kleshchev
2023-05-08SL-19690 Merge pull request #207 from RyeMutt/shutdown-crashakleshchev
Fix exceptions during shutdown causing early program termination
2023-05-06SL-19689 In combination view 'raname' field doesn't update position properlyAndrey Kleshchev
2023-05-06SL-19688 Fix combined view not updating on thumbnail changeAndrey Kleshchev
2023-05-05Fix LLThreadSafeQueueInterrupt in WorkQueueBase::postTo during shutdown by ↵Rye Mutt
catching and returning false
2023-05-05Fix uncaught LLThreadSafeQueueInterrupt during ImageWorker threadpool shutdownRye Mutt
2023-05-05SL-19644: De-virtualize pushBatchCosmic Linden
Bump still uses its own pushBumpBatch function - OK, works the same as before.
2023-05-05SL-19641 FIXED Gallery item is not selected after using 'Find original'Maxim Nikolenko
2023-05-05DRTVWR-559: Hard tabs considered harmfulNat Goodspeed
2023-05-05SL-19533 Prevent COF dupplicate requestAndrey Kleshchev
2023-05-04DRTVWR-559 LLSD array build fixAndrey Kleshchev
2023-05-04SL-18932 Canceling material selection only reverts overrideAndrey Kleshchev
2023-05-04Merge pull request #179 from secondlife/brad/mac-nightly-buildsBrad Linden
enable github actions mac nightly builds
2023-05-04Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-559Brad Linden
2023-05-04Merge remote-tracking branch 'origin/SL-19594-restore' into DRTVWR-559Brad Linden
2023-05-04Fix typoBrad Linden
2023-05-04Merge pull request #203 from secondlife/DRTVWR-559-zapfuncnat-goodspeed
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
2023-05-04Switch mac build to go on hosted macos-12-xl runner.Brad Linden
2023-05-04SL-19683 Add menu items should be disabled for some folders in single-folder ↵Maxim Nikolenko
view
2023-05-04First work on sl-19676 - Stats on updatessimon
2023-05-04DRTVWR-559: Add <unordered_map> header since we use it.Nat Goodspeed
2023-05-04SL-19647 OSX buildfixAndrey Lihatskiy
2023-05-04SL-19594: Update to bugsplat build 579669Nat Goodspeed
2023-05-04Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-577-maint-SAndrey Lihatskiy
2023-05-04Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-580-maint-TAndrey Lihatskiy
2023-05-04Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-582-maint-UAndrey Lihatskiy
# Conflicts: # indra/llcommon/tests/llsdserialize_test.cpp
2023-05-04DRTVWR-559: Merge 'DRTVWR-559' into DRTVWR-559-zapfuncNat Goodspeed
2023-05-03Added ability to disable required OSX_SYSROOT cmake checksBrad Linden
2023-05-03Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-05-03DRTVWR-559 WIP - optimize ARC calculation et al.RunitaiLinden
2023-05-03Further attempts to get actions based nightly mac builds working for DRTVWR-559Brad Linden
2023-05-03Experiment with turning on MacOS builds for github based nightly builds for ↵Brad Linden
DRTVWR-559
2023-05-03SL-19647: Eliminate LLSDArray entirely.Nat Goodspeed
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array().
2023-05-03Merge pull request #191 from ↵Brad Linden
secondlife/brad/SL-19648-refcount-llgltfmaterial-thread-safety Fix SL-19675 crash due to thread unsafe LLRefCount usage possibly related to SL-19648
2023-05-03Cleanup with SL-19675 fix. lifted empty check outside the workqueue post ↵Brad Linden
and cleaned up indentation
2023-05-03Improved fix for SL-19675 crash. How about just don't refer to data when ↵Brad Linden
you don't need it
2023-05-03Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-05-03SL-19681 Updated list of contributorsAndrey Kleshchev