Histórico de Commits

Autor SHA1 Mensagem Data
  Justin Clark-Casey (justincc) 5f5c65e4ba refactor: move more map tile generation code from scene to IWorldMapModule há 14 anos atrás
  Diva Canto 490f1c144c Fixes mantis #4782 há 14 anos atrás
  Melanie 694c8ab588 Remove the lastmap stuff from the map module, also remove a bunch of comments há 14 anos atrás
  Justin Clark-Casey (justincc) 14c39461c2 minor: remove mono compiler warning há 14 anos atrás
  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. há 14 anos atrás
  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. há 14 anos atrás
  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>). há 14 anos atrás
  John Hurliman df76e95aa2 Changed asset CreatorID to a string há 14 anos atrás
  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 há 14 anos atrás
  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 há 15 anos atrás
  John Hurliman ba2972eaf6 * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue which is right há 15 anos atrás
  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 há 15 anos atrás
  John Hurliman 32ccd5bb40 * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget() há 15 anos atrás
  John Hurliman fdce1be3db * Removed OpenSim.Data.NHibernate há 15 anos atrás
  John Hurliman 2519f071f2 Fixing a few compile errors in the previous commit há 15 anos atrás
  Diva Canto b5163889b9 Fixed the order of params to GetRegionRange. há 15 anos atrás
  Diva Canto 5757afe766 First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now. há 15 anos atrás
  Melanie eba23048ca Replace the Replaceable modules name há 15 anos atrás
  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. há 15 anos atrás
  Melanie Thielker 8ecfc9a717 Committing the interface change and the addition to the modules to get há 15 anos atrás
  Melanie Thielker c310fb11f4 Remove all references to HttpServer from CommsManager (all incarnations) há 15 anos atrás
  Melanie Thielker e4d26d7bfa When a shared module hooks OnClientClosed, it has no way of finding há 15 anos atrás
  Arthur Valadares f243dddc04 * Corrected CAPS namespaces há 15 anos atrás
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. há 15 anos atrás
  Charles Krinke 74f1c16c49 Thank you kindly, Jonc, for a patch that solves há 15 anos atrás
  diva 5e4fc6e91e Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only. há 15 anos atrás
  Melanie Thielker acfb5051cd Intermediate commit. WILL NOT COMPILE! há 15 anos atrás
  diva 1ce362323e HGWorldMap got a bit out of sync during the introduction of the new module system. Should work now. Fixes mantis #3533. há 15 anos atrás
  Homer Horwitz 6a08accde0 - Moved WorldMapModule and HGWorldMapModule to the new region-module system há 15 anos atrás
  Mike Mazur 76c0935ec7 - remove the Metadata property from AssetBase and return all previous há 15 anos atrás