Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | Merge pull request #47193 from ↵ | Rémi Verschelde | |
jmb462/prevent-resizing-minimap-bigger-than-GraphEdit Prevent resizing minimap bigger than GraphEdit (Fix #47189) | |||
2021-03-20 | Merge pull request #47186 from timothyqiu/project-icon-size | Rémi Verschelde | |
Fix project icon size in Project Manager | |||
2021-03-20 | Merge pull request #47192 from Faless/js/4.x_editor_version | Rémi Verschelde | |
[HTML5] Fix editor version numbering. | |||
2021-03-20 | Prevent resizing minimap bigger than GraphEdit (Fix #47189) | jmb462 | |
Minimap size couldn't be resized back after been resized bigger than GraphEdit cause the grabber was out of GraphEdit. This commit prevents resizing minimap bigger than GraphEdit and fix this issue. | |||
2021-03-20 | [HTML5] Fix editor version numbering. | Fabio Alessandrelli | |
Should not write patch version when it's `0`. | |||
2021-03-20 | Fix project icon size in Project Manager | Haoyu Qiu | |
2021-03-20 | Merge pull request #46818 from BastiaanOlij/fix_android_vulkan | Rémi Verschelde | |
Working on fixes for Android and Vulkan | |||
2021-03-19 | Merge pull request #47140 from paulloz/class-reference | Rémi Verschelde | |
class reference proofreading | |||
2021-03-19 | Merge pull request #47162 from AndyBarcia/FixTileMapEditorPaste | Rémi Verschelde | |
Fixes TileMap editor copy bug. | |||
2021-03-19 | class reference proofreading | Paul Joannon | |
2021-03-19 | Fixes TileMap editor copy bug. | andybarcia | |
2021-03-19 | Merge pull request #47156 from LightningAA/graph-edit-scroll-zoom-4.0 | Rémi Verschelde | |
Enable zooming in graph_edit with Ctrl + scrollwheel | |||
2021-03-19 | Merge pull request #47155 from W4RH4WK/gdscript-fix-quote-in-multiline-string | Rémi Verschelde | |
Fix missing quote in multiline GDScript string | |||
2021-03-19 | Merge pull request #47151 from nekomatata/soft-body-attachment-error | Rémi Verschelde | |
Fix spamming errors when SoftBody pinned nodes have no attachment | |||
2021-03-18 | Enable zooming graph_edit with scrollwheel | Lightning_A | |
2021-03-19 | Fix missing quote in multiline GDScript string | Alex Hirsch | |
fix #47117 | |||
2021-03-18 | Fix spamming errors when SoftBody pinned nodes have no attachment | PouleyKetchoupp | |
There was a specific case where the node path wasn't checked for validity before trying to access the attachment node. It could cause lots of error log noise in both editor and game. | |||
2021-03-19 | Merge pull request #47128 from ArdaE/master | Rémi Verschelde | |
GLTF importer: Prevent quick accumulation of significant numerical errors in keyframe times | |||
2021-03-18 | GLTF import: Prevent significant numerical errors in keyframe times | ArdaE | |
Keyframe times shift slowly in imported animations, starting with a zero shift at the beginning and increasing and becoming erratic slowly farther into an animation, reaching significant levels at times after about 3 minutes into an animation. This commit fixes the issue by increasing the precision of the floating point numbers used for keyframe time calculations. Only the most significant cases that cause fast accumulation of errors over a short animation duration are fixed. Other cases that would have a marginal benefit from switching to double precision numbers are left for another PR/further analysis. Note that this change has no impact on the runtime performance of games/apps created using Godot. It only affects the GLTF importer. Fixes #47127. | |||
2021-03-18 | Merge pull request #47147 from ↵ | Rémi Verschelde | |
TwistedTwigleg/skeletonik_changes_and_bug_fixes_regressionfix Fix for regression in SkeletonIK code | |||
2021-03-18 | Fix for regression in SkeletonIK code | TwistedTwigleg | |
2021-03-18 | Merge pull request #47141 from bruvzg/mac_export_force_sign | Rémi Verschelde | |
Add "Replace existing signature" to the macOS export (enabled by default). | |||
2021-03-18 | Add "Replace existing signature" to the macOS export (enabled by default). | bruvzg | |
2021-03-18 | Merge pull request #47115 from jcsho/fix-tree-null-stylebox | Rémi Verschelde | |
Check for null pointer in get_column_width(0) | |||
2021-03-18 | Check for null pointer in get_column_width(0) | Justin Ho | |
2021-03-18 | Mono: Fix Android build after #46900 | Rémi Verschelde | |
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde | |
And move GLTF docs to its module folder. | |||
2021-03-18 | Merge pull request #47133 from groud/navigation_2d_bugfix | Rémi Verschelde | |
Make 2D navigation consider scale | |||
2021-03-18 | Make 2D navigation consider scale | Gilles Roudière | |
2021-03-18 | Merge pull request #47125 from BastiaanOlij/SCsub_compile_shaders | Rémi Verschelde | |
Changed SCsub for shaders to find shaders automatically | |||
2021-03-18 | Merge pull request #47119 from Calinou/tweak-editor-splash-screen-color | Rémi Verschelde | |
Tweak the editor splash screen color to better match the default theme | |||
2021-03-18 | Merge pull request #47098 from Birdulon/DocDrawString4 | Rémi Verschelde | |
Documentation: Correct CanvasItem.draw_string position description. | |||
2021-03-18 | Documentation: Correct CanvasItem.draw_string position description. | Luke Hubmayer-Werner | |
Also add height warnings to Font.get_char_size and Font.get_string_size | |||
2021-03-18 | Merge pull request #47112 from ↵ | Rémi Verschelde | |
jmb462/fix-AudioEffectCapture-buffer-length-cannot-be-changed Fix AudioEffectCapture buffer length cannot be changed (Fix #47107) | |||
2021-03-18 | Changed SCsub for shaders to find shaders automatically and create ↵ | Bastiaan Olij | |
dependencies with include files | |||
2021-03-18 | Fixes on android: | Bastiaan Olij | |
- creating Vulkan context instead of OpenGL - checking for validity of ENV in wrapper classes - fix for access to JavaVM from threads | |||
2021-03-17 | Fix AudioEffectCapture buffer length cannot be changed | jmb462 | |
2021-03-17 | Tweak the editor splash screen color to better match the default theme | Hugo Locurcio | |
This helps achieve a visually "smoother" transition between the splash screen and the editor. | |||
2021-03-17 | Merge pull request #46674 from cmd410/fix-tab-container | Rémi Verschelde | |
Fix TabContainer _get_tab_width for localized node names | |||
2021-03-17 | Merge pull request #47050 from jmb462/fix-bbcode-tables-overlap-with-bottom-text | Rémi Verschelde | |
Fix BBCode tables overlap with bottom text (Fix #47012) | |||
2021-03-17 | Merge pull request #47104 from m4gr3d/fix_permissions_result_callback | Rémi Verschelde | |
Fix onMainRequestPermissionsResult callback for Android plugins. | |||
2021-03-17 | Fix onMainRequestPermissionsResult callback for Android plugins. | Fredia Huya-Kouadio | |
2021-03-17 | Merge pull request #47101 from Faless/js/4.x_fix_editor_manifest | Rémi Verschelde | |
[HTML5] Fix bogus Web Editor manifest. | |||
2021-03-17 | [HTML5] Fix bogus Web Editor manifest. | Fabio Alessandrelli | |
The `start_url` in the PWA manifest.json must be relative for it to work in subfolders (like in the official Web Editor page). | |||
2021-03-17 | Merge pull request #47097 from ignacioabal/master | Rémi Verschelde | |
Added validation when assigning heightfield_resolution (Fix #46281) | |||
2021-03-17 | Added validation when assigning heightfield_resolution (Fix #46281) | Ignacio Abal | |
2021-03-17 | Merge pull request #47064 from ↵ | Rémi Verschelde | |
jmb462/fix-crash-in-uninitialized-AnimatedSprite2d-play Fix crash on calling play() in a uninitialized AnimatedSprite2D (Fix #46013) | |||
2021-03-17 | Fix crash on calling play() in a uninitialized AnimatedSprite2D | jmb462 | |
When AnimatedSprite2D::play() was called before SpriteFrames has been initialized, a crach occurred (issue #46013). Modification : An error message on null check test has been added to prevent crash. Fix #46013. | |||
2021-03-17 | Merge pull request #47080 from mbrlabs/ios-sensor-conversion | Rémi Verschelde | |
Converted sensor acceleration units to m/s² on iOS and UWP | |||
2021-03-17 | Converted sensor acceleration units to m/s^2 on iOS and UWP | Marcus Brummer | |
This is beacuse on Android these values are already in m/s^2 while on iOS and UWP they are in g. This just makes the behaviour consistent on all platforms. |