index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
ScenePresence.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move bAllowUpdateMoveToPosition switch outside of HandleMoveToTargetUpdate()
Justin Clark-Casey (justincc)
2011-08-04
1
-8
/
+5
*
only call move target code in SP.HandleAgentUpdate() if we're actually in the...
Justin Clark-Casey (justincc)
2011-08-04
1
-9
/
+12
*
move reset code out of HandleMoveToTargetUpdate() so that we only call it whe...
Justin Clark-Casey (justincc)
2011-08-04
1
-16
/
+12
*
Make SIGNIFICANT_MOVEMENT SP constant a top-level property so that other clas...
Justin Clark-Casey (justincc)
2011-08-04
1
-5
/
+7
*
When the NPC reaches within the SIGNIFICANT_CLIENT_MOVEMENT distance of the t...
Justin Clark-Casey (justincc)
2011-08-04
1
-1
/
+2
*
extend npc move test to check a second movement
Justin Clark-Casey (justincc)
2011-08-04
1
-1
/
+1
*
eliminate pre-existing unused SP.StopMovement()
Justin Clark-Casey (justincc)
2011-08-04
1
-8
/
+1
*
Rename HandleMoveToPositionUpdate() to HandleMoveToTargetUpdate() for consist...
Justin Clark-Casey (justincc)
2011-08-04
1
-6
/
+6
*
eliminate a reset position flag by using functionally equivalent DCFlagKeyPre...
Justin Clark-Casey (justincc)
2011-08-04
1
-3
/
+4
*
Stop calling the SP.ResetMoveToTarget() code if a target is not actually set
Justin Clark-Casey (justincc)
2011-08-03
1
-6
/
+16
*
remove move to duck walk compensation - no longer required.
Justin Clark-Casey (justincc)
2011-08-03
1
-12
/
+12
*
refactor: rename the move to position methods to move to target to be consist...
Justin Clark-Casey (justincc)
2011-08-03
1
-35
/
+11
*
get rid of vestigal move to parameters
Justin Clark-Casey (justincc)
2011-08-03
1
-2
/
+5
*
Do a partial fix/implementation of OSSL osNpcMoveTo()
Justin Clark-Casey (justincc)
2011-08-03
1
-13
/
+24
*
Improve z axis move to/autopilot so the avatar does alternative crouch/huzzah...
Justin Clark-Casey (justincc)
2011-08-03
1
-11
/
+23
*
Implement move to/autopilot for z axis movement as well.
Justin Clark-Casey (justincc)
2011-08-03
1
-15
/
+38
*
get autopilot/go here to work immediately.
Justin Clark-Casey (justincc)
2011-08-03
1
-3
/
+7
*
refactor: Move update_movement_flag and the final check inside the m_allowMov...
Justin Clark-Casey (justincc)
2011-08-03
1
-5
/
+5
*
refactor: move out code from HandleAgentUpdate() which processes updates to m...
Justin Clark-Casey (justincc)
2011-08-03
1
-98
/
+116
*
Partially fix autopilot/go here
Justin Clark-Casey (justincc)
2011-08-02
1
-61
/
+51
*
Get rid of AvatarAppearance.Owner to simplify the code.
Justin Clark-Casey (justincc)
2011-08-02
1
-2
/
+2
*
Get osNpcCreate appearance working with avatars that are currently in the scene.
Justin Clark-Casey (justincc)
2011-08-01
1
-2
/
+7
*
Hack around with the NPC module to get osNpcCreate() partially working again.
Justin Clark-Casey (justincc)
2011-06-29
1
-4
/
+2
*
Add localID to physical object creation functions.
Mic Bowman
2011-06-15
1
-1
/
+1
*
adjust avatar terse update packet filter distance error threshold based on av...
dahlia
2011-05-06
1
-1
/
+5
*
remove further mono compiler warnings
Justin Clark-Casey (justincc)
2011-05-06
1
-1
/
+1
*
Put the previous state back in the attachments in case the agent transfer fails.
Diva Canto
2011-05-04
1
-1
/
+14
*
use getters instead of member variables in velocity network filter code and a...
dahlia
2011-05-04
1
-6
/
+8
*
adjust terse avatar update filtering to send updates when distance traveled d...
dahlia
2011-05-03
1
-3
/
+17
*
Check for RegionID instead of RegionHandle. Other minor tweaks
Diva Canto
2011-04-30
1
-1
/
+1
*
Delaying starting the scripts on TPs and crossings until the agent is root.
Diva Canto
2011-04-29
1
-9
/
+32
*
Remove the scripts of the attachments in the departing region and recreate th...
Diva Canto
2011-04-29
1
-0
/
+2
*
Minor correction to yesterday's changes. Make normal prim crossing (no attach...
Diva Canto
2011-04-29
1
-0
/
+3
*
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...
Diva Canto
2011-04-28
1
-97
/
+27
*
network traffic reduction - decrease update frequency for moving avatars when...
dahlia
2011-04-26
1
-10
/
+24
*
Fixed the transmission of throttles from root agent to child
Mic Bowman
2011-04-25
1
-18
/
+15
*
change some log messages from info to debug
Justin Clark-Casey (justincc)
2011-02-25
1
-1
/
+1
*
Parameterizes the view distance used to compute and manage
Mic Bowman
2011-02-22
1
-5
/
+19
*
extend TestChildAgentEstablished() test slightly to put in EntityTransferModu...
Justin Clark-Casey (justincc)
2011-02-18
1
-1
/
+3
*
minor: add method doc to a few ScenePresence methods
Justin Clark-Casey (justincc)
2011-02-18
1
-2
/
+13
*
Stop the avatar sometimes pausing for more than a second on the border when r...
Justin Clark-Casey (justincc)
2011-02-18
1
-0
/
+7
*
Fix bumping into sim borders and check estate bans for walking crossings
Melanie
2011-01-28
1
-11
/
+38
*
Add a TeleportFlags member to SP so we can tell how we got there.
Melanie
2011-01-27
1
-0
/
+11
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2011-01-17
1
-4
/
+4
|
\
|
*
minor: resolve some mono compiler warnings
Justin Clark-Casey (justincc)
2011-01-18
1
-1
/
+1
|
*
Prune some of the excess logging for client logins.
Justin Clark-Casey (justincc)
2011-01-18
1
-3
/
+3
*
|
Removed the call to sceneViewer.Reset upon MakeRoot and ChildAgentUpdate, bec...
Diva Canto
2011-01-17
1
-8
/
+0
|
/
*
Revert "DEBUG DEBUG DEBUG"
Diva Canto
2011-01-17
1
-4
/
+0
*
DEBUG DEBUG DEBUG
Diva Canto
2011-01-17
1
-0
/
+4
*
Note to self: try to make only 3 things at the same time.
Diva Canto
2011-01-04
1
-1
/
+1
[next]