Scripting
From OpenSimulator
(Difference between revisions)
m (Added: create your own script engine) |
|||
Line 9: | Line 9: | ||
===Developers=== | ===Developers=== | ||
* [[LSL_OSSL_Standards|OSSL Standards]] - A whitepaper concerning naming-standards for the OpenSim scripting language | * [[LSL_OSSL_Standards|OSSL Standards]] - A whitepaper concerning naming-standards for the OpenSim scripting language | ||
+ | * [[OpenSim.Region.ScriptEngine.Common]] - How to create your own script engine | ||
* [[OpenSim.Region.ScriptEngine.DotNetEngine|DotNet-Engine]] - Describes some of the esoteric parts of the DotNet-Engine | * [[OpenSim.Region.ScriptEngine.DotNetEngine|DotNet-Engine]] - Describes some of the esoteric parts of the DotNet-Engine | ||
* [[Build_Bot|Bot-Design(.Net)]] - A whitepaper about a buildbot-design in Opensim | * [[Build_Bot|Bot-Design(.Net)]] - A whitepaper about a buildbot-design in Opensim |
Revision as of 11:25, 20 January 2008
OpenSim Scripting
Users
- OSL Proposals - Suggestions for custom OSL-functions
- implemented OSL-functions - A list of OSL-functions that are available
- implemented LSL-functions - A list of LSL-functions that are available
- Script usage - Tutorial how to use scripts in-world
Developers
- OSSL Standards - A whitepaper concerning naming-standards for the OpenSim scripting language
- OpenSim.Region.ScriptEngine.Common - How to create your own script engine
- DotNet-Engine - Describes some of the esoteric parts of the DotNet-Engine
- Bot-Design(.Net) - A whitepaper about a buildbot-design in Opensim
Back to Main_Page