| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix CSG issues when reparenting shape nodes. | Benjamin | 2018-06-10 | 1 | -0/+9 |
| | | |||||
| * | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 1 | -3/+1 |
| | | |||||
| * | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
| | | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | ||||
| * | Add missing copyright headers | Guilherme Felipe | 2018-05-16 | 6 | -0/+180 |
| | | |||||
| * | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | 2018-05-16 | 1 | -9/+9 |
| | | |||||
| * | Sync classref with current source | Rémi Verschelde | 2018-05-12 | 10 | -0/+263 |
| | | |||||
| * | Fix some enums missing its bind | Marcelo Fernandez | 2018-05-08 | 1 | -3/+3 |
| | | |||||
| * | updated OAHashMap to use robinhood hashing | karroffel | 2018-05-03 | 3 | -4/+4 |
| | | |||||
| * | Add poly triangulation order check, ensures faces do not flip on different order | Juan Linietsky | 2018-04-28 | 1 | -27/+33 |
| | | |||||
| * | -Changed how operators work, any shape can operate on any other | Juan Linietsky | 2018-04-28 | 3 | -131/+105 |
| | | | | | -Added some break condition for bad poly data to avoid editor freezes | ||||
| * | Avoid CSG freeze condition on degenerates | Juan Linietsky | 2018-04-28 | 1 | -0/+3 |
| | | |||||
| * | Do not crash if the polygon is invalid | Juan Linietsky | 2018-04-28 | 1 | -0/+3 |
| | | |||||
| * | Reduce false positives in interior detection by adding a small offset to ↵ | Juan Linietsky | 2018-04-28 | 1 | -1/+1 |
| | | | | | raycast, fixes #18476 | ||||
| * | CSG Support for Godot! | Juan Linietsky | 2018-04-27 | 10 | -0/+4643 |
| -Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing! | |||||
