summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-30Merge pull request #39956 from madmiraal/fix-39919Rémi Verschelde
Fix CSG Visual Bug.
2020-06-30Merge pull request #39977 from bruvzg/fix_zip_file_mode_againRémi Verschelde
[macOS export] Set correct external file attributes, and creation time.
2020-06-30Merge pull request #39953 from neikeq/fix-missing-defval-regr-from-39827Ré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-29Merge pull request #39302 from simpuid/custom-monitorsRémi Verschelde
Added Custom Performance Monitor
2020-06-29Merge pull request #39894 from madmiraal/fix-39768Rémi Verschelde
Trigger broadphase update when changing collision layer/mask.
2020-06-29Use is_equal_approx() instead of vertex_snap when checking if ray isMarcel Admiraal
colliding with equiplanar CSG faces.
2020-06-29Create 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-29Fix missing DEFVAL in RenderingDevice.storage_buffer_createIgnacio Etcheverry
2020-06-29Merge pull request #39934 from starryalley/fix-videoplayer-raceRémi Verschelde
VideoPlayer: fix possible race condition
2020-06-29Merge pull request #39945 from akien-mga/x11-XGetWindowProperty-memleakRémi Verschelde
X11: Ensure XGetWindowProperty data gets freed
2020-06-29Added 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-29X11: Ensure XGetWindowProperty data gets freedRémi Verschelde
And cleanup includes a bit.
2020-06-29Merge pull request #39938 from MCrafterzz/interpolatedcameraRémi Verschelde
Remove unused interpolate camera icon
2020-06-29Merge pull request #39824 from mrushyendra/snap_point_polygonRémi Verschelde
Fix possible accidental duplication of Polygon2D start point
2020-06-29Merge pull request #39922 from KoBeWi/preloadloadRémi Verschelde
Improve the preload and load descriptions
2020-06-29Merge pull request #39935 from mrushyendra/datetime_negativeRémi Verschelde
Fix weekday calculation in get_datetime_from_unix_time for negative times
2020-06-29Fix weekday calculation in get_datetime_from_unix_time for negative timesMaganty 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-29VideoPlayer: fix possible race conditionMark 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-28Improve the preload and load descriptionsTomasz Chabora
2020-06-28Merge pull request #39916 from reduz/sdfgi-occRémi Verschelde
SDFGI: Slight occlusion improvements.
2020-06-28Slight occlusion improvements.Juan Linietsky
2020-06-28Merge pull request #39904 from m4gr3d/fix_focus_aware_option_masterRémi Verschelde
Fix the logic to enable focus awareness
2020-06-28Merge pull request #39910 from starryalley/fix-videoplayer-file-closeRémi Verschelde
VideoStreamGDNative: close file in cleanup()
2020-06-28VideoStreamGDNative: close file in cleanupMark Kuo
We should close the file handle when we are done.
2020-06-27Fix the logic to enable focus awarenessFredia Huya-Kouadio
2020-06-27Merge pull request #39896 from KoBeWi/image_galleryRémi Verschelde
Generate inspector preview for Image resources
2020-06-27Merge pull request #39885 from hinlopen/improve-quick-openRémi Verschelde
QuickOpen improvements
2020-06-27Generate inspector preview for Image resourcesTomasz Chabora
2020-06-27Trigger broadphase update when changing collision layer/mask, andMarcel Admiraal
check for collision layer/mask changes in 2D hash grid broadphase update.
2020-06-27Remove directory search resultsStijn Hinlopen
2020-06-27Merge pull request #39869 from Chaosus/shader_fix_returnRémi Verschelde
Prevents usage of return in main shader functions
2020-06-27Merge 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-27Prevents usage of return in main shader functionsYuri Roubinsky
2020-06-27Call Node3D::get_global_transform and Vector3::dot only once within ↵Adam Reichold
Camera3D::is_position_behind to avoid redundant work.
2020-06-27Merge pull request #39856 from qarmin/fixes_leaksRémi Verschelde
Fixes recently introduced shader leaks
2020-06-27Fixes recently introduced shader leaksqarmin
2020-06-27Merge pull request #39637 from MCrafterzz/tilemapinprovementsRémi Verschelde
Make tilemap lines/rectangles their own tools
2020-06-27Merge 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-26Keep the bottom panel visible when enabling the distraction-free modeHugo Locurcio
- Document the `EditorInterface.distraction_free_mode` property. This closes https://github.com/godotengine/godot-proposals/issues/951.
2020-06-26Merge pull request #39855 from m4gr3d/godot_fragment_masterRémi Verschelde
Enable the ability to use Godot as a subview within an Android app
2020-06-26Merge 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-26Merge pull request #39827 from reduz/sdfgiJuan Linietsky
Addition of SDFGI for open world global illumination
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
Move GI to a deferred pass
2020-06-26Make tilemap lines/rectangles their own toolsMarcus Elg
2020-06-26Merge pull request #39814 from Xrayez/specific-weird-iconsRémi Verschelde
Don't use arbitrary theme editor icons for scripts with the same name
2020-06-26Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-intRémi Verschelde
Mono/C#: Fix InvalidCast because of attempt to unbox long as int
2020-06-26Merge pull request #39839 from neikeq/use-/restore-instead-of-/t-restoreRémi Verschelde
Mono/C#: Use /restore instead of /t:restore when building
2020-06-26Merge pull request #39836 from neikeq/fix-unhandled-exception-printRémi Verschelde
Mono/C#: Fix unhandled exception not being printed
2020-06-25Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio