aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-10 fix silly bugUbitUmarov1-3/+3
2015-11-10 start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug on...UbitUmarov1-18/+33
2015-10-31fix typo reported on mantis 7735UbitUmarov1-1/+1
2015-10-27dont tell clients that we can edit a friend's attachments when we do forbid itUbitUmarov1-1/+1
2015-09-30 some fixes/changes on land sendUbitUmarov1-7/+14
2015-09-24 slow down terrain sending so other users of LAND queue do have a chance to s...UbitUmarov1-3/+3
2015-09-21 revert my change to the range of greyscale image maps, setting it back to 0 ...UbitUmarov1-3/+8
2015-09-20 fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range an...UbitUmarov1-54/+16
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-07recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s...UbitUmarov1-48/+150
2015-09-07allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB...UbitUmarov1-0/+8
2015-09-07restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2-12/+12
2015-09-06dont store/upload map asset for large regions, ( needs testing)UbitUmarov1-2/+12
2015-09-04a few changes to stats. Array order coerent on users. give up on moses stats ...UbitUmarov1-3/+3
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
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)UbitUmarov14-1788/+90
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto3-3/+3
2015-08-31minor changesUbitUmarov1-15/+21
2015-08-30Renamed the namespaces tooDiva Canto3-3/+3
2015-08-29 fix some effects rangesUbitUmarov5-7/+7
2015-08-28stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov1-1/+2
2015-08-28 also limit terrain flood effects ( like on pait change this should haveUbitUmarov9-35/+37
2015-08-27 restrict terrain PaintBrushes to the requested areaUbitUmarov12-102/+97
2015-08-27 make terrain undo non op, it is broken and can't be global but per agentUbitUmarov1-27/+2
2015-08-27 fix terrain bake for revert. just good enought fixUbitUmarov1-11/+3
2015-08-27rename revert map as baked map, bc thats what it isUbitUmarov1-20/+20
2015-08-27 take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov1-5/+4
2015-08-25 fix bugUbitUmarov1-1/+1
2015-08-25update raw32 file reader to core one. Warning only suports square regionsUbitUmarov1-0/+11
2015-08-25 change terrain internal representation to float. ushort work with legalUbitUmarov1-28/+0
2015-08-25 terrain stored as ushorts with gzip compressionUbitUmarov1-6/+43
2015-08-24try to implement core load oar optionsUbitUmarov4-183/+439
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 mapUbitUmarov2-4/+8
2015-08-22Warp3D map now seems to workUbitUmarov1-9/+42
2015-08-22update MapSearchModuleUbitUmarov2-17/+39
2015-08-22fix worldMapModuleUbitUmarov2-49/+124
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov1-1/+7
2015-08-21"uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera orUbitUmarov1-28/+71