Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-19 | llprogressview.cpp: Correct formatting | fowlerdm | |
Previous formatting resulted in compilation failure | |||
2024-06-19 | Merge branch 'main' of https://gitlab.com/fowlerdm/megapahit-viewer | fowlerdm | |
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 | 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 | 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-13 | Merge remote-tracking branch 'fowlerdm/main' | Erik Kundiman | |
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-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-11 | low preset being slower -> FIX | mobserveur | |
The low preset used to be slower, due to some settings not being defined. | |||
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-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 | Merge release/materials_featurette to main on promotion of secondlife/viewer ↵ | Nat Goodspeed | |
#648: Release/materials featurette | |||
2024-06-10 | lltracker::drawbeacon() rewritted for better performance | mobserveur | |
this is a better implementation of the drawBeacon() function compared to the previous patch | |||
2024-06-10 | VoicePTT hue shift | fowlerdm | |
better match blufault colours | |||
2024-06-09 | Revert alteration to hand.png | fowlerdm | |
not sure where I was going with this | |||
2024-06-09 | Clean up sidepanel_task_info.xml | fowlerdm | |
remove unneeded panel background | |||
2024-06-09 | Cleanup group info | fowlerdm | |
Remove unneeded panel background | |||
2024-06-09 | places floater cleanup | fowlerdm | |
remove unneeded panel background | |||
2024-06-09 | Cleanup build tools window | fowlerdm | |
Remove unneeded background from permissions | |||
2024-06-09 | Clean up world map floater | fowlerdm | |
Remove unneeded backgrounds | |||
2024-06-09 | tweak minimap floater | fowlerdm | |
make background of minimap reveal window background |