<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KyleH</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KyleH"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/KyleH"/>
		<updated>2026-05-15T09:54:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Main_Page"/>
				<updated>2007-12-16T00:50:48Z</updated>
		
		<summary type="html">&lt;p&gt;KyleH: /* IRC move */ mention #opensim-dev&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:opensim_avatar.png|right]]&lt;br /&gt;
&lt;br /&gt;
OpenSim is a BSD Licensed Open Source project to develop a functioning virtual worlds server platform capable of supporting multiple clients and servers in a heterogeneous grid structure.  OpenSim is written in [http://www.ecma-international.org/publications/standards/Ecma-334.htm C#], and can run under [http://www.mono-project.com/Main_Page Mono] or the [http://www.microsoft.com/net/ Microsoft .NET] runtimes.&lt;br /&gt;
&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
=== IRC move ===&lt;br /&gt;
&lt;br /&gt;
We are in the process of moving the IRC channel we use (#opensim) from EFNET to Freenode. If you can't find us on EFNET, get yourself over to Freenode!  (There's also an #opensim-dev channel, also on Freenode, for those who are interested in digging into the guts of the code.)&lt;br /&gt;
&lt;br /&gt;
=== OpenSim 0.4 Released! ===&lt;br /&gt;
&lt;br /&gt;
The OpenSim team is happy to announce the first alpha release of OpenSim, version 0.4.5.  This release focuses on stand-alone mode (with one or more regions).  Some stuff works, a lot doesn't.  If it breaks, you get to keep '''both''' pieces.&lt;br /&gt;
&lt;br /&gt;
Stuff that works:&lt;br /&gt;
* standalone mode with one or more regions&lt;br /&gt;
* basic physics (no object collisions)&lt;br /&gt;
* persistence of users, prims, assets, and inventory via [http://www.sqlite.org/ sqlite]&lt;br /&gt;
* basic building, custom-texture uploads&lt;br /&gt;
* avatar editing&lt;br /&gt;
* See [[OpenSim: Testing]]&lt;br /&gt;
&lt;br /&gt;
More advanced physics, in-world scripting, grid mode, and support for other database backends are not supported in this release, though they may work from time-to-time before crashing with an earth-shattering kaboom!  All of these are under active development, and are being worked on for the 0.5.0 release.&lt;br /&gt;
&lt;br /&gt;
Source distributions in both .tar.gz and .zip can be found at the [http://dist.opensimulator.org/ OpenSim Downloads site].&lt;br /&gt;
&lt;br /&gt;
== Getting Started with OpenSim ==&lt;br /&gt;
* [[OpenSim: Download]] &amp;amp;mdash; Download a copy of OpenSim.&lt;br /&gt;
* [[OpenSim: Install]] &amp;amp;mdash; How to install the simulator software.&lt;br /&gt;
* [[OpenSim: Configuration]] &amp;amp;mdash; How to configure the simulator for various modes.&lt;br /&gt;
* [[OpenSim: Network settings]] &amp;amp;mdash; How to setup the network for the simulator.&lt;br /&gt;
* [[OpenSim: Maintenance]] &amp;amp;mdash; How to upgrade and backup your installation.&lt;br /&gt;
* [[OpenSim: Running]] &amp;amp;mdash; How to run standalone, local grid &amp;amp; public grid modes, and server side commands.&lt;br /&gt;
* [[OpenSim: Connecting]] &amp;amp;mdash; How to connect to an OpenSim server.&lt;br /&gt;
* [[Troubleshooting]] &amp;amp;mdash; How to trouble shoot your OpenSim installation.&lt;br /&gt;
* [[FAQ]] &amp;amp;mdash; Frequently asked questions.&lt;br /&gt;
* Quick Reference [[OpenSim: Testing]] &amp;amp;mdash; A quick reference of current tested features.&lt;br /&gt;
* [[Office Hours]] &amp;amp;mdash; Weekly Office Hours Meeting.&lt;br /&gt;
&lt;br /&gt;
== OpenSim Development ==&lt;br /&gt;
&lt;br /&gt;
The [[Development Team|OpenSim Team]] is currently working towards the 0.5 release of OpenSim.  See the [[Roadmap]] for details.&lt;br /&gt;
&lt;br /&gt;
Top 10 bugs we are working on [[Top 10 Bugs]] are a dynamic list of those bugs that affect forward progress.&lt;br /&gt;
&lt;br /&gt;
'''Recent Changes'''&lt;br /&gt;
&amp;lt;rss&amp;gt;http://cia.vc/stats/project/opensim/.rss|max=5|title=none&amp;lt;/rss&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Handy Documentation'''&lt;br /&gt;
* [[OpenSim: Testing]] &amp;amp;mdash; What is tested.&lt;br /&gt;
* [[OpenSim: TechRef]] &amp;amp;mdash; A technical description of the simulator operation.&lt;br /&gt;
* [[OpenSim: Grids]] &amp;amp;mdash; Known Public grids currently available.&lt;br /&gt;
* [[Opensim: 0.4 Release Target Discussion]]&lt;br /&gt;
* [[Opensim: 0.5 Release Target Discussion]]&lt;br /&gt;
* [[OpenSim: Class Diagrams]]&lt;br /&gt;
* [[Grid Architecture Diagram]]&lt;br /&gt;
* [[OpenSim: Scripting]] &amp;amp;mdash; How to use scripts and what limitations apply.&lt;br /&gt;
* [[PhysicsEngines]]   &amp;amp;mdash; Options for physics engines in OpenSim.&lt;br /&gt;
* [[MonoSqlite]] &amp;amp;mdash; How the database model currently works.&lt;br /&gt;
* [[Monodevelop]] &amp;amp;mdash; How to use the [[monodevelop]] IDE for editing C# solutions.&lt;br /&gt;
* [[llFunction implementation status]] &amp;amp;mdash; What LSL commands has been implemented.&lt;br /&gt;
* [[OpenSim.Region.ScriptEngine]] &amp;amp;mdash; How the ScriptEngine looks internally.&lt;br /&gt;
* [[RegionModules]] &amp;amp;mdash; The various modules that are used in the RegionServer and how to write new ones.&lt;br /&gt;
* [[OpenSim: Screenshots]] &amp;amp;mdash; Various OpenSim screenshots.&lt;br /&gt;
* [[OpenSim: Threading strategy]] &amp;amp;mdash; How threading is implemented and handled.&lt;br /&gt;
* [[Special Building]] &amp;amp;mdash; Special building instructions.&lt;br /&gt;
&lt;br /&gt;
== Participating in the OpenSim Community ==&lt;br /&gt;
&lt;br /&gt;
OpenSim is an [http://en.wikipedia.org/wiki/Open_source open source] project. This means that it is developed by anyone who wants to participate. This could be you!  We welcome testers and developers alike.  Please see the [[Contributions Policy]] for more details.&lt;br /&gt;
&lt;br /&gt;
If you ''need help'' or ''want to help'' the best way to get in touch is [[IRC]] (chat network). There is a lot of activity there every day.&lt;br /&gt;
&lt;br /&gt;
=== Getting online ===&lt;br /&gt;
There are at least two public grids and several standalone arrays running 24/7. For the casual user as well as those who want to run their own public regions, there is a list of available sims at [[OpenSim: Grids]].&lt;br /&gt;
&lt;br /&gt;
Also, the OpenSim developers hold [[office hours]] once a week in-world.&lt;br /&gt;
&lt;br /&gt;
=== IRC ===&lt;br /&gt;
IRC on FreeNode, channel #OpenSim. Download an IRC client like [http://www.xchat.org/ X-Chat] (or [http://www.silverex.org/ here] for Windows) and go to FreeNode (server irc.freenode.net), channel #OpenSim. &lt;br /&gt;
If you have Firefox, you can also use the [https://addons.mozilla.org/firefox/addon/16 Chatzilla] IRC client (In the menu, Tools &amp;gt; Chatzilla). &lt;br /&gt;
If you already have an IRC client installed you can just follow [irc://irc.freenode.net/OpenSim this link].&lt;br /&gt;
&lt;br /&gt;
*Server: irc.freenode.net&lt;br /&gt;
*Channel: #opensim&lt;br /&gt;
&lt;br /&gt;
=== Mailing lists ===&lt;br /&gt;
* [https://lists.berlios.de/mailman/listinfo/opensim-users opensim-users] - a user support forum for OpenSim&lt;br /&gt;
* [https://lists.berlios.de/mailman/listinfo/opensim-dev opensim-dev] - development discussion of OpenSim&lt;br /&gt;
* [https://lists.berlios.de/mailman/listinfo/opensim-commits opensim-commits] - an email list for svn commits&lt;br /&gt;
&lt;br /&gt;
=== Source Code ===&lt;br /&gt;
You can browse the source code for opensim at [http://opensimulator.org/cgi-bin/viewcvs.cgi OpenSim SVN browser]&lt;br /&gt;
&lt;br /&gt;
'''Anonymous Checkout'''&lt;br /&gt;
 svn co http://opensimulator.org/svn/opensim/trunk&lt;br /&gt;
&lt;br /&gt;
'''Developer Checkout'''&lt;br /&gt;
 svn co svn+ssh://USERNAME@opensimulator.org/var/svn/opensim/trunk&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
You can report bugs at the [http://opensimulator.org/mantis/ Mantis opensim bug tracker].&lt;br /&gt;
&lt;br /&gt;
''Note:'' Some email providers are tagging Mantis emails as spam.  If you sign up for a Mantis Account and don't get a confirmation email:&lt;br /&gt;
* Check your spam folder, see if it is there.  GMail is consistently tagging these as spam.&lt;br /&gt;
* If you are using yahoo, you'll need to wait ~ 8 hrs to receive any email from opensimulator.org.&lt;br /&gt;
&lt;br /&gt;
=== Other languages ===&lt;br /&gt;
You can also see this wiki in these other languages:&lt;br /&gt;
[[OpenSimSpanish | Spanish]] | [[OpenSimGerman | German]] | [[OpenSimFrench | French]] | [[OpenSimItalian | Italian]] | ...&lt;/div&gt;</summary>
		<author><name>KyleH</name></author>	</entry>

	</feed>