aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tests' of kitto@tor.k-grid.com:/home/kitto/opensim into caremin...Melanie2009-11-231-30/+69
|\
| * Add non-scripted sit, fix scripted sit.KittoFlora2009-11-221-30/+69
* | Merge branch 'master' into careminsterMelanie2009-11-235-24/+72
|\ \
| * | Formatting cleanup.Jeff Ames2009-11-233-18/+18
| * | * This doesn't fix mantis 3522, but it should mitigate it.Teravus Ovares (Dan Olivares)2009-11-221-0/+43
| * | * The client prevents the avatar from landing if the avatar is going above an...Teravus Ovares (Dan Olivares)2009-11-221-5/+10
* | | Merge branch 'master' into careminsterMelanie2009-11-221-2/+2
|\ \ \ | |/ /
| * | * This fixes landing on Prim and removes the hack from yesterday. Landing ...Teravus Ovares (Dan Olivares)2009-11-211-2/+2
* | | Improved avatar responsiveness.CasperW2009-11-213-22/+72
* | | Merge branch 'master' into careminsterMelanie2009-11-213-1/+7
|\ \ \ | |/ / | | / | |/ |/|
| * * Hack to get avatar to land on prim. This is a big nasty hack that tricks ...Teravus Ovares (Dan Olivares)2009-11-211-0/+2
| * * Fixes the second of two terse update issues. Physical objects should react ...Teravus Ovares (Dan Olivares)2009-11-211-0/+1
| * * Fixes one of two terse update issues. There's still one left, but this one...Teravus Ovares (Dan Olivares)2009-11-211-0/+3
| * Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for sta...Justin Clark-Casey (justincc)2009-11-201-1/+1
* | Merge branch 'careminster' into testsKittoFlora2009-11-199-463/+550
|\ \
| * \ Merge branch 'master' into careminsterMelanie2009-11-191-5/+6
| |\ \ | | |/
| | * minor: tweak log message to say which region is being enabled for loginsJustin Clark-Casey (justincc)2009-11-181-5/+6
| * | Merge branch 'master' into careminsterMelanie2009-11-188-458/+544
| |\ \ | | |/
| | * refactor: Eliminate redundant CreateSceneViewer call on ScenePresence constru...Justin Clark-Casey (justincc)2009-11-171-4/+1
| | * Add scene animator set up to apparantly uncalled no-arg ScenePresence constru...Justin Clark-Casey (justincc)2009-11-171-1/+2
| | * refactor: move AvatarAnimations, BinBVHAnimationJustin Clark-Casey (justincc)2009-11-174-61/+62
| | * refactor: move AnimationSetJustin Clark-Casey (justincc)2009-11-171-1/+1
| | * refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-175-392/+481
| | * minor: very minor formatting changeJustin Clark-Casey (justincc)2009-11-161-2/+0
* | | Merge branch 'careminster' into testsKittoFlora2009-11-1617-738/+944
|\ \ \ | |/ /
| * | - Lower TIME_MS_TOLERANCE to 200ms - Allow m_updateFlag to be reset to 0 in t...unknown2009-11-151-12/+6
| |/
| * Make GroupRootUpdate be a terse update. This method is not used by opensim (i...Diva Canto2009-11-141-2/+2
| * undo previous changesdahlia2009-11-134-16/+12
| * expose SceneGraph.GetGroupByPrim(UUID)dahlia2009-11-131-1/+1
| * refactor: extract another test asset helper methodJustin Clark-Casey (justincc)2009-11-121-4/+3
| * Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)2009-11-121-1/+1
| * Stop iar save failing on corrupt assetsJustin Clark-Casey (justincc)2009-11-122-5/+30
| * minor: refactor common setup in uuid gatherer testJustin Clark-Casey (justincc)2009-11-121-3/+10
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2009-11-121-0/+1
| * Add basic new uuid gatherer tests to check behaviour when the gather seed is ...Justin Clark-Casey (justincc)2009-11-111-0/+58
| * * Thanks to a little help from jhurliman, jradford, diva, mono's brajkovic, m...Teravus Ovares (Dan Olivares)2009-11-111-2/+12
| * Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-0/+44
| * * Removing the redundant SendPrimitiveTerseData.State field, it duplicates At...John Hurliman2009-11-091-3/+1
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-095-10/+104
| |\
| | * Patch from Snoopy2. Fixes Mantis #4342Melanie2009-11-081-0/+1
| | * Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-053-10/+3
| | * Applying #4332, optional packet statistics loggingJohn Hurliman2009-11-051-0/+100
| * | * for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)2009-11-091-1/+0
| |/
| * Change the permissions module to use the friend list cache already in theMelanie2009-11-051-0/+2
| * Initialize SceneObjectPart.RotationOffset to Quaternion.IdentityJohn Hurliman2009-11-041-1/+1
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-11-045-15/+21
| |\
| | * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-043-13/+13
| | * Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-042-2/+8
| * | Removing EntityBase.RotationJohn Hurliman2009-11-043-15/+15
| |/
| * Another race condition fix in SceneObjectGroupJohn Hurliman2009-11-021-7/+11