aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/PrimMesher.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+0
2012-07-13update PrimMesher.cs to dll version r72 which fixes some path errors in slice...dahlia1-143/+183
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-2284/+2284
2010-05-06corrections for face numbering and uv mapping, mostly for spheres - sync with...dahlia1-2201/+2284
2010-03-15Fixing line endingsJohn Hurliman1-2201/+2201
2010-03-15Restoring LoadPlugin as it was before. Justin's last change made it throw.Diva Canto1-2201/+2201
2010-03-13flip UVs for profile facesdahlia1-1/+1
2010-03-12correct some references which could produce erroneous prim face numbersdahlia1-2202/+2201
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-02Delete depricated extrusion methods and redirect to universal extrude method.dahlia1-833/+10
2009-10-13* Eliminated unnecessary parameters from LLUDPServer.SendPacketData()John Hurliman1-1/+1
2009-10-11sync PrimMesher with r46dahlia1-16/+771
2009-09-25corrections to viewerMode AddPos()dahlia1-0/+27
2009-08-03starting to refactor path generation out of prim extrusiondahlia1-2/+18
2009-07-11Some improvements to prim face numbering - only affects viewers using PrimMesherDahlia Trimble1-11/+17
2009-06-06some code cleanupDahlia Trimble1-3/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-08Added a Copy() method to PrimMesh and SculptMesh as suggested by dmiles. Sync...Dahlia Trimble1-20/+57
2009-04-24Limit hollow size of physics proxy to 95%Dahlia Trimble1-2/+2
2009-04-03fix an error in hollow cylinder face number calculationDahlia Trimble1-1/+2
2009-03-26make some arrays static to prevent excessive re-initialization - suggested by...Dahlia Trimble1-5/+5
2009-02-24remove log4net dependency and from PrimMesher.csDahlia Trimble1-7/+14
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+7
2008-12-22Removed some debugging code that was inadvertently left in in my last commit :/Dahlia Trimble1-3/+0
2008-12-22Fix a floating point comparison that was causing some misshaped triangles on ...Dahlia Trimble1-8/+19
2008-12-05killing warnings, reformatting RemoteAdminPluginDr Scofield1-1/+1
2008-12-03Update svn properties.Jeff Ames1-2168/+2168
2008-11-30Revert r7548 and r7549 until someone with prebuild-fu can help structure the ...Dahlia Trimble1-0/+2168
2008-11-30Removed remaining meshing codeDahlia Trimble1-2168/+0
2008-11-29Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble1-32/+131
2008-11-06* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2008-11-05Add more vertex normals and UV coordinates. Sync with primmesher.dll forge pr...Dahlia Trimble1-49/+123
2008-10-29Viewer side normals and UV fixes on profile cuts. Sync with primmesher.dll fo...Dahlia Trimble1-49/+59
2008-10-28* minor: remove mono compiler warningsJustin Clarke Casey1-4/+4
2008-10-28some sorely needed extruder code simplification and refactoring, also some fi...Dahlia Trimble1-138/+50
2008-10-27* minor: remove mono compiler warningsJustin Clarke Casey1-2/+1
2008-10-24Add end faces when radius setting is non-zeroDahlia Trimble1-5/+8
2008-10-24* minor: eliminate some mono compiler warningsJustin Clarke Casey1-2/+1
2008-10-24un-double-flipped some double-flipped normals in circular path prim end capsDahlia Trimble1-42/+2
2008-10-24Fixed a floating point error accumulation that was causing missing end faces ...Dahlia Trimble1-34/+68
2008-10-21More work in vertex normals and texture UVs. Syncing code with pyov.Dahlia Trimble1-18/+328
2008-10-19* minor: remove mono warningsJustin Clarke Casey1-1/+1
2008-10-19More progress towards implementing vertex normals - not complete yet.Dahlia Trimble1-116/+371
2008-10-15* minor: Oh go on, one more warning. Oooh, you are naughtyJustin Clarke Casey1-1/+0
2008-10-15* minor: remove some warningsJustin Clarke Casey1-3/+3
2008-10-13Committing more work towards implementing vertex normals. Also added some (ho...Dahlia Trimble1-57/+150
2008-10-12removed some more extraneous hidden faces Dahlia Trimble1-9/+23
2008-10-12Fixed a missing face on a profile cutDahlia Trimble1-4/+23
2008-10-12Optimization: calculation of profile vertex normals is now disabled as default.Dahlia Trimble1-14/+102