Skip to content

Instantly share code, notes, and snippets.

diff -r c005a3294457 indra/newview/CMakeLists.txt
--- a/indra/newview/CMakeLists.txt Thu Aug 23 17:45:25 2012 -0400
+++ b/indra/newview/CMakeLists.txt Thu Aug 11 03:37:35 2016 -0700
@@ -111,6 +111,8 @@
exoflickrauth.cpp
exogroupmutelist.cpp
exonotificationmanager.cpp
+ exoscriptedui.cpp
+ exosuisource.cpp
llaccountingcostmanager.cpp
@llaxton
llaxton / UI floater test.lsl
Created December 17, 2018 10:25 — forked from Katharine/UI floater test.lsl
Demo of old LSL UI proof of concept
// LSL UI test script with a draft of some helpers.
// All client->script communication occurs on this channel. Any channel is valid except DEBUG_CHANNEL and 0.
// Immediate response: ready [major] [minor]
// Delayed response: permission [granted]
// No further messages may be sent until permission is received with granted = TRUE.
// Requesting permission implicitly revokes any previous permissions, which will also silently close any
// open floaters.
UIRequestPermission(integer channel)