| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -6770/+0 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -425/+425 |
* | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -98/+98 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -12/+12 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -4/+8 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Fixes transform gizmo position when node has default transform | simpuid | 2020-03-21 | 1 | -1/+2 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -7/+7 |
* | Merge pull request #36970 from JFonS/fix_viewports_update | Rémi Verschelde | 2020-03-14 | 1 | -0/+4 |
|\ |
|
| * | Update all editor viewports after settings changes | JFonS | 2020-03-14 | 1 | -0/+4 |
* | | Fix rotation gizmo for empty Spatials | JFonS | 2020-03-10 | 1 | -6/+8 |
|/ |
|
* | Merge pull request #36751 from Faless/debugger/threads_and_profilers | Rémi Verschelde | 2020-03-09 | 1 | -5/+5 |
|\ |
|
| * | Threaded networking for editor debugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -5/+5 |
* | | Merge pull request #36917 from volzhs/cancel-snap-setting | Rémi Verschelde | 2020-03-09 | 1 | -6/+27 |
|\ \ |
|
| * | | Update snap setting only with OK | volzhs | 2020-03-09 | 1 | -6/+27 |
| |/ |
|
* | | Merge pull request #36914 from guilhermefelipecgs/fix_check_view_information | Rémi Verschelde | 2020-03-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix the VIEW_INFORMATION checkbox not being selected | Guilherme Felipe | 2020-03-08 | 1 | -1/+1 |
| |/ |
|
* / | Add rotation widget to 3D viewport | jfons | 2020-03-08 | 1 | -3/+274 |
|/ |
|
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -4/+4 |
|\ |
|
| * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -4/+4 |
* | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -68/+47 |
* | | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -1/+1 |
|/ |
|
* | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | 2020-02-21 | 1 | -7/+7 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -47/+47 |
* | Make orthogonal view mode persistent in new scene | janglee | 2020-02-19 | 1 | -0/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -1/+1 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -15/+15 |
* | Added normalmap guided roughness mipmap generator, and a global roughness lim... | Juan Linietsky | 2020-02-11 | 1 | -2/+12 |
* | Re-implemented screen space ambient occlusion | Juan Linietsky | 2020-02-11 | 1 | -2/+7 |
* | Auto exposure re-implemented in Vulkan | Juan Linietsky | 2020-02-11 | 1 | -2/+7 |
* | More GIProbe work and fixes | Juan Linietsky | 2020-02-11 | 1 | -2/+6 |
* | Fixed display menu visualizations. | Juan Linietsky | 2020-02-11 | 1 | -2/+4 |
* | GIProbes working. | Juan Linietsky | 2020-02-11 | 1 | -38/+65 |
* | Modernized default 3D material, fixes material bugs. | Juan Linietsky | 2020-02-11 | 1 | -59/+59 |
* | Base 3D engine done, still untested, though. | Juan Linietsky | 2020-02-11 | 1 | -3/+0 |
* | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky | 2020-02-11 | 1 | -2/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -9/+9 |
* | Include locked nodes on selection list | Tomasz Chabora | 2020-02-10 | 1 | -11/+36 |
* | Change CameraMatrix::get_viewport_size to get_viewport_half_extents | lawnjelly | 2020-01-22 | 1 | -3/+2 |
* | Mark alternate editor display modes as disabled in the GLES2 renderer | Hugo Locurcio | 2020-01-17 | 1 | -0/+18 |
* | Add a crosshair to the 3D viewport | Hugo Locurcio | 2020-01-13 | 1 | -0/+15 |
* | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde | 2020-01-02 | 1 | -0/+2 |
|\ |
|
| * | Tint 3D light gizmos using the light's color | Hugo Locurcio | 2020-01-01 | 1 | -0/+2 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
|/ |
|
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
* | Fix selection on 3D viewport with half resolution | JFonS | 2019-12-19 | 1 | -1/+2 |