From OpenSimulator

Revision as of 07:25, 4 August 2009 by SeanDague (Talk | contribs)

Jump to: navigation, search

Technical Reference -> Terms -> Developer Documentation

Contents

Developer Documentation

General

Development

Services

Client Stacks

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

Database

File formats

Grid

Integration

Modules

Permissions

Physics

Protocols

Regions

Threading

Scripting

Search

Testing

Proposals

Proposed projects

Communication

A good first point of contact is the OpenSim IRC, on irc.freenode.net channels #opensim / #opensim-dev. 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. 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

Interest Groups

  • OpenSim Quality Focus Group - A proposed group for developers interested in improving the quality of OpenSim as we head towards beta status.

Git Access

You can browse the source code for OpenSim using a web browser or via git.

  • Anonymous Checkout - see Download
  • Developer Checkout
git clone ssh://USERNAME@opensimulator.org/var/git/opensim

Submitting Patches

Please review Submitting_code_to_OpenSim

Recent Git Commits

update libomv: fix issue on osd llsdbinary encoding (UbitUmarov) (Sun, 22 Mar 2026 17:49:11 -0700)
update libomv: fix issue on osd llsdbinary encoding UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
do not error on logout session uuid.zero (UbitUmarov) (Fri, 20 Mar 2026 13:34:55 -0700)
do not error on logout session uuid.zero UbitUmarov <ajlduarte at sapo dot pt> .../WebRtcVoiceServiceModule.cs
try handle logout all sessions (UbitUmarov) (Thu, 19 Mar 2026 19:15:21 -0700)
try handle logout all sessions UbitUmarov <ajlduarte at sapo dot pt> .../WebRtcVoiceServiceModule.cs
viewer sessions are not reusable (at least not in a trivial way) (UbitUmarov) (Thu, 19 Mar 2026 18:15:21 -0700)
viewer sessions are not reusable (at least not in a trivial way) UbitUmarov <ajlduarte at sapo dot pt> .../WebRtcVoice/VoiceViewerSession.cs
allow setting of MaxResponseContentBufferSize per instance ofglobal httpclient; limit it to 1MB on webrtc (UbitUmarov) (Wed, 18 Mar 2026 16:11:29 -0700)
allow setting of MaxResponseContentBufferSize per instance ofglobal httpclient; limit it to 1MB on webrtc UbitUmarov <ajlduarte at sapo dot pt> .../Addons/os-webrtc-janus/Janus/JanusPlugin.cs

UNIQ40de71f78b39ae4-cleanpage-00000001-QINU

General
About This Wiki