Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | Credits for Kokua team | Erik Kundiman | |
2024-06-26 | Linden_Dollar_Background.png adjustment | fowlerdm | |
Try adding some transparency | |||
2024-06-25 | Issue#880 Crash on a dead pointer in a chat session | Andrey Kleshchev | |
2024-06-25 | #1806 - crash in initVoiceChannel | Roxie Linden | |
2024-06-26 | Rename "Second Life" titles when using Cocoa | Erik Kundiman | |
For when not using SDL2 for macOS too. It took me a while to find where to rename these (which might be easier to find if I was on an Xcode project maybe? Not sure). I couldn't open the nib file using Xcode (opening the xib would even require me to have its format updated first). So what I did was, `plutil -convert xml1 -o SecondLife.xib SecondLife.nib` (The output could be some other name, to be honest.) Rename all "Second Life" to "Megapahit" in the generated xib, and then convert it back to binary. `plutil -convert binary1 -o SecondLife.nib SecondLife.xib` I just had to output the generated ASCII one to an existing file, so I just reverted it, no need to track any changes there. `git restore SecondLife.xib` | |||
2024-06-26 | floater_about.xml: special thanks | fowlerdm | |
fix formatting | |||
2024-06-25 | viewer#1821 Crash at getSessionID() | Andrey Kleshchev | |
2024-06-25 | Merge pull request #1837 from secondlife/roxie/webrtc-voice-gain | Roxanne Skelly | |
2024-06-25 | Unhide one team member | Erik Kundiman | |
2024-06-25 | Add more people to the team | Erik Kundiman | |
2024-06-25 | Squeeze in FMOD attribution | Erik Kundiman | |
2024-06-25 | Replace tabs in ViewerInstall.cmake with spaces | Erik Kundiman | |
2024-06-24 | [WebRTC] control microphone gain via custom audio processor. | Roxie Linden | |
Previously, there were two places audio gain could be controlled: - the device manager - the audio track The device manager audio gain control sets the system gain for all applications, not just the webrtc application. The audio track gain happens well after the audio processing where we want it to happen. So, gain control was added to the existing custom audio processor, which previously only handled calculating and retrieving the audio levels. After these changes, the microphone gain slider does impact the audio volume heard by peers. | |||
2024-06-22 | FMOD attribution | Erik Kundiman | |
https://www.fmod.com/attribution The credit line must include the words "FMOD Studio" and "Firelight Technologies Pty Ltd". | |||
2024-06-21 | Merge branch 'release/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice-1451 | |||
2024-06-21 | Disable voice morphing and throw up a warning if it's previously enabled. | Roxie Linden | |
2024-06-19 | llprogressview.cpp: Correct formatting | fowlerdm | |
Previous formatting resulted in compilation failure | |||
2024-06-19 | llprogressview: comment out unused variable | fowlerdm | |
//const S32 default_height = 28; | |||
2024-06-19 | Show fmod logo on login | fowlerdm | |
Revert 82391adeb81656b6b23559c52bf4a3db2c932673, hide vivox | |||
2024-06-19 | panel_progress.xml: "Megapahit uses" | fowlerdm | |
Display "Megapahit uses" instead of "Second Life uses" above 3p_icons | |||
2024-06-19 | ViewerInstall.cmake: Install libfmod on Linux | fowlerdm | |
Install libfmod.so, libfmod.so.13, and libfmod.so.13.22 | |||
2024-06-19 | "Teleport to" option in nearby tab of people window | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=32 | |||
2024-06-18 | Fix crash issue when echo cancellation is enabled/disabled. | Roxie Linden | |
New webrtc library fixes an assert in webrtc when echo cancellation is enabled or disabled. Also, fix an issue where disabling media grays out noise cancellation. | |||
2024-06-18 | #1771 Fix for objects disappearing and not reappearing until LoD switch | RunitaiLinden | |
2024-06-18 | Attempt to fix inventory issues | mobserveur | |
This is an attempt to fix inventory not showing some items | |||
2024-06-18 | SDL 2 Window completions and HiDPI support | mobserveur | |
This commit completes the SDL 2 support and adds HiDPI support for Mac. | |||
2024-06-15 | commands.xml: chat adjustment | fowlerdm | |
Make "Chat" toolbat button match "Conversations" floater title. | |||
2024-06-15 | added fps limiter | mobserveur | |
added an fps limiter, set by the MaxFPS debug setting | |||
2024-06-14 | Make it build if USE_FMODSTUDIO is set to true | Erik Kundiman | |
Just put the FMOD api/core files to their corresponding places somewhere like /usr/local, and enclose the headers in a folder named "fmodstudio". | |||
2024-06-13 | More of making operands consistently float | Erik Kundiman | |
2024-06-12 | Cleanup gltf floater attempt 2: | fowlerdm | |
Trying to edit panel colour in gloater_live_material_editor instead of panel_gltf_material | |||
2024-06-12 | cleanup gltf material panel | fowlerdm | |
try to remove unneeded background | |||
2024-06-12 | panel_edit_shape/wearable cleanup | fowlerdm | |
remove unneeded background | |||
2024-06-12 | Jolly roger icons: edge cleanup | fowlerdm | |
Spotted some minor imperfections when placed against dark background | |||
2024-06-12 | settings.xml: Change default camera preset | fowlerdm | |
trick from digital pastures | |||
2024-06-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-12 | low preset being slower -> FIX | mobserveur | |
The low preset used to be slower, due to some settings not being defined. | |||
2024-06-12 | cleanup panel_notify_textbox | fowlerdm | |
remove unneeded background | |||
2024-06-11 | Merge branch 'main' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
2024-06-11 | Set so an unused function isn't an error on GCC | Erik Kundiman | |
on particular files in indra/newview/gltf. | |||
2024-06-10 | Merge branch 'main' into brad/materials_featurette_build_workaround | Nat Goodspeed | |
2024-06-11 | Pixelated Jolly Roger macOS app and volume icons | Erik Kundiman | |
by Secret Foxtail (fowlerdm). | |||
2024-06-11 | Merge remote-tracking branch 'fowlerdm/main' | Erik Kundiman | |
2024-06-11 | Merge tag '7.1.8-release' | Erik Kundiman | |
source for viewer 7.1.8.9375512768 | |||
2024-06-10 | more XML tweaks | fowlerdm | |
fixing a few minor oopsies | |||
2024-06-10 | Hue shift voiteptt in /icons | fowlerdm | |
Not sure why we have duplicates | |||
2024-06-10 | Resize hand.png | fowlerdm | |
Made it too big last time | |||
2024-06-10 | Misc XML tweaks | fowlerdm | |
Floater cleanup attempt | |||
2024-06-10 | Increment viewer version to 7.1.9 | Nat Goodspeed | |
following promotion of secondlife/viewer #648: Release/materials featurette | |||
2024-06-10 | Merge release/materials_featurette to main on promotion of secondlife/viewer ↵ | Nat Goodspeed | |
#648: Release/materials featurette |