User:CodyCooper/Admin Home
From OpenSimulator
CodyCooper (Talk | contribs) |
CodyCooper (Talk | contribs) |
||
Line 43: | Line 43: | ||
}} | }} | ||
+ | {{Portal_Part|Architecture| | ||
+ | {{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | ||
+ | * [[OpenSim:Introduction_and_Definitions | OpenSim: Introduction and Definitions]] — A work in progress describing the high level components of OpenSimulator | ||
+ | * [[:Category:Tech Reference|Technical Reference]] — A technical description of the simulator operation. | ||
+ | * [[Grid Architecture Diagram]] | ||
+ | * [[Plugins]] — The types of plugins used in OpenSimulator. | ||
+ | * [[IRegionModule|Region module basics]] - The basics of how to create a region module, and where example code can be found in the OpenSimulator source tree. | ||
+ | * [[Hypergrid Implementation]] - details on the internal implementation of the Hypergrid system in OpenSimulator. For more general details also see the [[Hypergrid]] page. | ||
+ | {{Div col end}} | ||
+ | }} | ||
Line 61: | Line 71: | ||
{{Portal_Part_Foot}} | {{Portal_Part_Foot}} | ||
− | {{Portal_Part| | + | {{Portal_Part|Development| |
{{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | {{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | ||
− | + | * [http://opensimulator.org/mantis Mantis Bug Tracking] — Mantis is the issue tracking tool of OpenSimulator. | |
+ | * [http://jenkins.opensimulator.org/ Continuous Integration] — OpenSimulator's Jenkins installation builds the source base after each commit and runs the regression tests. | ||
{{Div col end}} | {{Div col end}} | ||
}} | }} | ||
− | {{Portal_Part| | + | {{Portal_Part|Testing| |
{{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | {{Div col|colwidth=12em|rules=yes|gap=1em|small=yes}} | ||
− | + | * [[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. | ||
{{Div col end}} | {{Div col end}} | ||
}} | }} |
Revision as of 12:23, 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
Architecture
|
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. Development
Testing
|