Rémi Verschelde
|
77816fea8b
|
Merge pull request #32477 from aaronfranke/equal-approx-separate
Make is_equal_approx separate and make == exact again
|
2019-11-07 14:54:15 +01:00 |
Aaron Franke
|
218f38c7ec
|
Expose is_equal_approx and restore == to be exact again
This commit changes behavior for GDScript and C#.
Also did some organizing of the order to logically group related methods, mostly for Rect2 and AABB.
|
2019-10-14 16:48:59 -04:00 |
Aaron Franke
|
86922ff70b
|
Make is_equal_approx separate for structures
This commit adds exposed behavior for C#
|
2019-10-14 16:46:54 -04:00 |
Aaron Franke
|
643874f8ca
|
[Mono] Change Plane intersect methods to return nullable Vector3
|
2019-10-08 22:47:22 -04:00 |
Aaron Franke
|
50fd2deede
|
[Mono] Make all structs seralizable
|
2019-08-07 18:34:52 -07:00 |
Aaron Franke
|
c577ec6ae4
|
[Mono] Approximate equality
|
2019-04-25 13:20:29 -04:00 |
Rémi Verschelde
|
173b342ca7
|
Remove trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'`
(+ manual revert of some thirdparty code under `platform/android`).
|
2018-11-20 11:15:02 +01:00 |
Ignacio Etcheverry
|
995a40e8ef
|
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
Added dummy MSBuild project and solution to get tooling help when editing these files.
|
2018-09-12 22:03:36 +02:00 |