Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #37997 from reduz/local-rendering-devices | Rémi Verschelde | 2020-04-19 | 7 | -74/+265 |
|\ | | | | | Ability to create local RenderingDevice instances. | ||||
| * | Ability to create local RenderingDevice instances. | Juan Linietsky | 2020-04-18 | 7 | -74/+265 |
|/ | |||||
* | Merge pull request #37994 from akien-mga/mono-android-include | Rémi Verschelde | 2020-04-18 | 1 | -1/+1 |
|\ | | | | | Mono: Fix include for Android support | ||||
| * | Mono: Fix include for Android support | Rémi Verschelde | 2020-04-18 | 1 | -1/+1 |
|/ | | | | | | This was a typo in #37153. Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com> | ||||
* | Merge pull request #37963 from Calinou/doc-dynamicfont-limitations | Rémi Verschelde | 2020-04-17 | 1 | -0/+1 |
|\ | | | | | Document DynamicFont limitations and a possible workaround | ||||
| * | Document DynamicFont limitations and a possible workaround | Hugo Locurcio | 2020-04-17 | 1 | -0/+1 |
| | | | | | | | | This closes #30014. | ||||
* | | Merge pull request #37958 from akien-mga/scons-no-werror-on-stable | Rémi Verschelde | 2020-04-17 | 1 | -1/+3 |
|\ \ | | | | | | | SCons: Disable -Werror on 'stable' releases | ||||
| * | | SCons: Disable -Werror on 'stable' releases | Rémi Verschelde | 2020-04-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stable releases are tagged and need to stay easy to compile in the future. As new compiler versions introduce new warnings or catch more occurrences, have -Werror set in tagged releases could be a bother. We still want it on by default for all Godot developers, so it's now conditional. | ||||
* | | | Merge pull request #37949 from reduz/implement-global-shader-uniforms | Rémi Verschelde | 2020-04-17 | 49 | -69/+3124 |
|\ \ \ | | | | | | | | | Implement global and per instance shader uniforms. | ||||
| * | | | Implement global and per instance shader uniforms. | Juan Linietsky | 2020-04-17 | 49 | -69/+3124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds two keywords to shader language for uniforms: -'global' -'instance' This allows them to reference values outside the material. | ||||
* | | | | Merge pull request #37953 from clayjohn/VULKAN-sky-sun-size | Rémi Verschelde | 2020-04-17 | 8 | -53/+44 |
|\ \ \ \ | | | | | | | | | | | Add light size to Sky Shaders | ||||
| * | | | | Add light size to Sky Shaders | clayjohn | 2020-04-17 | 8 | -53/+44 |
| |/ / / | |||||
* | | | | Merge pull request #37962 from Calinou/doc-image-size-limits | Rémi Verschelde | 2020-04-17 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Document image size limits | ||||
| * | | | | Document image size limits | Hugo Locurcio | 2020-04-17 | 2 | -0/+2 |
| | |_|/ | |/| | | | | | | | | | | This closes #30238. | ||||
* | | | | Merge pull request #37957 from Calinou/doc-angles-radians | Rémi Verschelde | 2020-04-17 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Clarify that angles must be specified as radians in the documentation | ||||
| * | | | | Clarify that angles must be specified as radians in the documentation | Hugo Locurcio | 2020-04-17 | 2 | -0/+2 |
| | |_|/ | |/| | | | | | | | | | | This closes #36356. | ||||
* | | | | Merge pull request #37964 from AndreaCatania/AndreaCatania-patch-2 | Rémi Verschelde | 2020-04-17 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | Activate Physics Process in SpringArm3D. | ||||
| * | | | Activate Physics Process in SpringArm3D. | Andrea Catania | 2020-04-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #37951 from clayjohn/VULKAN-sky-source | Rémi Verschelde | 2020-04-17 | 3 | -24/+29 |
|\ \ \ \ | |_|/ / |/| | | | Use sky properly for ambient and reflections | ||||
| * | | | Use sky properly for ambient and reflections | clayjohn | 2020-04-16 | 3 | -24/+29 |
| | |/ | |/| | |||||
* | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2020-04-17 | 63 | -3611/+4154 |
| | | | | | | | | | | | | (cherry picked from commit 471a5abbf3651fc01e7c4f63c994164041d0c93f) | ||||
* | | | Update AUTHORS and DONORS list | Rémi Verschelde | 2020-04-17 | 3 | -6/+38 |
| | | | | | | | | | | | | | | | | | | | | | New contributors added to AUTHORS: @dreamsComeTrue, @kuruk-mm, @lawnjelly, @ThakeeNathees Thanks to all contributors and donors for making Godot possible! | ||||
* | | | Merge pull request #35261 from YeldhamDev/load_pck_destination | Rémi Verschelde | 2020-04-17 | 7 | -15/+55 |
|\ \ \ | |/ / |/| | | Made possible to specify where to dump the contents when loading a ".pck" file | ||||
| * | | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander | 2020-04-16 | 7 | -15/+55 |
|/ / | |||||
* | | Merge pull request #36868 from Calinou/improve-cli-script-error-message | Rémi Verschelde | 2020-04-16 | 1 | -2/+2 |
|\ \ | | | | | | | Tweak the error message when trying to run an invalid script from CLI | ||||
| * | | Tweak the error message when trying to run an invalid script from CLI | Hugo Locurcio | 2020-03-06 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #37012 from Calinou/reverse-builtin-script-naming | Rémi Verschelde | 2020-04-16 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Tweak the built-in script naming for resources with custom names | ||||
| * | | | Tweak the built-in script naming for resources with custom names | Hugo Locurcio | 2020-03-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the script name appear before the scene file name, which ensures it's always visible even if the list of scripts is too narrow to display the full name. This only impacts built-in scripts with custom resource names. Unnamed resources will still use `<scene_file>::<id>` naming in the list of scripts. | ||||
* | | | | Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix | Rémi Verschelde | 2020-04-16 | 2 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix incorrect TabContainer documentation for 'get_tab_control()' | ||||
| * | | | | Fix incorrect TabContainer documentation for 'get_tab_control()' | Michael Alexsander | 2020-03-14 | 3 | -5/+4 |
| | | | | | |||||
* | | | | | Merge pull request #37747 from KoBeWi/cam2center | Rémi Verschelde | 2020-04-16 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Improve Camera2D documentation | ||||
| * | | | | | Improve Camera2D documentation | Tomasz Chabora | 2020-04-10 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #37856 from Calinou/doc-basebutton-keep-pressed-outside | Rémi Verschelde | 2020-04-16 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Mention `keep_pressed_outside` caveat in the BaseButton documentation | ||||
| * | | | | | | Mention `keep_pressed_outside` caveat in the BaseButton documentation | Hugo Locurcio | 2020-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #37790. | ||||
* | | | | | | | Merge pull request #37832 from Calinou/doc-improve-dictionary | Rémi Verschelde | 2020-04-16 | 1 | -6/+16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve the Dictionary class documentation | ||||
| * | | | | | | | Improve the Dictionary class documentation | Hugo Locurcio | 2020-04-12 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3376. | ||||
* | | | | | | | | Merge pull request #37824 from nekomatata/rigid-body-force-doc | Rémi Verschelde | 2020-04-16 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | More details in Rigid Body add_force documentation | ||||
| * | | | | | | | | More details in Rigid Body add_force documentation | PouleyKetchoupp | 2020-04-12 | 1 | -2/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #37869 from madmiraal/fix-36533 | Rémi Verschelde | 2020-04-16 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Assign zero to range when ConvexPolygonShape2D is empty. | ||||
| * | | | | | | | | | Assign zero to range when ConvexPolygonShape2D is empty. | Marcel Admiraal | 2020-04-14 | 1 | -1/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #37921 from Calinou/doc-improve-audiostreamsample | Rémi Verschelde | 2020-04-16 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve the AudioStreamSample class documentation | ||||
| * | | | | | | | | | | Improve the AudioStreamSample class documentation | Hugo Locurcio | 2020-04-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #37915. | ||||
* | | | | | | | | | | | Merge pull request #37895 from qarmin/more_leak_fixes | Rémi Verschelde | 2020-04-16 | 4 | -1/+21 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixes leaks in ResourceCache, Vulkan and X11 | ||||
| * | | | | | | | | | | | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin | 2020-04-15 | 4 | -1/+21 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #37926 from m4gr3d/migrate_legacy_apache_lib | Rémi Verschelde | 2020-04-16 | 6 | -7/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | Migrate legacy apache dependency to the GodotPayment plugin | ||||
| * | | | | | | | | | | | Migrate legacy apache dependency to the GodotPayment plugin | fhuya | 2020-04-15 | 6 | -7/+8 |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the only location in the codebase where it's being used, so no need to make the main lib have a dependency on it. | ||||
* | | | | | | | | | | | Merge pull request #37914 from clayjohn/VULKAN-decal-fix | Rémi Verschelde | 2020-04-15 | 3 | -16/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix texture check in decal setup | ||||
| * | | | | | | | | | | | Fix texture check in decal setup | clayjohn | 2020-04-15 | 3 | -16/+13 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #37911 from madmiraal/fix-32876 | Rémi Verschelde | 2020-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Run SpringArm3D's process within physics. | ||||
| * | | | | | | | | | | | | Run SpringArm3D's process within physics. | Marcel Admiraal | 2020-04-15 | 1 | -1/+1 |
| |/ / / / / / / / / / / |