aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-02Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW1-4/+4
2009-03-02Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW1-14/+99
2009-03-02Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW2-103/+0
2009-02-28Changed it so only .ini file types are loaded from the (optional) config dire...MW1-2/+5
2009-02-27Added support for reading ini files from a (optional) config folder. This all...MW2-1/+15
2009-02-26Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW1-1/+6
2009-02-26Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2-101/+98
2009-02-26* Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-5/+33
2009-02-26Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW1-2/+2
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW3-43/+60
2009-02-26Attempt to fix the "region starts but doesn't load anything" issueSean Dague1-0/+6
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW1-0/+1
2009-02-25From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
2009-02-25A few updates necessary for load balancer.Mike Mazur1-2/+6
2009-02-24First step in separating out the Userserver console command handling to a "mo...MW1-0/+2
2009-02-23Thank you kindly, TLaukkan (Tommil) for a patch that solves:Charles Krinke1-27/+32
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke3-10/+10
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-5/+5
2009-02-21Applied patch from mantis #3213. Which adds a check to create region command,...MW1-1/+6
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2-2/+2
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-1/+1
2009-02-18Restoring method 2 of linking regions in HG, which was commented out for some...diva1-92/+22
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-19/+35
2009-02-18Adds support for preserving animations on region crossings and TPs. diva1-0/+79
2009-02-17* Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey1-64/+68
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2-2/+2
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2-18/+151
2009-02-13* minor: remove mono compiler warningsJustin Clarke Casey1-9/+9
2009-02-13Guard the values used to set the cursor position in the real time consoleMelanie Thielker1-3/+15
2009-02-13* refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey1-13/+0
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-15/+0
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+2
2009-02-12* optimized usings.lbsa715-35/+10
2009-02-11* minor: remove some mono compiler warningsJustin Clarke Casey1-0/+2
2009-02-11* Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey1-2/+2
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey2-61/+0
2009-02-10If an instance contains only one region, select it in the console by defaultMelanie Thielker1-1/+4
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker3-49/+50
2009-02-10* Remove load and save inventory commands from the console since these are ac...Justin Clarke Casey1-0/+2
2009-02-10* Stop OpenSim crashing if an exception from a command makes it right up to t...Justin Clarke Casey1-2/+8
2009-02-10* Fix build break, parentheses in the wrong placeJustin Clarke Casey1-1/+1
2009-02-10* Overwrite the old saved OpenSim.ini file saved in response to a crash if on...Justin Clarke Casey1-1/+1
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield3-4/+4
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2-1/+5
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-26/+42
2009-02-09* Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2-7/+8
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+4
2009-02-09Reinstate the KickUserCommand handler, which was commented out byMelanie Thielker1-26/+26
2009-02-09Correct a delegate in OpenSim.csMelanie Thielker1-1/+1
2009-02-09fixing warnings.Dr Scofield2-28/+28