Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-27 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-26 | Remove double macro conditions in GL headers | Erik Kundiman | |
I just noticed LL_LINUX got its own scope just below LL_MESA. We're minimising difference from upstream Maintenance-B. | |||
2024-07-25 | Be specific on which product is being bug reported | Erik Kundiman | |
now that there is another product (which is Web) on Megapahit Bugzilla. | |||
2024-07-24 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-07-24 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info | |||
2024-07-24 | remove inappropriate ignoretext usage as recommended in code review. | Brad Linden | |
2024-07-23 | Improve error message notifying user that Voice Morph Effects are not supported | Brad Linden | |
secondlife/viewer#1451 | |||
2024-07-23 | CMakeLists adding fsfloatersearch.h | mobserveur | |
This commit completes the previous commit for the legacy floater | |||
2024-07-23 | added some debug infos in llworldmipmap | mobserveur | |
this is part of an effort to isolate a crash in the world map | |||
2024-07-23 | Legacy search floater | mobserveur | |
This commit adds the legacy search floater to megapahit | |||
2024-07-23 | Apple gpu optimisations based on LL work | mobserveur | |
This commit replaces our former optimisations with LL develop branch work and some tweaks. | |||
2024-07-21 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-21 | Wine-based Vivox-based voice support for FreeBSD | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=57 For SLVoice to run, there is a couple of environment variables that need to be set, and users need to run `/usr/local/share/wine/pkg32.sh install wine mesa-dri` to install the necessary files first. All this time the env parameter on apr_proc_create was never used, and this is just the place for passing those environment settings, hence the LLProcess::Param attribute addition. | |||
2024-07-21 | CEF via Linux binary compatibility attempt on FBSD | Erik Kundiman | |
Since the condition is quite specific for now, debootstrapped Debian/Ubuntu x86-64 only, paths are just hardcoded. We got far enough that SLPlugin doesn't get killed, and there's no notification that "text/html" cannot be handled any more, it's just it hasn't worked yet, the built-in browser. | |||
2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-20 | Revert "NDOF licence not included" | Erik Kundiman | |
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd. | |||
2024-07-20 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-19 | toolbars.xml: replace "places" with "build" | secretfoxtail | |
Landmarks button already exists in navigation bar. | |||
2024-07-19 | Copy profile link to clipboard in profile actions | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=47 | |||
2024-07-19 | CTRL-SHIFT-X to get the "Shared Enviroment" | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=46 | |||
2024-07-17 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # autobuild.xml # indra/newview/llvoicechannel.cpp | |||
2024-07-17 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-17 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-17 | Use `sed` a little bit differently on GNU/Linux | Erik Kundiman | |
2024-07-17 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-17 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-17 | Apply contributors generation for non macOS too | Erik Kundiman | |
2024-07-17 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-17 | Reenable OnDevicesUpdated on all platforms | Erik Kundiman | |
but not as "override" on the less supported ones. | |||
2024-07-17 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-16 | Max visible distance fix in the people panel | mobserveur | |
This commit adds a custom debug variable set to 4096 by default that affects only the people panel list. | |||
2024-07-16 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-16 | viewer#1975 Fixed "Allow Land Resell" option not switching | Andrey Kleshchev | |
2024-07-15 | floater_gesture.xml cleanup | secretfoxtail | |
Remove unneeded solid background | |||
2024-07-15 | WellButton_Lit & WellButton_Lit_Selected replacement | secretfoxtail | |
New buttons that fit better | |||
2024-07-15 | floater_world_map.xml search results bg | secretfoxtail | |
Add transparent gray block behind world map search results | |||
2024-07-15 | floater_my_environments.xml cleanup | secretfoxtail | |
Remove unneeded background colour and bevel/border | |||
2024-07-15 | colors.xml: MapParcelOutlineColor | secretfoxtail | |
Change from Yellow to White | |||
2024-07-15 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-15 | Fix macro processing syntax in previous commit | Erik Kundiman | |
2024-07-15 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-15 | Scope variables that are used when Fmod/Havok's on | Erik Kundiman | |
This way it still builds whether FMOD or OpenAL is the one set ON. | |||
2024-07-15 | Revert "Eliminates the fatal warning in llprogressview.cpp" | Erik Kundiman | |
This reverts commit 54ef82dae2005d2340ea39208f262c564642f98f. | |||
2024-07-15 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-14 | Eliminates the fatal warning in llprogressview.cpp | mobserveur | |
The unused variables are commented | |||
2024-07-14 | Script dialog position | mobserveur | |
This commit allows the script dialog position to be remembered | |||
2024-07-14 | Vsync fix for Linux | mobserveur | |
Vsync was activated when the viewer is launched. This should fix the issue. | |||
2024-07-14 | Collapsable camera floater | mobserveur | |
This commit allows to collapse the camera floater | |||
2024-07-14 | Performance and tuning | mobserveur | |
Performance and tuning floater updated including fixes |