Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2020-06-29 | Create degenerate triangles when inserting an edge into a CSG face. | Marcel Admiraal | |
They will be deleted when the faces are merged, but their edges are needed for merging faces. | |||
2020-06-29 | Fix missing DEFVAL in RenderingDevice.storage_buffer_create | Ignacio Etcheverry | |
2020-06-29 | Merge pull request #39934 from starryalley/fix-videoplayer-race | Rémi Verschelde | |
VideoPlayer: fix possible race condition | |||
2020-06-29 | Merge pull request #39945 from akien-mga/x11-XGetWindowProperty-memleak | Rémi Verschelde | |
X11: Ensure XGetWindowProperty data gets freed | |||
2020-06-29 | Added Custom Performance Monitor and feature to read intermediate values of ↵ | simpu | |
Monitor Custom monitors can be added/removed/checked using `Performance.add_custom_monitor`/`Performance.remove_custom_monitor`/`Performance.has_custom_monitor` The value can be viewed in the `Monitor` tab of Debugger. Text before `/` is used to categorize the custom monitor. `EditorPerformanceProfiler` class is created to separate logic from `ScriptEditorDebugger` User can click on the graph of monitors to read the value at that point. Graph includes intermediate base lines. | |||
2020-06-29 | X11: Ensure XGetWindowProperty data gets freed | Rémi Verschelde | |
And cleanup includes a bit. | |||
2020-06-29 | Merge pull request #39938 from MCrafterzz/interpolatedcamera | Rémi Verschelde | |
Remove unused interpolate camera icon | |||
2020-06-29 | Merge pull request #39824 from mrushyendra/snap_point_polygon | Rémi Verschelde | |
Fix possible accidental duplication of Polygon2D start point | |||
2020-06-29 | Merge pull request #39922 from KoBeWi/preloadload | Rémi Verschelde | |
Improve the preload and load descriptions | |||
2020-06-29 | Merge pull request #39935 from mrushyendra/datetime_negative | Rémi Verschelde | |
Fix weekday calculation in get_datetime_from_unix_time for negative times | |||
2020-06-29 | Fix weekday calculation in get_datetime_from_unix_time for negative times | Maganty Rushyendra | |
Fix calculation for negative times to ensure Sundays are wrapped around to '0' instead of '7', making it consistent with the output for positive times. | |||
2020-06-29 | VideoPlayer: fix possible race condition | Mark Kuo | |
In set_stream() we write to 'playback' while accessing the same object in _mix_audio() in audio thread. Protect the 'write' part in set_stream() to avoid possible crash in _mix_audio() function. | |||
2020-06-28 | Improve the preload and load descriptions | Tomasz Chabora | |
2020-06-28 | Merge pull request #39916 from reduz/sdfgi-occ | Rémi Verschelde | |
SDFGI: Slight occlusion improvements. | |||
2020-06-28 | Slight occlusion improvements. | Juan Linietsky | |
2020-06-28 | Merge pull request #39904 from m4gr3d/fix_focus_aware_option_master | Rémi Verschelde | |
Fix the logic to enable focus awareness | |||
2020-06-28 | Merge pull request #39910 from starryalley/fix-videoplayer-file-close | Rémi Verschelde | |
VideoStreamGDNative: close file in cleanup() | |||
2020-06-28 | VideoStreamGDNative: close file in cleanup | Mark Kuo | |
We should close the file handle when we are done. | |||
2020-06-27 | Fix the logic to enable focus awareness | Fredia Huya-Kouadio | |
2020-06-27 | Merge pull request #39896 from KoBeWi/image_gallery | Rémi Verschelde | |
Generate inspector preview for Image resources | |||
2020-06-27 | Merge pull request #39885 from hinlopen/improve-quick-open | Rémi Verschelde | |
QuickOpen improvements | |||
2020-06-27 | Generate inspector preview for Image resources | Tomasz Chabora | |