aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOdeMeshing/SculptMap.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-44/+99
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-4/+4
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+0
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-183/+0
2012-02-11Use mesh to estimate real center of prims if avaiable. Let sculpt map ↵UbitUmarov1-24/+38
textures with alpha channel work. On linux J2DecodeCache folder must be deleted to remove bad entries. Corrently this can't be cached on linux (mono/ cairo/? problem)
2011-04-19fix meshing failure on sculpt maps smaller than 64x64dahlia1-3/+10
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-176/+176
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-05-06improve handling of undersize sculpt texturesdahlia1-4/+11
2010-05-06Sculpt meshing refactoring - improves mesh accuracy and UV mappingdahlia1-0/+169
Sync with PrimMesher r55