aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-20minor tweaks to existing comments for IDE goodnessSignpostMarv1-4/+7
2012-09-20Documentation of agent-related eventsSignpostMarv1-1/+34
2012-09-20Documentation of object-related eventsSignpostMarv1-1/+38
2012-09-20Documentation of OnPluginConsoleSignpostMarv1-0/+16
2012-09-20Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefa...Justin Clark-Casey (justincc)1-0/+2
2012-09-18Cleanup from prev. commitBlueWall1-2/+2
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-3/+3
2012-09-17Documentation of IScriptModuleComms.RegisterConstant and IScriptModuleComms.L...SignpostMarv1-1/+18
2012-09-17Implementing ability to register script constants and invocations on a region...SignpostMarv1-0/+23
2012-09-17preventing a null reference exception from being thrownSignpostMarv1-0/+3
2012-09-16Make IncomingCloseChildAgent not send a stop packet. This may preventMelanie1-1/+1
2012-09-14Added unit tests for multi-region OARsOren Hurvitz1-1/+5
2012-09-14Support multi-region OAR filesOren Hurvitz2-3/+8
2012-09-14Wait a bit longer for new scene presences to aid tps into laggy regionsMelanie1-1/+1
2012-09-13Documentation of parcel-related eventsSignpostMarv1-0/+44
2012-09-12Fix indentation and issues where tabs were used instead of spaces in commit 7...Justin Clark-Casey (justincc)1-7/+8
2012-09-12Documentation of economy-related EventManager eventsSignpostMarv1-0/+21
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman1-1/+1
2012-09-11documentation (OnSceneObjectPartCopy)SignpostMarv1-0/+3
2012-09-11documentation (OnRemovePresence)SignpostMarv1-0/+7
2012-09-11documentation (OnNewPresence)SignpostMarv1-0/+7
2012-09-11documentation (OnClientConnect)SignpostMarv1-0/+9
2012-09-11documentation (OnBackup)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTick)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTainted)SignpostMarv1-0/+7
2012-09-11documentation (OnClientMovement)SignpostMarv1-0/+7
2012-09-11Documenting some of the events on OpenSim.Region.Framework.Scenes.EventManage...SignpostMarv1-0/+8
2012-09-11Add the option to have variable costing for uploadsMelanie1-2/+2
2012-09-09implementing per-region configuration of limits on the number of prims one ca...SignpostMarv2-0/+29
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv1-0/+10
2012-09-07 One more redundante ParcelProprieties on loginUbitUmarov1-0/+2
2012-09-07remove fireandforget call to EnableChildAgents at end on CompleteMovement,UbitUmarov1-1/+3
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-3/+54
2012-09-06adding utility method for getting SceneObjectGroup from sceneSignpostMarv1-0/+12
2012-09-06adding utility method for getting SceneObjectPart from sceneSignpostMarv1-0/+12
2012-09-04Make friend notifies and closing child agents async because both canMelanie1-1/+1
2012-09-04 a forgotten file plus minor changes. Imp and SL viewer seem to preserveUbitUmarov1-1/+2
2012-09-04Refactor avatar transfer so that the heavy (UpdateAgent) part is separated intoMelanie2-3/+3
2012-09-04formattingSignpostMarv1-6/+6
2012-09-04although the attachmentPoint argument is a uint, zero is not a valid attachme...SignpostMarv1-1/+4
2012-09-03Prevent a nullref if SimStatsReporter tries to report on a sim where psysics areMelanie1-14/+17
2012-08-31adding support for static method script invocationsSignpostMarv1-2/+9
2012-08-31adding documentation to script invokation methodsSignpostMarv1-0/+22
2012-08-30move keyframemotion.copy from sop.copy to sog.copy, where there isUbitUmarov3-4/+8
2012-08-30[possible still bad] make use of keyframemotion.copy on sop.copy, replacingUbitUmarov3-35/+38
2012-08-30Sequence inventory descendents requests to reduce inventory server load andMelanie1-5/+55
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-0/+2
2012-08-29 A few more changes to keyframesUbitUmarov3-64/+116
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-2/+34
2012-08-29[Potentially broken] keyframes changes.. since it's there, use timer forUbitUmarov1-115/+165