Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 0c23764ce2 get autopilot/go here to work immediately. 13 years ago
  Justin Clark-Casey (justincc) 1c126e6e22 refactor: Move update_movement_flag and the final check inside the m_allowMovement if in HandleAgentUpdate() since it's logically only ever used there 13 years ago
  Justin Clark-Casey (justincc) f9689f5cc9 refactor: move out code from HandleAgentUpdate() which processes updates to move to a set position 13 years ago
  Justin Clark-Casey (justincc) c122489e09 Partially fix autopilot/go here 13 years ago
  Justin Clark-Casey (justincc) b6ac1c46cd Get rid of AvatarAppearance.Owner to simplify the code. 13 years ago
  Justin Clark-Casey (justincc) 59f548cda8 Get osNpcCreate appearance working with avatars that are currently in the scene. 13 years ago
  Justin Clark-Casey (justincc) 22f25fae38 Hack around with the NPC module to get osNpcCreate() partially working again. 13 years ago
  Mic Bowman ad84728aba Add localID to physical object creation functions. 13 years ago
  dahlia eaa33cf478 adjust avatar terse update packet filter distance error threshold based on avatar speed 13 years ago
  Justin Clark-Casey (justincc) 04ecd748d9 remove further mono compiler warnings 13 years ago
  Diva Canto 6c503e75ac Put the previous state back in the attachments in case the agent transfer fails. 13 years ago
  dahlia 4c59d57596 use getters instead of member variables in velocity network filter code and add some more descriptive comments. 13 years ago
  dahlia 13ab00e45a adjust terse avatar update filtering to send updates when distance traveled does not match expected distance, rather than at a fixed time period. this should smooth avatar motion somewhat when moving in a straight line and velocity is constant. 13 years ago
  Diva Canto 00e94b0ba8 Check for RegionID instead of RegionHandle. Other minor tweaks 13 years ago
  Diva Canto 4d5d6222f7 Delaying starting the scripts on TPs and crossings until the agent is root. 13 years ago
  Diva Canto 0d49611f6d Remove the scripts of the attachments in the departing region and recreate them if fail. 13 years ago
  Diva Canto 73caa4e94a Minor correction to yesterday's changes. Make normal prim crossing (no attach) work well again. 13 years ago
  Diva Canto 9892e115cc Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service. 13 years ago
  dahlia 16f6f55f2d network traffic reduction - decrease update frequency for moving avatars when velocity is unchanged 13 years ago
  Mic Bowman 77ab7ce084 Fixed the transmission of throttles from root agent to child 13 years ago
  Justin Clark-Casey (justincc) 2b04cab1ee change some log messages from info to debug 13 years ago
  Mic Bowman 5a16fa882c Parameterizes the view distance used to compute and manage 13 years ago
  Justin Clark-Casey (justincc) dd9efc1838 extend TestChildAgentEstablished() test slightly to put in EntityTransferModule. Not yet enabled. 13 years ago
  Justin Clark-Casey (justincc) e774679f62 minor: add method doc to a few ScenePresence methods 13 years ago
  Justin Clark-Casey (justincc) 4725221435 Stop the avatar sometimes pausing for more than a second on the border when region crossing. 13 years ago
  Melanie d90b0c53ec Fix bumping into sim borders and check estate bans for walking crossings 13 years ago
  Melanie 17801bd78b Add a TeleportFlags member to SP so we can tell how we got there. 13 years ago
  Diva Canto a07375a7ae Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Diva Canto c98d1cffe2 Removed the call to sceneViewer.Reset upon MakeRoot and ChildAgentUpdate, because Reset hangs for a long time waiting for the lock. That is a problem in itself -- that long holding of the lock by some thread -- but let's just avoid it altogether. 13 years ago
  Justin Clark-Casey (justincc) 3083c517a0 minor: resolve some mono compiler warnings 13 years ago