Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am llaxton on github.
  • I am shelenn (https://keybase.io/shelenn) on keybase.
  • I have a public key ASB9SWQZiAYGA5gIYCWgWSTO-CVB4Rt2vXGxQgIHb2f-Zwo

To claim this, I am signing this object:

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)