summaryrefslogtreecommitdiff
path: root/modules/csg
AgeCommit message (Expand)Author
2018-07-19Added some documentation for the CSG nodesBastiaan Olij
2018-07-07Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-10Fix CSG issues when reparenting shape nodes.Benjamin
2018-05-31Style: Apply clang-format (5.0) to some missed filesRémi Verschelde
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-12Sync classref with current sourceRémi Verschelde
2018-05-08Fix some enums missing its bindMarcelo Fernandez
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-04-28Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky
2018-04-28Do not crash if the polygon is invalidJuan Linietsky
2018-04-28Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky
2018-04-27CSG Support for Godot!Juan Linietsky