This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user nginx; | |
worker_processes 5; | |
pid /var/run/nginx.pid; | |
events { | |
worker_connections 1024; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01:06:58 - [WORLD MAP]: Generating map image for Sisyphus | |
01:06:58 - Threadfunc: enable overload mode (Queued 1, Running 200) | |
01:06:59 - Queue threadfunc 784 (Queued 172, Running 200) at OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker.Get(System.String id, System.Object sender, OpenSim.Services.Interfaces.AssetRetrieved handler) in /home/nebadon/osgrid/sisyphus/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs:line 291 | |
01:06:59 - Queue threadfunc 785 (Queued 173, Running 199) at OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker.Get(System.String id, System.Object sender, OpenSim.Services.Interfaces.AssetRetrieved handler) in /home/nebadon/osgrid/sisyphus/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs:line 291 | |
01:06:59 - Exit threadfunc 566 (524 ms) | |
01:06:59 - Run threadfunc 784 (Queued 200, Running 199) | |
01:06:59 - Exit threadfunc 784 (0 ms) | |
01:06:59 - Run threadfunc 785 (Queued 199, Running 199) | |
01:06:59 - Exit threadfunc 785 ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string CommandList = ""; | |
key queryID; | |
integer lineNo; | |
string FontName = "Verdana, Geneva, sans-serif"; // Arial is the default font used, if unspecified | |
integer FontSize = 24; // default to 24 point for sample | |
clear() { | |
CommandList = ""; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string CommandList = ""; | |
key queryID; | |
integer lineNo; | |
string FontName = "Verdana, Geneva, sans-serif"; // Arial is the default font used, if unspecified | |
integer FontSize = 24; // default to 24 point for sample | |
clear() { | |
CommandList = ""; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string WrapText(string pcText, integer piWidth) { | |
list laLines = []; | |
integer liIndex; | |
integer liKeep; // Specifies if we keep the char pointed at or not | |
integer liLen = llStringLength(pcText); | |
list llSearch = ["", "\n"]; | |
while (liLen > 0) { | |
liIndex = piWidth; | |
if (!(liKeep = (liLen <= piWidth))) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is an extremely simple script to identify the number of the face clicked. | |
// Useful primarily for taking the numbers and using them with scripts that | |
// affect faces on a prim (for example texture modifiers). | |
// | |
// - Xugu Madison | |
default | |
{ | |
on_rez(integer param) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow_osTeleportAgent = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcCreate = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcGetPos = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcGetRot = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcGetOwner = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcLoadAppearance = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcMoveTo = PARCEL_OWNER, ESTATE_MANAGER, ESTATE_OWNER, e8d87c69-f120-46db-8c18-acdaa0a7bab1, 900845aa-5a20-44e1-8cca-c00ea3536bdd | |
Allow_osNpcMoveToTarget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:58:48 - [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAssetService from OpenSim.Services.HypergridService.dll. Exception: [HGAssetService] No HomeURI specifiedSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: [HGAssetService] No HomeURI specified | |
at OpenSim.Services.HypergridService.HGAssetService..ctor (IConfigSource config, System.String configName) [0x00000] in <filename unknown>:0 | |
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) | |
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:55:41 - [APPLICATION]: | |
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs | |
Exception: System.NullReferenceException: Object reference not set to an instance of an object | |
at (wrapper unknown) System.Threading.Monitor:FastMonitorEnterV4 (object,bool&) | |
at System.Threading.Timer+Scheduler.SchedulerThread () [0x00022] in /root/install/monogit/mono/mcs/class/corlib/System.Threading/Timer.cs:327 | |
at System.Threading.Thread.StartInternal () [0x00016] in /root/install/monogit/mono/mcs/class/corlib/System.Threading/Thread.cs:691 | |
Application is terminating: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
integer count = 5; | |
default | |
{ | |
state_entry() | |
{ | |
llTargetOmega(<0,0,1>,1,1); | |
llSetTimerEvent(llFrand(1)); | |
} |
OlderNewer