Commit History

Autor SHA1 Mensaxe Data
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup %!s(int64=7) %!d(string=hai) anos
  Diva Canto 3cf07564b6 Moved the two region loaders into the RegionLoaderPlugin dll, therefore eliminating 2 top-level dlls that didn't make much sense. %!s(int64=8) %!d(string=hai) anos
  Diva Canto 5cf6a6f830 WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. %!s(int64=9) %!d(string=hai) anos
  Diva Canto 2ff9ea3f80 Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector. %!s(int64=10) %!d(string=hai) anos
  Robert Adams 13a9a4b653 varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. %!s(int64=10) %!d(string=hai) anos
  Robert Adams 317c04fe17 VarRegion: change RegionInfo storage of region coordinates from region %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 304c5d4a8b On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created. %!s(int64=11) %!d(string=hai) anos
  Melanie 8c130bcaf5 Remove the old style module loader and all references to it %!s(int64=11) %!d(string=hai) anos
  Diva Canto 571f6a0300 One more module converted: XMLRPCModule. Removed it from the special loading at start. %!s(int64=11) %!d(string=hai) anos
  Diva Canto 9f45198516 One more module: DynamicTextureModule. Removed it from the special load in the beginning. %!s(int64=11) %!d(string=hai) anos
  Diva Canto 6759ed1013 One more module converted: LoadImageURLModule. Also removed it from its hard-coded instantiation (I think I understood what the problem was, and that I've done it right). %!s(int64=11) %!d(string=hai) anos
  Mic Bowman de44734fe9 Saving estate state is really slow (relatively) and it gets %!s(int64=12) %!d(string=hai) anos
  Justin Clark-Casey (justincc) fe484ab331 Slightly change log message in LoadRegionsPlugin %!s(int64=12) %!d(string=hai) anos
  Pixel Tomsen 178b8d0926 Region-UUID - can not be zero-uuid %!s(int64=12) %!d(string=hai) anos
  Kevin Houlihan e789ab659c Removed uncalled region load method. %!s(int64=12) %!d(string=hai) anos
  Justin Clark-Casey (justincc) d8e1c380e6 minor: make it clearer in the log where we're loading region config files and not the regions themselves %!s(int64=13) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 03d82a5a85 Fix bug where "My estate" name was always used even if the user entered a different name on initial setup. %!s(int64=13) %!d(string=hai) anos
  Melanie ea17b262a3 Convert the agent asset transactions module to a new style module. %!s(int64=13) %!d(string=hai) anos
  randomhuman 8eeb3f2fd2 Updated the create_region command in the RemoteAdmin plugin to properly support estates without seeking further input on the console. %!s(int64=14) %!d(string=hai) anos
  Melanie eebddcd5e6 Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. %!s(int64=14) %!d(string=hai) anos
  Adam Frisby 25313c2105 * Debugging why region loading is occurring so slowly on a setup with 64 regions in a Regions.ini (took 38 minutes on my test box) %!s(int64=15) %!d(string=hai) anos
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. %!s(int64=15) %!d(string=hai) anos
  Justin Clarke Casey b2433d2b99 * Improve loadregions so that all region configs are checked for clashes (e.g. same uuid) rather than just one %!s(int64=15) %!d(string=hai) anos
  Justin Clarke Casey 303aa4b65e * refactor: move bottom part of 'xml2' serializaton to separate class %!s(int64=15) %!d(string=hai) anos
  lbsa71 63a5a01945 * Cleanup and CCC (Code Convention Conformance) %!s(int64=15) %!d(string=hai) anos
  MW 5626d43259 Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly. %!s(int64=15) %!d(string=hai) anos
  MW 756c517069 Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event. %!s(int64=15) %!d(string=hai) anos
  MW 33e7c09b7b Added IRegistryCore and RegistryCore to OpenSim.Framework. %!s(int64=15) %!d(string=hai) anos
  MW de82bf9eb5 Added a PostInitialise method to IApplicationPlugin, this allows us to do work in there knowing that all other ApplicationPlugins have been initialised by that time. %!s(int64=15) %!d(string=hai) anos
  lbsa71 801da4346a * optimized usings. %!s(int64=15) %!d(string=hai) anos