| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
| |
|
|
|
|
|
|
|
| |
* Converted a large number of read-only fields to be actually, readonly.
* Reformatted code sections.
* Removed redundant code.
|
|
|
|
| |
(this took a while to run).
|
| |
|
|
|
|
|
|
|
| |
Patch to implement the following LSL / OS functions
llParcelPrimCount(60%)
osSetParcelMediaURL
|
| |
|
|
|
|
|
|
| |
Changed LogBase to ConsoleBase, which handles console I/O.
This is mostly an in-place conversion, so lots of refactoring can still be done.
|
|
|
|
|
|
|
| |
* Cleaned up copyright notices in AssemblyInfo.cs's
* Added Copyright headers to a bunch of files missing them
* Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
| |
notice of doom
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
| |
|
| |
|
|
|
|
| |
yet, will go through major reorganizing). Still a LOT of things needs to be solved...
|
|
|
|
|
| |
* 'remove redundant this qualifier' ftw
|
| |
|
|
|
|
| |
If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
|
| |
|
| |
|
|
|
|
| |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)
|
|
|
|
|
|
| |
Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server.
Deleted Framework.manager as I am sure this is no longer in use.
|
|
|
|
|
|
|
| |
multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway.
Added llGetOwner function, and tested the ll functions that I added in last commit.
|
|
|
|
|
| |
Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested).
|
|
|
|
| |
fired likewise. Bugfixes coming in next commit.
|
|
|
|
|
| |
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script.
|
|
|
|
|
|
|
|
| |
* Changed how Script accesses World
* Implemented llSay, llWhisper and llShout
* Added SetText() to IScriptHost, implemented llText
* Minor renamings to conform with code conventions
|
|
|
|
|
|
| |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
| |
|
|
|
|
| |
now works, but llSay only outputs to server console.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.)
Also this revision may not work on mono, but that will be fixed soon.
|
|
|
|
|
|
|
| |
* fixed 'users' console command
* minor refactorings
|
| |
|
|
|