aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-7/+8
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* fixing me some line endingsSean Dague2007-09-171-1/+1
|
* Implemented: llSetText, llResetScript Tedd Hansen2007-09-161-2/+2
| | | | | Implemented: llHTTPRequest (queue, thread, etc -- but not actuall call)
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-131-635/+635
| | | | | | will happen on the windows side now that eol-style is correct
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Some work on Module loading/management.MW2007-09-041-0/+3
| | | | | | | | Some more modules templates classes (hoping that someone will pick some of these and work on implementing them). Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them). Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim. Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much)
* Moved in-AppDomain event execution from Script to ↵Tedd Hansen2007-08-181-0/+1
| | | | OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
* LSL Compiler now only referring required assemblies (DotNetEngine and ↵Tedd Hansen2007-08-181-85/+85
| | | | Common). Changed Vector and Rotation to custom types (stored in Common) that needs to be changed later. No longer using Axiom. Script support still broken.
* Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2007-08-181-0/+2
|
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵Tedd Hansen2007-08-181-0/+629
(OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).