Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-19 | Fix error log when selecting child of Containers | volzhs | |
2019-12-18 | Merge pull request #34417 from volzhs/profiler-calls-right-align | Rémi Verschelde | |
Make right align for calls number in Profiler | |||
2019-12-18 | Merge pull request #34418 from timothyqiu/docs | Rémi Verschelde | |
Updates docs of AABB and Plane | |||
2019-12-18 | Revert "Allow tab key to be used for shortcuts" | Rémi Verschelde | |
This reverts commit cafb888361eba08297dd88b18dc71f4d418525c0. Fixes #34405. Reopens #8799, #24064. | |||
2019-12-18 | Make right align for calls number in Profiler | volzhs | |
2019-12-18 | Updates docs of AABB and Plane | Haoyu Qiu | |
2019-12-18 | Merge pull request #34412 from flyingpimonster/docs-optionbutton | Rémi Verschelde | |
Docs: OptionButton | |||
2019-12-17 | Docs: OptionButton | James Westman | |
Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2019-12-17 | Merge pull request #34348 from Catchawink/master | Rémi Verschelde | |
Fixed issues with using a relative path in the export window. | |||
2019-12-17 | Merge pull request #34406 from Faless/net/quite_sockets | Rémi Verschelde | |
Make NetSockets quieter. | |||
2019-12-17 | Merge pull request #34407 from Calinou/doc-key-mask-cmd | Rémi Verschelde | |
Improve the `KEY_MASK_CMD` documentation | |||
2019-12-17 | Merge pull request #34402 from Chaosus/fix_toggle_scripts_panel2 | Yuri Roubinsky | |
Fix toggle scripts panel to allow using shortcut in other areas | |||
2019-12-17 | Improve the `KEY_MASK_CMD` documentation | Hugo Locurcio | |
2019-12-17 | Make NetSockets quiter. | Fabio Alessandrelli | |
Use print_verbose instead of ERR_* for network errors. | |||
2019-12-17 | Fix toggle scripts panel to allow using shortcut in other areas | Yuri Roubinsky | |
2019-12-17 | Improve error message and do not spam forever. | Juan Linietsky | |
2019-12-17 | Merge pull request #34401 from Faless/android/fix_get_manifest_permissions | Rémi Verschelde | |
Fix crash on Android with no manifest permissions. | |||
2019-12-17 | Fix crash on Android with no manifest permissions. | Fabio Alessandrelli | |
API allows for null array of permissions. It is now normalized with an empty array. | |||
2019-12-17 | Restore signal locking, for some reason missing. | Juan Linietsky | |
2019-12-17 | Merge pull request #34397 from neikeq/fix-win-export-dec19-mono | Rémi Verschelde | |
Mono/C#: Fix project export and fix FindLast/GetFile regression | |||
2019-12-17 | Mono/C#: Fix project export and fix FindLast/GetFile regression | Ignacio Etcheverry | |
d09193b08ae8fdb082bee6ffd3828eb19fd45ce6 introduced a regression in StringExtensions.FindLast. StringExtensions.GetFile was also affected as it relies on FindLast. This in turn broke the project exporter as it uses GetFile. The cause of the regression is that now FindLast is calling LastIndexOf with 'startIndex: 0'. This should be 'startIndex: str.Length - 1' instead. Also fixed another regression in the project exporter: de7c2ad21b4cc2d889a5aeda64ead962036d2aa4 moved 'GodotTools/GodotSharpExport.cs' to 'GodotTools/Export/ExportPlugin.cs' and in doing so accidently reverted the changes from commit e439581198de92e63661c4fe71108cb59cc2d999. | |||
2019-12-17 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-17 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-17 | doc: Sync classref with current source | Rémi Verschelde | |
2019-12-17 | Merge pull request #34393 from Chaosus/fix_toggle_scripts_panel | Yuri Roubinsky | |
Prevent showing toggle scripts panel switch in shader editor | |||
2019-12-17 | Prevent showing toggle scripts panel switch in shader editor | Yuri Roubinsky | |
2019-12-17 | Merge pull request #34364 from Chaosus/toggle_scripts_panel | Rémi Verschelde | |
Moves switch for show scripts panel from File menu to status bar | |||
2019-12-17 | Merge pull request #34391 from timothyqiu/dialog-size | Rémi Verschelde | |
Fixes size of Create Function dialog | |||
2019-12-17 | Merge pull request #34389 from KoBeWi/🙄 | Rémi Verschelde | |
Use global transform when calculating scroll | |||
2019-12-17 | Fixes size of create function dialog | Haoyu Qiu | |
2019-12-17 | Use global transform when calculating scroll | Tomasz Chabora | |
2019-12-16 | Merge pull request #34382 from van800/profiler | Rémi Verschelde | |
Allow attaching any external profiler, including JetBrains dotTrace | |||
2019-12-16 | Merge pull request #34380 from akien-mga/mono-threads-suspend-windows | Rémi Verschelde | |
Mono: Enable threads suspend workaround on Windows | |||
2019-12-16 | Allow attaching any external profiler, including JetBrains dotTrace | Ivan Shakhov | |
2019-12-16 | Use an internal skin unless one is supplied by user, fixes #32766 | Juan Linietsky | |
Even though this fixes the issue, the broken Skin resource in the inherited scene mesh will remain, it needs to be erased manually. | |||
2019-12-16 | Fixed issues with using a relative path in the export window. | Catchawink | |
Before this fix, opening relative export paths inside of an EditorFileDialog was not possible. This was fixed by modifying String::path_to_file() to save relative paths in EditorExportPreset::set_export_path() more appropriately and changing EditorFileDialog::set_current_dir() to open relative paths. | |||
2019-12-16 | Mono: Enable threads suspend workaround on Windows | Rémi Verschelde | |
This appears to be necessary for current official builds cross-compiled with MinGW from Linux, using Mono 6.6.0.160. Follow-up to #31784, see #29812 for details. | |||
2019-12-16 | Merge pull request #34246 from tygree/nan-in-sprite-fix | Rémi Verschelde | |
Fixed a bug within sprite.cpp that caused a nan value to appear | |||
2019-12-16 | Merge pull request #34269 from KoBeWi/scrolling_peeps | Rémi Verschelde | |
Scroll ScrollContainer to focused children | |||
2019-12-16 | Fixed a bug within sprite.cpp that caused nan values to appear when a ↵ | Tyler Greenwood | |
texture had zero area | |||
2019-12-16 | Merge pull request #34377 from timothyqiu/i18n | Rémi Verschelde | |
Makes more strings in editor translatable | |||
2019-12-16 | Makes more strings in editor translatable | Haoyu Qiu | |
* File type names in file dialogs * Layout option names * Visual shader editor UI | |||
2019-12-16 | Merge pull request #34280 from zaksnet/fix-yield-documentation | Rémi Verschelde | |
Fix documentation for yield | |||
2019-12-16 | Merge pull request #34311 from mikkac/34289 | Rémi Verschelde | |
Fix- using cut in first line of a script file does not remove the line | |||
2019-12-16 | Travis: Fix reporting clang-format errors after #34097 | Rémi Verschelde | |
2019-12-16 | Merge pull request #34375 from timothyqiu/vcenter | Rémi Verschelde | |
Center error icon vertically in AssetLib | |||
2019-12-16 | Merge pull request #34372 from KoBeWi/how_to_graphnode | Rémi Verschelde | |
Mention how to add slots to GraphNode | |||
2019-12-16 | Merge pull request #34374 from KoBeWi/thinking_out_of_the_loop | Rémi Verschelde | |
Prevent infinite loop when focus_next is invisible | |||
2019-12-16 | Merge pull request #34367 from clayjohn/GLES2-shadow_color | Rémi Verschelde | |
Fix shadow color in GLES2 by making sRGB | |||
2019-12-16 | Merge pull request #34336 from aaronfranke/transform-doc | Rémi Verschelde | |
Document that translated does not behave like rotated or scaled |