aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - turn private m_gui into protected m_gui to allow manipulation inDr Scofield2009-04-162-12/+3
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-141-0/+2
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey2009-04-141-5/+6
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-1/+21
* Directory defaults for region xml files when creating a new region got change...idb2009-04-051-9/+3
* * Proactively fixed bug-potential concerning the fact that m_httpServer prope...lbsa712009-04-031-6/+1
* - adding -logconfig option to allow configuration of log4net fromDr Scofield2009-04-031-2/+14
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-1/+9
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-0/+1
* * Apply http://opensimulator.org/mantis/view.php?id=3343Justin Clarke Casey2009-03-261-1/+0
* * minor: Adjust exception catching on load/save xml[2]/oar. Justin Clarke Casey2009-03-251-21/+7
* * minor: spit out creator name on save iarJustin Clarke Casey2009-03-251-4/+4
* adding presence.ControllingClient.Kick(msg) to the brew.Dr Scofield2009-03-251-12/+9
* enhances the console command "kick user" with an optional alertDr Scofield2009-03-251-1/+12
* * Fix edit scale command - was looking for one too few argumentsJustin Clarke Casey2009-03-241-1/+1
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-0/+1
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+22
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-7/+12
* update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble2009-03-112-3/+3
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-107-290/+312
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-062-3/+1
* * For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey2009-03-041-1/+1
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-041-1/+1
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-34/+0
* Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW2009-03-021-4/+4
* Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW2009-03-021-14/+99
* Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW2009-03-022-103/+0
* Changed it so only .ini file types are loaded from the (optional) config dire...MW2009-02-281-2/+5
* Added support for reading ini files from a (optional) config folder. This all...MW2009-02-272-1/+15
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-261-1/+6
* Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2009-02-262-101/+98
* * Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-02-261-5/+33
* Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW2009-02-261-2/+2
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-263-43/+60
* Attempt to fix the "region starts but doesn't load anything" issueSean Dague2009-02-261-0/+6
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-261-0/+1
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-251-1/+1
* A few updates necessary for load balancer.Mike Mazur2009-02-251-2/+6
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-241-0/+2
* Thank you kindly, TLaukkan (Tommil) for a patch that solves:Charles Krinke2009-02-231-27/+32
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-223-10/+10
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-221-5/+5
* Applied patch from mantis #3213. Which adds a check to create region command,...MW2009-02-211-1/+6
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-202-2/+2
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-1/+1
* Restoring method 2 of linking regions in HG, which was commented out for some...diva2009-02-181-92/+22
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-181-19/+35
* Adds support for preserving animations on region crossings and TPs. diva2009-02-181-0/+79
* * Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey2009-02-171-64/+68
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-2/+2