aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-10comment out some debug messages visible on SOP CompleteMovementUbitUmarov1-17/+17
2018-01-20some cleanupUbitUmarov1-1/+0
2018-01-04let tau do something in avatar MoveToTargetUbitUmarov1-133/+163
2017-12-13mantis 8250: try to work around timing issuesUbitUmarov1-7/+10
2017-11-12mantis 8253: don't let attachments delete remove controls from viewers on cro...UbitUmarov1-9/+1
2017-10-25 mantis 8253: try to recover information about takecontrols pass=false contro...UbitUmarov1-22/+40
2017-08-25change camera view constraint. we need to do it a lot more :(UbitUmarov1-50/+40
2017-08-24change a few more parcel eject code pathsUbitUmarov1-1/+1
2017-08-24add missing file. Also in last commit comment the flag was relative to (un)fr...UbitUmarov1-2/+16
2017-07-10a few more changes on entities updatesUbitUmarov1-13/+23
2017-07-10on entities updates throttles vectors needed to be compared as vectors, not j...UbitUmarov1-13/+2
2017-06-13 some cleanupUbitUmarov1-10/+7
2017-06-12stop doing UpdateMovementAnimations on avatar collisions, that may cause inco...UbitUmarov1-2/+2
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov1-0/+5
2017-06-06bug fix: handle current region on GetChildAgentsToCloseUbitUmarov1-4/+19
2017-06-03remove redundant UpdateMovementAnimations();UbitUmarov1-2/+2
2017-06-03add a delayed stop so fast tap on move keys does not stop the avatar in some ...UbitUmarov1-6/+28
2017-06-03cross mouse buttons stateUbitUmarov1-0/+14
2017-06-03fix MouseDown in case it gets any useUbitUmarov1-15/+8
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov1-37/+27
2017-05-21cross avatar group info also if title is empty stringUbitUmarov1-1/+4
2017-05-21 on recover form nom finite avatar pos, don't add it physics it it had noneUbitUmarov1-2/+5
2017-05-19mantis 8170: let physics know Always_run on adding the avatarUbitUmarov1-0/+1
2017-05-14fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov1-0/+3
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