aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker7-127/+127
2016-12-29Serving robots.txt from bin Idea of solution for ↵Mandarinka Tasty2-0/+21
http://opensimulator.org/mantis/view.php?id=7392 Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Melanie Thielker <melanie@t-data.com>
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
from crashing when signals are unavailable.
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
properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows
2016-11-26Fix in cmdparams.Length for: SavePrimsXml2 and SaveXmlMandarinka Tasty1-2/+2
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-26Fix in descriptions of: load xml, load xml2, save xml, save xml2Mandarinka Tasty1-4/+4
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-07-27first step removing MegaRegions: refuse to run. Thanks to all that made ↵UbitUmarov1-0/+7
MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-11-22Changes to Load Oar options and new code to support importing OARs with ↵Jak Daniels1-8/+18
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-10-18On to 0.8.3!Diva Canto1-1/+1
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
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 ↵Diva Canto2-2/+0
OpenSim.Framework.
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
scenepresence)
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
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
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 ↵Diva Canto1-3/+1
constructor. This was a left over from the original monolithic design of scene communications. The less the instantiators of scenes know about the scene's internals, the better.
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
exactly as core)
2015-06-05Typo FixH-H-H1-1/+1
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2015-03-13Actually start a region created via the "create region" console command.Justin Clark-Casey (justincc)1-0/+2
Addresses http://opensimulator.org/mantis/view.php?id=7478
2015-03-11help restart message correctedShy Robbiani1-1/+1
The "restart" console command restarts the currently selected region or all regions in this instance if root is selected. Changed the message accordingly.
2015-03-10Allow setting the size of the wearables array from config, for core ↵Melanie Thielker1-0/+1
compatibility
2015-01-03Remove the extra key expansion added in commit ↵Diva Canto1-2/+0
a88bc50a168ae729307740fa84540e9571258b13. It's not needed.
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
Add loading of 3rd-party addin inis automatically.
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-1/+1
2014-12-30This cleans up versioning. Specifically:Diva Canto1-1/+1
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency.
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2-0/+6
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent
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 ↵Justin Clark-Casey (justincc)1-1/+1
thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
2014-11-25Make small adjustment to JobEngine default from previous commit to enable it ↵Justin Clark-Casey (justincc)1-1/+1
when [Startup] section is not present (though this is extremely unlikely).
2014-11-25Add [Startup] JobEngineEnabled setting that allows the job engine to be ↵Justin Clark-Casey (justincc)1-1/+3
disabled for testing purposes if necessary.
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
maximum and increase the idle time before release to OS
2014-10-11minor: add --default-user option to "load oar" help long description. Do ↵Justin Clark-Casey (justincc)1-12/+13
other small tidies of "load oar" console command help.
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
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-09-17turn off Nangle on users of ServivePointManager like webrequestsUbitUmarov1-0/+1
2014-08-14in show connections show also if it is a childagent connectionUbitUmarov1-7/+15
2014-08-14add a estimator of client ping time, and painfully make it visible in showUbitUmarov1-1/+3
connections console command