removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<Solution name="Prims_Visible_When_Running">
<Project name="Prims_Visible_When_Running" path="Prims_Visible_When_Running\Prims_Visible_When_Running.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,62 @@
// :CATEGORY:Invisibility
// :NAME:Prims_Visible_When_Running
// :AUTHOR:mangowylder
// :CREATED:2011-04-18 14:38:37.010
// :EDITED:2013-09-18 15:39:00
// :ID:657
// :NUM:894
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Prims_Visible_When_Running
// :CODE:
// Script to turn linked prims visible when running and invisible otherwise.
//
// The object will be invisible when you wear it so if you need to see it
// while not running, toggle CTRL-ALT-T
//
// hex values per http://wiki.secondlife.com/wiki/LlGetAgentInfo
// The above wiki shows AGENT_WALKING as 0x0080 (128)
// My testing shows that AGENT_WALKING is 0x0086 (134)
// Running a modified version of llGetAgentInfo test script returns 134 for AGENT_WALKING
// I just added an LLOwnerSay to the AGENT_WALKING (after line 74) part to snag the value.
// llInstantMessage(llGetOwner(), (string) info);
// I took off everything except my shape, skin, eyes and Phoenix #LSL<->Client Bridge v0.12
// S.Count on myself shows one script running which would be the Phoenix #LSL<->Client Bridge v0.12
// I wonder if that could cause the discrepency?
// the llGetAgentInfo test script can be found at...
// http://wiki.secondlife.com/wiki/LlGetAgentInfo_Test
//
// I'd credit the original author but I don't know who it is.
//
// Comments by Mango Wylder
integer runningstate;
default
{

View File

@@ -0,0 +1,6 @@
<Project name="Prims_Visible_When_Running" guid="D8AA5707-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8AA57EB-6C00-1014-B904-200204C60A89">
<Script name="Prims_Visible_When_Running_1.lsl" guid="D8AA7BE2-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>