aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2010-03-01More work on GrantRights. Still not right.Diva Canto1-34/+34
2010-02-22minor formatting tweak - try to trigger a build on pandadahlia1-1/+0
2010-02-22add a constructor for PrimitiveBaseShape from a OpenMetaverse Primitivedahlia1-0/+35
2009-11-20remove early return from PrimitiveBaseShape.ToOmvPrimitive() when prim is a s...dahlia1-2/+0
2009-11-17Correct formatting of Primitive.Textures in PrimitiveBaseShape.ToOmvPrimitive...dahlia1-1/+1
2009-11-13Some corrections to PrimitiveBaseShape.ToOmvPrimitive()dahlia1-6/+26
2009-11-11add a ToOmvPrimitive() method to PrimitiveBaseShapedahlia1-0/+81
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-41/+25
2009-07-01add some more intuitive overloads for PrimitiveBaseShape SetPathRange and Set...Dahlia Trimble1-0/+12
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-29plumbing for future sculpt map cachingDahlia Trimble1-0/+12
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-01-14Added a primitive shape function for spheresJohan Berntsson1-0/+12
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-7/+7
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-7/+7
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-7/+7
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-1/+1
2008-10-31* Enables PrimitiveBaseShape to be used inside a libOpenMV project by adding ...Adam Frisby1-1/+11
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+24
2008-08-18Formatting cleanup.Jeff Ames1-14/+14
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-6/+5
2008-07-17Revert "git merge"Sean Dague1-1/+10
2008-07-17git mergeSean Dague1-10/+1
2008-07-17more safety checksSean Dague1-1/+7
2008-07-17add a null check for safetySean Dague1-0/+3
2008-07-16change fields to private so everyone will use propertiesSean Dague1-44/+44
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague1-142/+539
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague1-539/+142
2008-07-16further property refactoring of PrimitiveBaseShapeSean Dague1-83/+254
2008-07-16refactoring primitive base shape to use propertiesSean Dague1-76/+302
2008-06-27dr scofield's warning safari:Dr Scofield1-2/+2
2008-06-25Mantis#1584. Thank you kindly, Lulurun for a patch that:Charles Krinke1-5/+8
2008-06-19Mantis#1572. Thank you kindly, Lulurun for a patch that addresses:Charles Krinke1-2/+6
2008-06-16* Fix a bug in the archiver where I didn't realize a shape still needs its de...Justin Clarke Casey1-0/+5
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-20/+20
2008-05-21* Provide relief for mantis 1263, 1202, 679Justin Clarke Casey1-23/+49