aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-16Fix locking objectsMelanie1-1/+3
2012-12-15* Fix for Prim Locking. Prior to the merge, it was just a clone of the root...teravus1-4/+4
2012-12-13right fix this time ??UbitUmarov1-1/+1
2012-12-13fix the 'fix'UbitUmarov1-2/+2
2012-12-13fix coment out code not in useUbitUmarov1-2/+2
2012-12-13 FIX small avatars movement on terrain. (avatar appearance getting evenUbitUmarov1-4/+36
2012-12-07 add some default size setting and checksUbitUmarov1-1/+2
2012-12-07revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov1-2/+2
2012-12-07 create a new ode character also with the new informationUbitUmarov1-0/+6
2012-12-07*TEST* Use new avatar size in ubitODE.UbitUmarov1-0/+6
2012-12-05avatar collision plane send to viewer is only relative to feet. changeUbitUmarov1-4/+11
2012-12-03*TEST* diferent avatar colliderUbitUmarov1-2/+13
2012-11-23Fix problem where restarting the currently selected region would stop various...Justin Clark-Casey (justincc)2-31/+25
2012-11-23Add regression test for checking scene close when SceneManager is asked to closeJustin Clark-Casey (justincc)1-0/+58
2012-11-23Fix a build break introduced by us having a more efficient DoubleDictionaryMelanie1-4/+8
2012-11-23Fix regression where we stopped closing scenes on simulator exit.Justin Clark-Casey (justincc)1-0/+7
2012-11-20Minor formatting for 0962a35d and a few one-line comments as to why that code...Justin Clark-Casey (justincc)1-8/+7
2012-11-20Fix movetotarget on mega regions.Iain Oliver1-3/+21
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus26-1805/+566
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto1-0/+33
2012-11-12Completely remove the IRegionModule interfaceMelanie1-55/+0
2012-11-12Stop closing old style modulesMelanie1-9/+0
2012-11-12Remove the old style module loader and all references to itMelanie4-350/+12
2012-11-11document & 80-character width terminal formattingSignpostMarv1-36/+78
2012-11-11moving windlight-sources to correct namespace-named folder (world); add Light...PixelTomsen1-0/+33
2012-11-10One more module converted: CloudModule.Diva Canto1-1/+1
2012-11-1080 character-width terminal formatting of IDialogModule interface, removing s...SignpostMarv1-23/+28
2012-11-10Documenting parameters of methods on the IDialogModule interfaceSignpostMarv1-33/+73
2012-11-10Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a...Justin Clark-Casey (justincc)2-35/+70
2012-11-09Converted the WindModule to the new region module interface (38 to go). Also ...Diva Canto1-1/+1
2012-11-09Converted the SunModule to the new region module interface. (39 to go...)Diva Canto1-1/+1
2012-11-09marking IRegionModule interface as obsolete via System.ObsoleteAttribute, int...SignpostMarv1-0/+2
2012-11-04Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus2-0/+18
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+2
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+2
2012-11-02 actually remove the use of random on persist timmingsUbitUmarov1-4/+6
2012-11-02 Create a new random when needed using normal time based seed instead ofUbitUmarov1-2/+5
2012-11-02Change to earlier commit for TargetVelocity to support distributed physics.Dan Lake1-3/+3
2012-10-31Add TargetVelocity to PhysicsActor interface to support distributed physics. ...Dan Lake1-1/+1
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2-17/+48
2012-10-30Store and send the current movement animation state to a new sim on crossingMelanie2-0/+17
2012-10-30Make sure we're not accessing a physics scene if we're not in one yet.Melanie1-1/+1
2012-10-30Only create a new list to check if objects have reached targets if there actu...Justin Clark-Casey (justincc)1-5/+9
2012-10-30Put back the collision sound shim into SOPMelanie1-0/+29
2012-10-29documenting some params on ISoundModule methodsSignpostMarv1-7/+16
2012-10-29Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the L...SignpostMarv1-0/+3
2012-10-29shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv2-2/+2
2012-10-29moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv2-79/+24
2012-10-29fixing a bug in SceneObjectPart.SendSound where sounds would always come from...SignpostMarv1-9/+8
2012-10-29Factoring out a superfluous local variable & repeated assignment in SceneObje...SignpostMarv1-10/+8