aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman2009-10-221-8/+7
* Forgot to hit save in the last commitJohn Hurliman2009-10-221-1/+1
* * Sending (position - hipoffset) instead of positionJohn Hurliman2009-10-221-5/+2
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-10/+10
* Merge branch 'master' into vehiclesMelanie2009-10-2212-294/+412
|\
| * * Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...John Hurliman2009-10-201-10/+16
| * * Removed the unused m_agentUpdates collection and some extra work that was b...John Hurliman2009-10-201-93/+33
| * Reverting the deletion of files related to texture sending until we figure ou...John Hurliman2009-10-201-0/+58
| * * Removing cruft left over from the conversion to the new texture sending and...John Hurliman2009-10-201-58/+0
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...John Hurliman2009-10-191-2/+2
| |\
| * | * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-195-58/+50
| * | * Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...John Hurliman2009-10-183-36/+27
| * | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...John Hurliman2009-10-173-3/+124
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...John Hurliman2009-10-161-3/+5
| |\ \
| * \ \ Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...John Hurliman2009-10-161-0/+11
| |\ \ \
| * | | | Updating OpenSim.ini.example with the section required to enable a useful pri...John Hurliman2009-10-161-0/+2
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...John Hurliman2009-10-161-3/+14
| |\ \ \ \
| * | | | | Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman2009-10-159-54/+159
| * | | | | * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-154-56/+15
* | | | | | Merge branch 'master' into vehiclesMelanie2009-10-192-2/+25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Formatting cleanup.Jeff Ames2009-10-191-2/+2
| | |_|_|/ | |/| | |
| * | | | * One more tweak to inform the user that they may not be able to move until r...Teravus Ovares (Dan Olivares)2009-10-161-3/+5
| | |_|/ | |/| |
| * | | * fix previous commitTeravus Ovares (Dan Olivares)2009-10-161-1/+1
| * | | * Ensure that at least 20 frames run before letting avatar in.Teravus Ovares (Dan Olivares)2009-10-161-0/+11
| | |/ | |/|
| * | * Make sure to unregister the OutOfBounds Physics event in RemoveFromPhysical...Teravus Ovares (Dan Olivares)2009-10-161-0/+1
| * | * A hacky attempt at resolving mantis #4260. I think ODE was unable to allo...Teravus Ovares (Dan Olivares)2009-10-161-0/+9
* | | Merge branch 'master' into vehiclesMelanie2009-10-153-9/+11
|\ \ \ | |/ /
| * | * Request from lkalif to have the Sim send a coarselocationupdate for each av...Teravus Ovares (Dan Olivares)2009-10-151-3/+4
| |/
| * * Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...John Hurliman2009-10-143-6/+7
* | Merge branch 'master' into vehiclesMelanie2009-10-1510-175/+301
|\ \ | |/
| * Merge branch 'master' into htb-throttleMelanie2009-10-141-0/+1
| |\
| | * Setting changeY in border crossing.Diva Canto2009-10-141-0/+1
| * | Merge branch 'master' into htb-throttleMelanie2009-10-145-75/+209
| |\ \ | | |/
| | * * Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)2009-10-131-21/+93
| | * Added this one file for the previous commit to work.Diva Canto2009-10-121-0/+37
| | * * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-123-54/+79
| * | Optimized heartbeat by calling Update() only on updated objects.Dan Lake2009-10-133-73/+52
| * | * Consolidated adding / removing ClientManager IClientAPIs to two places in S...John Hurliman2009-10-131-0/+4
| * | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-132-4/+4
| * | * Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman2009-10-134-20/+28
| * | Merge branch 'master' into htb-throttleMelanie2009-10-121-56/+54
| |\ \ | | |/
| * | Merge branch 'master' into htb-throttleMelanie2009-10-101-4/+11
| |\ \
| * | | Change the backup thread to run on a BackgroundWorker instead of a Thread. I ...John Hurliman2009-10-091-4/+4
* | | | Merge branch 'master' into vehiclesMelanie2009-10-121-56/+54
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed tree crossing. This will alleviateDiva Canto2009-10-111-56/+54
| | |/ | |/|
* | | Merge branch 'master' into vehiclesMelanie2009-10-121-4/+11
|\ \ \ | |/ /
| * | * comment out the velocity test, using updates every 500 ms as set in ScenePr...Teravus Ovares (Dan Olivares)2009-10-101-2/+4
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-10-101-1/+1
| |\ \
| | * | Adjust velocity threshold for triggering flailing. Thanks to KittoFlora for r...dahlia2009-10-101-1/+1
| * | | * Make ODECharacter respect the scene's requested collision update timeTeravus Ovares (Dan Olivares)2009-10-101-1/+1
| |/ /