summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51379 from follower/patch-15Rémi Verschelde2021-08-081-3/+3
|\ | | | | Fix Unicode URL link tags to render correctly.
| * Fix Unicode URL link tags to render correctly.follower2021-08-081-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-eventsRémi Verschelde2021-08-071-1/+1
|\ | | | | Fix action_get_events returning booleans instead of InputKey entries
| * Fix action_get_events returning booleans instead of InputKey entriesJulien Nguyen2021-08-071-1/+1
| |
* | Merge pull request #51356 from Chaosus/shader_dialogYuri Roubinsky2021-08-0710-10/+911
|\ \ | |/ |/|
| * Added editor dialog for easily creating shaders.Yuri Roubinsky2021-08-0710-10/+911
| |
* | Merge pull request #38547 from YeldhamDev/global_rate_scale_invertRémi Verschelde2021-08-075-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 Alexsander2021-08-075-18/+18
|/ | | | `playback_speed_scale`
* Merge pull request #51360 from Paulb23/item-list-bg-colour-updateRémi Verschelde2021-08-071-0/+2
|\
| * Redraw on item list custom bg/fg colour changePaulb232021-08-071-0/+2
| |
* | Merge pull request #51355 from lawnjelly/fix_plane_xform_4_newRémi Verschelde2021-08-072-32/+76
|\ \
| * | Fix Transform::xform(Plane) functionslawnjelly2021-08-072-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-51342Rémi Verschelde2021-08-071-1/+1
|\ \ \ | |_|/ |/| | Fix Path3D initial forward calculation
| * | Fix Path3D initial forward calculationRaul Santos2021-08-071-1/+1
| | |
* | | Merge pull request #51326 from ↵Rémi Verschelde2021-08-071-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_A2021-08-061-18/+15
| | |
* | | Merge pull request #51328 from pycbouh/docs-inspector-plugins-classrefRémi Verschelde2021-08-072-5/+6
|\ \ \ | | | | | | | | Improve the inspector plugin documentation and remove a confusing statement
| * | | Improve the inspector plugin documentation and remove a confusing statementYuri Sizov2021-08-062-5/+6
| |/ /
* | | Merge pull request #51322 from raulsntos/fix-msbuild-exceptionRémi Verschelde2021-08-071-8/+12
|\ \ \ | |_|/ |/| | Ensure MSBuildPanel buttons are instantiated
| * | Ensure MSBuildPanel buttons are instantiatedRaul Santos2021-08-061-8/+12
| |/
* | Merge pull request #51353 from AndreaCatania/const_fixRémi Verschelde2021-08-076-74/+74
|\ \ | | | | | | Removes const from set functions on the Gizmos
| * | Removes const from set functions on the GizmosAndreaCatania2021-08-076-74/+74
|/ /
* | Merge pull request #47700 from Calinou/editor-mouse-wheel-change-scene-tabsRémi Verschelde2021-08-071-0/+10
|\ \ | | | | | | Allow using the mouse wheel to navigate scene tabs
| * | Allow using the mouse wheel to navigate scene tabsHugo Locurcio2021-04-071-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-scenelessRémi Verschelde2021-08-072-16/+22
|\ \ \ | | | | | | | | Fix LSP completion crashing on scene-less scripts
| * | | Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-062-16/+22
| | | |
* | | | Merge pull request #51337 from naithar/fix/ios-plugin-initialization-in-apiRémi Verschelde2021-08-064-7/+90
|\ \ \ \ | |/ / / |/| | | [4.0] [iOS] Use platform generated api to initialize iOS plugins
| * | | [iOS] Use platform generated api to initialize iOS pluginsSergey Minakov2021-08-064-7/+90
|/ / /
* | | Merge pull request #51319 from pycbouh/editor-fix-theme-item-descriptionsRémi Verschelde2021-08-061-2/+1
|\ \ \ | |_|/ |/| | Fix theme property descriptions in the Inspector
| * | Fix theme property descriptions in the InspectorYuri Sizov2021-08-061-2/+1
| | |
* | | Merge pull request #51309 from Chaosus/fix_uniform_error_spamRémi Verschelde2021-08-064-10/+14
|\ \ \ | | | | | | | | Fix incorrect checking of uniform set to prevent error spam
| * | | Fix incorrect checking of uniform set to prevent error spamYuri Roubinsky2021-08-064-10/+14
| | | |
* | | | Merge pull request #49924 from BastiaanOlij/mobile_render_subpassRémi Verschelde2021-08-0616-141/+784
|\ \ \ \ | | | | | | | | | | Use subpasses to do 3D rendering and resolve in mobile renderer
| * | | | Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij2021-08-0616-141/+784
| | | | |
* | | | | Merge pull request #51314 from georgwacker/fix-vertical-precision-scrollRémi Verschelde2021-08-061-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix vertical scroll/zoom for precision touchpad on windows
| * | | | Fix vertical scroll/zoom for precision touchpadGeorg Wacker2021-08-061-3/+2
| |/ / / | | | | | | | | | | | | Adds factor data for vertical mousewheel event, in line with horizontal mousewheel event
* | | | Merge pull request #50487 from ↵Rémi Verschelde2021-08-065-9/+18
|\ \ \ \ | | | | | | | | | | | | | | | akien-mga/clang-warning-Wordered-compare-function-pointers
| * | | | HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-063-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 configRémi Verschelde2021-08-062-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 warningRémi Verschelde2021-08-061-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-printsRémi Verschelde2021-08-063-5/+35
|\ \ \ \ | | | | | | | | | | OS: Fix used resource debug prints
| * | | | OS: Fix used resource debug printsRémi Verschelde2021-08-063-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_resamplingRémi Verschelde2021-08-061-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix Godot's cubic resampling algorithmEllen Poe2021-07-301-4/+4
| | | | |
| * | | | Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled"Ellen Poe2021-07-301-9/+9
| | | | | | | | | | | | | | | | | | | | This reverts commit b2264cb48be48f7bcb16dfba126da8073b6e4c3f.
* | | | | Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuousRémi Verschelde2021-08-061-2/+16
|\ \ \ \ \ | | | | | | | | | | | | Change the editor update spinner color when updating continuously
| * | | | | Change the editor update spinner color when updating continuouslyHugo Locurcio2021-08-031-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_lineRémi Verschelde2021-08-064-25/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tests: Improve coverage for `File::get_csv_line()`
| * | | | | | Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde2021-08-044-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-fromRémi Verschelde2021-08-061-1/+22
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Fix LSP parsing get_node only from the scene root