aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-05-18* This fixes the Sculpty seam. Unfortunately not all sculpties will surviv...Teravus Ovares1-2/+6
2008-05-09* Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ...Teravus Ovares1-1/+2
2008-05-08* remove 2 warnings.Teravus Ovares1-1/+0
2008-05-08* Committing an extra bit of permissions for attaching to ensure that the per...Teravus Ovares1-4/+1
2008-05-08* Fixes Prim ExtraParams Teravus Ovares1-1/+357
2008-04-29* Spring cleaning.Adam Frisby1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-28/+27
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-1/+5
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-01-10* removed unused PrimScale on PrimitiveBaseShape (use Scale instead)lbsa711-16/+11
2008-01-10* Undid XmlIgnore thingy as it did cause breakagelbsa711-13/+12
2008-01-10* Sorted members for great justicelbsa711-55/+53
2008-01-10* ProfileCurve is now XmlIgnored, and instead constructed from ProfileShape a...lbsa711-1/+3
2008-01-09* Added helpers to convert from LSL PrimitiveParams values to PrimitiveBaseSh...lbsa711-0/+12
2007-12-28* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa711-58/+48
2007-12-28* Patch from Melanie. Thanks Melanie!Teravus Ovares1-2/+2
2007-12-27* Optimized usingslbsa711-22/+10
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa711-5/+37
2007-12-13* Debugging Shapelbsa711-3/+3
2007-12-11A few minor changes/additions/fixes.MW1-0/+1
2007-12-11* The 'Create' functions should be called to factor up a new, otherwise empty...lbsa711-0/+6
2007-12-07* miniscule changes just to keep myself in synchlbsa711-1/+1
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-213/+213
2007-10-30* Optimized usingslbsa711-26/+16
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-224/+224
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-0/+2
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-16/+17
2007-08-15* Added more spinning parts to ComplexObject.lbsa711-9/+24
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-5/+41
2007-08-08* Got SimpleApp working againlbsa711-41/+49