aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-162-18/+151
* * minor: remove mono compiler warningsJustin Clarke Casey2009-02-131-9/+9
* Guard the values used to set the cursor position in the real time consoleMelanie Thielker2009-02-131-3/+15
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-131-13/+0
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-15/+0
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-1/+2
* * optimized usings.lbsa712009-02-125-35/+10
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-02-111-0/+2
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-2/+2
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-112-61/+0
* If an instance contains only one region, select it in the console by defaultMelanie Thielker2009-02-101-1/+4
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-103-49/+50
* * Remove load and save inventory commands from the console since these are ac...Justin Clarke Casey2009-02-101-0/+2
* * Stop OpenSim crashing if an exception from a command makes it right up to t...Justin Clarke Casey2009-02-101-2/+8
* * Fix build break, parentheses in the wrong placeJustin Clarke Casey2009-02-101-1/+1
* * Overwrite the old saved OpenSim.ini file saved in response to a crash if on...Justin Clarke Casey2009-02-101-1/+1
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-103-4/+4
* Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2009-02-102-1/+5
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-26/+42
* * Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2009-02-092-7/+8