Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray | |
Fixes #22684. | |||
2018-10-19 | Merge pull request #23035 from voithos/missingpck | Max Hilbrunner | |
Show an alert when a project is not found in release mode | |||
2018-10-19 | Merge pull request #22849 from DualMatrix/update_key_edit | Rémi Verschelde | |
Fixed Animation Keyframe inspector not displaying after moving key. | |||
2018-10-19 | Merge pull request #23112 from groud/fix_viewport_not_updating | Rémi Verschelde | |
Fixes viewport scrollbars not updating with plugins | |||
2018-10-19 | Merge pull request #23122 from Alien1993/enhance_folder_creation_error_message | Rémi Verschelde | |
Enhanced error message on folder creation with invalid chars on Windows | |||
2018-10-19 | Merge pull request #23128 from neikeq/bb | Ignacio Etcheverry | |
Make sure API assemblies are up to date at startup | |||
2018-10-19 | Make sure API assemblies are up to date at startup | Ignacio Etcheverry | |
- If there is a solution and C# project at startup, make sure API assemblies are up to date. - Fix prebuilt assemblies only being used when building the game project, and not in other instances. | |||
2018-10-18 | Enhanced error message on folder creation with invalid chars on Windows | Silvano Cerza | |
If the user tried to create folder with *, | or > in its name it would return a generic error "Could not create folder." Now the same message is shown when creating a folder with /, \\, :, *, |, > or ending with . or an empty space. | |||
2018-10-18 | Merge pull request #23120 from akim8/patch-1 | Rémi Verschelde | |
fix class reference markup for KinematicBody2D | |||
2018-10-18 | Merge pull request #23116 from Xrayez/fix-23106 | Rémi Verschelde | |
Bind missing subresource flag in ResourceSaver | |||
2018-10-18 | Merge pull request #23119 from neikeq/issue-18796 | Ignacio Etcheverry | |
Fix prefix erasing for the generated C# enum constants | |||
2018-10-18 | Fix prefix erasing for the generated C# enum constants | Ignacio Etcheverry | |
2018-10-18 | fix doc markdown | Alex | |
2018-10-18 | Bind missing subresource flag in ResourceSaver | Andrii Doroshenko (Xrayez) | |
2018-10-18 | Fixes viewport scrollbars not updating with plugins | groud | |
2018-10-18 | Merge pull request #23000 from voithos/move-autoload | Rémi Verschelde | |
Update autoload references when moving files. | |||
2018-10-17 | Show an alert when a project is not found in release mode | Zaven Muradyan | |
Previously, an error message would get printed to the console, but this is problematic in e.g. Windows where a console is not displayed. In the case of a missing .pck file, the binary would just silently fail. Now, it shows an alert. Fixes #21994. | |||
2018-10-17 | Merge pull request #23097 from neikeq/aa | Ignacio Etcheverry | |
C#: Optimize struct marshalling | |||
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry | |
- We no longer box struct to return them from internal calls. - Use reinterpret_cast if the managed struct layout is the same as the native struct. | |||
2018-10-17 | Merge pull request #23037 from SeleckyErik/issue-23036 | Rémi Verschelde | |
Hide header and footer in AssetLib when not necessary | |||
2018-10-17 | Merge pull request #23074 from voithos/tooltips | Rémi Verschelde | |
Add tooltip to skeleton menu button. | |||
2018-10-17 | Merge pull request #23056 from YeldhamDev/stylebox_rings_removal | Timo | |
Remove unnecessary "rings" variable from "draw_rings()" in StyleBox | |||
2018-10-17 | Add tooltip to skeleton menu button. | Zaven Muradyan | |
Fixes #23008. | |||
2018-10-17 | Merge pull request #23065 from YeldhamDev/switch_optimized_handlers | Rémi Verschelde | |
Switch unoptimized handlers from spatial editor viewport to optimized ones | |||
2018-10-16 | Update autoload references when moving files. | Zaven Muradyan | |
Prior to this, file references in autoload were not updated when a script was moved or renamed. This adds extra logic to update the autoload references when updating project settings. Fixes #22995. | |||
2018-10-16 | Switch unoptimized handlers from spatial editor viewport to optimized ones | Michael Alexsander Silva Dias | |
2018-10-16 | Remove unnecessary "rings" variable from "draw_rings()" in StyleBox | Michael Alexsander Silva Dias | |
2018-10-16 | C# API: Hide method bind fields from debugger | Ignacio Etcheverry | |
2018-10-16 | Merge pull request #22918 from DualMatrix/node_as_root_2 | Rémi Verschelde | |
Fixed setting node as root showing error and making invisible children visible. | |||
2018-10-16 | Merge pull request #22738 from akerudesu/script_comments | Rémi Verschelde | |
Improve toggle comment function in script editor | |||
2018-10-16 | Merge pull request #22885 from neikeq/issue-22122 | Rémi Verschelde | |
Hide numeric value for constants in EditorPropertyEnum | |||
2018-10-16 | Merge pull request #22894 from OsamaElHariri/prevent-comment-indent | Rémi Verschelde | |
A colon ending a comment line no longer indents the next line | |||
2018-10-16 | Merge pull request #22922 from mrcdk/fix_area_bus_override | Rémi Verschelde | |
Fixes Area and Area2D audio bus override | |||
2018-10-16 | Merge pull request #23009 from AlexHolly/doc-tabcontainer-rearrange | Rémi Verschelde | |
Doc Tabcontainer rearrange tabs | |||
2018-10-16 | Merge pull request #23016 from QbieShay/fix_visibility_toggle | Rémi Verschelde | |
Fixed visibility toggle with node selection | |||
2018-10-16 | Fixed setting node as root showing error and making invisible children visible. | DualMatrix | |
Fixed setting node as root showing error and making invisible children visible. | |||
2018-10-16 | Merge pull request #23018 from lupoDharkael/parse-bug | Rémi Verschelde | |
GDScriptTokenizer: Fix token_names order | |||
2018-10-16 | Merge pull request #22992 from Paulb23/delete_line_off_by_one | Rémi Verschelde | |
Fixed delete line being off by one, issue 22819 | |||
2018-10-16 | Merge pull request #22991 from Paulb23/type_syntax_highlighting_fixes | Rémi Verschelde | |
Fix types highlighting outside of function args and var declarations, issues 22029,21638 | |||
2018-10-16 | Merge pull request #22980 from CakHuri/remove-include-dupl | Rémi Verschelde | |
Removed duplication of include(s) | |||
2018-10-16 | Merge pull request #22548 from fire/visualscript_whitespace | Rémi Verschelde | |
Visualscript search fixes | |||
2018-10-16 | Merge pull request #22970 from marcelofg55/osx_mic_fix | Rémi Verschelde | |
Fixed issues with audio input on some Macs | |||
2018-10-16 | Merge pull request #22944 from fire/visual-script-constructor-21840 | Rémi Verschelde | |
Fixed the problem with vector3 constructor | |||
2018-10-15 | Fix enum values in the editor and hide enum numeric values in the Inspector | Ignacio Etcheverry | |
- Hide numeric value of enum constants in the inspector (EditorPropertyEnum) - EditorPropertyEnum, CustomPropertyEditor: Calculate values of enum constants correctly when only some of these constants have explicit values. | |||
2018-10-15 | Hide header and footer in AssetLib when not necessary | Erik | |
Reduces visual clutter by hiding pages navigator header and footer in AssetLib if no results are found or when results fit on one page one page. Fix for issue #23036 | |||
2018-10-15 | Merge pull request #23029 from AlexHolly/doc-tabs | Max Hilbrunner | |
[DOCS] Tabs | |||
2018-10-15 | Doc Tabcontainer rearrange tabs | Alexander Holland | |
2018-10-15 | Doc Tabs | Alexander Holland | |
2018-10-15 | Merge pull request #23021 from dumitru-stama/fix_android_modules | Rémi Verschelde | |
Fixed initialization of android modules | |||
2018-10-14 | Fixed initialization of android modules | dumitru-stama | |