Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-09 | Merge pull request #43158 from nathanfranke/fix-gradient-and-draw-tile | Rémi Verschelde | |
Fix Gradient and Color Picker checkerboard, Fix tile parameter for CanvasItem.draw_texture_rect | |||
2021-08-09 | Merge pull request #51427 from omar-polo/platform-detect-openbsd | Rémi Verschelde | |
automatically detect openbsd as platform=linuxbsd | |||
2021-08-09 | automatically detect BSDs as platform=linuxbsd | Omar Polo | |
2021-08-09 | Merge pull request #51431 from Chaosus/vs_cosmetic | Yuri Roubinsky | |
Added small offset to the content of nodes in VisualShader | |||
2021-08-09 | Added small offset to the content of nodes in VisualShader | Yuri Roubinsky | |
2021-08-09 | Merge pull request #51422 from Chaosus/shader_dialog_fixes | Yuri Roubinsky | |
Fix some bugs in shader creation dialog (continue) | |||
2021-08-09 | Fix some bugs in shader creation dialog (continue) | Yuri Roubinsky | |
2021-08-09 | Merge pull request #51338 from V-Sekai/gltf-lights | Rémi Verschelde | |
Continue when glTF2 lights fail to parse. | |||
2021-08-09 | Merge pull request #51420 from Chaosus/shader_dialog_fixed_typo | Rémi Verschelde | |
[WIP] Fix some bugs in shader creation dialog | |||
2021-08-09 | Merge pull request #51180 from RandomShaper/native_script_inherits | Rémi Verschelde | |
Implement inherits_script() for NativeScript and PluginScript | |||
2021-08-09 | Continue when glTF2 lights fail to parse. | K. S. Ernest (iFire) Lee | |
2021-08-09 | Fix some bugs in shader creation dialog | Yuri Roubinsky | |
2021-08-09 | Merge pull request #51155 from Chaosus/shader_fix_specular_mode | Rémi Verschelde | |
Fix a default shader specular render mode to `SCHLICK_GGX` | |||
2021-08-09 | Merge pull request #51412 from YeldhamDev/property_track_desc | Rémi Verschelde | |
Make property description in the animation editor actually show it | |||
2021-08-08 | Make property description in the animation editor actually show it | Michael Alexsander | |
2021-08-09 | Merge pull request #49587 from bruvzg/text_server_inline_align | Rémi Verschelde | |
[Text Server] Improve object (image/table) inline alignment. | |||
2021-08-09 | Merge pull request #51405 from bruvzg/macos_recenter_mouse | Rémi Verschelde | |
[macOS] Move captured mouse cursor to the center when window gain focus. | |||
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg | |
2021-08-08 | [macOS] Move captured mouse cursor to the center when window gain focus. | bruvzg | |
2021-08-08 | Merge pull request #51217 from timothyqiu/more-i18n | Rémi Verschelde | |
Fix various i18n failures | |||
2021-08-08 | Merge pull request #51395 from angad-k/pseudolocalization-squashed | Rémi Verschelde | |
Add pseudolocalization to Godot. (GSoC'21) | |||
2021-08-08 | add pseudolocalization to Godot | Angad Kambli | |
2021-08-08 | Merge pull request #51385 from RandomShaper/fix_thread_default_null | Rémi Verschelde | |
Fix logic to allow default null thread argument | |||
2021-08-08 | Fix logic to allow default null thread argument | Pedro J. Estébanez | |
2021-08-08 | Merge pull request #51379 from follower/patch-15 | Rémi Verschelde | |
Fix Unicode URL link tags to render correctly. | |||
2021-08-08 | Fix Unicode URL link tags to render correctly. | follower | |
Change incorrect `[/code]` closing tags to `[/url]` tags. The `url` tags for the links to the Unicode code points information use `[/code]` rather than `[/url]` to close them. This results in the links being rendered incorrectly in the IDE--the entire rest of the documentation for each method gets turned into a giant underlined link. This issue was introduced in https://github.com/godotengine/godot/commit/a2271ba3bdaa5fab0f6518a2445b839d36e283eb. | |||
2021-08-07 | Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tile | Nathan Franke | |
2021-08-07 | Merge pull request #51375 from Blackiris/fix-action-get-events | Rémi Verschelde | |
Fix action_get_events returning booleans instead of InputKey entries | |||
2021-08-07 | Fix action_get_events returning booleans instead of InputKey entries | Julien Nguyen | |
2021-08-07 | Merge pull request #51356 from Chaosus/shader_dialog | Yuri Roubinsky | |
2021-08-07 | Added editor dialog for easily creating shaders. | Yuri Roubinsky | |
2021-08-07 | Merge pull request #38547 from YeldhamDev/global_rate_scale_invert | Rémi Verschelde | |
Invert how `global_rate_scale` value works, and rename it to `playback_speed_scale` | |||
2021-08-07 | Invert how `global_rate_scale` value works, and rename it to ↵ | Michael Alexsander | |
`playback_speed_scale` | |||
2021-08-07 | Merge pull request #51360 from Paulb23/item-list-bg-colour-update | Rémi Verschelde | |
2021-08-07 | Merge pull request #51355 from lawnjelly/fix_plane_xform_4_new | Rémi Verschelde | |
2021-08-07 | Merge pull request #51357 from raulsntos/fix-51342 | Rémi Verschelde | |
Fix Path3D initial forward calculation | |||
2021-08-07 | Redraw on item list custom bg/fg colour change | Paulb23 | |
2021-08-07 | Merge pull request #51326 from ↵ | Rémi Verschelde | |
LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the viewport rotation gizmo (again) | |||
2021-08-07 | Fix Path3D initial forward calculation | Raul Santos | |
2021-08-07 | Merge pull request #51328 from pycbouh/docs-inspector-plugins-classref | Rémi Verschelde | |
Improve the inspector plugin documentation and remove a confusing statement | |||
2021-08-07 | Merge pull request #51322 from raulsntos/fix-msbuild-exception | Rémi Verschelde | |
Ensure MSBuildPanel buttons are instantiated | |||
2021-08-07 | Fix Transform::xform(Plane) functions | lawnjelly | |
The Transform::xform and xform_inv are made safe for Planes when using non-uniform scaling. Optimization of calling sites to prevent loss of performance from the changes to xform(Plane). | |||
2021-08-07 | Merge pull request #51353 from AndreaCatania/const_fix | Rémi Verschelde | |
Removes const from set functions on the Gizmos | |||
2021-08-07 | Removes const from set functions on the Gizmos | AndreaCatania | |
2021-08-07 | Merge pull request #47700 from Calinou/editor-mouse-wheel-change-scene-tabs | Rémi Verschelde | |
Allow using the mouse wheel to navigate scene tabs | |||
2021-08-07 | Merge pull request #51332 from Razoric480/fix-completion-sceneless | Rémi Verschelde | |
Fix LSP completion crashing on scene-less scripts | |||
2021-08-06 | Merge pull request #51337 from naithar/fix/ios-plugin-initialization-in-api | Rémi Verschelde | |
[4.0] [iOS] Use platform generated api to initialize iOS plugins | |||
2021-08-06 | Minor visual improvements to the viewport rotation gizmo (again) | Lightning_A | |
2021-08-06 | Ensure MSBuildPanel buttons are instantiated | Raul Santos | |
2021-08-06 | [iOS] Use platform generated api to initialize iOS plugins | Sergey Minakov | |