User:CodyCooper/Admin Home
From OpenSimulator
CodyCooper (Talk | contribs) |
CodyCooper (Talk | contribs) |
||
Line 23: | Line 23: | ||
{{Portal_Part_Foot}} | {{Portal_Part_Foot}} | ||
− | |||
− | |||
+ | {{Portal_Part|General| | ||
+ | {{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | ||
+ | * [[Development Team]] — OpenSimulator is brought to you by... | ||
+ | * [[Organization]] - Guidelines and standards about core developers and how one becomes a member. | ||
+ | * [[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. | ||
+ | * [[Codebase overview]] - Very broad overview of the codebase. | ||
+ | * [http://www.metaverseink.com/blog/opensim/policies-for-patching-opensimulator/ Policies for patching OpenSimulator] — Because coding standards don't tell the whole story. | ||
+ | * [[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. | ||
+ | * [[Glossary]] - A glossary of terms used in OpenSimulator. | ||
{{Div col end}} | {{Div col end}} | ||
}} | }} | ||
− | |||
Line 34: | Line 47: | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
− | {{Portal_Part_Head| | + | {{Portal_Part_Head|Contributing}} |
''' Submitting Patches ''' | ''' Submitting Patches ''' | ||
Please review [[Submitting code to OpenSim]] | Please review [[Submitting code to OpenSim]] | ||
Line 48: | Line 61: | ||
{{Portal_Part_Foot}} | {{Portal_Part_Foot}} | ||
− | |||
− | |||
− | |||
− | |||
Revision as of 12:19, 6 April 2019
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.
libOpenMetaverse contains the source code of libOpenMetaverse for versions >= 0.9.1.0 General
|
Contributing Submitting Patches Please review Submitting code to OpenSim Feature Proposals Larger changes may require feature proposals depending on whether they introduce or significantly change existing functionality. Please use your judgement to determine whether this is required. For more details please see the Feature Proposals page. 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.
Integration Administrator Guide |