Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 5f5c65e4ba refactor: move more map tile generation code from scene to IWorldMapModule 14 years ago
  Diva Canto 490f1c144c Fixes mantis #4782 14 years ago
  Melanie 694c8ab588 Remove the lastmap stuff from the map module, also remove a bunch of comments 14 years ago
  Justin Clark-Casey (justincc) 14c39461c2 minor: remove mono compiler warning 14 years ago
  Diva Canto b233a4b2ca * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. 14 years ago
  Dan Lake 62e0b53ca4 Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files. 14 years ago
  Dan Lake 859bc717a4 Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 14 years ago
  John Hurliman df76e95aa2 Changed asset CreatorID to a string 14 years ago
  John Hurliman 7665aad002 * Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it 14 years ago
  John Hurliman afef1ac191 Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen 14 years ago
  John Hurliman ba2972eaf6 * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue which is right 14 years ago
  John Hurliman b2ed348aa2 Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated 14 years ago
  John Hurliman 32ccd5bb40 * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget() 14 years ago
  John Hurliman fdce1be3db * Removed OpenSim.Data.NHibernate 14 years ago
  John Hurliman 2519f071f2 Fixing a few compile errors in the previous commit 15 years ago
  Diva Canto b5163889b9 Fixed the order of params to GetRegionRange. 15 years ago
  Diva Canto 5757afe766 First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now. 15 years ago
  Melanie eba23048ca Replace the Replaceable modules name 15 years ago
  Teravus Ovares b6caf1606d * If the world map module encounters an error, not all of the objects will be created and will therefore be null in the finally clause. Therefore, only dispose of objects that are not null in the finally clause. 15 years ago
  Melanie Thielker 8ecfc9a717 Committing the interface change and the addition to the modules to get 15 years ago
  Melanie Thielker c310fb11f4 Remove all references to HttpServer from CommsManager (all incarnations) 15 years ago
  Melanie Thielker e4d26d7bfa When a shared module hooks OnClientClosed, it has no way of finding 15 years ago
  Arthur Valadares f243dddc04 * Corrected CAPS namespaces 15 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Charles Krinke 74f1c16c49 Thank you kindly, Jonc, for a patch that solves 15 years ago
  diva 5e4fc6e91e Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only. 15 years ago
  Melanie Thielker acfb5051cd Intermediate commit. WILL NOT COMPILE! 15 years ago
  diva 1ce362323e HGWorldMap got a bit out of sync during the introduction of the new module system. Should work now. Fixes mantis #3533. 15 years ago
  Homer Horwitz 6a08accde0 - Moved WorldMapModule and HGWorldMapModule to the new region-module system 15 years ago
  Mike Mazur 76c0935ec7 - remove the Metadata property from AssetBase and return all previous 15 years ago