aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-22When the generate map command is given, generate the map.onefang1-1/+23
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-776/+970
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-223/+388
2012-11-15Following on from 4f982596, launch map name requests on an async thread from ...Justin Clark-Casey (justincc)1-12/+8
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto2-0/+4
2012-11-09Minor improvement in the MapSearchModule. Stop blocking the client thread if ...Diva Canto1-19/+55
2012-11-09MapSearchModule also converted to new region module interface (37 to go).Diva Canto1-5/+22
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-07minor: Make WORLD MAP category log lines consistentJustin Clark-Casey (justincc)1-4/+4
2012-06-06Actively dispose of Bitmaps in Warp3D image module and world map module once ...Justin Clark-Casey (justincc)1-3/+4
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-8/+9
2012-03-20Fixed borkness with map search introduce by my last changes to it.Diva Canto1-1/+1
2012-03-15More on map search: send extra messages to the user regarding the region bein...Diva Canto1-0/+11
2012-03-15More on SLURLs and V3. This is hacky, but it works. Basically, we have to red...Diva Canto1-3/+12
2012-03-15Revert "Revert "More hacking around viewer bug""Diva Canto1-1/+1
2012-03-15These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne...Diva Canto1-1/+13
2012-03-15Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"Diva Canto1-13/+1
2012-03-15Revert "More hacking around viewer bug"Diva Canto1-1/+1
2012-03-15More hacking around viewer bugDiva Canto1-1/+1
2012-03-15Hack around https://jira.secondlife.com/browse/VWR-28570Diva Canto1-1/+13
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-02-28Fixed two typos. White space cleanups.Kevin Cozens1-16/+16
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-0/+1
2012-02-04Quiet the map module loggingBlueWall1-2/+2
2012-01-31Make parcel sale overlays work. No auction support.Melanie1-4/+84
2012-01-30Use the requested sim's map, not our ownMelanie1-2/+2
2012-01-30Patch in the rest of the maptile stuffMelanie1-3/+7
2012-01-30Next step for world map overlaysMelanie1-2/+3
2012-01-30Some plumbing for map overlaysMelanie1-15/+20
2012-01-30Revert "Pickup map overlay tile from RegionSettings.ParcelImageID"BlueWall1-1/+1
2012-01-30Pickup map overlay tile from RegionSettings.ParcelImageIDBlueWall1-1/+1
2012-01-28Adding our parcel's generated id to map packetsBlueWall1-2/+2
2012-01-26Change references from sop to sog and add protection from null refBlueWall1-11/+13
2012-01-25Change the WorldMapModule to use SOG rather than SOP for the telehub ansMelanie1-13/+15
2012-01-24Telehub map items displayedBlueWall1-3/+51
2012-01-24Put Telehubs on the mapBlueWall1-0/+18
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-1/+1
2011-11-24Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)1-1/+1
2011-11-15Make tracked per scene thread names conform to the majorirty format.Justin Clark-Casey (justincc)1-3/+6
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-2/+2
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-2/+2
2011-10-31Adding green dots to map response should be for root agents onlyDan Lake1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-2/+2
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+0
2011-08-14WorldMap: Added map item for Land-for-Sale. Implemented backlist item timeout...Snoopy Pfeffer1-19/+187
2011-08-12If a map request to a server fails, always close the outbound connection.Justin Clark-Casey (justincc)1-1/+5
2011-08-02remove ancient late 2008 cruft that handles the situation where the GetRegion...Justin Clark-Casey (justincc)1-10/+1
2011-07-22Generate the initial maptile asynchronouslyOren Hurvitz1-4/+6