Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-23 | Reorganise shared macros closer to "attach" code | Erik Kundiman | |
and reindent the appearance manager functions to call to match how they will be placed on the combining macro. | |||
2025-07-23 | Minimal @remoutfit[:<part>]=force implementation | Erik Kundiman | |
Copying from LLEditTakeOff implementation in llviewermenu.cpp. | |||
2025-07-23 | @detach:<folder_name>=force implementation | Erik Kundiman | |
Per specification, the folder must be directly under "#RLV" for this to work, hence not using the shared folder ID retrieval macro. | |||
2025-07-23 | Shared macros for attach-related RLV commands | Erik Kundiman | |
2025-07-23 | RLV shared folder needs to be directly under root | Erik Kundiman | |
2025-07-11 | @attachover:<folder1/../folderN>=force implementation | Erik Kundiman | |
See f4e04a3e7bac42a8cb18e9c70b67bf97ce020d8c | |||
2025-07-10 | @attach:<folder1/.../folderN>=force implementation | Erik Kundiman | |
A minimal one. It would still work even when the path leading to the right name of the end folder is wrong, but since scripts would likely be trying to get path components from issuing @getinv commands beforehand instead of inserting random names, we'll perfect this implementation later. | |||
2025-07-10 | @getinv[:folder1/...]=<channel> implementation | Erik Kundiman | |
The collar I happen to have issued @getinv:.outfits/=98745923, so I just assume ignoring folders beginning with a dot only applies to the answer, not the command. | |||
2025-07-09 | Partial @getinv=<channel> command implementation | Erik Kundiman | |
Returns an empty string if #RLV folder doesn't contain any folder. Listing sub-folders (folders under any folder under #RLV, listed on the options) isn't implemented yet in this commit. | |||
2025-07-03 | Partial @detach=<y/n> command implementation | Erik Kundiman | |
Only greying out the detach option on the contextual menu popped up by right clicking the attachment in the 3D view/world, and not yet preventing detachment from the inventory/wearing panels. | |||
2025-07-01 | Fix commit d0e3c7a40395ea5ad7f7a9982ce4dbf464e24caa | Erik Kundiman | |
Accidentally git added a line that wasn't meant to be staged yet. | |||
2025-06-30 | Minimal @getsitid=<channel_number> implementation | Erik Kundiman | |
2025-06-30 | Minimal @sit=<y/n> command implementation | Erik Kundiman | |
2025-06-30 | Minimal @unsit=<y/n> command implementation | Erik Kundiman | |
Hides the Stand up button too, but doesn't prevent teleporting yet. | |||
2025-06-30 | Minimal @sitground=force command implementation | Erik Kundiman | |
Untested cause I couldn't find any force ground sit command on the attachment I got access to. | |||
2025-06-30 | Basic scaffolding to support add/remove commands | Erik Kundiman | |
plus reorder header inclusions alphabetically. | |||
2025-06-29 | Minimal @unsit=force command implementation | Erik Kundiman | |
2025-06-28 | Minimal @sit:<UUID>=force command implementation | Erik Kundiman | |
2025-06-28 | Basic scaffolding to support force commands | Erik Kundiman | |
2025-05-11 | Replace None and Success. Those are X11 defines and thus lead to compile errors | Nicky | |
when compiling a Linux viewer. | |||
2025-05-11 | Add proper file headers | Kitty Barnett | |
2025-05-11 | Add the RLVa console | Kitty Barnett | |
2025-05-11 | Add the @getcommand command query reply command | Kitty Barnett | |
2025-05-11 | Add basic scaffolding to support reply commands and handle @versionXXX as an ↵ | Kitty Barnett | |
illustration | |||
2025-05-11 | Add owner say chat hook | Kitty Barnett | |
2025-05-11 | Minimal code needed to add RLVa with an on/off toggle | Kitty Barnett | |