aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01reduce the chance of using a invalid avatar physics actorUbitUmarov1-15/+28
2019-02-26mantis 6569: restore full health on invulnerable set to true; combat module i...UbitUmarov1-1/+6
2019-01-25some sop cleanupUbitUmarov1-30/+31
2019-01-04fix reprio trigger on tpUbitUmarov1-4/+11
2019-01-04oops, thats elsewhereUbitUmarov1-10/+3
2019-01-04broadcast position updates after tpUbitUmarov1-7/+11
2019-01-03allow landing under lower hight skyboxesUbitUmarov1-8/+12
2019-01-02more on the hack (runprebuild)UbitUmarov1-10/+0
2019-01-01replace my hack by others hackUbitUmarov1-0/+9
2018-12-31lost in updatesUbitUmarov1-19/+53
2018-12-29changes on updatesUbitUmarov1-53/+18
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-102/+43
2018-10-08better have a lockUbitUmarov1-19/+23
2018-10-08change caps get mesh and texture throttleUbitUmarov1-2/+58
2018-09-14some teleport issues..UbitUmarov1-2/+8
2018-08-26mantis 8273 make change on crossings coerentUbitUmarov1-0/+3
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