Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-20 | Round the 128 & 256 icon corners | Erik Kundiman | |
2023-09-20 | Login logos update | Erik Kundiman | |
2023-09-19 | New login logo with black backgrounds | Erik Kundiman | |
2023-09-19 | Disable assembly instructions on non x86 | Erik Kundiman | |
at least for now. | |||
2023-09-11 | Revive HiDPI support & multi threaded OpenGL | Erik Kundiman | |
See 7dd1149e3649057f0962b85bdc467f4e9299b235. The attributes only needed to be moved from LLWindowMacOS X to LLWindowSDL. | |||
2023-09-10 | macOS still uses viewer_manifest for now | Erik Kundiman | |
until we're ready with CPack for it. | |||
2023-09-10 | The header for CFBundleRef & CFBundleCreate | Erik Kundiman | |
2023-09-10 | GL_ALPHA8_EXT as an alternative to GL_ALPHA8 | Erik Kundiman | |
2023-09-10 | GL_RGBA16F is used when there's no GL_RGBA16 | Erik Kundiman | |
2023-09-10 | Lose the _EXT from GL_FRAMEBUFFER macro | Erik Kundiman | |
2023-09-10 | Always compile vertex array code | Erik Kundiman | |
So that, especially modern, GL implementations that do have vertex array but don't have the legacy GL_ARB_vertex_array_object defined have such code compiled too. | |||
2023-09-10 | Preprocess GLU implementors only code | Erik Kundiman | |
2023-09-10 | Missing parameter for non file picker implementors | Erik Kundiman | |
2023-09-10 | Preprocess non portable OpenGL code | Erik Kundiman | |
2023-09-10 | Lose the _ARB suffix from many macros | Erik Kundiman | |
2023-09-06 | Core profile query related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-06 | Core profile buffer related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-05 | Exclude FBSD from more GL function redefinitions | Erik Kundiman | |
at the same time revert to less difference from upstream. | |||
2023-08-29 | Make it possible for external TOS to be agreed to | Erik Kundiman | |
The line that enables it in when on external TOS was only present in a similar scope which doesn't seem to be reachable. It must have been missed when the condition checking was moved. | |||
2023-08-29 | Replace login viewer name's left with circle logo | Erik Kundiman | |
2023-08-29 | Give the icons rounded corners | Erik Kundiman | |
2023-08-29 | Adjust the credits | Erik Kundiman | |
2023-08-29 | Copyright notice repro on statically linked libs | Erik Kundiman | |
2023-08-28 | Replace SL & Linden brands on macOS | Erik Kundiman | |
2023-08-28 | XDG desktop entry | Erik Kundiman | |
2023-08-28 | Temporary icons | Erik Kundiman | |
2023-08-28 | Temporary login MP logo so that we don't use SL's | Erik Kundiman | |
https://secondlife.com/corporate/third-party-viewers Section 5.c | |||
2023-08-26 | Make using the system browser for links works | Erik Kundiman | |
First, in order for launch_url.sh to be executable, it needs to be installed as a program. Secondly, the spawn browser command path needs to be adjusted accordingly. And last, add chrome (applies to chromium too on FBSD), to the list of browser commands to try (so chrome wasn't there :/, but dillo has always been XD, and that's why it kept opening Dillo here haha). | |||
2023-08-26 | Certificate authority bundle gets installed too | Erik Kundiman | |
When I tried using, for example, FBSD system's ca-root-nss.crt, at runtime, the viewer would fail at downloading textures, avatar names, and so on. So for now we're still relying on LLCA, it's just get installed automatically without having to track the file in the viewer project. | |||
2023-08-26 | Fonts get installed too | Erik Kundiman | |
2023-08-26 | CPack for packaging (when PACKAGE set to on) | Erik Kundiman | |
Since we could use the dynamic versioning from the configuration phase of CMake, the inclusion is put in BuildVersion.cmake. Other CPACK variables are usually static so can be set when running cmake. CPack somehow doesn't pick up the DESTINATION values in ViewerInstall (slplugin & libvlc too) from UnixInstall, so they're they're partially hardcoded again there. | |||
2023-08-25 | Fix another misleading indentation | Erik Kundiman | |
2023-08-24 | Merge tag '6.6.14-release' | Erik Kundiman | |
source for viewer 6.6.14.581101 | |||
2023-08-21 | Darwin not (directly) relying on Carbon & Obj-C | Erik Kundiman | |
HiDPI support & multi threaded OpenGL haven't been used since we switched to SDL2 on Darwin, and so far there hasn't been any sign that things aren't working any more significantly. | |||
2023-08-21 | Apple Clang doesn't recognise --as-needed | Erik Kundiman | |
2023-08-21 | DBus hasn't been enabled, so why compile api_dbus | Erik Kundiman | |
So it won't get in the way for other platforms that have no DBus. | |||
2023-08-21 | Darwin & any platform can, and should, use SDL | Erik Kundiman | |
The alt mouse click to cam is broken for now on macOS, but this is the path we've chosen. | |||
2023-08-21 | GLib header is included only when using GTK | Erik Kundiman | |
2023-08-21 | Any platform can, & should, use appviewerlinux too | Erik Kundiman | |
It's the one that plays along with SDL. | |||
2023-08-21 | Revert "FreeBSD can use llappviewerlinux too" | Erik Kundiman | |
This reverts commit 8356386f6674cf7f1e25bcd49f3266868cd5dc7d. | |||
2023-08-07 | Make GCC not treat uninit-ed FetchEntry as error | Erik Kundiman | |
2023-07-29 | Customise APP_NAME values to Megapahit, & the caps | Erik Kundiman | |
2023-07-29 | Viewer & resources can be installed on the system | Erik Kundiman | |
2023-07-29 | stringop truncation warnings aren't errors on GCC | Erik Kundiman | |
2023-07-29 | So we don't get errors from uninitialised vars | Erik Kundiman | |
when compiling newview using GCC. | |||
2023-07-29 | Start adding LibVLC support when using system libs | Erik Kundiman | |
Streaming is not working yet, though. Until it's made sure that the dynamic library and plugins needed are on the paths the executable is expecting them to be. | |||
2023-07-29 | Revert "VLC & CEF aren't deps when no media plugins on mac" | Erik Kundiman | |
This reverts commit f4c8949ac66d08263845f60a7cef2ecb9c77079b. | |||
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | FreeBSD gets what Darwin & Linux do on dir pickers | Erik Kundiman | |
Though without this, the viewer had still successfully built, and I didn't experience any run-time problem yet. This commit is to anticipate any directory picker related problem later, cause it seems very likely that this is needed. | |||
2023-07-19 | Add FreeBSDLocales | Erik Kundiman | |