aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto2014-08-021-26/+0
* Fix bug where setting a parcel in a varregion for sale would make sale bitmap...Justin Clark-Casey (justincc)2014-06-101-10/+21
* Fixes a bug where map search results pertaining to varregions would only sen...Diva Canto2014-05-272-20/+28
* Allow map searches for regions that contain the characters "!+|"Oren Hurvitz2014-05-211-20/+24
* Non-functional changes of numbers into symbolic references and a fewRobert Adams2014-02-151-1/+1
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-1/+1
|\
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-1/+1
* | varregion: enable teleporting to a varregion by clicking on the map andRobert Adams2014-01-261-78/+139
* | Merge branch 'master' into varregionRobert Adams2014-01-261-42/+64
|\ \ | |/
| * Properly dispose of drawing objects to reduce/stop memory leakage on generati...Justin Clark-Casey (justincc)2014-01-241-42/+49
| * Add "generate map" console command to allow manual regeneration and storage o...Justin Clark-Casey (justincc)2014-01-231-0/+15
* | varregion: split up generated maptile images for storage in map. ThisRobert Adams2014-01-191-1/+1
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-262-22/+19
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-11/+11
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-10-161-1/+20
|\ \ | |/
| * * Refactorteravus2013-10-071-2/+2
| * * Added a Basic DOS protection container/base object for the most common HTTP...teravus2013-10-071-1/+20
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-11/+11
|/
* Removed the MapItems thread. Redirected the map items requests to the service...Diva Canto2013-07-161-6/+43
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-16/+14
* Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)2013-02-251-3/+6
* Following on from 4f982596, launch map name requests on an async thread from ...Justin Clark-Casey (justincc)2012-11-151-12/+8
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-122-0/+4
* Minor improvement in the MapSearchModule. Stop blocking the client thread if ...Diva Canto2012-11-091-19/+55
* MapSearchModule also converted to new region module interface (37 to go).Diva Canto2012-11-091-5/+22
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
* minor: Make WORLD MAP category log lines consistentJustin Clark-Casey (justincc)2012-07-071-4/+4
* Actively dispose of Bitmaps in Warp3D image module and world map module once ...Justin Clark-Casey (justincc)2012-06-061-3/+4
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-8/+9
* Fixed borkness with map search introduce by my last changes to it.Diva Canto2012-03-201-1/+1
* More on map search: send extra messages to the user regarding the region bein...Diva Canto2012-03-151-0/+11
* More on SLURLs and V3. This is hacky, but it works. Basically, we have to red...Diva Canto2012-03-151-3/+12
* Revert "Revert "More hacking around viewer bug""Diva Canto2012-03-151-1/+1
* These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne...Diva Canto2012-03-151-1/+13
* Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"Diva Canto2012-03-151-13/+1
* Revert "More hacking around viewer bug"Diva Canto2012-03-151-1/+1
* More hacking around viewer bugDiva Canto2012-03-151-1/+1
* Hack around https://jira.secondlife.com/browse/VWR-28570Diva Canto2012-03-151-1/+13
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-1/+1
* Fixed two typos. White space cleanups.Kevin Cozens2012-02-281-16/+16
* Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-241-0/+1
* Quiet the map module loggingBlueWall2012-02-041-2/+2
* Make parcel sale overlays work. No auction support.Melanie2012-01-311-4/+84
* Use the requested sim's map, not our ownMelanie2012-01-301-2/+2
* Patch in the rest of the maptile stuffMelanie2012-01-301-3/+7
* Next step for world map overlaysMelanie2012-01-301-2/+3
* Some plumbing for map overlaysMelanie2012-01-301-15/+20