Age | Commit message (Collapse) | Author |
|
Thanks to the Linux x86-64 WebRTC binary from Zenichi Amano (crow-misia).
https://megapahit.com/show_bug.cgi?id=64
Haven't been tested on openSUSE, but it should work.
|
|
* #2434 Intel HD4000 compatibility pass
* Fixes crash on old drivers when loading shaders
* Fixes 30 second hang on startup
* Fixes occasional dev build crash in LLWearableList
---------
Co-authored-by: Brad Linden <brad@lindenlab.com>
|
|
# Conflicts:
# README.md
# indra/newview/CMakeLists.txt
|
|
Add libboost_program_options1_85_0 to tumbleweed package requires
|
|
Now using LLs colladadom
|
|
Add openSUSE Tumbleweed package requirements
|
|
|
|
|
|
https://megapahit.com/show_bug.cgi?id=98
by just enabling JS dependencies (we have our own implementation
of downloading "prebuilt" libraries now).
|
|
|
|
2024.08-DeltaFPS
|
|
Also fixes some sculpts getting wrong LoD
|
|
handled by viewer in unpredictable manner
|
|
unsupported (#2491)
fixes secondlife/viewer#1856
|
|
- Use GL_NVX_gpu_memory_info when available
- Disable transparent water on Mid+ and lower
- Adjust GPU benchmark to better tell the truth
- Texture bias tune up
- viewer-private/#277 - Report foreground_time in viewer stats
|
|
Add some more disctinction between titlebar and rest of window.
|
|
functions (#2488)
|
|
|
|
2024.08-DeltaFPS
|
|
chat notification, and change the default channel to 751751.
|
|
fixes secondlife/viewer#2474
|
|
2024.08-DeltaFPS
|
|
and replace it with direct dependencies on Minizip and PCRE.
|
|
https://megapahit.com/show_bug.cgi?id=76
It seems like we have to use LL's Collada DOM 2.3.
Make sure minizip is installed on macOS.
It should be safe to uninstall your system Collada DOM package now.
The CMake arguments might have to be completed for non-Darwin
platforms in a next commit.
|
|
As if it was the user typing "/157157 Now playing blabla".
|
|
Not in effect yet.
|
|
Also fix for some objects randomly disappearing until they're selected again.
|
|
fix secondlife/viewer#1856
|
|
|
|
Somehow it wouldn't get signed using the previous way even though
that's pretty much how it was done in my script all this time, which
would work. So I just had to move it to the next execute_process,
and problem solved.
|
|
CMAKE_OSX_DEPLOYMENT_TARGET here, even though reset in Variables.cmake
with mmacosx-version-min, will be used as the hardened runtime version
when codesigning.
Instructions use 11 as that version, as the builder is assumed to be
building for arm64. When building for x86-64, you can replace all 11
here with 10.15.
The sudo in codesigning is required for builders on Apple Silicon whose
SIP is enabled, which is assumed to be the most likely case.
Credits to Cate (32a).
|
|
|
|
It breaks CEF on these platforms.
|
|
|
|
foreach, and execute_process' OUTPUT_VARIABLE just don't work in
installation phase SCRIPT.
|
|
|
|
Must have missed when I was replacing the word "gtk" (on gtk2.0-0)
with the word "fltk".
|
|
Also attempt to fix some occasional bad texture memory tracking.
|
|
|
|
|
|
|
|
JsonCpp isn't used any more and Boost is linked statically now, so
SLPlugin doesn't need to link to any Boost dynamic libraries upwards
(which are of an older version and are there because they're still
needed by Collada DOM).
I suspect links to non-existent files have been the cause of why
Gatekeeper just wouldn't identify the developer despite the fact
that Apple notarisation service would still accept the bundle and
various Apple's integrity (command-line) tools would still validate
the bundle too.
This commit also removes unnecessary linkage changes for the media
plugins.
|
|
|
|
Only libbrotlidec.1.dylib that is linked by some other library there
(libfreetype.6.dylib).
This commit also reindented 8 spaces to only 4 spaces.
|
|
|
|
|
|
Try to improve visual consistency
|
|
|
|
Just playing with gimp filters :3
|
|
- Hold onto unreferenced textures for 30 seconds.
- Don't downres unless memory is low
- Downres when viewer is backgrounded.
|