summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-27Merge pull request #3 from mobserveur/mainErik Kundiman
added a fps counter in the status bar
2024-05-27added a fps counter in the status barmobserveur
it displays an fps counter on the status bar
2024-05-27Merge pull request #2 from mobserveur/mainErik Kundiman
commented darwin specific code for texture priority
2024-05-27Merge remote-tracking branch 'refs/remotes/origin/main'mobserveur
* refs/remotes/origin/main: new icons again New icons: Sharpened Jolly Roger macOS icon by Secret Foxtail New icons: revision New icon: 1024x1024 New icons Blufault colors.xml: revert HTMLLinkColor New freebsd.png Blufault colors.xml Making FrogGreen blue Blufault: Camera & movement controls
2024-05-26Merge branch 'main' of https://gitlab.com/fowlerdm/megapahit-viewerErik Kundiman
2024-05-25dmg background revisionfowlerdm
blend bottom border better
2024-05-25login_mp_logo update & dmg backgroundfowlerdm
update login logos to reflect new jolly roger icon & stylize dmg background
2024-05-25Jolly Roger macOS volume icon again by fowlerdmErik Kundiman
2024-05-25Sharpened Jolly Roger icons for macOS by fowlerdmErik Kundiman
2024-05-25commented darwin specific code for texture prioritymobserveur
the commented code was causing textures being blurry at short distance credits: melody owo
2024-05-24new icons againfowlerdm
remove pixelation
2024-05-24Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-05-23New icons: Sharpenedfowlerdm
A few different sizes looked blurry in different launchers / DEs, trying a basic sharpening pass.
2024-05-23Jolly Roger macOS icon by Secret FoxtailErik Kundiman
2024-05-23New icons: revisionfowlerdm
remove excessive borders from new icons
2024-05-22New icon: 1024x1024fowlerdm
Added 1024x1024 version of new icon
2024-05-22New iconsfowlerdm
Even newer icons! Thalassocracy themed!
2024-05-20Blufault colors.xml: revert HTMLLinkColorfowlerdm
Set HTMLLinkColor back to "EmphasisColor"
2024-05-20New freebsd.pngfowlerdm
From Erik
2024-05-20Blufault colors.xmlfowlerdm
Misc adjustments
2024-05-18Making FrogGreen bluefowlerdm
I saw green in emoji picker and it made me cry
2024-05-18Blufault: Camera & movement controlsfowlerdm
Hue adjustment
2024-05-18Add Fedora build creditErik Kundiman
2024-05-18Adjust MenuBarBGColorfowlerdm
Forgot about this one, silly me!
2024-05-18Less strictness with Fedora's GCC 14Erik Kundiman
2024-05-18Turn off C++ 20 compatibilityErik Kundiman
Compiling would fail otherwise at least on Fedora 40 and Ubuntu 24.04 with their GCC 13 or newer.
2024-05-18Colour bits test not done on Linux eitherErik Kundiman
Cause last time I checked, it didn't pass on Fedora.
2024-05-18Squircle icons, so far for macOS, by fowlerdmErik Kundiman
2024-05-18More people in creditsErik Kundiman
2024-05-18blufault: misc tweaksfowlerdm
hue-shifting a few more things
2024-05-18Adjust FriendColors & FilterTextfowlerdm
Found some things that could be a little more blue!
2024-05-17colors.xml & texures.xml fixfowlerdm
oopsie whoopsy!
2024-05-17Blufault: more blue - supporting xmlfowlerdm
making emphasiscolor a bit less green
2024-05-17Blufault skin: More bluefowlerdm
Slight hue adjustment
2024-05-17Bluefault: supporting xmlfowlerdm
XML tweaks to help blufault shine!
2024-05-17New skin: Blufaultfowlerdm
Blue-ish modification of the default SL viewer skin
2024-05-17More misleading indentation fixesErik Kundiman
2024-05-17Parts that were left out during 7.1.7 mergeErik Kundiman
Including a very important one which is so assets are fetched!
2024-05-17Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-05-16Fix previous shader float conversionErik Kundiman
The i variable is still used as an integer on the next line.
2024-05-16New Iconsfowlerdm
Added new icons!
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
source for viewer 7.1.7.8974243247
2024-05-15Reapply "SL-20411 Fix texture preview images not always loading"Erik Kundiman
This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b.
2024-05-15Reapply "SL-20411 Don't load all thumnails at once for large folders #2"Erik Kundiman
This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e.
2024-05-15Reapply "SL-20411 Thumbnail textures should have less of an impact on ↵Erik Kundiman
performance #1" This reverts commit 08f186a700c3fe7976228468f137c920e343bb64.
2024-05-15Float operands for float operationsErik Kundiman
This is so that it doesn't throw a compilation error at runtime for not finding the named function expecting certain operand types, on some certain other implementation.
2024-05-14Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵Nat Goodspeed
Maintenance X
2024-05-10Merge pull request #1444 from secondlife/nat/slvoicenat-goodspeed
Update to S3-published GHA build of slvoice.
2024-05-10Reapply slvoice package URLs with autobuild 3.9.5Nat Goodspeed
2024-05-10Remove reference and const qualifier from skindirErik Kundiman
This is so it doesn't throw an error about the instance not being able to run the replace function, for example, on a certain platform. If it's found out later that this causes problems, then make it exceptional only for that certain platform.