Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2021-08-06 | Fix LSP completion crashing on scene-less scripts | Francois Belair | |
2021-08-06 | Merge pull request #51319 from pycbouh/editor-fix-theme-item-descriptions | Rémi Verschelde | |
Fix theme property descriptions in the Inspector | |||
2021-08-06 | Improve the inspector plugin documentation and remove a confusing statement | Yuri Sizov | |
2021-08-06 | Merge pull request #51309 from Chaosus/fix_uniform_error_spam | Rémi Verschelde | |
Fix incorrect checking of uniform set to prevent error spam | |||
2021-08-06 | Merge pull request #49924 from BastiaanOlij/mobile_render_subpass | Rémi Verschelde | |
Use subpasses to do 3D rendering and resolve in mobile renderer | |||
2021-08-06 | Fix theme property descriptions in the Inspector | Yuri Sizov | |
2021-08-06 | Merge pull request #51314 from georgwacker/fix-vertical-precision-scroll | Rémi Verschelde | |
Fix vertical scroll/zoom for precision touchpad on windows | |||
2021-08-06 | Use subpasses to do 3D rendering and resolve in mobile renderer | Bastiaan Olij | |
2021-08-06 | Fix vertical scroll/zoom for precision touchpad | Georg Wacker | |
Adds factor data for vertical mousewheel event, in line with horizontal mousewheel event | |||
2021-08-06 | Merge pull request #50487 from ↵ | Rémi Verschelde | |
akien-mga/clang-warning-Wordered-compare-function-pointers | |||
2021-08-06 | HTML5: Fix warnings and re-enable `werror=yes` on CI | Rémi Verschelde | |
Add a missing call to disable warnings on a forked env for freetype's `sfnt.c`. | |||
2021-08-06 | SCons: Add method to detect Emscripten and use it for warnings config | Rémi Verschelde | |
Emscripten is LLVM-based so we want to follow the same logic. But we can't just put it as a match in `methods.using_clang()` as that would mess with the compiler version detection logic used to restrict old GCC and Clang releases. | |||
2021-08-06 | SCons: Disable Clang -Wordered-compare-function-pointers warning | Rémi Verschelde | |
It's raised for us on many comparators implemented to be able to store a struct in `Set` or `Map` (who rely on `operator<` internally). In the cases I reviewed we don't actually care about the ordering and we use the struct's function pointers as that's the only distinctive data available. | |||
2021-08-06 | Merge pull request #46505 from akien-mga/os-fix-used-resources-debug-prints | Rémi Verschelde | |
OS: Fix used resource debug prints | |||
2021-08-06 | Merge pull request #51082 from ellenhp/fix_cubic_resampling | Rémi Verschelde | |
2021-08-06 | Fix incorrect checking of uniform set to prevent error spam | Yuri Roubinsky | |
2021-08-06 | OS: Fix used resource debug prints | Rémi Verschelde | |
These methods were broken by 22419082d9bedbc9dc060ea5784bb0871f8710a3 5 years ago and nobody complained, so maybe they're not so useful... But at least this should restore them to a working state. | |||
2021-08-06 | Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuous | Rémi Verschelde | |
Change the editor update spinner color when updating continuously | |||
2021-08-06 | Merge pull request #51234 from akien-mga/tests-file-get_csv_line | Rémi Verschelde | |
Tests: Improve coverage for `File::get_csv_line()` | |||
2021-08-06 | Merge pull request #51283 from Razoric480/lsp-parse-from | Rémi Verschelde | |
Fix LSP parsing get_node only from the scene root | |||
2021-08-06 | Merge pull request #51301 from Faless/mp/4.x_gd_default_rpc | Rémi Verschelde | |
[Net] Default @rpc annotation should be puppet, not master. |