Commit History

Author SHA1 Message Date
  lbsa71 ca611c6668 * even more renaming and refactoring; the cleaning woman is on call. 17 years ago
  lbsa71 14d5a2e9b7 * moved SceneManager to RegionApplicationBase 17 years ago
  lbsa71 4ce0c0794a * Added TryGetAvatar to SceneManager 17 years ago
  lbsa71 26406efd55 * Made ClientViewBase abstract 17 years ago
  lbsa71 df58154781 * Moved some commands from Scene into SceneManager so they could be used with 'root' 17 years ago
  lbsa71 b3d2f8b8e2 *doh* 17 years ago
  lbsa71 6961013c24 * CHANGED SOME CONSOLE COMMAND BEHAVIOURS 17 years ago
  Dalien Talbot 1703cacaab Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity 17 years ago
  lbsa71 b112539f95 * minor refactorings 17 years ago
  Sean Dague ffe9c9374a mass update of urls in source code to new website 17 years ago
  MW 22dbe82b26 A couple of fixes to make sure db4o gets set as the default asset database. Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use. 17 years ago
  MW 91cc820f34 Added "asset_database =" option to opensim.ini, so the asset database can be selected. Currently set default back to db4o until more people test using sqlite. 17 years ago
  MW 15423539f9 hooked up sdague new sqlite asset database provider to the old asset system. So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. 17 years ago
  MW c29df824c2 Converted the LSL scripting engine into a IRegionModule, so now all "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). 17 years ago
  MW e58a5c7a95 Fixed it so "shutdown" command works when a region is set as the active console region. 17 years ago
  MW 710856e3d3 Removed the exit-region command, now use "change-region root" or "change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is]. 17 years ago
  MW 0eef82291e Added "show modules" command that if at root level will display a list of loaded "shared modules" (modules instances that are shared by multiple regions) or if a region is set then will display the list of local modules loaded in that region. 17 years ago
  MW d7b7ff3d49 Using change-region without a region name will now display the currently active region's name. 17 years ago
  MW 16cbc35f0c Fixed it so change-region works with region names that have spaces in them. 17 years ago
  MW bfd36e2e83 Some work on Module loading/management. 17 years ago
  Tedd Hansen d03000062a Config option for loading ScriptEngine (wjordan) 17 years ago
  MW e1505be97f Added some place holder classes for various modules. 17 years ago
  MW 7915adc6c5 Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory. 17 years ago
  MW 31b895681a As part of our "we aim to please" commitment, have added the ability to create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename". 17 years ago
  MW 8e3b2392d1 Start of trying to make Region/Scene more modular. 17 years ago
  MW a45c4626fe Fixed the bug that sent a region port as the CAPS url, instead of sending the httpListener port. 17 years ago
  MW 653a4ff22d Deleted a few old files that are no longer used. 17 years ago
  MW 9bb22e3f06 Applied dalien's "show users" patch 17 years ago
  MW 8b4955f6c1 Hopefully fixed the issue of inventory not working for the master account. (Note you will need to delete userprofile.yap for this to take effect.) 17 years ago
  MW 4276a352bc Small bit of refactoring to the startup command script code (moved it into a separate method), so that I could add a new CLI command of "command-script <fileName>", so that as well as the startup command script still being processed on startup. A user can create other command scripts and use the single command ("command-script <filename>") to run them at any time. Could be useful for trying out various configurations etc. 17 years ago