Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | SL-20024: Fix unable to modify a no-copy material from the build floater | Cosmic Linden | |
2023-08-17 | Make SDL exclude immintrin.h when not on Intel | Erik Kundiman | |
I don't know why SDL2 isn't defining the macro by default when it's been compiled and installed on an Arm environment, that it has to be manually defined. I may be missing something here.. | |||
2023-08-17 | Neon is used as an alternative to SSE2 | Erik Kundiman | |
on Arm systems. | |||
2023-08-17 | GLibc related code is used only on a GNU system | Erik Kundiman | |
2023-08-17 | Re-enable x11_detect_VRAM_kb use | Erik Kundiman | |
It's an error according to GCC when defined but not used. It could, and probably should, still be used anyway, just not the SDL version. | |||
2023-08-16 | SL-20151 allow right-clicking reflection probes if 'Select Reflection ↵ | Maxim Nikolenko | |
Probes' is enabled | |||
2023-08-16 | Revive alt mouse click override with X11 | Erik Kundiman | |
On SDL2, there are no more x11.lock_func or x11.unlock_func, so the camming is too sensitive, and alt tab is overridden too when it shouldn't be. It's better than nothing at all for now. This feature should be re-perfected later. | |||
2023-08-16 | Revert "Try not to rely (explicitly) on X11" | Erik Kundiman | |
This reverts commit d883a11567252d9a0baff653bb16c38817a7c21c. | |||
2023-08-16 | Revive mouse wheel on SDL2 | Erik Kundiman | |
2023-08-15 | Merge pull request #324 from secondlife/SL-20024 | cosmic-linden | |
SL-20024: Double-check object inventory is not pending when save button pressed | |||
2023-08-16 | Try not to rely (explicitly) on X11 | Erik Kundiman | |
2023-08-15 | SDL 1.2 to 2.0 migration | Erik Kundiman | |
Both keycodes and scancodes are now 32 bits, so the key type is lengthened from U16 to U32. | |||
2023-08-14 | SL-20024: Fix inventory not marked dirty for drag and drop if copy ↵ | Cosmic Linden | |
permission bit is unset | |||
2023-08-14 | SL-20024: Remove misleading permissions comment left over from previous ↵ | Cosmic Linden | |
implementation | |||
2023-08-14 | Merge pull request #323 from secondlife/SL-20024 | cosmic-linden | |
SL-20024: Improve material permissions handling | |||
2023-08-11 | SL-20024: Double-check object inventory is not pending when save button pressed | Cosmic Linden | |
2023-08-11 | SL-20024: Strike a better balance with saved material permissions handling, ↵ | Cosmic Linden | |
w/r/t author intent and being easier to understand | |||
2023-08-11 | SL-20024: Miscellaneous cleanup | Cosmic Linden | |
2023-08-11 | SL-20024: Fix author attributions not transferring for saved object ↵ | Cosmic Linden | |
materials, fix item not renamed | |||
2023-08-11 | SL-20024: Show loading message when inventory permissions are loading | Cosmic Linden | |
2023-08-11 | SL-20024: Fix material edit/save buttons on build floater sometimes not ↵ | Cosmic Linden | |
re-enabling after object inventory load | |||
2023-08-11 | SL-20024: (WIP) (untested) Fix GLTF material permissions in some more edge cases | Cosmic Linden | |
2023-08-11 | SL-20024: (WIP) (not tested) Improved behavior for saving material to ↵ | Cosmic Linden | |
inventory. Check perms, keep perms. | |||
2023-08-11 | SL-20024: Disable material editor on prim when contained material is no mod | Cosmic Linden | |
2023-08-11 | SL-20024: Do not show material preview for no-modify materials | Cosmic Linden | |
2023-08-11 | SL-20024: Put material in object inventory when material is no-modify or ↵ | Cosmic Linden | |
no-transfer | |||
2023-08-11 | SL-20024: Early return | Cosmic Linden | |
2023-08-11 | SL-20024: Generalize some comments/error | Cosmic Linden | |
2023-08-10 | SL-20039 "Save to inventory" should only allow saving identical faces | Andrey Kleshchev | |
2023-08-10 | SL-20133 Shift clicking selected face leaves Editor's Texture tab in a weird ↵ | Andrey Kleshchev | |
state | |||
2023-08-07 | Make GCC not treat uninit-ed FetchEntry as error | Erik Kundiman | |
2023-08-04 | SL-20105 Add materials asset to 'Adjust Content Permissions' floater | Mnikolenko Productengine | |
2023-08-03 | SL-19303 switch automatically between Materials/PBR/Media based on current ↵ | Maxim Nikolenko | |
values | |||
2023-08-01 | Attempt to fix showing example image on README.md | Erik Kundiman | |
2023-08-01 | Instructions on how to build on some platforms | Erik Kundiman | |
plus the ignored build directory if following the instructions. | |||
2023-08-01 | Fix commit 7aa029 | Erik Kundiman | |
2023-08-01 | Initialise vars so they wouldn't be errors on GCC | Erik Kundiman | |
2023-08-01 | Set so dangling pointer is no error when using GCC | Erik Kundiman | |
2023-08-01 | llaudio can be installed to the system too | Erik Kundiman | |
2023-07-31 | DRTVWR-559 remove extra debug logging of Capabilities tag | Brad Linden | |
2023-07-30 | libmedia_plugin_libvlc is installed to system too | Erik Kundiman | |
libmedia_plugin_base is now explicitly set as static, since it could be set as shared when BUILD_SHARED_LIBS is on and it's just easier to have it compiled into with every media plugin cause it's small and would only be shared by 2 dynamic libraries anyway. Trying to put a dynamic version where the media plugin can find it so the reference is not broken, seems like a hassle. | |||
2023-07-30 | SLPlugin is in libexec when installed to system | Erik Kundiman | |
2023-07-30 | llplugin not refer to gSavedSettings when no CEF | Erik Kundiman | |
so SLPlugin wouldn't lose reference to it when the libraries are built as dynamic. | |||
2023-07-29 | Add system XMLRPC-EPI include directory for Darwin | Erik Kundiman | |
2023-07-29 | Darwin escapes prebuilt dir inclusion on sys libs | Erik Kundiman | |
2023-07-29 | Fix CMAKE_PREFIX_PATH setting syntax for Darwin | Erik Kundiman | |