Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | Merge pull request #32516 from nekomatata/texture-button-flip | Rémi Verschelde | |
Added flip_h and flip_v properties in TextureButton | |||
2020-07-01 | Merge pull request #33061 from madmiraal/nullpointerdereference | Rémi Verschelde | |
Call CRASH_COND_MSG if key not found in HashMap get(key) functions. | |||
2020-07-01 | Merge pull request #39076 from rileylyman/editor_tab_names | Rémi Verschelde | |
Implement filename disambiguation for scene tabs and script names | |||
2020-07-01 | Merge pull request #39788 from bruvzg/macos_apple_silicon | Rémi Verschelde | |
[macOS] Add support for the Apple Silicon (ARM64) build target. | |||
2020-07-01 | Merge pull request #39927 from hinlopen/quick-open-ranking | Rémi Verschelde | |
Quick Open search ranking: favor filenames over extensions. | |||
2020-07-01 | Merge pull request #39928 from hinlopen/qo-open-scene | Rémi Verschelde | |
Open scene selected from Quick Open dialog | |||
2020-07-01 | Merge pull request #40016 from akien-mga/environment-code-cleanup | Rémi Verschelde | |
Environment: Refactor code for readability + more | |||
2020-07-01 | Merge pull request #40015 from reduz/fix-embedded_subwindow-input | Rémi Verschelde | |
Ensure embedded mode works again | |||
2020-07-01 | Merge pull request #36307 from Xrayez/raycast-enabled-true | Rémi Verschelde | |
Enable raycast nodes by default | |||
2020-07-01 | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde | |
Make all String integer conversion methods be 64-bit | |||
2020-07-01 | Merge pull request #40008 from DanielZTing/master | Rémi Verschelde | |
Make "Close and save changes?" actually save | |||
2020-07-01 | Merge pull request #40004 from glek/patch-1 | Rémi Verschelde | |
Change assembly watcher after notification changes | |||
2020-07-01 | Merge pull request #40010 from Chaosus/shader_func_arg_const_qual | Rémi Verschelde | |
Added const qualifier support for function arguments in shaders | |||
2020-07-01 | Merge pull request #39954 from hinlopen/delete-nodes-msg | Rémi Verschelde | |
Delete Nodes message | |||
2020-07-01 | Merge pull request #36885 from Xrayez/doctool-err-msg | Rémi Verschelde | |
Fix doctool misleading error message | |||
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde | |
- Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes. | |||
2020-07-01 | Ensure embedded mode works again | Juan Linietsky | |
Also implemented application in/out notifications in X11. | |||
2020-07-01 | Deleting multiple nodes displays correct message. | Stijn Hinlopen | |
2020-07-01 | Added const qualifier support for function arguments in shaders | Yuri Roubinsky | |
2020-07-01 | Call CRASH_COND_MSG if key not found in HashMap get function. | Marcel Admiraal | |
2020-07-01 | Added flip_h and flip_v properties in TextureButton | PouleyKetchoupp | |
2020-07-01 | Merge pull request #40003 from YeldhamDev/tree_scroll_fix | Rémi Verschelde | |
Fix Tree's 'scroll_to_item()' not working correctly on some cases | |||
2020-07-01 | Merge pull request #39985 from Calinou/uppercase-aces-tonemapping | Rémi Verschelde | |
Write "Aces" tonemapping in uppercase as it's an acronym | |||
2020-06-30 | Make "Close and save changes?" actually save | Daniel Ting | |
This fixes issue #39844, where the confirmation dialog when a user attempts to close an unsaved script did not actually save it even after clicking "Save." | |||
2020-06-30 | Change assembly watcher after notification changes | G'lek | |
Fixed Mono not building after #39986 was merged due to a constant that got renamed. | |||
2020-06-30 | Fix Tree's 'scroll_to_item()' not working correctly on some cases | Michael Alexsander | |
2020-06-30 | Merge pull request #39988 from bruvzg/macos_app_active_notifications | Rémi Verschelde | |
[macOS] Add application become/resign active notifications. | |||
2020-06-30 | Merge pull request #39994 from Faless/iteration/os_delay | Rémi Verschelde | |
Move frame delaying functions from Main to OS. | |||
2020-06-30 | Merge pull request #39995 from Faless/js/restore_ci_jun | Rémi Verschelde | |
Fix RasterizerDummy after SDF GI changes. | |||
2020-06-30 | Fix RasterizerDummy after SDF GI changes. | Fabio Alessandrelli | |
Re-enable JavaScript CI. | |||
2020-06-30 | Move frame delaying functions from Main to OS. | Fabio Alessandrelli | |
Will allow specific platforms to override it and avoid blocking on the main/GUI thread. | |||
2020-06-30 | Merge pull request #39993 from reduz/make-dialogs-exclusive | Rémi Verschelde | |
Make dialogs exclusive by default, fixes #37732 | |||
2020-06-30 | Make dialogs exclusive by default, fixes #37732 | Juan Linietsky | |
Also fix on set_visible, not creating exclusive children as it should. | |||
2020-06-30 | Merge pull request #39990 from follower/revert-fuzzy-help-search | Rémi Verschelde | |
Revert "Adds fuzzy search for help search dialog" | |||
2020-07-01 | Revert "Adds fuzzy search for help search dialog" | follower | |
This reverts commit 481dbceed0d0610a6c689e3be448b7953994763e. Current fuzzy search implementation results in too many non-useful results. Could be re-added after result sort/filter/score functionality is added. See #30072 for example existing implementation. Fixes: #39128 Reverts: #32043 Fixed format style conflicts: editor/editor_help_search.cpp | |||
2020-06-30 | [macOS] Add application become/resign active notifications. | bruvzg | |
2020-06-30 | Merge pull request #39986 from reduz/app-inout-notification | Rémi Verschelde | |
Add a separate application focus/in notification | |||
2020-06-30 | Merge pull request #38920 from paulherman/tga | Rémi Verschelde | |
Expose loading TGA images in Image. | |||
2020-06-30 | Add a separate application focus/in notification out from Window focus ↵ | Juan Linietsky | |
notification. | |||
2020-06-30 | Write "Aces" tonemapping in uppercase as it's an acronym | Hugo Locurcio | |
2020-06-30 | Merge pull request #35633 from Xrayez/physics-shape-property | Rémi Verschelde | |
Expose shape property for shape query parameters classes | |||
2020-06-30 | Merge pull request #39982 from hinlopen/create-dialog-preferred | Rémi Verschelde | |
Add Control to preferred types in Create Dialog | |||
2020-06-30 | Add Control to preferred types | Stijn Hinlopen | |
2020-06-30 | Merge pull request #39956 from madmiraal/fix-39919 | Rémi Verschelde | |
Fix CSG Visual Bug. | |||
2020-06-30 | Merge pull request #39977 from bruvzg/fix_zip_file_mode_again | Rémi Verschelde | |
[macOS export] Set correct external file attributes, and creation time. | |||
2020-06-30 | Merge pull request #39953 from neikeq/fix-missing-defval-regr-from-39827 | Rémi Verschelde | |
Fix missing DEFVAL in RenderingDevice.storage_buffer_create | |||
2020-06-30 | [macOS export] Set correct external file attributes (Unix mode), and ↵ | bruvzg | |
creation time. | |||
2020-06-29 | Merge pull request #39302 from simpuid/custom-monitors | Rémi Verschelde | |
Added Custom Performance Monitor | |||
2020-06-29 | Merge pull request #39894 from madmiraal/fix-39768 | Rémi Verschelde | |
Trigger broadphase update when changing collision layer/mask. | |||
2020-06-29 | Use is_equal_approx() instead of vertex_snap when checking if ray is | Marcel Admiraal | |
colliding with equiplanar CSG faces. |