Commit History

Author SHA1 Message Date
  mingchen 81b4c7be3e *Added ability to skip any use of the console when configuring and assume default value. This is useful when the server is running by itself and a new region request is added without sufficient information 17 years ago
  Brian McBee 0e966baa2c Tweaked "show users" formatting, added user's IP address to display. 17 years ago
  Tedd Hansen 198dea28ad Full .dll-name in config option for ScriptEngine. Loading only scriptengine specified in config. 17 years ago
  Justin Clarke Casey db9a7eee51 Correct location of DotNetEngine. Remove some debug stuff since my addins problem turned out to be local. 17 years ago
  Tedd Hansen fefb00bc91 Changed from "Load all .dll's in ScriptEngine" to "Load only DotNetEngine" (temporarily hardcoded) to avoid problems with two scriptengines existing in ScriptEngine folder. 17 years ago
  Justin Clarke Casey 60fa75ac04 Standard library folders can now be configued in the xml in inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently 17 years ago
  lbsa71 efd90b56b7 * Optimized usings 17 years ago
  Justin Clarke Casey 348e5b7648 Make region storage Sqlite by default rather than NullStorage 17 years ago
  Sean Dague 368333e52c make a change to make it possible to get access to the DefaultConfig 17 years ago
  Jeff Ames 8d995a5a5d Minor cleanup 17 years ago
  Teravus Ovares 9abe4b2ebf * Start listening for client connections immediately after a region initializes during initial instance startup. (as opposed to waiting for 'all of the regions' to initialize first) 17 years ago
  Jeff Ames af6eb67999 saved OpenSim source code from the giant rampaging unterminated copyright notice of doom 17 years ago
  Jeff Ames a45118d35e added one more command to the console help. 17 years ago
  Jeff Ames 73599c0f25 removed obsolete Verbose() function 17 years ago
  Jeff Ames a47176ee92 more minor cleanup. added some command descriptions to region server help. 17 years ago
  Sean Dague 9c81b8a430 From Gary Chernega (IBM) 17 years ago
  Teravus Ovares 71fd737a66 * Applied MSSQL Patch from akokko, Thanks! akokko 17 years ago
  Adam Frisby 91c1e8a734 * Fixed a whole bunch of console messages. 17 years ago
  MW 690e517240 Added a flag to load-xml console command, that will generate new uuids for the loaded Sceneobjects (as per mantis request #53). 17 years ago
  MW 634a22185d Applied patch from mantis issue #110 (with one or two tiny changes) , thanks mpallari/_SomeOne_ 17 years ago
  Adam Frisby 981c97502a * Moved XMLRPC Controller to a Application Plugin. Requires testing. 17 years ago
  MW 0b2934a1b1 added support for a console command script to be ran every 20 minutes (will make that time changable in a future commit), to use add a entry under the Startup section of opensim.ini , with: timer_Script = "<filename>" (the filename being the console "script" you want to be ran every 20 minutes). This hasn't been tested very much so.. 17 years ago
  Teravus Ovares 31cec30aa0 * Extended our semi-stupid implementation of in world object permissions to show a user's client that it can't edit a prim if it doesn't have permission. 17 years ago
  Teravus Ovares b7d596a6af * Restaring the sim works fine in grid mode now. Sims announce themselves to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up. 17 years ago
  Teravus Ovares 082f2baebe Fixed an event in the events chain in inter-region communications. 17 years ago
  Teravus Ovares 175b6115f1 * Restarting regions with the estate tools works in sandbox mode. I'm still working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either. 17 years ago
  Teravus Ovares d263a044b1 * Added the ability to restart your individual sims from within them using the estate tools. 17 years ago
  mingchen 3ce6116e4a *Shared Modules have feelings too! -- Shared Region Modules that are found in DLLs are now correctly loaded automagically. 17 years ago
  Teravus Ovares d7ec786244 * Added a nice 'The Region is going down.' message to the user when the sim owner issues 'shutdown' on the console. 17 years ago
  lbsa71 7ef1f887ea * the export-map now takes 'CurrentOrFirst' Scene, not necessarily the CurrentScene (as that is not set initially, and hence the command was a bit unintuitive) 17 years ago