Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-11 | Merge branch 'main' into maint-c | Erik Kundiman | |
2024-11-10 | Get dictionaries folder installed to app_settings | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=5 | |||
2024-11-10 | Revert "Disable dictionaries when using system libs" | Erik Kundiman | |
This reverts commit 7360923f0888e48294921bd931c585c7c502a443. | |||
2024-11-09 | Revert "update OpenJPEG 2.5.2 (#2452)" | secretfoxtail | |
Temporarily avoid rainbow flashing of textures by reverting commit 60142c1b2fa7961d6dbf9744ad1b5c78f956d7f5. | |||
2024-11-08 | Merge branch 'main' into maint-c | Erik Kundiman | |
2024-11-08 | Nearby session being first is a non default option | Erik Kundiman | |
which can be set on the leftmost drop-down menu of the conversations floater. | |||
2024-11-08 | Merge branch 'main' into maint-c | Erik Kundiman | |
2024-11-06 | Use Arch PKGBUILD pkgrel for VIEWER_VERSION_REVISION | Erik Kundiman | |
2024-11-06 | Squeeze 2 more people into the team | Erik Kundiman | |
plus 1 special thanks replacing the promoted one. | |||
2024-11-06 | Conversation panel: Nearby item on top | mobserveur | |
This commit forces the nearby item on the left side on the panel to be on top instead of the bottom. | |||
2024-11-06 | Silence overloaded-virtual= GCC pedantic warning for collada-dom | Hiroo Ono | |
part. Since this part is a 3rd party software. | |||
2024-11-05 | Option to zoom in using double click | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=102 | |||
2024-11-04 | Add seconds to compact view timestamps | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=81 Without the date, though. | |||
2024-11-04 | Make FreeBSD gets what Linux gets in llwindow | Erik Kundiman | |
2024-11-04 | VRAM detection implementation using GLX Mesa | Erik Kundiman | |
Plus make FreeBSD gets what Linux gets in the llgl.cpp file. | |||
2024-11-04 | Fix core profile set not taking effect on SDL2 | Erik Kundiman | |
From https://wiki.libsdl.org/SDL2/MigrationGuide "So now that your window is back on the screen, let's talk strategy. SDL2 still has SDL_Surface, but what you want, if possible, is the new SDL_Texture. Surfaces are always in system RAM now, and are always operated on by the CPU, so we want to get away from there. SDL2 has a new rendering API. It's meant for use by simple 2D games, but most notably, it's meant to get all that software rendering into video RAM and onto the GPU. And even if you just want to use it to get your software renderer's work to the screen, it brings some very nice benefits: if possible, it will use OpenGL or Direct3D behind the scenes, which means you'll get faster blits, a working Steam Overlay, and scaling for free." | |||
2024-11-04 | Force the GL profile to be the core one | Erik Kundiman | |
on all platforms, not only on Darwin. | |||
2024-11-04 | Set so restrict & use-after-free aren't GCC errors | Erik Kundiman | |
2024-11-04 | Changes to build with --std=c++20 and some other compiler options. | Hiroo Ono | |
2024-11-03 | Merge remote-tracking branch 'secondlife/release/maint-c' into maint-c | Erik Kundiman | |
2024-11-03 | Revert "Legacy search floater" | Erik Kundiman | |
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada. | |||
2024-11-03 | Revert "CMakeLists adding fsfloatersearch.h" | Erik Kundiman | |
This reverts commit 18a02a0c8f7a73cd44e8fe4f3c3b23a9195f2730. | |||
2024-11-03 | Revert "Attempt to fix the teleport issue from legacy search" | Erik Kundiman | |
This reverts commit a68c5bae3173bfeda314f1d8278b80622496c11e. | |||
2024-11-03 | Merge remote-tracking branch 'secondlife/release/maint-c' into maint-c | Erik Kundiman | |
2024-10-31 | Give control over thread queue's automatic shutdown | Andrey Kleshchev | |
2024-10-31 | Merge commit '0b97f5033049e13b193e7ab00a188e66f0fbc73e' into maint-c | Erik Kundiman | |
2024-10-28 | Merge pull request #2966 from secondlife/marchcat/c-develop | Andrey Lihatskiy | |
develop → Maint C sync | |||
2024-10-28 | Merge branch 'develop' into marchcat/c-develop | Andrey Lihatskiy | |
# Conflicts: # indra/llwindow/llwindowwin32.cpp # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml | |||
2024-10-28 | Merge pull request #2960 from secondlife/rye/sdl2308 | Rye | |
Update SDL to 2.30.8 | |||
2024-10-27 | Update SDL to 2.30.8 | Rye | |
2024-10-25 | Merge pull request #2959 from secondlife/rider/fix_bot_im_session | Rider Linden | |
Fix for IM session name and icon. | |||
2024-10-25 | Issue #2907: When passing the injected notification message into addMessage ↵ | Rider Linden | |
on behalf of the system, optionally specify the agent id and name that should be used. | |||
2024-10-25 | Small fix in LLTeleportHandler::handle() | Alexander Gavriliuk | |
2024-10-24 | Merge pull request #2890 from secondlife/leviathan/disable-sdl2-on-mac | Andrew Meadows | |
temporary workaround for #2870: disable SDL2 on mac | |||
2024-10-24 | Merge pull request #2585 from secondlife/marchcat/xcode-16 | nat-goodspeed | |
Xcode16 build fix | |||
2024-10-24 | Merge branch 'develop' into marchcat/xcode-16 | Andrey Lihatskiy | |
2024-10-24 | #2899 Mac: add the libSDL2 link to SLPlugin | Andrey Lihatskiy | |
2024-10-24 | #2904 output position should ignore cursor position | Maxim Nikolenko | |
2024-10-24 | #2577 Worn transparent prims no longer show with 'Highlight transparent' | Alexander Gavriliuk | |
2024-10-23 | Merge pull request #2908 from secondlife/rider/chat_metadata | Rider Linden | |
Bot self identification. | |||
2024-10-23 | Fix more addition of distinct enums. | Nat Goodspeed | |
2024-10-23 | Disambiguate (LLSD != UUID). | Nat Goodspeed | |
2024-10-23 | Issue #2907: Code review comments. | Rider Linden | |
2024-10-23 | Merge branch 'develop' into marchcat/xcode-16 | Nat Goodspeed | |
2024-10-23 | panel_preferences_sound.xml stream notification checkbox alignment | secretfoxtail | |
Align StreamNotificationChannelEnabled with other <check_box>s below in the panel. | |||
2024-10-23 | panel_preferences_sound.xml -> "hear voice from" radio group pos | secretfoxtail | |
Position 2nd radio group such that it appears aligned with the 1st. | |||
2024-10-23 | panel_preferences_sound.xml adjustment | secretfoxtail | |
Fit custom stream notification channel checkbox and spinner into the panel while still leaving room for input/output device settings. | |||
2024-10-23 | Revert "panel_preferences_sound.xml -> Move channel number spinner" | secretfoxtail | |
This reverts commit bd496c3ec5672197c7dc142af458e6bf2374a4c7. | |||
2024-10-23 | Revert "panel_preferences_sound.xml adjustment" | secretfoxtail | |
This reverts commit 3ff2b68559fa9a7f2d07591b64106202500323be. | |||
2024-10-23 | #2910 Allow terminating multiple scripts at once | Maxim Nikolenko | |