aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-19 put back the hack to make viewers display map tags (now and then at least) t...UbitUmarov1-127/+236
2015-09-19a few more changes to worldMap. Use ExpireCaches, cache remote mapItems reque...UbitUmarov2-269/+196
2015-09-18MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thingUbitUmarov2-62/+16
2015-09-17sync remote responses for mapItens with the local ones, but sending all valid...UbitUmarov1-18/+11
2015-09-17dont block a region just bc it doesnt have the requested map itemUbitUmarov1-10/+0
2015-09-17dont create terrain map asset for V1 viewers on large regions again, but do c...UbitUmarov1-165/+186
2015-09-17generate maptile assets again, v2 do use at least the parcels overlayUbitUmarov1-2/+2
2015-09-17 merge issues and a few more changesUbitUmarov1-152/+116
2015-09-17 remove bad merge code..UbitUmarov1-14/+16
2015-09-15 mute watchdog timeouts on world map work threads. They do wait for events fo...UbitUmarov1-2/+2
2015-09-06dont store/upload map asset for large regions, ( needs testing)UbitUmarov1-2/+12
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-2/+4
2015-09-02seems to compile ( tests comented out)UbitUmarov2-440/+5
2015-08-24 rename ImapTileModule as IMAPImageUploadModule to match coreUbitUmarov1-3/+3
2015-08-23more on world mapUbitUmarov1-2/+19
2015-08-23 more fixes on mapUbitUmarov1-1/+1
2015-08-22Warp3D map now seems to workUbitUmarov1-9/+42
2015-08-22update MapSearchModuleUbitUmarov2-17/+39
2015-08-22fix worldMapModuleUbitUmarov1-36/+102
2015-08-20 send regions size on map blocksUbitUmarov1-0/+2
2015-07-21Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven1-0/+6
2015-02-18Comment out unnecessary "Region Found!" alert message when searching mapdahlia1-2/+3
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-09-26Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)1-10/+34
2014-07-21Eliminated common but un-useful log messagesOren Hurvitz1-2/+4
2014-07-21Minor: changed "existant" to "existent"Oren Hurvitz1-2/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-5/+2
2014-06-21Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto1-26/+0
2014-06-01This may fix mantis #7200, but I am unable to test because I don't have any o...Diva Canto1-0/+1
2014-05-30Fix bug where setting a parcel in a varregion for sale would make sale bitmap...Justin Clark-Casey (justincc)1-10/+21
2014-05-27Fixes a bug where map search results pertaining to varregions would only sen...Diva Canto2-20/+28
2014-05-21Allow map searches for regions that contain the characters "!+|"Oren Hurvitz1-20/+24
2014-02-15Non-functional changes of numbers into symbolic references and a fewRobert Adams1-1/+1
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-1/+1
2014-01-26varregion: enable teleporting to a varregion by clicking on the map andRobert Adams1-78/+139
2014-01-24Properly dispose of drawing objects to reduce/stop memory leakage on generati...Justin Clark-Casey (justincc)1-42/+49
2014-01-23Add "generate map" console command to allow manual regeneration and storage o...Justin Clark-Casey (justincc)1-0/+15
2014-01-19varregion: split up generated maptile images for storage in map. ThisRobert Adams1-1/+1
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams2-22/+19
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-11/+11
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams1-1/+1
2013-10-07* Refactorteravus1-2/+2
2013-10-07* Added a Basic DOS protection container/base object for the most common HTTP...teravus1-1/+20
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-11/+11
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-11/+11
2013-07-16Removed the MapItems thread. Redirected the map items requests to the service...Diva Canto1-6/+43
2013-05-06Remove dumb "Region found!" message from map searchMelanie1-2/+2
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-16/+14
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)1-3/+6
2012-11-15Following on from 4f982596, launch map name requests on an async thread from ...Justin Clark-Casey (justincc)1-12/+8