aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-03-041-14/+41
|\
| * compiler warnings revealed that public PlaySoundSlavePrims properties were ch...Justin Clark-Casey (justincc)2010-03-031-2/+2
| * refactor: push sog.SendPartFullUpdate() down into sop where it better belongsJustin Clark-Casey (justincc)2010-03-031-12/+39
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-29/+313
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-02-151-1/+1
| * Revolution is on the roll again! :)Revolution2010-02-141-28/+312
* | Allow particles and texture anims to be persisted to XML. This behaviour is e...CasperW2010-02-251-2/+0
* | Merge branch 'master' into careminsterMelanie2010-02-081-3/+7
|\ \ | |/
| * minor: one method docJustin Clark-Casey (justincc)2010-02-041-3/+7
* | Merge branch 'master' into careminsterMelanie2010-02-041-0/+9
|\ \ | |/
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-02-031-3/+3
| |\
| * | add an IsRoot property to sopJustin Clark-Casey (justincc)2010-02-031-0/+9
* | | Merge branch 'master' into careminsterMelanie2010-02-031-3/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-02-031-0/+5
| |\ \ | | |/
| | * minor: add method doc to sop.SetScriptEvents()Justin Clark-Casey (justincc)2010-02-021-0/+5
| * | allow terrain collision events after regular collision checkradams12010-02-031-3/+3
| |/
* | Merge branch 'master' into careminsterMelanie2010-02-021-0/+192
|\ \ | |/
| * minor: rename GetScriptPrimType() to GetPrimType()Justin Clark-Casey (justincc)2010-02-011-2/+2
| * move hollow sphere faces bug back up to LSL_Api.csJustin Clark-Casey (justincc)2010-02-011-1/+1
| * remove now duplicated shape code from LSL_Api.csJustin Clark-Casey (justincc)2010-02-011-4/+4
| * Copy prim face color setting code from LSL_Api down into SOP so that non-LSL ...Justin Clark-Casey (justincc)2010-02-011-0/+192
* | Merge branch 'master' into careminsterMelanie2010-01-261-1/+11
|\ \ | |/
| * Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)2010-01-251-1/+11
* | Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associat...Kitto Flora2010-01-211-1/+17
* | Fixed an issue with PayPrice sometimes being shared between multiple objectsCasperW2010-01-201-1/+1
* | Merge branch 'master' into careminsterMelanie2010-01-111-17/+17
|\ \ | |/
| * Whitespace cleanupMelanie2010-01-111-17/+17
* | Merge branch 'master' into careminsterMelanie2010-01-111-0/+17
|\ \ | |/
| * Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution2010-01-111-0/+17
* | Merge branch 'master' into careminsterMelanie2010-01-101-77/+195
|\ \ | |/
| * Clean CRs from previous patchMelanie2010-01-101-67/+67
| * Adds land collision events.Revolution2010-01-101-10/+128
* | Merge branch 'master' into careminsterMelanie2010-01-091-3/+3
|\ \ | |/
| * Fixes prim to prim collision.Revolution2010-01-091-3/+3
* | Merge branch 'master' into careminsterMelanie2010-01-091-45/+74
|\ \ | |/
| * Fixes the Collision errors and adds more to llGetStatusRevolution2010-01-071-45/+74
* | Solve conflictMelanie2010-01-031-7/+0
* | Merge branch 'master' into careminsterMelanie2010-01-031-19/+26
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-21/+21
* | Merge branch 'master' into careminsterMelanie2009-12-311-62/+265
|\ \ | |/
| * Readds llCollisionFilter and adds llPassCollision.Revolution2009-12-311-62/+265
* | Merge branch 'master' into careminsterMelanie2009-12-311-271/+63
|\ \ | |/
| * This patch caused serialization errors and needs to be reexaminedMelanie2009-12-311-271/+63
* | Merge branch 'master' into careminsterMelanie2009-12-311-63/+271
|\ \ | |/
| * [PATCH] Adds llCollisionFilterMelanie2009-12-311-63/+271
* | Merge branch 'master' into careminsterMelanie2009-12-221-1/+1
|\ \ | |/
| * Glue code for a couple of new LSL function implementationsMelanie2009-12-221-0/+12
* | Fix mantis #10 & #14Kitto Flora2009-12-191-23/+10
* | Fix prim linking bug, Manis #14Kitto Flora2009-12-151-2/+8
* | Correct AbsolutePosition calculationKittoFlora2009-12-081-1/+2