Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-10-11 | Extend "show stats" command to "show stats [list|all|<category name>]" | Justin Clark-Casey (justincc) | 1 | -37/+35 | |
This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool. | |||||
2012-08-15 | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 1 | -2/+7 | |
This is to avoid false positives when the machine is under heavy load whilst starting up. | |||||
2012-08-01 | Create the ability for physics modules to request assets on demand by | Melanie | 1 | -0/+1 | |
themselves. For that, the physics module simply calls RequestAssetMethod, which in turn points to Scene.PhysicsRequestAsset. This gives physics access to the asset system without introducing unwanted knowledge of the scene class. | |||||
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-07-25 | Add experimental "OpenSim object memory churn" statistics to output of ↵ | Justin Clark-Casey (justincc) | 1 | -17/+19 | |
region console "show stats" command This aims to capture the amount of memory that OpenSim turns over whilst operating a region. This memory is not lost - apart from leaks it is reclaimed by the garbage collector. However, the more memory that gets turned over the more work the GC has to do to reclaim it. | |||||
2012-06-08 | Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and ↵ | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
json stats from working | |||||
2012-06-08 | Add regression test for client logout due to ack timeout. | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
2012-05-10 | Saving estate state is really slow (relatively) and it gets | Mic Bowman | 1 | -5/+7 | |
completely rewritten every time a region starts up. This makes the data write only when the data was not already read from the database. There is a still a major race condition whenever two regions share the same estate data, but at least it won't be triggered on startup. | |||||
2012-05-03 | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 1 | -1/+10 | |
can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | |||||
2012-03-24 | Allow the user to enter help topics in upper or lowercase. | Justin Clark-Casey (justincc) | 1 | -5/+6 | |
Forcing uppercase (e.g. help Assets) is too annoying. Thanks to WhiteStar for pointing this out. | |||||
2012-03-23 | Rename Scene.StartTimer() to Start() - this method no longer uses a timer. ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Comment out more effectively unused old heartbeat code. | |||||
2012-03-10 | Add ability to specify a default estate to be used when creating regions. | Justin Clark-Casey (justincc) | 1 | -64/+152 | |
This is configured in the new [Estates] section of OpenSim.ini. If a default estate is configured then all new regions are automatically joined to it instead of asking the user. If the default estate does not already exist then it is created. Current default behaviour remains the same - the user is asked for estate details when necessary. Thanks to Frenando Oliveira for the patch which I adapated further. | |||||
2012-03-08 | Display help commander topics in capitalized form - the commands themselves ↵ | Justin Clark-Casey (justincc) | 1 | -4/+6 | |
are still lowercase. Also convert the estate commands to simply AddCommand() calls so that commands from two different modules can be placed in the same category | |||||
2012-03-08 | Change "help" to display categories/module list then "help ↵ | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
<category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules. | |||||
2012-01-31 | Make parcel sale overlays work. No auction support. | Melanie | 1 | -3/+3 | |
2012-01-24 | Make errors reported by OpenSim when it halts because it can't find certain ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
config sections or files a bit more user friendly. | |||||
2011-12-20 | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 1 | -1/+1 | |
2011-12-20 | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 1 | -1/+1 | |
2011-12-07 | Trigger a Jenkins build | BlueWall | 1 | -0/+1 | |
2011-12-05 | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | |||||
2011-11-23 | Shell Environment Variables in config | BlueWall | 1 | -1/+8 | |
Adding updated Nini and support to use shell environment variables in OpenSimulator configuration. Nini @ https://github.com/BlueWall/Nini-Dev | |||||
2011-10-15 | move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
the others | |||||
2011-10-15 | fetch physical_prim switch from [Startup] config from inside scene, as is ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
done for most other scene config params | |||||
2011-10-07 | remove the pointless slashes on the end of the (5!) different server stat ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
retrieval mechanisms. Original request URLs that end with / will still work, but this will allow one to type /simstatus as well as /simstatus/ Can't do this with webstats yet since it does insane things to the path. | |||||
2011-10-05 | Add user ID to new estate user prompt, to make it clearer and consistent ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
with the main create user prompts | |||||
2011-10-04 | When creating a new user on the comand line, give the option of allowing a ↵ | Justin Clark-Casey (justincc) | 1 | -1/+10 | |
UUID to be specified to override the randomly generated one. This can be useful in some migration cases where recreating user accounts with known IDs will preserve region scene object ownership. | |||||
2011-09-16 | Fix build errors on Windows by adding missing OpenSim.Services.Base reference | justincc | 1 | -1/+2 | |
2011-09-16 | Pass any region scope through to the CreateUser() method | Justin Clark-Casey (justincc) | 1 | -2/+11 | |
2011-09-16 | refactor: move estate owner setup code into separate method | Justin Clark-Casey (justincc) | 1 | -45/+50 | |
2011-09-16 | Correctly create a freshly created estate owner's default items and avatar ↵ | Justin Clark-Casey (justincc) | 1 | -0/+50 | |
entries on standalone if applicable. | |||||
2011-09-09 | Delay loading scripts until the scene has finished loading | Oren Hurvitz | 1 | -0/+2 | |
2011-06-07 | Write estate errors on startup to the log | Oren Hurvitz | 1 | -2/+2 | |
2011-04-01 | When asked to join region to existing estate, make first estate name the ↵ | Justin Clark-Casey (justincc) | 1 | -5/+2 | |
default instead of None | |||||
2011-04-01 | Make default answer for 'do you wish to join region to an existing estate' ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
yes instead of no. | |||||
2011-03-21 | On initial setup, include estate and regions names in questions to make it ↵ | Justin Clark-Casey (justincc) | 1 | -4/+6 | |
clearer what they relate to. | |||||
2011-03-21 | In initial setup, stop a user being able to create a new estate with the ↵ | Justin Clark-Casey (justincc) | 1 | -14/+31 | |
same name as an existing estate. | |||||
2011-03-21 | On initial opensim setup, don't ask the user whether they want to join an ↵ | Justin Clark-Casey (justincc) | 1 | -39/+63 | |
existing opensim estate when there aren't any. Proceed directly to estate setup instead. | |||||
2011-03-21 | refactor: use EstateDataService property directly instead of loading it into ↵ | Justin Clark-Casey (justincc) | 1 | -12/+7 | |
a local variable | |||||
2011-03-21 | On initial region registration, if the user chooses the option to make the ↵ | Justin Clark-Casey (justincc) | 1 | -1/+12 | |
region part of an existing estate, then list the existing region names. | |||||
2011-02-12 | Fix bug where "My estate" name was always used even if the user entered a ↵ | Justin Clark-Casey (justincc) | 1 | -4/+8 | |
different name on initial setup. Turns out we had stopped saving estate settings immediately after the name change. The scene constructor then reloade the settings and oblitereted the different name. This code could be more efficient since there's no reason for scene to reload the settings when they are already known to be valid. Thanks to Thoneve for the spot on this. | |||||
2010-12-04 | minor: correction to logging category | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-12-03 | minor: change OpenSimBase log messages associated with newer module loader ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
to make the association clear | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-22 | Revert "* additional serveruri cleanup" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9. | |||||
2010-10-20 | * additional serveruri cleanup | Jonathan Freedman | 1 | -1/+1 | |
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-10-03 | * additional serveruri cleanup | Jonathan Freedman | 1 | -1/+1 | |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -23/+33 | |
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings |