aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-22/+131
2019-04-30primbasicshape: convert eventual MeshEP to SculpEPUbitUmarov1-1/+9
2018-12-28update pbsUbitUmarov1-7/+64
2018-11-17ooopsUbitUmarov1-1/+1
2018-11-17a few more changes to pbsUbitUmarov1-67/+30
2018-11-17code aesthetics and simplificationUbitUmarov1-122/+56
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov1-2/+0
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov1-1/+0
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov1-1/+1
2018-01-05 a few more xml thingsUbitUmarov1-0/+3
2017-10-30mantis 8258: change Mesh basic shape pathScaleY in case of TorusUbitUmarov1-0/+2
2017-09-16bug fix: Of course i had to pick a wrong number for profileBeginUbitUmarov1-1/+1
2017-09-16bug fix. Increase the values of profileHollow and profileBegin used to match ...UbitUmarov1-4/+4
2017-06-08keep the reverted code, that does work. Our code likes to have pbs.Media == n...UbitUmarov1-15/+28
2017-04-25move mesh pbs creation code out of mesh upload code into to PrimitiveBaseShap...UbitUmarov1-0/+64
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-5/+17
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-0/+11
2013-02-09Fixed ReadSculptData(): the check whether there are enough bytes to read was ...Oren Hurvitz1-5/+6
2013-01-25Stopped storing dynamic attributes in the PrimShapeOren Hurvitz1-7/+0
2013-01-25Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)1-3/+3
2013-01-25Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLiteJustin Clark-Casey (justincc)1-0/+7
2012-12-05Remove very probably unused PrimitiveBaseShape(bool) constructor to reduce co...Justin Clark-Casey (justincc)1-12/+6
2012-12-05Don't pointlessly set ExtraParams = byte[1] in PrimitiveBaseShape since this ...Justin Clark-Casey (justincc)1-3/+0
2012-05-07add a null check for Primitive.Sculpt in PrimitiveBaseShape constructor for O...dahlia1-4/+8
2012-03-21add convex state to mesh key, so a change is detected.UbitUmarov1-0/+8
2011-08-28Move GetMeshKey from buried inside Meshmerizer to a public method on Primitiv...Robert Adams1-0/+61
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-07-09minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)1-15/+31
2011-03-05Change MoapModule.ClearMediaEntry to set TextureEntryFace.MediaFlags back to ...Justin Clark-Casey (justincc)1-1/+1
2011-01-13Guard against invalid light color specifiers from the databaseMelanie1-4/+24
2010-10-17Adding osFunctions for light projectionBlueWall1-5/+50
2010-10-16Add missing check for !_projectionEntryBlueWall1-1/+1
2010-10-15Adding projected light filters to prim propetiesBlueWall1-0/+80
2010-09-12Formatting cleanup.Jeff Ames1-37/+37
2010-08-03Simplify serialized version string. Change element capitalization for consis...Justin Clark-Casey (justincc)1-5/+10
2010-08-03get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)1-6/+0
2010-08-03remove duplicated serialization codeJustin Clark-Casey (justincc)1-12/+26
2010-08-03serialize media textures to inventory with a largely osd representation rathe...Justin Clark-Casey (justincc)1-3/+87
2010-07-26relocate serialization code from SQLiteRegionData to MoapModule using load an...Justin Clark-Casey (justincc)1-0/+6
2010-07-26implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+1
2010-07-26start storing incoming MediaEntry on a new Media field on PrimitiveBaseShapeJustin Clark-Casey (justincc)1-0/+7
2010-07-26relocate serialization code from SQLiteRegionData to MoapModule using load an...Justin Clark-Casey (justincc)1-0/+6
2010-07-12implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+1
2010-07-01start storing incoming MediaEntry on a new Media field on PrimitiveBaseShapeJustin Clark-Casey (justincc)1-0/+7
2010-06-29Make newly created prims be named "Object" and make newly created scriptsMelanie Thielker1-1/+1
2010-04-27* Thanks cmickeyb, for a patch that corrects an invalid construction of Primi...John Hurliman1-1/+1
2010-04-14* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.Diva Canto1-3/+3
2010-04-09minor - add some documentation to PrimitiveBaseShape constructor with OpenMet...dahlia1-0/+4
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-2/+6