Commit Graph

61 Commits

Author SHA1 Message Date
Ryan Schmidt
665657d57d fix linux compile errors and static analysis warnings
#rb none
#rnx

[CL 6643554 by Ryan Schmidt in Dev-Editor branch]
2019-05-25 10:27:52 -04:00
Jimmy Andrews
2cd1638182 Copy robustness fixes from //UE4/Dev-Physics (prevent near-infinite loop case of nearly zero cellsize)
#rb none

[CL 6641206 by Jimmy Andrews in Dev-Editor branch]
2019-05-24 18:28:00 -04:00
Jimmy Andrews
749d5d91fe Copying Arrangement2d robustness fixes from //UE4/Dev-Physics to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6606173 by Jimmy Andrews in Dev-Editor branch]
2019-05-22 12:15:43 -04:00
Jimmy Andrews
71b540d59b fix arrangment2d point location bugs; also return vertex indices of added points to allow caller to keep track of them
#rb none

[CL 6578471 by Jimmy Andrews in Dev-Editor branch]
2019-05-20 14:09:27 -04:00
Jimmy Andrews
4121d2c9d6 Allow floating vertices in arrangement2d (as they could happen if you try to add a too-short edge anyway, and this will allow me to cleanly add steiner verts on my triangulations)
#codereview ryan.schmidt
#rb ryan.schmidt

[CL 6429855 by Jimmy Andrews in Dev-Editor branch]
2019-05-13 14:53:53 -04:00
michael daum
0186ee64d3 Fix a bug int ThirdParty/GTEngine which was found by the Static Analyzer
#rb jimmy.andrews
#rnx

[CL 6414167 by michael daum in Dev-Editor branch]
2019-05-10 17:04:44 -04:00
Jimmy Andrews
9714ee9ad7 fix signed/unsigned mismatch
#rb none

[CL 6364556 by Jimmy Andrews in Dev-Editor branch]
2019-05-08 05:30:31 -04:00
Jimmy Andrews
3f2ea1e00e Bring geometry processing (CDT + arrangement) improvements / fixes back over from dev-physics
#rb none

[CL 6351809 by Jimmy Andrews in Dev-Editor branch]
2019-05-07 18:34:48 -04:00
Ryan Schmidt
3938f6fc56 GTEngine platform build fixes for win32, android, lumin. asinh/acosh/atanh/exp2/log2 are disabled on android because they don't seem to be available.
#rb none
#rnx
#fyi jimmy.andrews

[CL 6307352 by Ryan Schmidt in Dev-Editor branch]
2019-05-03 23:22:13 -04:00
Ryan Schmidt
6df3a31030 move GTEngine to a /ThirdParty/ subfolder and update include lines
#rb none
#rnx
#fyi jimmy.andrews

[CL 6299680 by Ryan Schmidt in Dev-Editor branch]
2019-05-03 19:49:34 -04:00
Ryan Schmidt
802e66c70b move GeometryProcessing plugin from NotForLicensees to Experimental
#rb none
#rnx

[CL 6266957 by Ryan Schmidt in Dev-Editor branch]
2019-05-02 21:41:24 -04:00