aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backported from 0.9.2 fix owner on user rez from a prim inventory to groundonefang2021-08-032-36/+60
* typo--onefang2021-08-031-1/+1
* Auto add groups for all hypergridders.onefang2021-07-241-0/+43
* Don't do the auto join groups thing for child agents.onefang2021-07-071-0/+1
* Automatically add members to certain groups, and HGers from specific grids to...onefang2020-09-111-5/+126
* Various teleport fixes.onefang2020-09-091-17/+40
* Remove various limits.onefang2020-09-091-8/+8
* Various logging fix ups.onefang2020-09-096-28/+36
* Remove useless executable bit that Windows adds.onefang2020-09-093-0/+0
* mantis 8632: stop trigering Changed on just scale checksUbitUmarov2019-12-031-18/+47
* a few changes on check targets for lslUbitUmarov2019-11-274-122/+111
* fix identationUbitUmarov2019-11-231-3/+2
* fix xml decode of kfm in single prims caseUbitUmarov2019-11-231-5/+6
* remove some llUDP optionsUbitUmarov2019-11-162-22/+19
* limit max number of attachments to 38. All can be on same pointUbitUmarov2019-11-131-2/+0
* terrain replace double by floatUbitUmarov2019-11-121-6/+3
* terraforming changes: support selected parcel edit; fix area smoothUbitUmarov2019-11-101-0/+2
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ne...UbitUmarov2019-11-093-21/+17
* let autopilot also stand from a objectUbitUmarov2019-11-071-1/+1
* avoid a null refUbitUmarov2019-11-071-11/+23
* always allow part deselectUbitUmarov2019-10-301-12/+9
* avoid a null ref ( this should not be needed)UbitUmarov2019-09-181-1/+5
* extent supported number of avatar textures/bakes/wearables, tell viewers abou...UbitUmarov2019-09-111-10/+1
* update libomv with simpler Texture.GetBakesBytesUbitUmarov2019-08-291-1/+1
* change appearance data sent to othersUbitUmarov2019-08-281-2/+10
* mantis 8583: update region information on Grid on map regenerationUbitUmarov2019-08-271-2/+4
* mantis 8573 and 8569: be more aggressive on drag block with touch on non phys...UbitUmarov2019-08-101-4/+2
* remove redundant codeUbitUmarov2019-08-011-5/+0
* make sure XEngine does release script events when a script is destroyedUbitUmarov2019-08-011-4/+1
* mantis8569: do aggregate script events when a script is deleted; block nonphy...UbitUmarov2019-08-013-22/+40
* Put back the code to create the ready marker file.Melanie2019-07-291-0/+23
* osLocalTeleportAgent: if lookat or fly options, just move the avatar, not tel...UbitUmarov2019-05-031-28/+33
* soem cleanupUbitUmarov2019-05-021-10/+3
* osLocalTeleportAgent: no region crossings :( ; check avatar access to target ...UbitUmarov2019-05-011-9/+68
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ...UbitUmarov2019-05-012-26/+37
* sop: rename a few fieldsUbitUmarov2019-04-302-32/+32
* change interpretation of a viewer flagUbitUmarov2019-04-061-11/+3
* try handle the special case MaxRegionsViewDistance = 0 (agents only see void ...UbitUmarov2019-04-051-3/+2
* kill avatar on agents that do not see its new regionUbitUmarov2019-04-051-0/+8
* make sure viewer knows where to place a sitting avatar, this will need deep r...UbitUmarov2019-04-051-0/+13
* fix MinRegionViewDistance option (added in last commit); change regions view...UbitUmarov2019-04-052-3/+7
* add option RegionViewDistanceUbitUmarov2019-04-052-1/+13
* duhhh npcs don't have child agents; plus minor typosUbitUmarov2019-04-052-6/+13
* change visible regions also by view range change; fix check on crossingsUbitUmarov2019-04-041-3/+4
* control visible regions by avatar position and view range, first dirty codeUbitUmarov2019-04-042-62/+94
* send agent view range to new child agentsUbitUmarov2019-04-041-1/+8
* change avatars sending pointUbitUmarov2019-04-021-8/+10
* another test....UbitUmarov2019-04-021-7/+34
* another test....UbitUmarov2019-04-021-0/+9
* make tests happy again; try to speedup crossingsUbitUmarov2019-04-021-6/+25