aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-29Serving robots.txt from bin Idea of solution for http://opensimulator.org/man...Mandarinka Tasty2-0/+21
2016-12-20Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker1-2/+0
2016-12-20remove obsolete config option "storage_prim_inventories"Melanie Thielker1-2/+1
2016-12-12Applying a modified version of TomTheDragon's patch to prevent the simMelanie Thielker1-7/+14
2016-12-12don't do unix signals on windowsUbitUmarov1-6/+12
2016-12-12Allow OpenSim to respond to Unix signals. This may need work to beMelanie Thielker1-2/+23
2016-12-08 remove not needed sslport parameterUbitUmarov1-3/+2
2016-11-26Fix in cmdparams.Length for: SavePrimsXml2 and SaveXmlMandarinka Tasty1-2/+2
2016-11-26Fix in descriptions of: load xml, load xml2, save xml, save xml2Mandarinka Tasty1-4/+4
2016-10-09keep a unsecure http port up for external services (datasnapshot search). Onl...UbitUmarov1-19/+34
2016-10-09changes to regions ssl suport: verify if hostnames are validate by the select...UbitUmarov1-1/+1
2016-10-06recover regions main http server ssl suport. Using a PKCS12 cert file, and no...UbitUmarov2-7/+33
2016-07-27first step removing MegaRegions: refuse to run. Thanks to all that made MegaR...UbitUmarov1-0/+7
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-11-22Changes to Load Oar options and new code to support importing OARs with diffe...Jak Daniels1-8/+18
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-08more on compile..UbitUmarov1-10/+6
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2-2/+0
2015-09-04Deleted commented codeDiva Canto1-51/+0
2015-09-03Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto3-84/+173
2015-09-03fix a old bug i added: MaxWearables can't be changed in runtimeUbitUmarov1-1/+0
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-5/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov2-22/+0
2015-08-31First commit where physics work as region module.Diva Canto1-14/+1
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Moved instantiation of SceneCommunicationService object to inside the scene c...Diva Canto1-3/+1
2015-08-24try to implement core load oar optionsUbitUmarov1-5/+19
2015-08-19 add missing regionExtent setup and Scene physicsscene configuration ( notUbitUmarov1-4/+5
2015-06-05Typo FixH-H-H1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-13Actually start a region created via the "create region" console command.Justin Clark-Casey (justincc)1-0/+2
2015-03-11help restart message correctedShy Robbiani1-1/+1
2015-03-10Allow setting the size of the wearables array from config, for core compatibi...Melanie Thielker1-0/+1
2015-01-03Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e...Diva Canto1-2/+0
2014-12-30Capitalization fail.Diva Canto1-1/+1
2014-12-30Add support for expansion of key values in nini config files.Diva Canto1-0/+2
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-1/+1
2014-12-30This cleans up versioning. Specifically:Diva Canto1-1/+1
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2-0/+6
2014-12-29Added AssemblyInfo.cs to OpenSim.exeDiva Canto1-0/+32
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Make small adjustment to JobEngine default from previous commit to enable it ...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Add [Startup] JobEngineEnabled setting that allows the job engine to be disab...Justin Clark-Casey (justincc)1-1/+3
2014-11-25Start JobEngine by default in simulator for now.Justin Clark-Casey (justincc)1-0/+2
2014-10-13on util thread pool reduce the min number of threads, increase theUbitUmarov1-2/+2
2014-10-11minor: add --default-user option to "load oar" help long description. Do oth...Justin Clark-Casey (justincc)1-12/+13
2014-10-09Give ability to define constants that may be used throught the configurationBlueWall1-0/+2
2014-09-23Add persistent command history in consoleJak Daniels1-1/+1