Age | Commit message (Expand) | Author |
2020-07-27 | Fix input after removing multilevel calls | George Marques |
2020-07-24 | Remove multilevel calls | George Marques |
2020-07-02 | Ensure cursor shape changes when exiting window, fixes #37724 | Juan Linietsky |
2020-07-02 | Merge pull request #40020 from reduz/fix-tree-edit-focus | Rémi Verschelde |
2020-07-01 | Add ability to clamp embedded subwindows to parent, fixes #37792 | Juan Linietsky |
2020-07-01 | Fix doubleclick on tree item, restore input focus on previous windows. | Juan Linietsky |
2020-07-01 | Ensure embedded mode works again | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-05-04 | Merge pull request #37717 from qarmin/world_fix | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-20 | doc: Sync classref with current source | Rémi Verschelde |
2020-04-18 | Change non-existent World to World3D | qarmin |
2020-04-17 | Update many docs with recent rendering changes | clayjohn |
2020-04-14 | Implement decals | Juan Linietsky |
2020-04-12 | Add screen space AA option, with FXAA implementation. | Juan Linietsky |
2020-04-09 | Renaming all ARVR nodes to XR | Bastiaan Olij |
2020-04-08 | Refactored shadowmapping. | Juan Linietsky |
2020-04-03 | Re-expose a simplified version of the stretch properties in SubViewport | Michael Alexsander |
2020-04-02 | Replace more occurrences of NULL with nullptr | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Fix build with disable_3d=yes, remove dependency on WorldEnvironment | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-26 | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky |
2020-03-26 | Reworked tooltips to use the popup system. | Juan Linietsky |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky |
2020-03-26 | Open sub-windows as embedded if the OS does not support them | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-17 | Clarify the Viewport size warning message | Rasmus Vermeulen |
2020-03-17 | Add size warning to Viewport Node | Rasmus Vermeulen |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-20 | Fix MIMPAMPS typos in constants throughout the engine | Andrii Doroshenko (Xrayez) |
2020-02-12 | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky |
2020-02-11 | Re-implemented screen space ambient occlusion | Juan Linietsky |
2020-02-11 | Auto exposure re-implemented in Vulkan | Juan Linietsky |