summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06Fix editor crash when creating a custom resource from create dialogAndrii Doroshenko (Xrayez)
2020-07-06Merge pull request #40143 from GiantBlargg/masterRémi Verschelde
Fix Mono PackedArray Marshalling
2020-07-06Merge pull request #40145 from KoBeWi/bsmRémi Verschelde
Support built-in scripts for inspector categories
2020-07-06Support built-in scripts for inspector categoriesTomasz Chabora
2020-07-05Fix Mono PackedArray MarshallingDaniel Doran
2020-07-05Merge pull request #40102 from SkyLucilfer/PotGenerationFixRémi Verschelde
Change translation parser plugin API to parse_file()
2020-07-05Merge pull request #40138 from neikeq/error-macros-use-bool-literalsRémi Verschelde
Fix 'modernize-use-bool-literals' clang-tidy warnings in error macros
2020-07-05Merge pull request #40137 from neikeq/fix-clangtidy-warnings-monoRémi Verschelde
Mono/C#: Fix several clang-tidy warnings and cleanup
2020-07-05Fix 'modernize-use-bool-literals' clang-tidy warnings in error macrosIgnacio Etcheverry
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-07-05Change translation parser plugin API to parse_file()SkyJJ
2020-07-05Merge pull request #40130 from aaronfranke/mingw-sucksRémi Verschelde
Fix string test code for MinGW
2020-07-05Fix string test code for MinGWAaron Franke
2020-07-05Merge pull request #40128 from Chaosus/graphedit_reconnect_fixYuri Roubinsky
Fix GraphEdit reconnecting to disconnected port
2020-07-05Fix GraphEdit reconnecting to disconnected portYuri Roubinsky
2020-07-05Merge pull request #40115 from Chaosus/vshader_fix_dialogYuri Roubinsky
Makes "Create shader node" dialog non-exclusive (visual shaders)
2020-07-05Merge pull request #40112 from Chaosus/graphedit_connection_enchancementRémi Verschelde
Prevents incorrect connection attempt on port clicking in GraphEdit
2020-07-05Merge pull request #40119 from nekomatata/fix-startup-import-crashRémi Verschelde
Fix crash on project files import in EditorFileSystem
2020-07-05Merge pull request #40111 from DanielZTing/masterRémi Verschelde
Fix opening URLS with special characters in macOS
2020-07-04Fix crash on project files import in EditorFileSystemPouleyKetchoupp
Fixes #40017
2020-07-04Merge pull request #40033 from hinlopen/create-dialog-searchRémi Verschelde
Improve Create Dialog search ranking and rewrite calculation
2020-07-04Merge pull request #40100 from hinlopen/extract-anim-nameRémi Verschelde
Refactor extracting animation name
2020-07-04Merge pull request #40113 from madmiraal/fix-40090Rémi Verschelde
Remove elements from monitored_bodies and monitored_areas as they are processed
2020-07-04Makes "Add new member" dialog non-exclusive for visual shadersYuri Roubinsky
2020-07-04Remove elements from monitored_bodies and monitored_areas as they areMarcel Admiraal
processed before calling the callback, instead of after they have all been processed, because the callbacks may readd them.
2020-07-04Merge pull request #40084 from bruvzg/macos_seamless_scalingRémi Verschelde
[macOS] Implement seamless display scaling.
2020-07-04Merge pull request #40103 from Calinou/doc-fix-string-capitalizeRémi Verschelde
Fix `String.capitalize()` description to follow camelCase changes
2020-07-04Merge pull request #40105 from Logharaa/masterRémi Verschelde
Stop looping as soon as the first window that has focus is found
2020-07-04Merge pull request #40107 from reduz/fix-default-fontsRémi Verschelde
Correctly use fallback for default fonts
2020-07-04Merge pull request #40109 from aaronfranke/codeowners-aaronfrankeRémi Verschelde
Add myself to CODEOWNERS for GodotSharp
2020-07-04Rewrite extracting animation name.Stijn Hinlopen
2020-07-04[macOS] Implement seamless display scaling.bruvzg
2020-07-04Prevents incorrect connection attempt on port clicking in GraphEditYuri Roubinsky
Prevents incorrect connection attempt on port clicking in GraphEdit
2020-07-03Fix opening URLS with special characters in macOSDaniel Ting
The Online Tutorials section of InputMap in the editor's built-in documentation viewer contains this link: docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html#inputmap The macOS implementation for opening a link percent-encodes it before sending it to the browser, resulting in a 404. This is to fix #13422 where filenames with special characters could not be opened in Finder. However, this breaks URLS so I added a check to see if the resource scheme is file:// and if so, only then is it escaped. This allows other schemes like `http`, `ftp`, and `mailto` to be used.
2020-07-03Add aaronfranke to CODEOWNERS for GodotSharpAaron Franke
[ci skip]
2020-07-03Change how default fonts are created, fixes #39235Juan Linietsky
Also fixes file dialog icons.
2020-07-04Break loop when the first focused window is foundGaël
2020-07-04Merge pull request #39845 from mrushyendra/bone_painting_undoredo_masterRémi Verschelde
Fix undo/redo for bone painting in Polygon2D UV Editor
2020-07-04Merge pull request #39888 from nekomatata/windows-create-window-errorRémi Verschelde
Fix errors when creating windows on Windows
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
Remove String::find_last (same as rfind)
2020-07-04Merge pull request #40096 from reduz/improve-x11-dndRémi Verschelde
Improve the situation of DND on X11
2020-07-03Fix `String.capitalize()` description to follow camelCase changesHugo Locurcio
This closes #40093.
2020-07-03Merge pull request #40091 from Xrayez/polygon-no-mouse-foundRémi Verschelde
Provide warning when using polygon shapes in `CollisionShape2D` node
2020-07-03Merge pull request #40089 from slooths/doc-textedit-minimapRémi Verschelde
Add documentation for minimap_draw and minimap_width
2020-07-03Improve the situation of DND on X11Juan Linietsky
2020-07-03doc: Sync classref with current sourceRémi Verschelde
2020-07-03Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @mrushyendra, @mbrlabs, @MCrafterzz Thanks to all contributors and donors for making Godot possible!
2020-07-03Merge pull request #40086 from slooths/doc-update-select-methodsRémi Verschelde
Update TextEdit select and select_all method descriptions
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-03Merge pull request #40085 from slooths/doc-selecting-enabledRémi Verschelde
Add documentation for selecting_enabled