Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-06-27 | Trigger broadphase update when changing collision layer/mask, and | Marcel Admiraal | |
check for collision layer/mask changes in 2D hash grid broadphase update. | |||
2020-06-27 | Remove directory search results | Stijn Hinlopen | |
2020-06-27 | Merge pull request #39869 from Chaosus/shader_fix_return | Rémi Verschelde | |
Prevents usage of return in main shader functions | |||
2020-06-27 | Merge pull request #39850 from ↵ | Rémi Verschelde | |
adamreichold/is-position-behind-get-global-transform-once Call Node3D::get_global_transform and Vector3::dot only once within Camera3D::is_position_behind | |||
2020-06-27 | Prevents usage of return in main shader functions | Yuri Roubinsky | |
2020-06-27 | Call Node3D::get_global_transform and Vector3::dot only once within ↵ | Adam Reichold | |
Camera3D::is_position_behind to avoid redundant work. | |||
2020-06-27 | Merge pull request #39856 from qarmin/fixes_leaks | Rémi Verschelde | |
Fixes recently introduced shader leaks | |||
2020-06-27 | Fixes recently introduced shader leaks | qarmin | |
2020-06-27 | Merge pull request #39637 from MCrafterzz/tilemapinprovements | Rémi Verschelde | |
Make tilemap lines/rectangles their own tools | |||
2020-06-27 | Merge pull request #39177 from ↵ | Rémi Verschelde | |
Calinou/distraction-free-keep-bottom-panel-visible Keep the bottom panel visible when enabling the distraction-free mode | |||
2020-06-26 | Keep the bottom panel visible when enabling the distraction-free mode | Hugo Locurcio | |
- Document the `EditorInterface.distraction_free_mode` property. This closes https://github.com/godotengine/godot-proposals/issues/951. | |||
2020-06-26 | Merge pull request #39855 from m4gr3d/godot_fragment_master | Rémi Verschelde | |
Enable the ability to use Godot as a subview within an Android app | |||
2020-06-26 | Merge pull request #39754 from ↵ | Rémi Verschelde | |
akien-mga/canvasitemeditor-fix-dropped-scenes-position CanvasItemEditor: Fix losing position for drag'n'dropped scenes | |||
2020-06-26 | Merge pull request #39827 from reduz/sdfgi | Juan Linietsky | |
Addition of SDFGI for open world global illumination | |||
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky | |
Move GI to a deferred pass | |||
2020-06-26 | Make tilemap lines/rectangles their own tools | Marcus Elg | |
2020-06-26 | Merge pull request #39814 from Xrayez/specific-weird-icons | Rémi Verschelde | |
Don't use arbitrary theme editor icons for scripts with the same name | |||
2020-06-26 | Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-int | Rémi Verschelde | |
Mono/C#: Fix InvalidCast because of attempt to unbox long as int | |||
2020-06-26 | Merge pull request #39839 from neikeq/use-/restore-instead-of-/t-restore | Rémi Verschelde | |
Mono/C#: Use /restore instead of /t:restore when building | |||
2020-06-26 | Merge pull request #39836 from neikeq/fix-unhandled-exception-print | Rémi Verschelde | |
Mono/C#: Fix unhandled exception not being printed | |||
2020-06-25 | Enable the ability to use Godot as a subview within an Android app | Fredia Huya-Kouadio | |