Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-26 | Revert "Boost since 1.76 already internally includes v5" | Erik Kundiman | |
This reverts commit 658ff1a0a14af93b96de22d3def56b93c0a5abd2. | |||
2023-10-26 | Revert "OpenAL createDefaultStreamingAudioImpl stub" | Erik Kundiman | |
This reverts commit b6574337ed3fd7749db6185501cd444305d44905. | |||
2023-10-14 | Not build libvlc on macOS for now | Erik Kundiman | |
At runtime it hasn't worked anyway. And now we can get an ARM build without having to build libvlc for ARM first. | |||
2023-10-08 | Not show 3p icon(s)/logo(s) | Erik Kundiman | |
We're not even redistributing Vivox yet (if we ever will). | |||
2023-10-08 | Embed NVIDIA licence | Erik Kundiman | |
Since we're not distributing licenses.txt yet (not using the Python script). | |||
2023-10-08 | Hide Look At by default | Erik Kundiman | |
to avoid any "Stop camming me" from happening. Showing Look At is something advanced anyway. | |||
2023-10-08 | Prepare SDL2 for file read operations | Erik Kundiman | |
Necessary on some platforms. | |||
2023-10-04 | GCC build fixes | Erik Kundiman | |
which includes another misleading indentation, and a double use of the variable is_asset_knowable. | |||
2023-10-04 | src in inventory gallery is set but unused | Erik Kundiman | |
It was okay on FreeBSD's Clang, but an error on AppleClang and GCC too. | |||
2023-10-04 | Merge tag '6.6.15-release' | Erik Kundiman | |
source for viewer 6.6.15.581961 | |||
2023-09-26 | SL-20341 Item Properties floater closes on changes for task inventory item | Andrey Kleshchev | |
2023-09-25 | SL-20334 Unable to use non-square textures from inventory | Andrey Kleshchev | |
2023-09-25 | SL-20332 Crash at dragCategoryIntoFolder | Andrey Kleshchev | |
2023-09-20 | SL-20308 Clearing user's data should clear mfa #2 | Andrey Kleshchev | |
2023-09-20 | SL-20298 Fix recursive fetch not working properly. | Andrey Kleshchev | |
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-18 | SL-20308 Clearing user's data should clear mfa | Andrey Kleshchev | |
2023-09-15 | Limit unused-but-set-variable to Linux when Clang | Erik Kundiman | |
Others are fine without the error turned off, and the flag might not even be available on some other's Clang. | |||
2023-09-15 | SL-20278 Disconnect saving MFA from saving password | Andrey Kleshchev | |
2023-09-15 | SL-19826 Gallery multiselect support, fix right click | Andrey Kleshchev | |
2023-09-14 | SL-20269 Tab's focus jumps over item when clicking on edge items | Andrey Kleshchev | |
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-09-14 | getNativeKeyData impl for non Darwin non GTK | Erik Kundiman | |
Copying from GTK users part though. | |||
2023-09-12 | SL-20162 Option for debuging folder version in UI | Andrey Kleshchev | |
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early. | |||
2023-09-12 | Set but not used variable isn't an error | Erik Kundiman | |
Encountered when using Clang on Linux. Switched to Clang cause sometimes errors can be less escapable on GCC. | |||
2023-09-12 | Swap dependency between llmath & llmeshoptimizer | Erik Kundiman | |
It seems easier the other way around. This is only so building shared libraries won't fail. | |||
2023-09-11 | SL-20199 Fix invalid or oversized folder being refetched indefinetely | Andrey Kleshchev | |
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 | SL-20261 Allow and resize existing textures as necessary for thumbnails | Andrey Kleshchev | |
2023-09-10 | SL-19826 Keep scroll from acting up if selection changed | Andrey Kleshchev | |
Unfulfilled scroll (due to fetching) persisted after selection changed | |||
2023-09-10 | SL-19826 Basic 'shift' support for gallery Part#4 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Gallery multiselect support Part#3 | Andrey Kleshchev | |
wip | |||
2023-09-10 | SL-19826 Implement feedback for dropping into flat folder view Part#2 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Implement feedback for pasting into flat folder view Part#1 | Andrey Kleshchev | |
2023-09-10 | Use prebuilt OpenJPEG for now | Erik Kundiman | |
until we figure out what's causing crashes with vanilla OpenJPEG. | |||
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 | Darwin hasn't been using llwindowmacosx | 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 | |