| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #51379 from follower/patch-15 | Rémi Verschelde | 2021-08-08 | 1 | -3/+3 |
| |\ | | | | | Fix Unicode URL link tags to render correctly. | ||||
| | * | Fix Unicode URL link tags to render correctly. | follower | 2021-08-08 | 1 | -3/+3 |
| |/ | | | | | | | | | 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. | ||||
| * | Merge pull request #51375 from Blackiris/fix-action-get-events | Rémi Verschelde | 2021-08-07 | 1 | -1/+1 |
| |\ | | | | | Fix action_get_events returning booleans instead of InputKey entries | ||||
| | * | Fix action_get_events returning booleans instead of InputKey entries | Julien Nguyen | 2021-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #51356 from Chaosus/shader_dialog | Yuri Roubinsky | 2021-08-07 | 10 | -10/+911 |
| |\ \ | |/ |/| | |||||
| | * | Added editor dialog for easily creating shaders. | Yuri Roubinsky | 2021-08-07 | 10 | -10/+911 |
| | | | |||||
| * | | Merge pull request #38547 from YeldhamDev/global_rate_scale_invert | Rémi Verschelde | 2021-08-07 | 5 | -18/+18 |
| |\ \ | |/ |/| | Invert how `global_rate_scale` value works, and rename it to `playback_speed_scale` | ||||
| | * | Invert how `global_rate_scale` value works, and rename it to ↵ | Michael Alexsander | 2021-08-07 | 5 | -18/+18 |
| |/ | | | | `playback_speed_scale` | ||||
| * | Merge pull request #51360 from Paulb23/item-list-bg-colour-update | Rémi Verschelde | 2021-08-07 | 1 | -0/+2 |
| |\ | |||||
| | * | Redraw on item list custom bg/fg colour change | Paulb23 | 2021-08-07 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #51355 from lawnjelly/fix_plane_xform_4_new | Rémi Verschelde | 2021-08-07 | 2 | -32/+76 |
| |\ \ | |||||
| | * | | Fix Transform::xform(Plane) functions | lawnjelly | 2021-08-07 | 2 | -32/+76 |
| | | | | | | | | | | | | | | | | 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). | ||||
| * | | | Merge pull request #51357 from raulsntos/fix-51342 | Rémi Verschelde | 2021-08-07 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | Fix Path3D initial forward calculation | ||||
| | * | | Fix Path3D initial forward calculation | Raul Santos | 2021-08-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #51326 from ↵ | Rémi Verschelde | 2021-08-07 | 1 | -18/+15 |
| |\ \ \ | |/ / |/| | | | | | | | | LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the viewport rotation gizmo (again) | ||||
| | * | | Minor visual improvements to the viewport rotation gizmo (again) | Lightning_A | 2021-08-06 | 1 | -18/+15 |
| | | | | |||||
| * | | | Merge pull request #51328 from pycbouh/docs-inspector-plugins-classref | Rémi Verschelde | 2021-08-07 | 2 | -5/+6 |
| |\ \ \ | | | | | | | | | Improve the inspector plugin documentation and remove a confusing statement | ||||
| | * | | | Improve the inspector plugin documentation and remove a confusing statement | Yuri Sizov | 2021-08-06 | 2 | -5/+6 |
| | |/ / | |||||
| * | | | Merge pull request #51322 from raulsntos/fix-msbuild-exception | Rémi Verschelde | 2021-08-07 | 1 | -8/+12 |
| |\ \ \ | |_|/ |/| | | Ensure MSBuildPanel buttons are instantiated | ||||
| | * | | Ensure MSBuildPanel buttons are instantiated | Raul Santos | 2021-08-06 | 1 | -8/+12 |
| | |/ | |||||
| * | | Merge pull request #51353 from AndreaCatania/const_fix | Rémi Verschelde | 2021-08-07 | 6 | -74/+74 |
| |\ \ | | | | | | | Removes const from set functions on the Gizmos | ||||
| | * | | Removes const from set functions on the Gizmos | AndreaCatania | 2021-08-07 | 6 | -74/+74 |
| |/ / | |||||
| * | | Merge pull request #47700 from Calinou/editor-mouse-wheel-change-scene-tabs | Rémi Verschelde | 2021-08-07 | 1 | -0/+10 |
| |\ \ | | | | | | | Allow using the mouse wheel to navigate scene tabs | ||||
| | * | | Allow using the mouse wheel to navigate scene tabs | Hugo Locurcio | 2021-04-07 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | This works in a way similar to tabs in KDE or some patched Chromium builds. | ||||
| * | | | Merge pull request #51332 from Razoric480/fix-completion-sceneless | Rémi Verschelde | 2021-08-07 | 2 | -16/+22 |
| |\ \ \ | | | | | | | | | Fix LSP completion crashing on scene-less scripts | ||||
| | * | | | Fix LSP completion crashing on scene-less scripts | Francois Belair | 2021-08-06 | 2 | -16/+22 |
| | | | | | |||||
| * | | | | Merge pull request #51337 from naithar/fix/ios-plugin-initialization-in-api | Rémi Verschelde | 2021-08-06 | 4 | -7/+90 |
| |\ \ \ \ | |/ / / |/| | | | [4.0] [iOS] Use platform generated api to initialize iOS plugins | ||||
| | * | | | [iOS] Use platform generated api to initialize iOS plugins | Sergey Minakov | 2021-08-06 | 4 | -7/+90 |
| |/ / / | |||||
| * | | | Merge pull request #51319 from pycbouh/editor-fix-theme-item-descriptions | Rémi Verschelde | 2021-08-06 | 1 | -2/+1 |
| |\ \ \ | |_|/ |/| | | Fix theme property descriptions in the Inspector | ||||
| | * | | Fix theme property descriptions in the Inspector | Yuri Sizov | 2021-08-06 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge pull request #51309 from Chaosus/fix_uniform_error_spam | Rémi Verschelde | 2021-08-06 | 4 | -10/+14 |
| |\ \ \ | | | | | | | | | Fix incorrect checking of uniform set to prevent error spam | ||||
| | * | | | Fix incorrect checking of uniform set to prevent error spam | Yuri Roubinsky | 2021-08-06 | 4 | -10/+14 |
| | | | | | |||||
| * | | | | Merge pull request #49924 from BastiaanOlij/mobile_render_subpass | Rémi Verschelde | 2021-08-06 | 16 | -141/+784 |
| |\ \ \ \ | | | | | | | | | | | Use subpasses to do 3D rendering and resolve in mobile renderer | ||||
| | * | | | | Use subpasses to do 3D rendering and resolve in mobile renderer | Bastiaan Olij | 2021-08-06 | 16 | -141/+784 |
| | | | | | | |||||
| * | | | | | Merge pull request #51314 from georgwacker/fix-vertical-precision-scroll | Rémi Verschelde | 2021-08-06 | 1 | -3/+2 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Fix vertical scroll/zoom for precision touchpad on windows | ||||
| | * | | | | Fix vertical scroll/zoom for precision touchpad | Georg Wacker | 2021-08-06 | 1 | -3/+2 |
| | |/ / / | | | | | | | | | | | | | Adds factor data for vertical mousewheel event, in line with horizontal mousewheel event | ||||
| * | | | | Merge pull request #50487 from ↵ | Rémi Verschelde | 2021-08-06 | 5 | -9/+18 |
| |\ \ \ \ | | | | | | | | | | | | | | | | akien-mga/clang-warning-Wordered-compare-function-pointers | ||||
| | * | | | | HTML5: Fix warnings and re-enable `werror=yes` on CI | Rémi Verschelde | 2021-08-06 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a missing call to disable warnings on a forked env for freetype's `sfnt.c`. | ||||
| | * | | | | SCons: Add method to detect Emscripten and use it for warnings config | Rémi Verschelde | 2021-08-06 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | | SCons: Disable Clang -Wordered-compare-function-pointers warning | Rémi Verschelde | 2021-08-06 | 1 | -6/+10 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Merge pull request #46505 from akien-mga/os-fix-used-resources-debug-prints | Rémi Verschelde | 2021-08-06 | 3 | -5/+35 |
| |\ \ \ \ | | | | | | | | | | | OS: Fix used resource debug prints | ||||
| | * | | | | OS: Fix used resource debug prints | Rémi Verschelde | 2021-08-06 | 3 | -5/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | Merge pull request #51082 from ellenhp/fix_cubic_resampling | Rémi Verschelde | 2021-08-06 | 1 | -9/+9 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Fix Godot's cubic resampling algorithm | Ellen Poe | 2021-07-30 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled" | Ellen Poe | 2021-07-30 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit b2264cb48be48f7bcb16dfba126da8073b6e4c3f. | ||||
| * | | | | | Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuous | Rémi Verschelde | 2021-08-06 | 1 | -2/+16 |
| |\ \ \ \ \ | | | | | | | | | | | | | Change the editor update spinner color when updating continuously | ||||
| | * | | | | | Change the editor update spinner color when updating continuously | Hugo Locurcio | 2021-08-03 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating continuously should only be enabled for troubleshooting purposes, as it uses a lot of CPU/GPU power. The update spinner is now displayed in red when the Update Continuously editor setting is enabled. | ||||
| * | | | | | | Merge pull request #51234 from akien-mga/tests-file-get_csv_line | Rémi Verschelde | 2021-08-06 | 4 | -25/+57 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Tests: Improve coverage for `File::get_csv_line()` | ||||
| | * | | | | | | Tests: Improve coverage for `File::get_csv_line()` | Rémi Verschelde | 2021-08-04 | 4 | -25/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a few more complex edge cases which are supported. Also adds some documentation, simplifies the code a bit and forbids using double quotes as a delimiter. | ||||
| * | | | | | | | Merge pull request #51283 from Razoric480/lsp-parse-from | Rémi Verschelde | 2021-08-06 | 1 | -1/+22 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Fix LSP parsing get_node only from the scene root | ||||
