Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-21 | Non x86 Darwin can use Linux's non x86 CPU clock | Erik Kundiman | |
2023-08-21 | Exclude net/route.h on Darwin | Erik Kundiman | |
since it doesn't seem to have any effect, and it would only get in the way on other Darwin platforms. | |||
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-18 | SL-20024: Fix unable to modify a no-copy material from the build floater | Cosmic Linden | |
2023-08-18 | SL-19929 Minimize feature conflicts with gltf viewer | Andrey Kleshchev | |
2023-08-18 | SL-19929 Small rework of a 'feature' notification | Andrey Kleshchev | |
To make multiple parallel features possible | |||
2023-08-18 | SL-18837: Engage initial GH viewer release script. | Nat Goodspeed | |
2023-08-18 | SL-20099 Thumbnail upload scale textures to be square | Andrey Kleshchev | |
thumbnail copy&paste only allows square textures and wasn't allowing none square ones despite those already being used as thumbnails | |||
2023-08-18 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2 | Andrey Kleshchev | |
2023-08-17 | SL-20162 Better cof version logging | Andrey Kleshchev | |
And fixed some typos | |||
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 | SL-19528 Remove PERMISSION_DEBIT warning (revert recent change) | Alexander Gavriliuk | |
2023-08-15 | SL-18629 Fix observers failing to start fetching items in some cases | Andrey Kleshchev | |
start(folder.first) ignored fetch request due to folder having version | |||
2023-08-14 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard | Andrey Kleshchev | |
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-10 | SL-20118 tweak the top border line | Mnikolenko Productengine | |
2023-08-09 | SL-18629 Better item fetch error handling | Andrey Kleshchev | |