aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-6/+6
|\
| * refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-6/+6
| * File wants to be committedDiva Canto2010-08-111-2/+2
* | Fix Omega getting overwritten on startup.meta72010-08-111-1/+1
* | Resolve merge failuremeta72010-08-101-33/+59
|\ \
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-08-101-19/+45
| |\ \ | | |/
| | * Changing prim color generates event CHANGED_COLOR.Marck2010-08-101-0/+2
| | * On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)2010-08-101-4/+18
| | * Reduce number of paths in SOP code by setting flags via Flags property rather...Justin Clark-Casey (justincc)2010-08-101-15/+25
| * | Remove windows line endingeMelanie2010-08-101-14/+14
|/ /
* | Fix a rather nasty issue where the Backup() process causes objects and avatar...meta72010-08-071-11/+14
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...meta72010-08-071-0/+4
|\ \
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-08-071-0/+4
| |\ \ | | |/
| | * minor: a few miscellaneous commentsJustin Clark-Casey (justincc)2010-08-071-0/+4
* | | Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...Tom2010-08-071-1/+3
|/ /
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-061-2/+38
|\ \ | |/
| * Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-061-2/+38
| |\
| | * add userExposed parameter to part copy eventJustin Clark-Casey (justincc)2010-07-281-1/+6
| | * relocate moap specific cloning code to MoapModuleJustin Clark-Casey (justincc)2010-07-281-14/+1
| | * Fix problem where changes to media textures for prims duplicated by shify cop...Justin Clark-Casey (justincc)2010-07-281-1/+18
| | * Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)2010-07-261-1/+2
| | * implement llSetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-261-1/+2
| | * Implement media texture persistence over server restarts for sqliteJustin Clark-Casey (justincc)2010-07-261-1/+21
| | * start storing a mediaurl on the scene object partJustin Clark-Casey (justincc)2010-07-261-1/+6
| * | Correct some script constants.Melanie2010-08-061-3/+4
| * | Prevent setting the hovertext from firing changed_colorMelanie2010-08-051-1/+0
| |/
| * Fix a few permissions vulnerability. Owners could cause permissionsMelanie Thielker2010-07-201-0/+3
| * Add scripted controllers into agent intersim messagingMelanie Thielker2010-07-111-0/+4
| * Make taken items go back to the folder they came fromMelanie Thielker2010-07-101-0/+3
* | Make sure the avatar position gets moved along with a prim it is sitting on. ...Tom2010-08-061-14/+8
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom2010-08-061-0/+9
|\ \
| * | We already have a record of killed prims. It just wasn't used by the newMelanie Thielker2010-08-051-0/+9
* | | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants w...Tom2010-08-061-3/+4
|/ /
* | Log the UUID of a prim that fails meshing and set the prim to phantom duringMelanie Thielker2010-08-031-8/+15
* | Fix a few permissions vulnerability. Owners could cause permissionsMelanie Thielker2010-07-151-0/+3
* | Preserve attachment data while a prim is in world. Allows attachmentMelanie Thielker2010-07-141-0/+8
* | Removed the CHANGED_COLOR event post from the Color accessor in SOP. This is ...Tom Grimshaw2010-07-121-1/+0
* | Add scripted controllers into agent intersim messagingMelanie Thielker2010-07-111-0/+4
* | Make taken items go back to the folder they came fromMelanie Thielker2010-07-101-0/+3
* | Undo fix is now complete. This commit repairs the special case of the root pr...Tom Grimshaw2010-07-051-2/+0
* | The majority of the Undo fix. There is still an issue with Rotation which i'...Tom Grimshaw2010-07-041-31/+30
* | Fix Undo! Made a lot of changes to Undo state saving; it now considers that ...Tom Grimshaw2010-07-031-2/+14
* | Make newly created prims be named "Object" and make newly created scriptsMelanie Thielker2010-06-291-2/+2
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom Grimshaw2010-06-201-0/+4
|\ \
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-06-191-0/+4
| |\ \ | | |/
| | * Hunting for the problem in #4777Diva Canto2010-06-191-0/+4
| | * Change the handling of CreateSelected. Only send it on real creation, notMelanie Thielker2010-06-011-1/+2
| | * Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-311-1/+8
* | | Update all clients sitting on a linkset if a child prim is moved. This preven...Tom Grimshaw2010-06-201-0/+6
|/ /
* | Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat positio...Melanie Thielker2010-06-141-14/+0