Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Unified named colors in RichTextLabel | Danil Alexeev | |
Now the BB tag `[color]` uses the color names from the `Color` class. Also, the use of the `#` symbol in an HTML color code has become optional. | |||
2020-11-16 | Merge pull request #40967 from Calinou/editor-layout-improve-messages | Rémi Verschelde | |
Improve messages related to overriding the default editor layout | |||
2020-11-16 | Merge pull request #42008 from Calinou/theme-rename-node-type | Rémi Verschelde | |
Rename the `type` parameter to `node_type` in Theme and Control | |||
2020-11-16 | Merge pull request #42863 from Calinou/add-windows-installer-files | Rémi Verschelde | |
Add files to create a Windows editor installer using Inno Setup | |||
2020-11-16 | Merge pull request #42977 from Calinou/roughness-normal-import-more-image-types | Rémi Verschelde | |
Allow more image types in the roughness texture's Src Normal import hint | |||
2020-11-16 | Merge pull request #43578 from Calinou/test-add-nodepath | Rémi Verschelde | |
Add a test suite for NodePath | |||
2020-11-16 | Merge pull request #43572 from Calinou/test-add-pckpacker | Rémi Verschelde | |
Add a test suite for PCKPacker | |||
2020-11-16 | Merge pull request #43566 from Calinou/remove-pause-mode-script-property-groups | Rémi Verschelde | |
Remove property groups for Pause Mode and Script | |||
2020-11-16 | Merge pull request #43533 from Calinou/doc-improve-dictionary | Rémi Verschelde | |
Improve the Dictionary class documentation | |||
2020-11-16 | Merge pull request #43516 from Calinou/test-add-curve | Rémi Verschelde | |
Add a test suite for Curve | |||
2020-11-16 | Merge pull request #42526 from aaronfranke/project-in-non-empty | Rémi Verschelde | |
Allow creating projects in non-empty folders with a confirmation popup | |||
2020-11-16 | Merge pull request #43481 from nathanfranke/android-export-fix | Rémi Verschelde | |
Fix Android Export jarsigner error with *.import whitelist | |||
2020-11-16 | Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis | Rémi Verschelde | |
Added hysteresis for popup sub-menus | |||
2020-11-16 | Merge pull request #42167 from madmiraal/fix-42108 | Rémi Verschelde | |
Remove the unnecessary sync() and the restrictions it imposes on 3D Physics. | |||
2020-11-16 | Merge pull request #42729 from opl-/feat/better-debugger-errors | Rémi Verschelde | |
Improve output in Debugger Errors tab for scripts | |||
2020-11-16 | Merge pull request #42976 from aaronfranke/input-get-axis | Rémi Verschelde | |
Allow getting Input "axis" and "vector" values by specifying multiple actions | |||
2020-11-16 | Merge pull request #43289 from KoBeWi/removelease_action | Rémi Verschelde | |
Release pressed action if event is removed | |||
2020-11-16 | Merge pull request #43246 from HaSa1002/docs-lang-5 | Rémi Verschelde | |
Docs: Port code examples to C# (M, N, O, P, Q, R) | |||
2020-11-16 | Merge pull request #43250 from aaronfranke/strext-lstrip | Rémi Verschelde | |
Add LStrip, RStrip, and HexEncode to C# | |||
2020-11-16 | Merge pull request #43545 from bruvzg/xchangeprop_atoms_check | Rémi Verschelde | |
Add XChangeProperty atoms validity checks. | |||
2020-11-15 | Add a test suite for NodePath | Hugo Locurcio | |
2020-11-15 | Merge pull request #43561 from naithar/fix/ios-keyboard_master | Rémi Verschelde | |
[4.0] [iOS] Keyboard input changes | |||
2020-11-15 | Add XChangeProperty Atoms validity checks. | bruvzg | |
2020-11-15 | Add a test suite for PCKPacker | Hugo Locurcio | |
2020-11-15 | Remove property groups for Pause Mode and Script | Hugo Locurcio | |
Each of those only grouped 1 property, making them useless. This closes https://github.com/godotengine/godot-proposals/issues/1840. | |||
2020-11-15 | Merge pull request #43564 from zaevi/fix_loader_saver_broken | Rémi Verschelde | |
Fix custom loader/savers broken | |||
2020-11-15 | fix custom loader/saver broken | Zae | |
2020-11-15 | iOS: fix keyboard display | Sergey Minakov | |
2020-11-15 | GUI: send cursor data from TextEdit | Sergey Minakov | |
2020-11-15 | Merge pull request #43555 from akien-mga/pixel-snapping-fixup | Rémi Verschelde | |
Fix new transform to pixel snapping logic | |||
2020-11-15 | Fix new transform to pixel snapping logic | Rémi Verschelde | |
Co-authored-by: lawnjelly <lawnjelly@gmail.com> | |||
2020-11-15 | Merge pull request #43549 from m4gr3d/fix_scons_path | Rémi Verschelde | |
Update the logic to query for the 'scons' command executable path | |||
2020-11-14 | Update the logic to query for the 'scons' command executable path. | Fredia Huya-Kouadio | |
2020-11-14 | Merge pull request #43526 from m4gr3d/address_new_custom_build_logic_issues | Rémi Verschelde | |
Address new custom build logic issues | |||
2020-11-14 | Add missing zip alignment step for generated apks. | Fredia Huya-Kouadio | |
2020-11-14 | Fix issue causing `Export all` to fail. | Fredia Huya-Kouadio | |
2020-11-14 | Clear unneeded assets when generating an apk expansion. | Fredia Huya-Kouadio | |
Clean up export wording to account for the different export formats. | |||
2020-11-14 | Improve the Dictionary class documentation | Hugo Locurcio | |
- Mention Lua-style syntax. - Make the code samples self-contained. - Mention caveat with `const` (also in Array). - Clarify the description of `size()`. This closes https://github.com/godotengine/godot-docs/issues/4272. | |||
2020-11-14 | Merge pull request #43531 from bruvzg/x11_fix_vlk_init_crash | Rémi Verschelde | |
Fixes crash if Vulkan presentation surface is not available. | |||
2020-11-14 | Fixes crash if Vulkan presentation surface is not available. | bruvzg | |
2020-11-14 | Merge pull request #43518 from mbrlabs/android-jks | Rémi Verschelde | |
Added the .jks file extension as valid preset for Android keystore files | |||
2020-11-14 | Merge pull request #42710 from aaronfranke/color-doc-comments | Rémi Verschelde | |
Improve comments in Color documentation | |||
2020-11-13 | Improve comments in Color documentation | Aaron Franke | |
2020-11-14 | Added the .jks file extension as valid preset for Android keystore files | Marcus Brummer | |
2020-11-13 | Add a test suite for Curve | Hugo Locurcio | |
2020-11-13 | Merge pull request #43512 from m4gr3d/fix_project_orientation_settings | Rémi Verschelde | |
Remove duplicate Android `orientation` settings. | |||
2020-11-13 | Remove duplicate Android `orientation` settings. | Fredia Huya-Kouadio | |
2020-11-13 | Fix Android Export jarsigner error with *.import whitelist | Nathan Franke | |
2020-11-13 | Merge pull request #43501 from Feniks-Gaming/master | Rémi Verschelde | |
In LineEdit Changed "mouse cursor" to the "caret (text cursor)". | |||
2020-11-13 | Changed mouse cursor to the caret (text cursor) location. | Feniks | |