aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-1/+1
2010-10-20* additional serveruri cleanupJonathan Freedman1-1/+1
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+1
2010-10-03* additional serveruri cleanupJonathan Freedman1-1/+1
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+1
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-23/+33
2010-08-31reinsert functionality to debug log more levels of incoming and outgoing clie...Justin Clark-Casey (justincc)1-1/+0
2010-08-30Report exception message as well as stack trace if a region fails to register...Justin Clark-Casey (justincc)1-1/+3
2010-08-20Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie1-8/+0
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman1-0/+54
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)1-2/+6
2010-06-24Move loading of parcels to before script start. Scripts using parcel functionsMelanie1-3/+3
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-1/+1
2010-01-30* HGScene is no more.Diva Canto1-5/+0
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-1/+0
2010-01-11This fixes the problem that region modules (new style) weren't being recognized.Diva Canto1-0/+1
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+3
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-1/+0
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-2/+0
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-29/+0
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-31/+0
2009-11-24pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)1-5/+0
2009-10-23* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ...John Hurliman1-5/+5
2009-10-09* Apply http://opensimulator.org/mantis/view.php?id=3933Justin Clark-Casey (justincc)1-7/+13
2009-10-05Beginning work on the new LLUDP implementationJohn Hurliman1-1/+1