aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-15missing file and remove warningsUbitUmarov1-1/+1
2017-04-14add functions to send entity updates imediatly, except for avatars (or now) t...UbitUmarov1-4/+41
2017-01-27 update parcel select or sat on stats on sit and standUbitUmarov1-0/+4
2017-01-18antecipate baked cache check and Xbakes requests, so they happen before viewe...UbitUmarov1-26/+33
2017-01-07use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer...UbitUmarov1-1/+1
2017-01-07Correct casing on isGod and isViewerUIGodMelanie Thielker1-32/+32
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker1-11/+11
2017-01-07rename same more variables to make their meaning more clearUbitUmarov1-3/+3
2017-01-07rename same variables to make their meaning more clearUbitUmarov1-31/+31
2017-01-07more changes to god level control. Not that this is work in progress, for now...UbitUmarov1-151/+107
2017-01-07Fix grid godsMelanie Thielker1-0/+1
2017-01-06add a missing god_date transmitionUbitUmarov1-2/+6
2017-01-06restore parcels avatars visibility god level change correct handling; try to...UbitUmarov1-3/+5
2017-01-06take sync viewer out on make rootUbitUmarov1-1/+2
2017-01-06Sync viewer on make rootMelanie Thielker1-0/+1
2017-01-06Send GodLevel to viewers on loginMelanie Thielker1-0/+2
2017-01-06Restructure god level and permissionsMelanie Thielker1-108/+39
2017-01-05inform viewers of current godlevel; put back a small delay on teleport arriv...UbitUmarov1-11/+34
2017-01-05allow initial automatic level to be changed by request. Since viewers still d...UbitUmarov1-6/+6
2017-01-05add config option automatic_gods. With this option true, users that can be Go...UbitUmarov1-9/+33
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-139/+139
2017-01-05a few changes to Gods ( ie administrators) controlUbitUmarov1-23/+13
2016-12-30mantis 8106: improve avatar walk in mouselookUbitUmarov1-4/+10
2016-12-28adjust camera collision detection checks for new FSUbitUmarov1-1/+1
2016-12-10Make it more unlikely that a script teleport will be caught by default region...AliciaRaven1-1/+1
2016-12-10do not try xbakes on HGUbitUmarov1-5/+6
2016-11-22Include new Region.ini option for DefaultLandingPoint for teleports with no c...AliciaRaven1-0/+4
2016-11-20HG add a small delay before start sending region dataUbitUmarov1-2/+17
2016-11-17explicitly remove some references, and other useless changesUbitUmarov1-2/+22
2016-11-16minor: dont let rcvd agentupdates time jump backUbitUmarov1-11/+27
2016-11-14change camera collision check rulesUbitUmarov1-23/+34
2016-11-14reduce calls to physics world cast rays for camera collision checkUbitUmarov1-49/+48
2016-11-07a few more changes on the avatars Velocity/TargetVelocity/SetMomentum. Need t...UbitUmarov1-1/+29
2016-10-05dont let ignored AgentUpdates change their throttles. Apply respective moveme...UbitUmarov1-16/+33
2016-09-12avoid siting a avatar at 0,0,0UbitUmarov1-7/+33
2016-08-28mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov1-2/+28
2016-08-28mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov1-1/+1
2016-08-28let mouse steer work on crossings; some cleanupUbitUmarov1-0/+8
2016-08-28my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov1-0/+1
2016-08-27reduce math on use of camerarotation (need to add a lock there). Fix a bug o...UbitUmarov1-8/+14
2016-08-27remove excess dataUbitUmarov1-4/+1
2016-08-27Import plumbing from Halcyon for camera data to physics engine.Vegaslon1-6/+46
2016-08-24 respect landpoint Z position also on the ugly LandingPointBehavior_OS option...UbitUmarov1-0/+1
2016-08-19fix physics sits on child primsUbitUmarov1-1/+1
2016-08-05 fill data for llDetected funtions of collisions closer to the event. (xengin...UbitUmarov1-20/+32
2016-08-05 fix parcel Avatar Sounds using group membership not active groupUbitUmarov1-1/+1
2016-08-04revert a variable renameUbitUmarov1-6/+6
2016-08-04cancel sending group powers on crossings, they are no longer needed.UbitUmarov1-55/+21
2016-08-04make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov1-0/+2
2016-08-04add a weak safeguardUbitUmarov1-1/+9