aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-43/+142
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-186/+119
2012-11-23Fix problem where restarting the currently selected region would stop various...Justin Clark-Casey (justincc)1-5/+6
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-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
2012-08-01Create the ability for physics modules to request assets on demand byMelanie1-0/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-07-25Add experimental "OpenSim object memory churn" statistics to output of region...Justin Clark-Casey (justincc)1-17/+19
2012-06-08Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and jso...Justin Clark-Casey (justincc)1-0/+2
2012-06-08Add regression test for client logout due to ack timeout.Justin Clark-Casey (justincc)1-2/+0
2012-05-10Saving estate state is really slow (relatively) and it getsMic Bowman1-5/+7
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-1/+10
2012-03-24Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)1-5/+6
2012-03-23Rename Scene.StartTimer() to Start() - this method no longer uses a timer. C...Justin Clark-Casey (justincc)1-1/+1
2012-03-10Add ability to specify a default estate to be used when creating regions.Justin Clark-Casey (justincc)1-64/+152
2012-03-08Display help commander topics in capitalized form - the commands themselves a...Justin Clark-Casey (justincc)1-4/+6
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-6/+6
2012-01-31Make parcel sale overlays work. No auction support.Melanie1-3/+3
2012-01-24Make errors reported by OpenSim when it halts because it can't find certain c...Justin Clark-Casey (justincc)1-3/+3
2011-12-20Remove unused SetAcceleration and add set on Acceleration parameterDan Lake1-1/+1
2011-12-20Remove unused SetAcceleration and add set on Acceleration parameterDan Lake1-1/+1
2011-12-07Trigger a Jenkins buildBlueWall1-0/+1
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-3/+3
2011-11-23Shell Environment Variables in configBlueWall1-1/+8
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)1-1/+1
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)1-1/+1
2011-10-07remove the pointless slashes on the end of the (5!) different server stat ret...Justin Clark-Casey (justincc)1-3/+3
2011-10-05Add user ID to new estate user prompt, to make it clearer and consistent with...Justin Clark-Casey (justincc)1-1/+1
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-1/+10
2011-09-16Fix build errors on Windows by adding missing OpenSim.Services.Base referencejustincc1-1/+2
2011-09-16Pass any region scope through to the CreateUser() methodJustin Clark-Casey (justincc)1-2/+11
2011-09-16refactor: move estate owner setup code into separate methodJustin Clark-Casey (justincc)1-45/+50
2011-09-16Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)1-0/+50
2011-09-09Delay loading scripts until the scene has finished loadingOren Hurvitz1-0/+2
2011-06-07Write estate errors on startup to the logOren Hurvitz1-2/+2
2011-04-01When asked to join region to existing estate, make first estate name the defa...Justin Clark-Casey (justincc)1-5/+2
2011-04-01Make default answer for 'do you wish to join region to an existing estate' ye...Justin Clark-Casey (justincc)1-1/+1
2011-03-21On initial setup, include estate and regions names in questions to make it cl...Justin Clark-Casey (justincc)1-4/+6
2011-03-21In initial setup, stop a user being able to create a new estate with the same...Justin Clark-Casey (justincc)1-14/+31
2011-03-21On initial opensim setup, don't ask the user whether they want to join an exi...Justin Clark-Casey (justincc)1-39/+63
2011-03-21refactor: use EstateDataService property directly instead of loading it into ...Justin Clark-Casey (justincc)1-12/+7
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-1/+12
2011-02-12Fix bug where "My estate" name was always used even if the user entered a dif...Justin Clark-Casey (justincc)1-4/+8
2010-12-04minor: correction to logging categoryJustin Clark-Casey (justincc)1-2/+2
2010-12-03minor: change OpenSimBase log messages associated with newer module loader to...Justin Clark-Casey (justincc)1-2/+2