aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)2009-12-042-1/+7
* * Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set thi...Teravus Ovares (Dan Olivares)2009-12-031-1/+3
* * Move code from that last commit to LLClientView since it's a linden client ...Teravus Ovares (Dan Olivares)2009-12-031-18/+0
* * If the position that comes in on Scene.SetHomeRezPoint has a component tha...Teravus Ovares (Dan Olivares)2009-12-031-0/+19
* Add position and region of prim items with missing assets in log reportsJustin Clark-Casey (justincc)2009-12-021-10/+15
* Change default destination of deleted items to the trash folder. EverythingMelanie2009-12-021-3/+12
* * Test Autoconvert line ending on my repo..Teravus Ovares (Dan Olivares)2009-12-011-1/+1
* * Fix Inconsistent line ending style on SceneTeravus Ovares (Dan Olivares)2009-12-011-27/+27
* * Fix Inconsistent line ending style on ScenePresenceAnimatorTeravus Ovares (Dan Olivares)2009-12-011-3/+3
* * Fix Inconsistent line ending style on SimStatsReporterTeravus Ovares (Dan Olivares)2009-12-011-1/+1
* * Fix Inconsistent line ending style in ScenePresenceTeravus Ovares (Dan Olivares)2009-12-011-28/+28
* * Add a close method to the ScenePresenceAnimator that dereferences the class...Teravus Ovares (Dan Olivares)2009-11-302-1/+9
* * Modified ScenePresence to use the Util version of the EnvironmentTickCount ...Teravus Ovares (Dan Olivares)2009-11-301-67/+43
* * Patch from Misterblue to fix Environment.TickCount for statistics purposes....Teravus Ovares (Dan Olivares)2009-11-293-80/+103
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-11-272-10/+1
|\
| * Remove unused GetDefaultAppearance() static function that is also available o...Justin Clark-Casey (justincc)2009-11-271-10/+0
| * Reset update flag when a SOG is deleted. This fixes llDie();Melanie2009-11-271-0/+1
* | * Re-enable lightweight packet tracking stats on a 3000 ms interval.Teravus Ovares (Dan Olivares)2009-11-271-5/+5
|/
* Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-262-0/+16
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-11-261-2/+1
|\
| * Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-11-251-5/+20
| |\
| * | Patch: Fix a bug in LAND animation when the TickCount wraps into negative num...OpenSim Master2009-11-251-2/+1
* | | Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-268-114/+37
* | | Remove the old remoting-type interregion code for prim/script crossingMelanie2009-11-262-171/+0
* | | Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie2009-11-264-125/+5
| |/ |/|
* | minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)2009-11-251-5/+20
|/
* * Reverting last commit.. because it just made it worse.Teravus Ovares (Dan Olivares)2009-11-252-9/+0
* * Attempt number 1 to stop the repeating crouch animation that sometimes happ...Teravus Ovares (Dan Olivares)2009-11-252-0/+9
* pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)2009-11-242-7/+10
* 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
* * This fixes landing on Prim and removes the hack from yesterday. Landing ...Teravus Ovares (Dan Olivares)2009-11-211-2/+2
* * 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
* minor: tweak log message to say which region is being enabled for loginsJustin Clark-Casey (justincc)2009-11-181-5/+6
* 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
* 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