| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | TinyGLTF & Vulkan glTF not included on systemlibs | Erik Kundiman | |
| Vulkan glTF doesn't seem to be used yet. TINYGLTF_INCLUDE_DIR doesn't seem to be used yet either. Tiny GLTF can be headers only, easy to install to system. | |||
| 2023-09-10 | 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-10 | Comment out dead_code_should_blow_up_here | Erik Kundiman | |
| Can't find its definition anywhere o.O | |||
| 2023-09-10 | Fixes to get it build again on FreeBSD | Erik Kundiman | |
| and hopefully GNU/Linux too. | |||
| 2023-09-10 | SDL window overrides all window pure virtual funcs | Erik Kundiman | |
| including the new getAvailableVRAMMegabytes. The "override" word must be explicitly stated now. | |||
| 2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
| 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 | |
| 2023-09-09 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
| 2023-09-09 | Remove the rebuild on the drawable. Wasn't working as expected anyways. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-09 | SL-19242: Try passing upload-artifact a normalized relative path. | Nat Goodspeed | |
| 2023-09-08 | Update reflectionProbeF.glsl | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | Update llheroprobemanager.cpp | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | Mostly fixed placement math. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | Even more placement modes. Reflected axis modes need work. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | SL-19242: Resolve '..' in viwer_app path before trying to upload. | Nat Goodspeed | |
| 2023-09-08 | Some more modes for mirrors to place the probe. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | SL-19242: Post -app artifact, not -exe, with entire install image. | Nat Goodspeed | |
| Previously we posted Windows-exe, macOS-exe artifacts that were a little inconsistent: Windows-exe contained just the Windows executable, whereas macOS-exe contained the whole .app tree (but without the .app directory). Change to post Windows-app, macOS-app artifacts that each contain the whole viewer install image, including the top-level application name directory. This is what we'll need to codesign and notarize. | |||
| 2023-09-08 | Merge pull request #372 from secondlife/DRTVWR-587-maint-V-pytweak | nat-goodspeed | |
| DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3). | |||
| 2023-09-08 | DRTVWR-587: Adopt Ansariel's Python.cmake Windows simplification. | Nat Goodspeed | |
| 2023-09-08 | SL-18837: Make llsdserialize_test debug output conditional. | Nat Goodspeed | |
| Move hexdump() and hexmix() stream formatters to new hexdump.h for potential use by other tests. In toPythonUsing() helper function, add a temp file to receive Python script debug output, and direct debug output to that file. On test failure, dump the contents of that file to the log. Give NamedTempFile::peep() an optional target std::ostream; refactor implementation as peep_via() that accepts a callable to process each text line. Add operator<<() to stream the contents of a NamedTempFile object to ostream -- but don't use that with LL_DEBUGS(), as it flattens the file contents into a single log line. Instead add peep_log(), which streams each individual text line to LL_DEBUGS(). | |||
| 2023-09-08 | Fix builds using OpenAL | Ansariel | |
| (cherry picked from commit fd73b6e5cf6341d606628646b73a0d05223b74bc) | |||
| 2023-09-08 | SL-18837: Revert "Add OpenAL::createDefaultStreamingAudioImpl()." | Nat Goodspeed | |
| This reverts commit 6cb906c44908a304af26e3ea95de88ff34ef46f7. | |||
| 2023-09-08 | SL-18837: Revert "Typo for LLAudioEngine_OpenAL" | Nat Goodspeed | |
| This reverts commit 46bd102e80178abb094b5dac6fe9c476e044eaed. | |||
| 2023-09-08 | SL-18837: Typo for LLAudioEngine_OpenAL | Nat Goodspeed | |
| 2023-09-08 | SL-18837: Add OpenAL::createDefaultStreamingAudioImpl(). | Nat Goodspeed | |
| LLAudioEngine added a new abstract virtual method that wasn't yet implemented for LLStreamingAudio_OpenAL. | |||
| 2023-09-08 | SL-18837: NamedTempFile must be binary mode on Windows. | Nat Goodspeed | |
| 2023-09-08 | SL-18837: Add debugging output to llsdserialize_test.cpp. | Nat Goodspeed | |
| 2023-09-08 | SL-19951 EmojiPicker - preserve original character case for German categories | Alexander Gavriliuk | |
| 2023-09-08 | SL-19951 Organize emoji categories in groups (fix for German) | Alexander Gavriliuk | |
| 2023-09-07 | SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were ↵ | Andrey Kleshchev | |
| blocked | |||
| 2023-09-07 | SL-18837: Fix minor merge glitch. | Nat Goodspeed | |
| 2023-09-07 | SL-18837: Without USE_BUGSPLAT, no target generate_symbols. | Nat Goodspeed | |
| 2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed | |
| 2023-09-07 | Bring back glBufferParameteriAPPLE | Erik Kundiman | |
| GL_APPLE_flush_buffer_range is defined on other platforms such as FreeBSD but there would failure to link, hence the extra LL_DARWIN. | |||
| 2023-09-07 | Bring back GL_MULTISAMPLE_ARB to macOS | Erik Kundiman | |
| since it doesn't have GL_MULTISAMPLE_EXT. | |||
| 2023-09-07 | Revert "Bring back GL funcs & macros that work on macOS" | Erik Kundiman | |
| This reverts commit e600f6504cd7edd9d2883ea7dc17c2574b1ff468. | |||
| 2023-09-07 | Bring back OpenGL >= 3.0 functionalities to macOS | Erik Kundiman | |
| They weren't compiled with the previous commit, and it affected a lot. | |||
