Commit History

Author SHA1 Message Date
  Tedd Hansen 0756e01475 Removed some ScriptEngine config debugging. 16 years ago
  Jeff Ames e207284fef Clean up logging calls using String.Format explicitly 16 years ago
  Justin Clarke Casey 47353ffe48 Minor refactoring 16 years ago
  Justin Clarke Casey 9d95f9bcf4 Minor ScenePresence related refactoring 16 years ago
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 years ago
  lbsa71 efd90b56b7 * Optimized usings 16 years ago
  Charles Krinke a990c64698 Thank you to Kiryu for a patch to fix an out of Sync 16 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
  Jeff Ames f195725db4 keeping opensim safe for children -- made some namespace references less explicit 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
  lbsa71 7704bb6f63 * Fixed neighbour range bug 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
  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
  MW 297cc7ef4f Some work on cleanly removing Regions. 17 years ago
  lbsa71 67e12b95ea * Optimized usings 17 years ago
  MW 3d8219f6c7 as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. 17 years ago
  lbsa71 03d49b0217 * ModuleLoader: Privatized some too-public fields 17 years ago
  MW 27f003b683 Started the process of cleaning up AssetCache and moving most of the code into modules. Have moved TextureRequest handling (from the client) to a module. But even though to start with I just did a little bit of cleaning up of the existing code, it doesn't seem to work as good as the old code so I need to spend more time on it. So for now am committing my changes but with them not in use. So for now all Texture and asset requests are still handled by the old code in AssetCache. 17 years ago
  Adam Frisby 2048d611cf * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries to be sent to the core application. 17 years ago
  Sean Dague c5ea70bf93 nice catch by chi11ken that I was setting the wrong property 17 years ago
  MW 2681de366b Made some changes to the load/save xml format, So that the old format can still be used, I have added new console commands of "load-xml2" and "save-xml2", if the old versions worked for you then please continue using them (at least for now). The new versions haven't been tested that much, so their format could be subject to change. 17 years ago
  lbsa71 849eaffbe5 * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru 17 years ago
  Sean Dague c3d8f1f425 getting all our line endings consistant again 17 years ago
  Adam Frisby f5eac12a88 * Renamed ScriptConsole to PluginConsole for clarity 17 years ago
  lbsa71 13c1c33ed4 * Added TryGetAvatarByName 17 years ago
  lbsa71 409bcd999d * Continuing refactoring of presence 17 years ago