Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 1 | -1/+1 |
| | |||||
* | cosmetics | UbitUmarov | 2019-07-30 | 1 | -2/+2 |
| | |||||
* | minor cleanup on mesh decompress code | UbitUmarov | 2019-04-02 | 1 | -12/+5 |
| | |||||
* | cosmetics | UbitUmarov | 2019-01-31 | 4 | -93/+77 |
| | |||||
* | minor cosmetics | UbitUmarov | 2019-01-05 | 2 | -118/+103 |
| | |||||
* | more use of simpler xml encoder on inventory fetch, plus other cosmetics | UbitUmarov | 2018-10-06 | 1 | -1/+0 |
| | |||||
* | and some more guard try{}catch{} on ub mesh processing | UbitUmarov | 2018-07-29 | 1 | -8/+31 |
| | |||||
* | pesty warnings | UbitUmarov | 2018-01-17 | 1 | -3/+1 |
| | |||||
* | recover a lost null check | UbitUmarov | 2018-01-15 | 1 | -1/+2 |
| | |||||
* | shut up some pesty warnings | UbitUmarov | 2018-01-15 | 1 | -3/+2 |
| | |||||
* | add a missing return on a mesh decode error in ubOdemeshmerizer | UbitUmarov | 2017-12-14 | 1 | -1/+2 |
| | |||||
* | Oops fix also default UseMeshiesPhysicsMesh also on ubOde | UbitUmarov | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | add a rudimentary version control to ubOde meshs cache | UbitUmarov | 2017-07-23 | 1 | -90/+90 |
| | |||||
* | ubOde: remove some dead code | UbitUmarov | 2017-07-22 | 1 | -84/+1 |
| | |||||
* | ubOde suport convex shapes on all normal prims and sculpts. Since code is ↵ | UbitUmarov | 2017-07-21 | 1 | -18/+115 |
| | | | | experimental this is controled by options ConvexPrims and ConvexSculpts, on section Mesh, that can be set to false in case of problems | ||||
* | ubMeshmerizer: fix the orientation of last triangle on top/bottom faces of | UbitUmarov | 2017-04-26 | 1 | -2/+2 |
| | | | | | hollow cylinders plz delete contents of bin/MeshCache to remove defective entries" | ||||
* | Comment two very spammy debug messages that the usr can't do anything about | Melanie Thielker | 2017-01-30 | 1 | -2/+2 |
| | | | | Make a third one conditional. | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 5 | -46/+46 |
| | |||||
* | ubOde other convex type objects other than mesh and sculpt also don't have holes | UbitUmarov | 2016-12-12 | 1 | -3/+6 |
| | |||||
* | ubMeshmerizer, fix the orientation of last triangle on top/bottom faces in ↵ | UbitUmarov | 2016-12-03 | 1 | -2/+2 |
| | | | | case on circle hollow shape | ||||
* | a few more changes on potencial mem issues | UbitUmarov | 2016-11-18 | 1 | -2/+8 |
| | |||||
* | minor changes to ubMeshmerizer memory use | UbitUmarov | 2016-11-17 | 2 | -68/+67 |
| | |||||
* | partially revert commit f29d5ad662387b97d9e881f28df584dc19fa8c07: if mesh ↵ | UbitUmarov | 2016-11-07 | 1 | -135/+141 |
| | | | | asset does not contain data for PRIM type warn and use convex, do avoid physical peims going underground etc | ||||
* | ubOde: if a mesh does not contain data for shape type PRIM, dont collide as ↵ | UbitUmarov | 2016-11-02 | 1 | -1/+6 |
| | | | | convex as before but just don't collide matching the type NONE viewers display in this case | ||||
* | ubMeshmerizer: add a few more try{} guards in file operations, etc | UbitUmarov | 2016-09-05 | 2 | -46/+50 |
| | |||||
* | ConvexDecomposition remove a copy of vertices not needed for ubOde | UbitUmarov | 2016-09-02 | 1 | -5/+78 |
| | |||||
* | minor locking issue | UbitUmarov | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | workaround potencial memory leaks | UbitUmarov | 2016-08-22 | 1 | -13/+7 |
| | |||||
* | tell prim name on some more ubMeshmerizer error/warn messages | UbitUmarov | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | ubMeshmerizer: remove some wrong faces still present in taper cases, some ↵ | UbitUmarov | 2015-12-26 | 3 | -210/+234 |
| | | | | code cleanup | ||||
* | fix cilinder and cone physics mesh | UbitUmarov | 2015-12-26 | 1 | -0/+2 |
| | |||||
* | add some missing GC.RemoveMemoryPressure() | UbitUmarov | 2015-12-09 | 1 | -0/+2 |
| | |||||
* | bug fix. Some rare meshs reported as having +-infinity dimensions | UbitUmarov | 2015-10-15 | 1 | -6/+28 |
| | |||||
* | rename UbitMeshmerizer class as ubMeshmerizer | UbitUmarov | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | detect a fully degenerated mesh and avoid using it and so crashing ubOde | UbitUmarov | 2015-10-12 | 2 | -1/+18 |
| | |||||
* | use System.IO.Compression.DeflateStream for mesh decompression like master, ↵ | UbitUmarov | 2015-10-11 | 1 | -9/+9 |
| | | | | since ACE zlib does seem to fail to decompress some meshs present at OSG, (possible same issue happens with map with option to draw prims) | ||||
* | display prim name, if unzip of selected phsyics mesh part fails on ↵ | UbitUmarov | 2015-10-11 | 1 | -1/+1 |
| | | | | ubMeshmerizer ( thx Dan) | ||||
* | change the names also on the assembyInfo files | UbitUmarov | 2015-09-13 | 1 | -3/+3 |
| | |||||
* | rename Ubit physics modules | UbitUmarov | 2015-09-12 | 7 | -0/+4607 |