aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-09* Apply http://opensimulator.org/mantis/view.php?id=3933Justin Clark-Casey (justincc)1-7/+13
2009-10-05Beginning work on the new LLUDP implementationJohn Hurliman1-1/+1
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-3/+3
2009-10-01Formatting cleanup.Jeff Ames1-8/+8
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-1/+1
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto1-4/+4
2009-08-17no-op to poke pandaJustin Clark-Casey (justincc)1-4/+4
2009-07-29Patch from Kai Ludwig: Fix prim drawing on maptile.Melanie Thielker1-3/+3
2009-07-10Now we are past revision 10000, I think its time to start to fix that massive...MW1-5/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-07-08Thank you kindly, RandomHuman for a patch that:Charles Krinke1-0/+31
2009-06-26Make delete-region delete the section from an ini file. Will delete the wholeMelanie Thielker1-2/+28
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-05* Add oar saving timeoutJustin Clarke Casey1-1/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-26Changed the order of things in Scene creation. This piece of code is very jib...diva1-6/+7
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-20refactoring instantiation of Location object: moving it out of the forDr Scofield1-1/+2
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-163/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-1/+1
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-2/+4
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke1-6/+58
2009-04-29* Actually change the default oar file name to region.oar instead of scene.oa...Justin Clarke Casey1-1/+1
2009-04-29* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an a...Justin Clarke Casey1-1/+1
2009-04-27Getting rid of -hypergrid=true on the command line. This config now goes insi...diva1-0/+5
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble1-3/+2
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-8/+8
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+37
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey1-0/+2
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey1-5/+6
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz1-1/+21
2009-04-03* Proactively fixed bug-potential concerning the fact that m_httpServer prope...lbsa711-6/+1
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-1/+9
2009-03-29Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva1-0/+1
2009-03-25* minor: spit out creator name on save iarJustin Clarke Casey1-4/+4
2009-03-19* Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey1-0/+1
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-74/+79
2009-03-06* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+0
2009-03-04* For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey1-1/+1
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey1-1/+1
2009-03-03Refactoring of CreateCommsManagerPlugin.MW1-34/+0
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...MW1-51/+0
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. MW1-64/+61
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.MW1-11/+23
2009-02-26Attempt to fix the "region starts but doesn't load anything" issueSean Dague1-0/+6