aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'ubitwork' into avinationMelanie2012-09-041-1/+2
| |\ \
| | * | a forgotten file plus minor changes. Imp and SL viewer seem to preserveUbitUmarov2012-09-041-1/+2
| * | | Refactor avatar transfer so that the heavy (UpdateAgent) part is separated intoMelanie2012-09-042-3/+3
| * | | Prevent a nullref if SimStatsReporter tries to report on a sim where psysics areMelanie2012-09-031-14/+17
| |/ /
| * | Merge branch 'avination' into ubitworkUbitUmarov2012-08-311-5/+55
| |\ \
| * | | move keyframemotion.copy from sop.copy to sog.copy, where there isUbitUmarov2012-08-303-4/+8
* | | | Merge branch 'master' into careminsterMelanie2012-09-092-0/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | implementing per-region configuration of limits on the number of prims one ca...SignpostMarv2012-09-092-0/+29
| * | | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2012-09-081-0/+10
* | | | Merge branch 'master' into careminsterMelanie2012-09-073-8/+86
|\ \ \ \ | |/ / /
| * | | If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-3/+54
| * | | adding utility method for getting SceneObjectGroup from sceneSignpostMarv2012-09-061-0/+12
| * | | adding utility method for getting SceneObjectPart from sceneSignpostMarv2012-09-061-0/+12
| * | | formattingSignpostMarv2012-09-041-6/+6
| * | | although the attachmentPoint argument is a uint, zero is not a valid attachme...SignpostMarv2012-09-041-1/+4
* | | | Merge branch 'master' into careminsterMelanie2012-08-311-0/+29
|\ \ \ \ | |/ / /
| * | | adding support for static method script invocationsSignpostMarv2012-08-311-2/+9
| * | | adding documentation to script invokation methodsSignpostMarv2012-08-311-0/+22
* | | | Merge branch 'master' into careminsterMelanie2012-08-311-0/+2
|\ \ \ \ | |/ / /
| * | | This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+2
* | | | Merge branch 'avination' into careminsterMelanie2012-08-316-151/+495
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'ubitwork' into avinationMelanie2012-08-303-35/+38
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-08-301-1/+2
| | |\ \
| | * | | [possible still bad] make use of keyframemotion.copy on sop.copy, replacingUbitUmarov2012-08-303-35/+38
| * | | | Sequence inventory descendents requests to reduce inventory server load andMelanie2012-08-301-5/+55
| | |/ / | |/| |
| * | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkMelanie2012-08-295-134/+424
| |\ \ \ | | |/ /
| | * | A few more changes to keyframesUbitUmarov2012-08-293-64/+116
| | * | [Potentially broken] keyframes changes.. since it's there, use timer forUbitUmarov2012-08-291-115/+165
| | * | [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-285-111/+299
| * | | Fix a nullref while object is being createdMelanie2012-08-281-1/+2
| |/ /
| * | fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internalUbitUmarov2012-08-261-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-08-292-4/+48
|\ \ \ | | |/ | |/|
| * | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-2/+34
| * | Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-281-1/+13
| * | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2012-08-281-1/+1
* | | renaming to be similar to equivalent Set commandMelanie2012-08-251-1/+1
* | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-255-5/+7
|\ \ \ | |/ /
| * | minor: Fix bad log message for failure to create an inventory folderJustin Clark-Casey (justincc)2012-08-251-1/+1
| * | Log initial script startup info notice when xengine actually starts to do thi...Justin Clark-Casey (justincc)2012-08-251-1/+1
| * | Extend "Restarting scripts in attachments" debug log message to show actual n...Justin Clark-Casey (justincc)2012-08-241-1/+3
| * | If a connecting scene presence is replacing an existing scene presence then b...Justin Clark-Casey (justincc)2012-08-241-1/+1
| * | Pass the "attachToBackup" bool given to SceneGraph.AddNewSceneObject() down i...Justin Clark-Casey (justincc)2012-08-241-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-08-241-0/+3
|\ \ \ | |/ /
| * | Fix bad child prim permissions that can make objects change perms after rezzingMelanie2012-08-243-3/+39
* | | Merge branch 'avination' into careminsterMelanie2012-08-243-3/+39
|\ \ \ | | |/ | |/|
| * | Fix bad child prim permissions that can make objects change perms after rezzingMelanie2012-08-233-3/+39
* | | Merge branch 'master' into careminsterMelanie2012-08-233-17/+37
|\ \ \ | | |/ | |/|
| * | refactoring out SetFaceColorSignpostMarv2012-08-201-52/+15
| * | making use of implicit operators and Util.Clip handling of Vector3SignpostMarv2012-08-201-21/+26
| * | single operation for PRIM_COLORSignpostMarv2012-08-201-0/+49