| Commit message (Expand) | Author | Age | Files | Lines |
* | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... | Diva Canto | 2015-09-04 | 1 | -1/+0 |
* | Deleted commented code | Diva Canto | 2015-09-04 | 1 | -51/+0 |
* | Transformed the LLUDP ad-hoc plugin into a region module. It works. | Diva Canto | 2015-09-03 | 1 | -83/+68 |
* | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 1 | -14/+1 |
* | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 1 | -1/+1 |
* | Renamed the namespaces too | Diva Canto | 2015-08-30 | 1 | -1/+1 |
* | Moved instantiation of SceneCommunicationService object to inside the scene c... | Diva Canto | 2015-08-30 | 1 | -3/+1 |
* | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | Make small adjustment to JobEngine default from previous commit to enable it ... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | Add [Startup] JobEngineEnabled setting that allows the job engine to be disab... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+3 |
* | Start JobEngine by default in simulator for now. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+2 |
* | Allow the "debug scene set physics false|true" command to work when bulletsim... | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -3/+4 |
* | Actually call Close() for shared region modules when the simulator is being s... | Justin Clark-Casey (justincc) | 2014-07-02 | 1 | -10/+34 |
* | Fixed a few things pertaining to interfacing with the estate service. Specifi... | Diva Canto | 2014-06-01 | 1 | -8/+4 |
* | Restore overload mode accidentally disabled in a prior commit. Add a new | Melanie | 2014-04-25 | 1 | -0/+6 |
* | Allow the setting from the environment to take effect if no explicit setting ... | Melanie | 2014-03-22 | 1 | -5/+19 |
* | Allow Mono Plugin Registry setting for Regions | Dev Random | 2014-03-22 | 1 | -1/+4 |
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -1/+1 |
* | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 1 | -1/+1 |
|\ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
* | | varregion: add plumbing to pass region size from Scene down to the | Robert Adams | 2013-11-04 | 1 | -3/+4 |
* | | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 1 | -1/+1 |
|/ |
|
* | Add a JSON web fetch of the statististics managed by StatsManager. | Robert Adams | 2013-08-08 | 1 | -0/+2 |
* | Add "show caps stats by user" and "show caps stats by cap" console commands t... | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -4/+4 |
* | refactor: Make stats and sim status simpler by extending BaseStreamHandler li... | Justin Clark-Casey (justincc) | 2013-07-06 | 1 | -57/+17 |
* | Make general server stats available on the robust console as well as the simu... | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -4/+3 |
* | On startup, start scenes after we're set up all local scenes, rather than sta... | Justin Clark-Casey (justincc) | 2013-05-03 | 1 | -3/+1 |
* | refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto... | Justin Clark-Casey (justincc) | 2013-04-16 | 1 | -1/+1 |
* | Log same environment information to Robust log as is already done for simulat... | Justin Clark-Casey (justincc) | 2013-03-14 | 1 | -4/+0 |
* | minor: Log location in which simulator/robust was started. | Justin Clark-Casey (justincc) | 2013-02-28 | 1 | -0/+4 |
* | Get "show modules" console command to obey selected command line region/s | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -1/+1 |
* | Remove long unused Scene.DumpAssetsToFile boolean. | Justin Clark-Casey (justincc) | 2013-02-06 | 1 | -1/+1 |
* | Adds the ability to load more then one IClientNetworkServer thereby allowing ... | teravus | 2013-02-03 | 1 | -15/+22 |
* | Fix problem where restarting the currently selected region would stop various... | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -5/+6 |
* | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -42/+23 |
* | factor out common HandleShow code for "show uptime" | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -1/+1 |
* | If no ISimulationDataStore or IEstateDataStore implementations could be loade... | Justin Clark-Casey (justincc) | 2012-11-14 | 1 | -0/+14 |
* | Remove the old style module loader and all references to it | Melanie | 2012-11-12 | 1 | -25/+1 |
* | minor: Make the error thrown logged when a simulator in grid mode is trying t... | Justin Clark-Casey (justincc) | 2012-10-26 | 1 | -1/+1 |
* | Extend "show stats" command to "show stats [list|all|<category name>]" | Justin Clark-Casey (justincc) | 2012-10-11 | 1 | -37/+35 |
* | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 2012-08-15 | 1 | -2/+7 |
* | Create the ability for physics modules to request assets on demand by | Melanie | 2012-08-01 | 1 | -0/+1 |
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -1/+1 |
* | Add experimental "OpenSim object memory churn" statistics to output of region... | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -17/+19 |
* | Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and jso... | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -0/+2 |
* | Add regression test for client logout due to ack timeout. | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -2/+0 |
* | Saving estate state is really slow (relatively) and it gets | Mic Bowman | 2012-05-10 | 1 | -5/+7 |
* | Implement optional name and description on http stream handlers so that we ca... | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -1/+10 |
* | Allow the user to enter help topics in upper or lowercase. | Justin Clark-Casey (justincc) | 2012-03-24 | 1 | -5/+6 |
* | Rename Scene.StartTimer() to Start() - this method no longer uses a timer. C... | Justin Clark-Casey (justincc) | 2012-03-23 | 1 | -1/+1 |