aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-08more on compile..UbitUmarov1-10/+6
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-04Deleted commented codeDiva Canto1-51/+0
2015-09-03Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto1-83/+68
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)UbitUmarov1-9/+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-19 add missing regionExtent setup and Scene physicsscene configuration ( notUbitUmarov1-4/+5
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-07-29Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)1-3/+4
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-10/+34
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-8/+4
2014-04-25Restore overload mode accidentally disabled in a prior commit. Add a newMelanie1-0/+6
2014-03-22Allow the setting from the environment to take effect if no explicit setting ...Melanie1-5/+19
2014-03-22Allow Mono Plugin Registry setting for RegionsDev Random1-1/+4
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-1/+1
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-11-04varregion: add plumbing to pass region size from Scene down to theRobert Adams1-3/+4
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-09-08Mono 2.0 fix - call ToArray() explicitlyMelanie1-1/+1
2013-09-08Reinstate SecurePermissionsLoading functionality, default ONMelanie Thielker1-24/+16
2013-08-08Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams1-0/+2
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-4/+4
2013-07-06refactor: Make stats and sim status simpler by extending BaseStreamHandler li...Justin Clark-Casey (justincc)1-57/+17
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)1-4/+3
2013-05-03On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)1-3/+1
2013-04-16refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...Justin Clark-Casey (justincc)1-1/+1
2013-03-14Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)1-4/+0
2013-02-28minor: Log location in which simulator/robust was started.Justin Clark-Casey (justincc)1-0/+4
2013-02-27Get "show modules" console command to obey selected command line region/sJustin Clark-Casey (justincc)1-1/+1
2013-02-06Remove long unused Scene.DumpAssetsToFile boolean.Justin Clark-Casey (justincc)1-1/+1
2013-02-03Adds the ability to load more then one IClientNetworkServer thereby allowing ...teravus1-15/+22
2013-02-03Adds the ability to load more then one IClientNetworkServer thereby allowing ...teravus1-15/+22
2012-11-23Fix problem where restarting the currently selected region would stop various...Justin Clark-Casey (justincc)1-5/+6
2012-11-23Remove duplicate registration of the help topics for the module commanderMelanie1-5/+5
2012-11-22Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)1-42/+23
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-36/+38
2012-11-14If no ISimulationDataStore or IEstateDataStore implementations could be loade...Justin Clark-Casey (justincc)1-0/+14
2012-11-12Remove the old style module loader and all references to itMelanie1-25/+1
2012-10-26minor: Make the error thrown logged when a simulator in grid mode is trying t...Justin Clark-Casey (justincc)1-1/+1
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)1-37/+35
2012-08-15Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)1-2/+7