Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-03 | Merge pull request #39257 from Chaosus/fix_integer_vectors_doc | Rémi Verschelde | |
Fix docs generation for Vector2i/Vector3i/Rect2i | |||
2020-06-03 | Merge pull request #39254 from akien-mga/vulkan-init-declare | Rémi Verschelde | |
Vulkan: Initialize struct members on declaration | |||
2020-06-03 | Merge pull request #39240 from akien-mga/scons-fix-multimedia-lib-deps | Rémi Verschelde | |
SCons: Validate dependencies for linked multimedia modules | |||
2020-06-03 | Fix docs generation for Vector2i/Vector3i/Rect2i | Yuri Roubinsky | |
2020-06-03 | Vulkan: Initialize struct members on declaration | Rémi Verschelde | |
Supersedes and closes #38945. | |||
2020-06-03 | Merge pull request #39113 from nekomatata/bbcode-image-color | Rémi Verschelde | |
Add color option for img bbcode tag in RichTextLabel to tint images | |||
2020-06-03 | Merge pull request #39130 from Calinou/dynamicfont-disable-outline-antialiasing | Rémi Verschelde | |
Disable antialiasing on the DynamicFont outline as well when requested | |||
2020-06-03 | Merge pull request #39150 from ↵ | Rémi Verschelde | |
dreamsComeTrue/project-manager-grab-focus-on-enter Grabbing focus on ProjectList after clicking an item. | |||
2020-06-03 | Merge pull request #39201 from Calinou/midi-input-unsupported-error | Rémi Verschelde | |
Print errors when calling MIDI input methods on unsupported platforms | |||
2020-06-03 | Merge pull request #39203 from Xrayez/fix-no-lang-crash | Rémi Verschelde | |
Prevent crash attaching a script with no languages registered | |||
2020-06-03 | Merge pull request #39209 from Xrayez/ray-shape-indie | Rémi Verschelde | |
Move `RayShape2D` implementation into its own translation unit | |||
2020-06-03 | SCons: Validate dependencies for linked multimedia modules | Rémi Verschelde | |
This is still a bit hacky and eventually we should rework the way we handle optional dependencies (especially with regard to builtin/system libs), but it's a simple first step. Fixes #39219. | |||
2020-06-02 | Merge pull request #39210 from Calinou/directional-light-performance-hint | Rémi Verschelde | |
Add performance hints to the DirectionalLight shadow mode property hint | |||
2020-06-02 | Merge pull request #39214 from EricEzaM/improve-add-autoload-errors | Rémi Verschelde | |
Improved warning shown when autoload cannot be added. | |||
2020-06-02 | Merge pull request #39234 from mrushyendra/animationtree_documentation | Rémi Verschelde | |
Clarify usage of AnimationPlayer with AnimationTree and fill empty doc descriptions | |||
2020-06-02 | Light2D shadow mask construction fix | lawnjelly | |
When using the default setting (layer 1 set only) nothing is stored in the tscn file for a Light2D, hence it relies on the value in the constructor. The problem is the constructed value is 1 in Light2D, and -1 in RasterizerCanvas::Light. -1 results in all bits being set so all occluders are shown, rather than just those in layer 1. This PR changes Rasterizer::Canvas constructor to set to 1. An alternative is to have -1 as the value for layer 1 throughout. (cherry picked from commit bf54fa5a62a980f5c4339137f9e2c6147642962c) | |||
2020-06-02 | Merge pull request #39227 from nekomatata/android-export-template-errors | Rémi Verschelde | |
Fix inconsistent error messages with Android custom export templates | |||
2020-06-02 | Clarify usage of AnimationPlayer with AnimationTree and fill in empty method ↵ | Maganty Rushyendra | |
descriptions Add clarification to docs to explain that when an `AnimationPlayer` object is paired with an `AnimationTree`, several properties and methods exposed by the `AnimationPlayer` class may not work as expected. The issues occur because an `AnimationTree` runs independently, and uses its member `AnimationPlayer* player` primarily for its `Map<StringName, AnimationData> animation_set`. Added descriptions for `root_motion_track` and `get_root_motion_transform`. | |||
2020-06-01 | Fix inconsistent error messages with Android custom export templates | PouleyKetchoupp | |
2020-06-01 | Merge pull request #39172 from madmiraal/fix-39157 | Rémi Verschelde | |
Update OSX joypad GUID to SDL uid conversion. | |||
2020-06-01 | Improved warning shown when autoload cannot be added. | Eric M | |
2020-06-01 | Add performance hints to the DirectionalLight shadow mode property hint | Hugo Locurcio | |
This also clarifies some parts in the DirectionalLight documentation. | |||
2020-06-01 | Move `RayShape2D` implementation into its own translation unit | Andrii Doroshenko (Xrayez) | |
2020-05-31 | Prevent crash attaching a script with no languages registered | Andrii Doroshenko (Xrayez) | |
2020-05-31 | Print errors when calling MIDI input methods on unsupported platforms | Hugo Locurcio | |
This partially addresses #32065. | |||
2020-05-30 | Grabbing focus on ProjectList after clicking an item. | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #39012 | |||
2020-05-30 | Add color option for img bbcode tag in RichTextLabel to tint images | PouleyKetchoupp | |
2020-05-30 | Update OSX GUID to SDL uid conversion. | Marcel Admiraal | |
Co-authored-by: John Wakley <johncwakley@users.noreply.github.com> | |||
2020-05-30 | Merge pull request #39159 from NutmegStudio/fix-mono-templates | Rémi Verschelde | |
Fix building mono release templates | |||
2020-05-30 | Merge pull request #39163 from madmiraal/dinput-nullptr-checks | Rémi Verschelde | |
Add dinput nullptr checks. | |||
2020-05-30 | Add dinput nullptr checks. | Marcel Admiraal | |
2020-05-30 | Merge pull request #39168 from madmiraal/fix-javascript-ci | Rémi Verschelde | |
Activate emscripten with no-embedded option. | |||
2020-05-30 | Activate emscripten with no-embedded option. | Marcel Admiraal | |
2020-05-30 | Fixes building mono release templates | NutmegStudio | |
2020-05-29 | Actually set GDScript static reference | George Marques | |
2020-05-29 | Merge pull request #39143 from madmiraal/fix-39116 | Rémi Verschelde | |
Do not probe joypads if DirectInput cannot be initialized. | |||
2020-05-29 | Do not probe joypads if DirectInput cannot be initialized. | Marcel Admiraal | |
2020-05-29 | Merge pull request #39010 from gvekan/fix-documentation | Rémi Verschelde | |
Fix ProjectSettings.save_custom documentation | |||
2020-05-29 | Merge pull request #39085 from madmiraal/fix-39059 | Rémi Verschelde | |
Correct Bullet's default Area angular damp value. | |||
2020-05-29 | Merge pull request #39051 from Xrayez/geometry-split | Rémi Verschelde | |
Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | |||
2020-05-29 | Merge pull request #39137 from Xrayez/custom-modules-profile | Rémi Verschelde | |
SCons: Allow to read `custom_modules` option via a file | |||
2020-05-29 | SCons: Allow to read `custom_modules` option via a file | Andrii Doroshenko (Xrayez) | |
The `custom_modules` option was only read via the command line by fetching `ARGUMENTS` dictionary directly. Instead, the option's value can now be read via any existing configuration files (`custom.py`) as well as command line, while also updating the environment. | |||
2020-05-29 | Merge pull request #39142 from akien-mga/all-your-bugs-are-belong-to-us | Rémi Verschelde | |
GitHub: Remove feature request placeholder template | |||
2020-05-29 | GitHub: Remove feature request placeholder template | Rémi Verschelde | |
We now have a proper link to godotengine/godot-proposals thanks to #39019 and #39132, so that hacky 'Don't open issues here' template is no longer needed. | |||
2020-05-29 | Merge pull request #39129 from Xrayez/exit-here | Rémi Verschelde | |
SCons: Prefer `Exit()` method over `sys.exit()` | |||
2020-05-29 | Merge pull request #39132 from aaronfranke/configdotyml | Rémi Verschelde | |
Fix GitHub issue template config not working | |||
2020-05-28 | Merge pull request #39122 from Calinou/travis-xcode-11.5 | Rémi Verschelde | |
Travis CI: Use the Xcode 11.5 image for macOS builds | |||
2020-05-28 | Fix GitHub issue template config not working | Aaron Franke | |
It was in the wrong folder | |||
2020-05-28 | Disable antialiasing on the DynamicFont outline as well when requested | Hugo Locurcio | |
This partially addresses https://github.com/godotengine/godot-proposals/issues/943. | |||
2020-05-28 | SCons: Prefer `Exit()` method over `sys.exit()` | Andrii Doroshenko (Xrayez) | |
Sconscript provides it's own `Exit()` method which is currently an alias for `sys.exit()` internally, with the only difference that if no exit code is specified, it defaults to 0. This encourages the usage of SCons-implemented methods like `Glob()` over `glob.glob()`, which may overcome limitations of the built-in Python features in the future. |