Age | Commit message (Expand) | Author |
2020-07-06 | Merge pull request #40163 from pycbouh/fix-saving-empty-scene | Rémi Verschelde |
2020-07-06 | Improve scene preview generation for empty scenes and disabled features | Yuri Sizov |
2020-07-06 | Expose methods to play scene from plugin code | Yuri Sizov |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg |
2020-07-02 | Merge pull request #39415 from SkyLucilfer/PotGeneration | Rémi Verschelde |
2020-07-02 | Merge pull request #40049 from hinlopen/remove-pane-drag | Rémi Verschelde |
2020-07-02 | Merge pull request #32428 from willnationsdev/script-var-order | Rémi Verschelde |
2020-07-02 | Add translation parser plugin support | SkyJJ |
2020-07-02 | Remove unused class PaneDrag | Stijn Hinlopen |
2020-07-01 | Add script class categories to EditorInspector. | willnationsdev |
2020-07-01 | Merge pull request #39076 from rileylyman/editor_tab_names | Rémi Verschelde |
2020-07-01 | Merge pull request #39928 from hinlopen/qo-open-scene | Rémi Verschelde |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-29 | Open scene selected from Quick Open dialog. | Stijn Hinlopen |
2020-06-27 | Generate inspector preview for Image resources | Tomasz Chabora |
2020-06-26 | implement generic filename disambiguation | rileylyman |
2020-06-26 | Keep the bottom panel visible when enabling the distraction-free mode | Hugo Locurcio |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-06-25 | Don't use arbitrary theme editor icons for scripts with the same name | Andrii Doroshenko (Xrayez) |
2020-06-24 | Optimize class icon loading | Andrii Doroshenko (Xrayez) |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-06-09 | Tweak the invalid preset error message to mention `export_presets.cfg` | Hugo Locurcio |
2020-06-08 | PackedScene: Prevent crash when root node has `parent` attribute | Rémi Verschelde |
2020-06-04 | Enable text selection in execute output of EditorNode | Marcus Brummer |
2020-06-03 | Add a getter and property for the editor distraction-free mode | Hugo Locurcio |
2020-05-16 | Merge pull request #38451 from eduardonunesp/feature/command-comma-preferences | Rémi Verschelde |
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-13 | Merge pull request #38637 from Calinou/editor-rename-revert-scene-bind | Rémi Verschelde |
2020-05-12 | Support multiple debug protocols. | Fabio Alessandrelli |
2020-05-12 | Rename the editor action "Revert Scene" to "Reload Saved Scene" | Hugo Locurcio |
2020-05-11 | Using command + comma on macOS as default shortcut for editor settings | Eduardo Nunes Pereira |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-04 | Merge pull request #37717 from qarmin/world_fix | Rémi Verschelde |
2020-04-28 | Merge pull request #36427 from nekomatata/scene-thumbnail-flipped | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-18 | Ability to create local RenderingDevice instances. | Juan Linietsky |
2020-04-18 | Change non-existent World to World3D | qarmin |
2020-04-17 | Implement global and per instance shader uniforms. | Juan Linietsky |
2020-04-13 | Merge pull request #37749 from clayjohn/Vulkan-improved-ss | Rémi Verschelde |
2020-04-12 | Implement MSAA | Juan Linietsky |
2020-04-10 | Add proper quality settings to soft shadows | clayjohn |
2020-04-08 | Refactored shadowmapping. | Juan Linietsky |
2020-04-04 | Merge pull request #37570 from reduz/implement-sss | Rémi Verschelde |
2020-04-04 | Re-implement subsurface scattering. | Juan Linietsky |