aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-29for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-2/+2
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-1/+1
2010-10-20* additional serveruri cleanupJonathan Freedman1-1/+1
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+1
2010-10-03* additional serveruri cleanupJonathan Freedman1-1/+1
2010-10-03Initial port of the Warp3D map tile rendererMelanie5-1290/+1
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+1
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-5/+1
2010-09-12Formatting cleanup.Jeff Ames2-2/+2
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-257/+258
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-254/+258
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-9/+9
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)1-2/+15
2010-07-02Fixes mantis #4782Diva Canto1-1/+1
2010-06-11* Added a new method to IMapImageGenerator for getting the map tile before it...John Hurliman3-28/+32
2010-06-11Remove the lastmap stuff from the map module, also remove a bunch of commentsMelanie1-27/+1
2010-05-28minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-17/+14
2010-05-02* Untested Suggestion from lkalif to changeTeravus Ovares (Dan Olivares)1-1/+1
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-2/+2
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-66/+21
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-4/+3
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
2010-01-30* HGScene is no more.Diva Canto1-1/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-47/+18
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-19/+0
2010-01-23Updates all IRegionModules to the new style region modules.Revolution2-18/+47
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-6/+1
2009-12-14Make the HG map search recognize host names without ports.Diva Canto1-1/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-6/+4
2009-10-23* Changed various modules to not initialize timers unless the module is initi...John Hurliman1-17/+19
2009-10-22* Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman1-15/+16
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-7/+6
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-2/+0
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-2/+2
2009-09-26Fixed the order of params to GetRegionRange.Diva Canto1-6/+10
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2-36/+84
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)3-6/+6
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)3-15/+17
2009-07-17* If the world map module encounters an error, not all of the objects will be...Teravus Ovares1-4/+12
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-4/+4
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-1/+1