From 4ad9d65514374006a9474c9fd42254c95680458f Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 23 Jul 2025 21:41:07 +0800 Subject: @detach:=force implementation Per specification, the folder must be directly under "#RLV" for this to work, hence not using the shared folder ID retrieval macro. --- indra/newview/rlvhelper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/rlvhelper.cpp') diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp index 4a0b394acb..53f07b9bd3 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -62,6 +62,7 @@ BehaviourDictionary::BehaviourDictionary() addEntry(new ForceProcessor("unsit")); addEntry(new ForceProcessor("attach")); addEntry(new ForceProcessor("attachover")); + addEntry(new ForceProcessor("detach")); // AddRem addEntry(new BehaviourProcessor("sit")); -- cgit v1.2.3 From f31e224bbd8bf522542a16ec116f21de12a397ef Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 23 Jul 2025 22:21:54 +0800 Subject: Minimal @remoutfit[:]=force implementation Copying from LLEditTakeOff implementation in llviewermenu.cpp. --- indra/newview/rlvhelper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/rlvhelper.cpp') diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp index 53f07b9bd3..2c14434194 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -60,6 +60,7 @@ BehaviourDictionary::BehaviourDictionary() addEntry(new ForceProcessor("sit")); addEntry(new ForceProcessor("sitground")); addEntry(new ForceProcessor("unsit")); + addEntry(new ForceProcessor("remoutfit")); addEntry(new ForceProcessor("attach")); addEntry(new ForceProcessor("attachover")); addEntry(new ForceProcessor("detach")); -- cgit v1.2.3