Developer Documentation

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Create new Architecture section and move most general links to here. Rename Development section to General and add development team link)
(Architecture)
Line 44: Line 44:
  
 
==== Architecture ====
 
==== Architecture ====
* [[OpenSim:Introduction_and_Definitions | OpenSim: Introduction and Definitions]] — A work in progress describing the high level components of OpenSim
+
* [[OpenSim:Introduction_and_Definitions | OpenSim: Introduction and Definitions]] — A work in progress describing the high level components of OpenSim
 
* [[:Category:Tech Reference|Technical Reference]] — A technical description of the simulator operation.
 
* [[:Category:Tech Reference|Technical Reference]] — A technical description of the simulator operation.
 
* [[Grid Architecture Diagram]]
 
* [[Grid Architecture Diagram]]
 +
* [[Connectors]] — A description of OpenSim's connector architecture, used for linking region code with services (asset, inventory, etc.) in both local (standalone) and distributed (grid) configurations.
  
 
==== Client Stacks ====
 
==== Client Stacks ====

Revision as of 10:24, 4 July 2011

Contents

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 OpenSim using a web browser.

We have Ohloh page, which takes various statistics of the OpenSimulator code base.

This is also a opensim-libs SVN repository which contains the source code to some of the 3rd party libraries built and included in OpenSim.

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).

General

Development Services

Architecture

Client Stacks

  • Sim Throttles — Information on how OpenSim handles throttling of packets to the client.

Database

  • Database Documentation — Information on the database schemas used in OpenSim
  • MonoSqlite — How the database model currently works.
  • LSL:PrimitiveParams — Notes on converting SL Edit GUI values and LSL PrimitiveParams to OpenSim PrimitiveBaseShape fields

File formats

Grid

Map

Modules

  • Region module basics - The basics of how to create a region module, and where example code can be found in the OpenSim source tree.

Permissions

Physics

Protocols

Regions

Scripting

  • Scripting_Documentation — How to use scripts and what limitations apply.
  • LSL_Status — A list of LSL-functions that are available in OpenSim.
  • OSSL — Some information about the OpenSimulator Scripting Language, and how to implement an OSSL function
  • OpenSim.Region.ScriptEngine — How the ScriptEngine looks internally.

Search

Statistics

Testing

Threading

Web Integration

Feature Proposals

Proposed projects

Communication

A good first point of contact is the OpenSim IRC, on irc.freenode.net channels #opensim / #opensim-dev / #osgrid / #opensim-scripting. The OpenSim 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 mailman email distribution list available at https://lists.berlios.de/mailman/listinfo/opensim-dev

Recent Git Commits

revert to append all contents of .version file on the full version, if present and not empty (UbitUmarov) (Sun, 10 Mar 2024 17:18:05 -0700)
revert to append all contents of .version file on the full version, if present and not empty UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Servers/ServerBase.cs
cosmetics (UbitUmarov) (Sun, 10 Mar 2024 09:56:12 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Servers/BaseOpenSimServer.cs
oops (UbitUmarov) (Tue, 05 Mar 2024 12:21:41 -0800)
oops UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
same for osGetLinkInventoryItemKeys (UbitUmarov) (Tue, 05 Mar 2024 11:04:36 -0800)
same for osGetLinkInventoryItemKeys UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/OSSL_Api.cs
missing file (UbitUmarov) (Tue, 05 Mar 2024 10:52:48 -0800)
missing file UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs

Personal tools
General
About This Wiki