Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Fix copy paste array index bug | qarmin | |
2020-04-28 | doc: Sync classref with current source | Rémi Verschelde | |
2020-04-28 | Merge pull request #38295 from akien-mga/input-is-back | Rémi Verschelde | |
Rename InputFilter back to Input | |||
2020-04-28 | Merge pull request #38292 from akien-mga/input-drop-obsolete-controllerdbs | Rémi Verschelde | |
Input: Drop obsolete versions of SDL gamecontrollerdb | |||
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde | |
It changed name as part of the DisplayServer and input refactoring in #37317, with the rationale that input no longer goes through the main loop, so the previous Input singleton now only does filtering. But the gains in consistency are quite limited in the renaming, and it breaks compatibility for all scripts and tutorials that access the Input singleton via the scripting language. A temporary option was suggested to keep the scripting singleton named `Input` even if its type is `InputFilter`, but that adds inconsistency and breaks C#. Fixes godotengine/godot-proposals#639. Fixes #37319. Fixes #37690. | |||
2020-04-28 | Input: Drop obsolete versions of SDL gamecontrollerdb | Rémi Verschelde | |
The 204 and 205 are the older, SDL 2.0.4 and 2.0.5 compatible mappings, but since all new mappings have only been added to the main gamecontrollerdb.txt which overrides the older entries, it doesn't make much sense for us to keep the old databases. We do not support the SDL2 half axes and inverted axes features from gamecontrollerdb.txt, but this only impacts the specific controllers which can use those features, the rest are parsed and used properly. As for godotcontrollerdb.txt, it doesn't make sense for us to maintain our own custom mappings instead of submitting them upstream. The only exception is the Javascript and UWP platforms for which no bindings are available upstream, so we keep those entries. | |||
2020-04-28 | Merge pull request #37163 from madmiraal/fix-csg-normal | Rémi Verschelde | |
Fix CSG vertex normal calculation. | |||
2020-04-28 | Merge pull request #37193 from madmiraal/fix-android-export-unicode-errors | Rémi Verschelde | |
Fix Android export throwing Unicode errors. | |||
2020-04-28 | Merge pull request #38286 from bojidar-bg/x-expose-cell-size | Rémi Verschelde | |
Expose the cell_size affecting VisibilityNotifier2D precision | |||
2020-04-28 | Expose the cell_size affecting VisibilityNotifier2D precision | Bojidar Marinov | |
Refs: #4803 | |||
2020-04-27 | Merge pull request #38121 from JFonS/add_unwrap_caching | Rémi Verschelde | |
Add caching the lightmap unwrapping on import | |||
2020-04-27 | Merge pull request #38252 from Calinou/doc-improve-compression-projectsettings | Rémi Verschelde | |
Improve the compression project settings documentation | |||
2020-04-27 | Merge pull request #36927 from ThakeeNathees/export-var-type-reduce-implimented | Rémi Verschelde | |
Fix: export var type reduce() implemented | |||
2020-04-27 | Merge pull request #38253 from nekomatata/bullet-update-2.90 | Rémi Verschelde | |
Update to bullet master (2.90) | |||
2020-04-27 | export var type reduce() implemented | Thakee Nathees | |
2020-04-27 | Update to bullet master (2.90) | PouleyKetchoupp | |
2020-04-27 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit ae958b89ab9cb98c9b754140ba9924cb0f279598) | |||
2020-04-27 | Merge pull request #38135 from bruvzg/fix_ssr_redefinition | Rémi Verschelde | |
[MoltenVK] Fix "redefinition of 'ssr' with a different type" shader compile error. | |||
2020-04-27 | Merge pull request #38207 from Calinou/improve-path-search-discoverability | Rémi Verschelde | |
Improve path search behavior discoverability in the project manager | |||
2020-04-27 | Merge pull request #38199 from t-mw/t-mw-patch-1 | Rémi Verschelde | |
Add const to InputEventMouseButton::get_factor | |||
2020-04-27 | Merge pull request #38230 from Calinou/doc-audiostreamplayer-improve-pitch-scale | Rémi Verschelde | |
Improve `pitch_scale` descriptions in AudioStreamPlayer documentation | |||
2020-04-27 | Improve the compression project settings documentation | Hugo Locurcio | |
2020-04-27 | Merge pull request #38242 from akien-mga/msvc-why-so-moody | Rémi Verschelde | |
Windows: Appease capricious MSVC versions with moody headers | |||
2020-04-27 | Merge pull request #38243 from KoBeWi/whine | Rémi Verschelde | |
Make Line2D be white by default | |||
2020-04-27 | Merge pull request #36035 from Xrayez/path2d-fix-self-modulate | Rémi Verschelde | |
Do not override Path2D.self_modulate property | |||
2020-04-26 | Make Line2D be white by default | Tomasz Chabora | |
2020-04-26 | Windows: Appease capricious MSVC versions with moody headers | Rémi Verschelde | |
Fixes #37799. Fixes #37986. | |||
2020-04-26 | Merge pull request #38238 from bruvzg/macos_1014 | Rémi Verschelde | |
Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks. | |||
2020-04-26 | [macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks. | bruvzg | |
2020-04-26 | Merge pull request #35382 from Calinou/html5-export-title-tag | Max Hilbrunner | |
Set the `title` tag in the HTML5 export immediately | |||
2020-04-26 | Merge pull request #37973 from Calinou/doc-tween-add-easing-cheatsheet | Max Hilbrunner | |
Add an easing/transition type cheatsheet to the Tween documentation | |||
2020-04-26 | Improve `pitch_scale` descriptions in AudioStreamPlayer documentation | Hugo Locurcio | |
This closes #29439. Co-authored-by: Cheeseness <contact@jbushproductions.com> | |||
2020-04-26 | Merge pull request #38228 from bruvzg/use_khronos_validation | Rémi Verschelde | |
[Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated one. | |||
2020-04-26 | [Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated ↵ | bruvzg | |
`VK_LAYER_LUNARG_standard_validation`. | |||
2020-04-25 | Improve path search behavior discoverability in the project manager | Hugo Locurcio | |
This closes #38185. | |||
2020-04-25 | Add const to InputEventMouseButton::get_factor | Tobias Mansfield-Williams | |
2020-04-25 | Merge pull request #38150 from neikeq/fix-load-hook-for-reused-assembly | Rémi Verschelde | |
Mono/C#: Fix load hook not called for some assemblies on domain reload | |||
2020-04-25 | Merge pull request #38155 from Calinou/tweak-ssao-property-hints | Rémi Verschelde | |
Tweak SSAO property hints to allow setting more precise values | |||
2020-04-25 | Merge pull request #38193 from YeldhamDev/decal_icon_fix | Rémi Verschelde | |
Tweak Decal icon slightly | |||
2020-04-24 | Tweak Decal icon slightly | Michael Alexsander | |
2020-04-25 | Merge pull request #37107 from RandomShaper/imvu/export_vmem | Rémi Verschelde | |
Add ability to export debugger's VRAM usage report | |||
2020-04-25 | Merge pull request #38178 from akien-mga/doc-typed-arrays | Rémi Verschelde | |
doc: Fix parsing typed arrays in makerst.py | |||
2020-04-25 | Merge pull request #38165 from YeldhamDev/multitrack_time_fix | Rémi Verschelde | |
Fix crash when changing time value of multiple animation keys at once via inspector | |||
2020-04-25 | Merge pull request #38172 from m4gr3d/misc_fixes | Rémi Verschelde | |
Fix detection logic for the Android sdk path | |||
2020-04-24 | Merge pull request #38184 from bruvzg/git_hooks_silent | Rémi Verschelde | |
Git Hooks: Suppress "which" error messages. | |||
2020-04-24 | Git Hooks: Suppress "which" error messages. | bruvzg | |
2020-04-24 | doc: Fix parsing typed arrays in makerst.py | Rémi Verschelde | |
`Type[]` typed arrays will link to `Type`, as it's likely the most interesting information for the user. And sync classref with current source. | |||
2020-04-24 | Merge pull request #37873 from bruvzg/git_hook_gui | Rémi Verschelde | |
Git Hooks: Add support for GUI git clients. | |||
2020-04-24 | Merge pull request #37862 from YeldhamDev/decal_icon | Rémi Verschelde | |
Add icon for the Decal node | |||
2020-04-24 | Merge pull request #38025 from Calinou/doc-procedural-geometry | Rémi Verschelde | |
Improve the procedural geometry class documentations |