summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
25 hoursMerge remote-tracking branch 'secondlife/release/26.4' into 26.4Erik Kundiman
11 daysMerge branch 'develop' into project/lua_editorJonathan "Geenz" Goodman
12 daysMinimal animation override on existing #AO folderErik Kundiman
No user facing editor UI, cycle, or randomise yet. Sittings cannot be separately disabled yet. Sitting On Ground doesn't show Stand button (and cannot stand right away from it either unless sitting, but not on ground, on some object, and then stand). Pre-jumping and landing can get you stuck (unless you disable pre-jumping and landing, whose code might be the cause of this stuckness). Standing can get glitchy if idle which might be because of the random cycle of the default stands. The #AO folder can be anywhere, doesn't have to be under some folder with a specific name. AOs are loaded lazily, and per action, not all at once. Reset animation changes by turning AO off and on again. All these limitations will be fixed later.
2026-08-14Merge pull request #6124 from secondlife/marchcat/5574Andrey Lihatskiy
#5574 Add Lua and LSL-on-Luau options to Build - Scripts - Recompile Scripts.
2026-08-13Merge pull request #6133 from secondlife/marchcat/lua-linux-developAndrey Lihatskiy
geenz/linux-to-develop to lua_editor
2026-08-13#6127 Ensure Agent command scope is globalAndrey Kleshchev
2026-08-13Merge branch 'geenz/linux-to-develop' into marchcat/lua-linux-developAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # indra/llinventory/llinventory.cpp # indra/newview/CMakeLists.txt # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llviewermenu.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-08-12Issue https://github.com/secondlife/sl-vscode-plugin/issues/99: Allow rezzed ↵Rider Linden
objects to be saved back to their rezzer's inventory.
2026-08-12#5574 Add Lua recompilation menu optionsAndrey Lihatskiy
2026-07-22Publish object inventories to external editor. (#5834)Rider Linden
* Adding tight integration flag for vscode and open code through a URL. * [WIP] Publish objects and their contents from the viewer into VS code. * [WIP] Still very much a work in progress, supports most of the core operations publish, get, write, delete, and create. Still quite a few bugs to work out. * [WIP] Object publishing checkpoint. * [checkpoint] Script tight integration with vscode, object publishing. * Number of fixed issue. * A few redundancy and performance fixes. * Some cosmetics. * I like "Explore" better than "Publish" * Object renaming, luau inventory icon, runstate, restart. * Some clean up around permissions and possible nullptr deref. * Code review feedback.
2026-07-16Merge branch 'release/26.3' into marchcat/slua-26.3Andrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/llcommon/llsys.cpp # indra/llrender/llimagegl.cpp # indra/llrender/llimagegl.h # indra/newview/CMakeLists.txt # indra/newview/featuretable.txt # indra/newview/featuretable_linux.txt # indra/newview/featuretable_mac.txt # indra/newview/llvoavatar.cpp # indra/newview/llvoiceclient.cpp # indra/newview/llvoicevivox.cpp # indra/newview/viewer_manifest.py
2026-06-18#5934 Fix animeshes being ranked incorrectlyAndrey Kleshchev
mVisibilityPreference was rarely up to date
2026-06-13Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3Erik Kundiman
2026-06-05Add Estate Eject and Estate Ban to avatar context menusHadetTheUndying
2026-05-29add Over-The-Shoulder mouse look alternativeHadet
2026-05-27Drop fewer packets on UDP packet flood (#5565)Andrew Meadows
* ACK received-but-unprocessed packets when queued * Prioritize packets between high- and low-priority (high-priority are: reliable packets that need an ACK) * Increase max size of LLPacketRing buffer
2026-05-25Add Firestorm-based features: quick prefs, mouselook zoom, group nameplate ↵Hadet
tinting - Quick Preferences floater with hover height and bandwidth sliders - Mouselook right-click zoom with scroll wheel adjustment - Group-based nameplate color tinting via group profile
2026-05-21Merge branch 'main' into marchcat/slua-26.2Andrey Lihatskiy
# Conflicts: # indra/llfilesystem/lldir.cpp # indra/llfilesystem/llfilesystem.cpp # indra/newview/llappviewer.cpp # indra/newview/lltexturecache.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-05-20Merge branch 'develop' into geenz/26.3-to-developJonathan "Geenz" Goodman
2026-05-20Merge branch 'main' into geenz/26.2-to-26.3Jonathan "Geenz" Goodman
2026-05-15#5802 Open teleport history with a keystrokeMaxim Nikolenko
2026-05-13#5801 add Mute sound menu optionMaxim Nikolenko
2026-05-12Remove Vivox-related codeRoxie Linden
Remove the Vivox-related code altogether, including SLVoice.
2026-04-21Remove Guidebook entry pointsMaycon Bekkers
2026-04-19Merge tag 'Second_Life_Release#8ffb73b4-26.2' into 2026.02Erik Kundiman
2026-04-01Merge branch 'project/lua_editor' into marchcat/devlinux-sluaAndrey Lihatskiy
# Conflicts: # indra/llcommon/llstl.h # indra/newview/app_settings/settings.xml
2026-03-17#5462 update button and menu colorsMnikolenko Productengine
2026-03-12Merge branch 'main' into marchcat/slua-26.1Andrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llwindow/llwindowwin32.cpp # indra/newview/llappviewer.cpp # indra/newview/llinventorygallerymenu.cpp
2026-03-07Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02Erik Kundiman
2026-02-24Merge branch 'release/2026.01' into developJonathan "Geenz" Goodman
2026-02-24Merge pull request #5452 from secondlife/developJonathan "Geenz" Goodman
Develop -> 2026.02
2026-02-17#5419 remove old unused floaterMaxim Nikolenko
2026-02-11#5404 Allow adding to favorites directly from the avatarAndrey Kleshchev
2026-02-10Merge pull request #5402 from secondlife/release/2026.01Jonathan "Geenz" Goodman
26.01 -> 26.02
2026-02-04Merge tag 'Second_Life_Release#b4a6af57-2026.01' into 2026.01Erik Kundiman
2026-01-30Merge tag 'Second_Life_Release#3caf20f4-2026.01' into 2026.01Erik Kundiman
2026-01-30#2997 Fix Reset Skeleton not working on animesh objectsAndrey Lihatskiy
2026-01-28#2997 The 'Reset Skeleton' option is missing in the right-click menuAlexander Gavriliuk
2026-01-21Address feedback from reviewRye
Move LLSD string->real conversion function to shared impl and utilize in xml parsing Introducing additional error handling to menu init Cleanup comments and trace tagging Remove dead Memory menu entry
2026-01-21Reduce tens of thousands of recursive calls during menu initializationRye
2026-01-21Replace usage of remaining boost::unordered containers with stdRye
Replace LLUUID and LLMaterialID container hashing functions with more collision resistant versions Utilize boost::hash_combine for TEMaterialPair to generate good hash distribution Generalize is_in_map and get_if_there for usage with all mapped types
2026-01-21Introduced Tracy instrumentation to app initializationRye
2026-01-20Merge branch 'develop-linux' into project/lua_editorAndrey Lihatskiy
# Conflicts: # indra/newview/llpreviewscript.cpp
2025-12-17#5121 crash at getShowFolderStateMaxim Nikolenko
2025-12-04Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01Erik Kundiman
2025-12-04Revert "Legacy search floater"Erik Kundiman
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
2025-12-03Merge branch 'develop-linux' into marchcat/slua-linuxAndrey Lihatskiy
# Conflicts: # indra/newview/llfeaturemanager.cpp
2025-11-24Introduce menu option and key bind(alt+shift+t) to show/hide reflection ↵Rye
probes in transparency debug view
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-10Merge branch 'develop' into geenz/2025.07-lua-editorJonathan "Geenz" Goodman