aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-08Move various paths out of the bin directory.onefang1-1/+1
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang5-46/+152
2019-04-02minor cleanup on mesh decompress codeUbitUmarov1-11/+5
2017-07-27mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match ↵UbitUmarov1-1/+1
stated on ini files.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker4-23/+23
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-1/+1
Log configs are still in the bin directory.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel6-0/+4932
2015-09-08a mess with Modules and ModuleUbitUmarov3-3/+3
2015-08-31Refactored Meshing modules:Diva Canto6-0/+4932
- Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing - Created subfolder for all Meshmerizer files, also in the same Meshing dll - Made them both region modules, with ZeroMesher being the default one This compiles but doesn't run yet.