aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop avatar move to target on parcel ban enforceUbitUmarov2016-01-011-0/+2
|
* fix html encapsulation for MSIE was doing nothingUbitUmarov2015-12-251-1/+1
|
* assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov2015-12-251-5/+1
|
* try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read ↵UbitUmarov2015-12-251-16/+33
| | | | entire relevant input buffer before UTF-8 parsing, or it may fail.
* enable the upload region map texture asset for large regions for large ↵UbitUmarov2015-12-241-5/+26
| | | | regions that i had disabled, but with max size reduced to 512pixels. New viewers don't use this, but osGetRegionMapTexture needs it ( mantis 7787 )
* drop attachments to ground a bit in front of the avatar, not on his locationUbitUmarov2015-12-211-2/+5
|
* revert the setting of phantom flag on attachment drop to ground, since it ↵UbitUmarov2015-12-211-7/+0
| | | | can break nomod objects
* drop attachments to ground with phantom active. We should not do this, but ↵UbitUmarov2015-12-201-4/+7
| | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop)
* temporary assets are as localUbitUmarov2015-12-191-8/+8
|
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
|
* revert last change and add delays on testing, since child updates now have ↵UbitUmarov2015-12-161-0/+5
| | | | time control, since they are heavy http connections
* several changes to parcels access control and scenepresence updates ratesUbitUmarov2015-12-161-115/+106
|
* make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov2015-12-151-1/+2
|
* fix typoUbitUmarov2015-12-153-12/+10
|
* replace GetNearestPoint... funtionsUbitUmarov2015-12-151-3/+144
|
* some changes parcels AABB math etcUbitUmarov2015-12-151-54/+45
|
* dont round to nearest int when checking position in parcel since next high ↵UbitUmarov2015-12-151-1/+1
| | | | int can be on other parcel
* removed unneeded funtionsUbitUmarov2015-12-141-15/+4
|
* on join parcels, keep the information of the larger parcel, since thats how ↵UbitUmarov2015-12-141-19/+24
| | | | its expected now
* calculate land startpoint, endpoint and center estimate when it is updated, ↵UbitUmarov2015-12-141-29/+53
| | | | it not every time they are needed
* taint prim count when join or subdivide parcelsUbitUmarov2015-12-131-1/+4
|
* change default landpoint type to anywhere (direct)UbitUmarov2015-12-131-20/+31
|
* invalidate LandPoint on land subdivideUbitUmarov2015-12-121-3/+9
|
* make sure land access/ban lists are active when changed by new viewersUbitUmarov2015-12-121-0/+11
|
* fix land access/ban list sending for new viewersUbitUmarov2015-12-121-2/+2
|
* add IsEstateManager check to PermissionsUbitUmarov2015-12-121-0/+1
|
* keep SOG reference to root part since two many things depend on deleted SOGs ↵UbitUmarov2015-12-101-2/+2
| | | | not being deleted
* remove some SOG references on delete to help GCUbitUmarov2015-12-101-0/+1
|
* add default eyes to default wearables, and revert previus bad commitUbitUmarov2015-12-041-2/+1
|
* add other Eyes asset id to xferupload defaultsUbitUmarov2015-12-041-2/+4
|
* change handling of optional skirt baked textureUbitUmarov2015-12-031-12/+40
|
* remove failed CreateAgent from agent child regions listUbitUmarov2015-12-021-6/+8
|
* fix a more few typosUbitUmarov2015-12-011-2/+2
|
* fix a few typosUbitUmarov2015-11-301-3/+2
|
* add a few more known texture IDsUbitUmarov2015-11-301-5/+15
|
* stop some requests processing when module as no scenes (there must be a ↵UbitUmarov2015-11-271-0/+17
| | | | better way to fix this)
* Fix Region Max height in boundingSize parameters checking in ↵Jak Daniels2015-11-271-2/+2
| | | | | | ArchiverModule.cs to float.MaxValue .. as was changed in ArchiveReadRequest.cs in commit 71f5c2b856aeab2b535094804f15317d5dc544e1 A comparison of consistent 'default' values determines whether boundingBox check is true. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* suspend the use of DisableSimulator, that is causing teleport and crossing ↵UbitUmarov2015-11-251-11/+10
| | | | issues
* remove default of 60minutes on MapImageService Refresh time, forgotten from ↵UbitUmarov2015-11-251-1/+1
| | | | early merge debug
* simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov2015-11-241-73/+62
|
* again chat echos, check repeats uncondicionallyUbitUmarov2015-11-241-2/+5
|
* reset control even prior to useUbitUmarov2015-11-241-0/+2
|
* at end of teleport disable the sending simulator, not destinyUbitUmarov2015-11-241-2/+6
|
* reduce 'echos' on several regions per instance (mantis 7754)UbitUmarov2015-11-241-1/+2
|
* Fixed some stupid math and checks on --bounding-origin and --bounding-size. ↵Jak Daniels2015-11-221-20/+9
| | | | | | Bounding origin can of course be negative if it needs to be as we're taking stuff from the (possibly rotated) source region. Bounding size must always be >=0 and <= destination region size. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* change silly Monitor useUbitUmarov2015-11-221-11/+11
|
* change syncronization methodUbitUmarov2015-11-221-76/+65
|
* revert take the Monitor.wait out of the locksUbitUmarov2015-11-221-17/+16
|
* coment out merge option on multiregion oar load i addedUbitUmarov2015-11-221-1/+1
|
* take the Monitor.wait out of the locksUbitUmarov2015-11-221-16/+17
|