aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis #5368 -- exception on WorldMapDiva Canto2011-02-071-3/+4
* Protect World Map module, RequestMapItemsAsync, from badly formed URLs.Diva Canto2011-01-171-1/+11
* Make HG map search consistent with new syntax for link-region, i.e. http://fo...Diva Canto2011-01-071-1/+1
* Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ...Diva Canto2011-01-061-3/+3
* Fixes mantis #5279Diva Canto2010-12-251-1/+1
* Made the map thread request the map items asynchronously, as the name suggest...Diva Canto2010-12-141-9/+71
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for g...Diva Canto2010-12-142-3/+3
* Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-1/+1
|\
| * for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)2010-10-291-1/+1
| * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-2/+2
|/
* Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-035-1290/+1
|\
| * Initial port of the Warp3D map tile rendererMelanie2010-10-035-1290/+1
* | * additional serveruri cleanupJonathan Freedman2010-10-031-1/+1
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+1
|/
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* Formatting cleanup.Jeff Ames2010-09-122-2/+2
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+1
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-257/+258
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-254/+258
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-9/+9
* refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2010-08-131-2/+15
* Fixes mantis #4782Diva Canto2010-07-021-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-06-111-27/+1
|\
| * Remove the lastmap stuff from the map module, also remove a bunch of commentsMelanie2010-06-111-27/+1
* | * Added a new method to IMapImageGenerator for getting the map tile before it...John Hurliman2010-06-113-28/+32
|/
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-05-281-1/+1
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-17/+14
* * Untested Suggestion from lkalif to changeTeravus Ovares (Dan Olivares)2010-05-021-1/+1
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-2/+2
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-66/+21
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-4/+3
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
* * HGScene is no more.Diva Canto2010-01-301-1/+0
* Removed obsolete interface IHyperlink.Diva Canto2010-01-241-19/+0
* * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-6/+1
* Make the HG map search recognize host names without ports.Diva Canto2009-12-141-1/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-6/+4
* * Changed various modules to not initialize timers unless the module is initi...John Hurliman2009-10-231-17/+19
* * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman2009-10-221-15/+16
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-7/+6
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-1/+1
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-2/+0
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-2/+2
* Fixed the order of params to GetRegionRange.Diva Canto2009-09-261-6/+10
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-262-36/+84
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-073-6/+6
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-073-15/+17