aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix silly bugUbitUmarov2015-11-101-3/+3
* start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug on...UbitUmarov2015-11-101-18/+33
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-1/+1
|\
| * fix typo reported on mantis 7735UbitUmarov2015-10-311-1/+1
* | dont tell clients that we can edit a friend's attachments when we do forbid itUbitUmarov2015-10-271-1/+1
* | some fixes/changes on land sendUbitUmarov2015-09-301-7/+14
* | slow down terrain sending so other users of LAND queue do have a chance to s...UbitUmarov2015-09-241-3/+3
* | revert my change to the range of greyscale image maps, setting it back to 0 ...UbitUmarov2015-09-211-3/+8
* | fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range an...UbitUmarov2015-09-201-54/+16
* | put back the hack to make viewers display map tags (now and then at least) t...UbitUmarov2015-09-191-127/+236
* | a few more changes to worldMap. Use ExpireCaches, cache remote mapItems reque...UbitUmarov2015-09-192-269/+196
* | MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thingUbitUmarov2015-09-182-62/+16
* | sync remote responses for mapItens with the local ones, but sending all valid...UbitUmarov2015-09-171-18/+11
* | dont block a region just bc it doesnt have the requested map itemUbitUmarov2015-09-171-10/+0
* | dont create terrain map asset for V1 viewers on large regions again, but do c...UbitUmarov2015-09-171-165/+186
* | generate maptile assets again, v2 do use at least the parcels overlayUbitUmarov2015-09-171-2/+2
* | merge issues and a few more changesUbitUmarov2015-09-171-152/+116
* | remove bad merge code..UbitUmarov2015-09-171-14/+16
* | mute watchdog timeouts on world map work threads. They do wait for events fo...UbitUmarov2015-09-151-2/+2
* | Merge branch 'mbworknew1' into ubitworkvarnewUbitUmarov2015-09-084-4/+3
|\ \
| * \ Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-084-4/+3
| |\ \ | | |/
| | * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
| | * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-303-3/+3
| | * Renamed the namespaces tooDiva Canto2015-08-303-3/+3
* | | recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s...UbitUmarov2015-09-071-48/+150
* | | allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB...UbitUmarov2015-09-071-0/+8
* | | restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2015-09-072-12/+12
|/ /
* | dont store/upload map asset for large regions, ( needs testing)UbitUmarov2015-09-061-2/+12
* | a few changes to stats. Array order coerent on users. give up on moses stats ...UbitUmarov2015-09-041-3/+3
* | at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-2/+4
* | seems to compile ( tests comented out)UbitUmarov2015-09-0214-1788/+90
* | bad merge?UbitUmarov2015-09-0141-510/+2628
|\ \ | |/ |/|
| * minor changesUbitUmarov2015-08-311-15/+21
| * fix some effects rangesUbitUmarov2015-08-295-7/+7
| * stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov2015-08-281-1/+2
| * also limit terrain flood effects ( like on pait change this should haveUbitUmarov2015-08-289-35/+37
| * restrict terrain PaintBrushes to the requested areaUbitUmarov2015-08-2712-102/+97
| * make terrain undo non op, it is broken and can't be global but per agentUbitUmarov2015-08-271-27/+2
| * fix terrain bake for revert. just good enought fixUbitUmarov2015-08-271-11/+3
| * rename revert map as baked map, bc thats what it isUbitUmarov2015-08-271-20/+20
| * take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov2015-08-271-5/+4
| * fix bugUbitUmarov2015-08-251-1/+1
| * update raw32 file reader to core one. Warning only suports square regionsUbitUmarov2015-08-251-0/+11
| * change terrain internal representation to float. ushort work with legalUbitUmarov2015-08-251-28/+0
| * terrain stored as ushorts with gzip compressionUbitUmarov2015-08-251-6/+43
| * try to implement core load oar optionsUbitUmarov2015-08-244-183/+439
| * rename ImapTileModule as IMAPImageUploadModule to match coreUbitUmarov2015-08-241-3/+3
| * more on world mapUbitUmarov2015-08-231-2/+19
| * more fixes on mapUbitUmarov2015-08-232-4/+8
| * Warp3D map now seems to workUbitUmarov2015-08-221-9/+42