Developer Documentation
From OpenSimulator
Source Code Repository Access
OpenSimulator uses git as its source code repository. Checkout
git clone git://opensimulator.org/git/opensim
See Source Code Repository for more details.
See Using Git for more Details on installing and using GIT with OpenSimulator.org
You can also browse the source code for OpenSimulator using a web browser.
We have Ohloh page, which takes various statistics of the OpenSimulator code base.
This is also an opensim-libs git repository which contains the source code to some of the 3rd party libraries built and included in OpenSimulator.
Submitting Patches
Please review Submitting code to OpenSim
Developer Documentation
Please be aware that some of this documentation may be out of date. If this appears to be the case then please ask for more information on the mailing lists or IRC channels (details are on the Main Page). If you can't find what you want here you might want to try looking in the User Documentation.
General
- Development Team — OpenSimulator is brought to you by...
- Release Cycle — How to create an OpenSimulator release.
- Automated Release Building
- On revisions, tags and branches
- Hacking OpenSim for fun and profit — A starters guide for programming OpenSimulator.
- Coding standards — Coding conventions for developers.
- Branches — An overview of the repository branches and what they are for.
- Monodevelop — How to use the monodevelop IDE for editing C# solutions.
- Debugging - Information about debugging OpenSimulator.
- Performance — Information about performance in OpenSimulator, including studies on where the bottlenecks are.
- Mono — The tips for implementing with Mono.
Development
- Mantis Bug Tracking — Mantis is the issue tracking tool of OpenSimulator.
- Continuous Integration — OpenSimulator's Jenkins installation builds the source base after each commit and runs the regression tests.
- OpenSimulator GForge — Project hosting for OpenSimulator related projects.
Testing
- Testing - General testing information.
- Automated Testing - Writing Automated tests for OpenSimulator.
- Prim Linking Testing - Test cases for in world link/unlinking of prims.
- pCampBot - A facility for stress-testing a simulator.
Architecture
- OpenSim: Introduction and Definitions — A work in progress describing the high level components of OpenSimulator
- Technical Reference — A technical description of the simulator operation.
- Grid Architecture Diagram
- Plugins — The types of plugins used in OpenSimulator.
Services
- Connectors — A description of OpenSimulator's connector architecture, used for linking region code with services (asset, inventory, etc.) in both local (standalone) and distributed (grid) configurations.
- Services - A description of the grid and simulator services used by OpenSimulator.
Client Stacks
- Sim Throttles — Information on how OpenSimulator handles throttling of packets to the client.
Communication Protocols
- Communication Protocols - Introduction to the various communication protocols used by OpenSimulator.
Database
- Database Documentation — Information on the database schemas used in OpenSimulator
- MonoSqlite — How the database model currently works.
- LSL:PrimitiveParams — Notes on converting SL Edit GUI values and LSL PrimitiveParams to OpenSimulator PrimitiveBaseShape fields
File formats
- OpenSim Archives - Opensim Region Archive (OAR) file format.
- Inventory Archives - OpenSimulator Inventory Archive (IAR) file format
- Asset Formats - OpenSimulator asset formats. This includes serialized object formats.
Grid
- Teleports - some diagrams about normal grid teleport and hypergrid teleport sequences.
- Agent Domain / Service - Details about the GridForge hosted Agent Domain/Service code
Integration
- AuthIntegration - How to integrate external authentication systems (such as web frontends) with OpenSimulator's authentication system.
- ClothingManipulation - How to set clothing on avatars using external ROBUST service calls.
- UserManipulation - How to create users in OpenSimulator via external calls through ROBUST (only available when running in grid configuration).
- RemoteAdmin - How to use the remote admin plug-in. Some functions (e.g. user creation) are only available when running in standalone configuration.
- RegionIntegration - Integrating a region and the things within it (scene objects, etc.) with external sources of data and webpages.
- RestConsole - Description how to use the REST remote console
- REST - Information about the REST interface to assets, inventory, etc.
- Webinterface - Integrating the external face of OpenSimulator with the web.
- Services - Contains general information on the default OpenSimulator services (asset, inventory, etc.) and more detailed information of HTTP interfaces for some services.
- Known Web Interfaces within OpenSim - The set of CAPS, XMLRPC, or REST entry points in the project.
Map
- Map - Mapping overview
- Warp3DImageModule — This is an improved map image module.
Modules
- Region module basics - The basics of how to create a region module, and where example code can be found in the OpenSimulator source tree.
Permissions
- Permissions (Server) — Permissions system as implemented on the region server.
- OpenSim: Permissions — Notes on how object permissions are handled on the client.
Physics
- PhysicsEngines — Options for physics engines in OpenSimulator.
- Physics Engine Interface — what methods and such exist in a Physics module
Regions
- Overview of How Regions Work - notes from ter_afk to rknop in #opensim-dev, cleaned up a bit
- OpenSim: Permissions — Notes on object permissions & definition of the ObjectFlags variable.
- OpenSim Load Balancing and Region Splitting - Instructions for using load balancing and region splitting features.
Scripting
- Scripting Documentation — How to use scripts and what limitations apply.
- LSL Status — A list of LSL-functions that are available in OpenSimulator.
- OSSL — Some information about the OpenSimulator Scripting Language, and how to implement an OSSL function
- OpenSim.Region.ScriptEngine — How the ScriptEngine looks internally.
Search
- OpenSim.Region.DataSnapshot - Shiny new data gathering/search system
- ImageService - Shiny new region module for serving search-related images
Statistics
- Web Statistics Module - The web statistics module documentation and counter wish list.
Threading
- OpenSim: Threading strategy — How threading is implemented and handled.
Users
- Userlevel — Explanation of permissions granted via "God Mode"/Admin Status.
Feature Proposals
Please see the Feature Proposals page.
Communication
A good first point of contact is the OpenSimulator IRC, on irc.freenode.net channels #opensim / #opensim-dev / #osgrid / #opensim-scripting. The OpenSimulator developers hold office hours once a week in-world on Tuesdays at "Wright Plaza" on OSGrid. There is a "Test Hour" on Saturdays, also generally on "Wright Plaza". Both these weekly events are held at 1900UTC in summer time and 2000UTC in winter. Check on the #opensim IRC channel on Freenode just before each of these events if there is any confusion.
There is also a development mailing list when development discussion takes place.
Recent Git Commits
- missing file (UbitUmarov) (Thu, 21 Nov 2024 20:02:41 -0800)
- missing file UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
- add llGetStartString and limited llRezObjectWithParams for testing (UbitUmarov) (Thu, 21 Nov 2024 20:01:03 -0800)
- add llGetStartString and limited llRezObjectWithParams for testing UbitUmarov <ajlduarte at sapo dot pt> .../Framework/Interfaces/IEntityInventory.cs
- be more restrict when sending object contents asset ids, like when ower also should not see (UbitUmarov) (Tue, 19 Nov 2024 17:51:12 -0800)
- be more restrict when sending object contents asset ids, like when ower also should not see UbitUmarov <ajlduarte at sapo dot pt> .../Framework/Scenes/SceneObjectPartInventory.cs
- change UI god cancelation on arrival decision code a bit (UbitUmarov) (Tue, 19 Nov 2024 15:13:50 -0800)
- change UI god cancelation on arrival decision code a bit UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/Framework/Scenes/GodController.cs
- do tell viewers about UI god cancelation on arrival (UbitUmarov) (Tue, 19 Nov 2024 15:05:59 -0800)
- do tell viewers about UI god cancelation on arrival UbitUmarov <ajlduarte at sapo dot pt> .../Avatar/UserProfiles/UserProfileModule.cs