Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-15 | SL-17135 Apr process creation crash | Andrey Kleshchev | |
looks like pool regularly gets corrupted, try using separate pool | |||
2023-09-15 | SL-20279 BugSplat Crash #1327171: gl_debug_callback(111) | Alexander Gavriliuk | |
2023-09-15 | SL-20278 Disconnect saving MFA from saving password | Andrey Kleshchev | |
2023-09-15 | SL-19826 Gallery multiselect support, fix right click | Andrey Kleshchev | |
2023-09-14 | SL-20269 Tab's focus jumps over item when clicking on edge items | Andrey Kleshchev | |
2023-09-14 | DRTVWR-589 - lua support parameter to UI commands | Brad Payne (Vir Linden) | |
2023-09-14 | Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-589 | |||
2023-09-14 | DRTVWR-589 - LUA support for UI commands, only if no parameters | Brad Payne (Vir Linden) | |
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-09-14 | SL-20268 FIXED clicking Cancel doesn't revert Materials perms | Mnikolenko Productengine | |
2023-09-13 | SL-19242: Capture the BugSplat @rpath as str, not bytes. | Nat Goodspeed | |
2023-09-13 | SL-19242: Ensure NSIS file paths don't end with backslash. | Nat Goodspeed | |
If they do, NSIS takes it as line continuation. | |||
2023-09-13 | SL-19242: On NSIS error, dump the generated .nsi file. | Nat Goodspeed | |
2023-09-13 | SL-19242: Pass arbitrary subprocess kwds through run_command(). | Nat Goodspeed | |
That is, make LLManifest.run_command() accept and forward subprocess keyword arguments. | |||
2023-09-13 | SL-19242: Write relative pathnames into NSIS input file. | Nat Goodspeed | |
2023-09-13 | SL-19242: Don't die if Windows app image installers/windows exists. | Nat Goodspeed | |
2023-09-13 | autorun selected script after login | Mnikolenko Productengine | |
2023-09-13 | SL-19242: Add NSIS language files etc. to Windows-app artifact. | Nat Goodspeed | |
2023-09-13 | SL-20247 Keep the focus on the chat field as emojis in the offboard floater ↵ | Alexander Gavriliuk | |
are clicked | |||
2023-09-13 | SL-20272 Animesh characters animate at 1 frame per second without clear reason | Andrey Kleshchev | |
Animesh already subtracts complexity cost from the region. It's fine to slow it down when it's far away, on low fps or when there is a bunch of non-impostored avatars around. But slowing part of the region's experience down point blank and permanently is just not pretty. | |||
2023-09-13 | SL-19242: Don't exclude the prepared .nsi file from Windows-app. | Nat Goodspeed | |
Since we need to run NSIS in a separate job step, allow the Windows-app build artifact to include the temporary .nsi file prepared by filling in our template. Also tweak the logic that finds and runs NSIS. | |||
2023-09-12 | SL-19243: Directly reference action subdirs in viewer-build-util | Nat Goodspeed | |
instead of trying to checkout viewer-build-util (which doesn't work) and then reference action subdirs from the filesystem. Also engage (initial placeholder) actions to sign and package the platform-specific application artifacts. | |||
2023-09-12 | SL-19243: Try to convince GitHub that ./.util is really a path. | Nat Goodspeed | |
2023-09-12 | SL-20157: Fix scale of avatar mesh parts when mikktspace tangent generation ↵ | Cosmic Linden | |
fails | |||
2023-09-12 | SL-20162 Option for debuging folder version in UI | Andrey Kleshchev | |
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early. | |||
2023-09-12 | SL-19243: Job step 'uses' must specify action.yaml file | Nat Goodspeed | |
instead of having it implied by specifying the containing directory. | |||
2023-09-12 | SL-19243: Use consolidated viewer-build-util | Nat Goodspeed | |
instead of distinct viewer-post-bugsplat-{windows,mac} repos. | |||
2023-09-12 | DRTVWR-588: Merge 'DRTVWR-588-maint-W' into DRTVWR-588-cleanup-timers | Nat Goodspeed | |
2023-09-12 | DRTVWR-588: Move LLSingleton dependency on LLMainThreadTask to .cpp. | Nat Goodspeed | |
Introduce LLSingletonBase::getInstanceForSecondaryThread(), used both by LLSingleton and LLParamSingleton. Because it's a method of the non-template base class, because it's not itself a template method, getInstanceForSecondaryThread()'s definition can live in llsingleton.cpp. This is what calls LLMainThreadTask::dispatch(). To support LLParamSingleton, though, getInstanceForSecondaryThread() must be capable of handling arguments. For that, it accepts a nullary std::function returning the LLSingletonBase* of interest. Packing initParamSingleton() arguments into a nullary std::function to pass to getInstanceForSecondaryThread() sounds like a job for std::bind(). Unfortunately std::bind() has trouble forwarding int and string literals to a function that infers its argument types. To work around that, use boost::call_traits::param_type and a lambda with an explicit tuple. | |||
2023-09-12 | DRTVWR-588: Reimplement LLMainThreadTask based on WorkQueue | Nat Goodspeed | |
instead of on LLEventTimer. LLEventTimer takes cycles from the main loop to run through the collection of pending LLEventTimers, checking each to see if we've reached its timestamp. But LLMainThreadTask does not require delay timing; it wants the main loop to service it ASAP. That's what the "mainloop" WorkQueue is for. But WorkQueue::waitForResult() forbids calls from a thread's default coroutine. While that restriction may still make sense in general, we specifically want to be able to pause LLMainThreadTask's caller, no matter what coroutine it's running on. Introduce WorkQueue::waitForResult_() that bypasses the check. | |||
2023-09-12 | DRTVWR-588: Fix a couple merge glitches in llsdserialize_test.cpp. | Nat Goodspeed | |
2023-09-12 | SL-18837: GH-built apr_suite no longer includes apriconv. | Nat Goodspeed | |
We had to switch to APR's partially-supported CMake builds, but apriconv has no upstream CMake config. | |||
2023-09-12 | SL-20173 show notification when file is empty | Mnikolenko Productengine | |
2023-09-11 | SL-19242: Exclude installer from Windows-app artifact. | Nat Goodspeed | |
2023-09-11 | SL-19242: Adjust Windows relative path base directory. | Nat Goodspeed | |
2023-09-11 | SL-19242: Re-enable the rest of the build product uploads. | Nat Goodspeed | |
2023-09-11 | SL-19242: Have to prefix upload-artifact exclude paths with pathname. | Nat Goodspeed | |
2023-09-11 | SL-19242: Fix minor error in viewer_manifest.set_github_output(). | Nat Goodspeed | |
2023-09-11 | SL-19242: Eliminate cruft from Windows app image artifact | Nat Goodspeed | |
2023-09-11 | Merge remote-tracking branch 'remotes/origin/DRTVWR-559' into davep/SL-19842 | RunitaiLinden | |
2023-09-11 | SL-20090 BugSplat Crash: LLViewerFetchedTexture::updateFetch(2099) | Alexander Gavriliuk | |
2023-09-11 | SL-20199 Fix invalid or oversized folder being refetched indefinetely | Andrey Kleshchev | |
2023-09-11 | SL-20229 update message template hash | RunitaiLinden | |
2023-09-11 | DRTVWR-588: Merge 'DRTVWR-588-maint-W' into DRTVWR-588-cleanup-timers | Nat Goodspeed | |
2023-09-11 | SL-19842 WIP -- Now that probes can override ambient, unroll ambient ↵ | RunitaiLinden | |
darkening hacks. | |||
2023-09-11 | SL-19242: Try harder to post artifacts containing exactly app image. | Nat Goodspeed | |
In a Windows build tree, we don't actually have an app-named top directory, so don't package its containing directory -- just the app dir itself, e.g. "newview/Release". In a Mac build tree, though we do have "Second Life Mumble.app", its parent directory also contains other large stuff. Try posting a temp directory containing a symlink to the .app. Ditch the "!*.bat" exclusion: the presence of a second path (even an exclusion) changes how upload-artifact nests its contents. | |||
2023-09-10 | SL-20261 Allow and resize existing textures as necessary for thumbnails | Andrey Kleshchev | |
2023-09-10 | SL-19826 Keep scroll from acting up if selection changed | Andrey Kleshchev | |
Unfulfilled scroll (due to fetching) persisted after selection changed | |||
2023-09-10 | SL-19826 Basic 'shift' support for gallery Part#4 | Andrey Kleshchev | |