Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-05 | Fix string test code for MinGW | Aaron Franke | |
2020-07-05 | Merge pull request #40128 from Chaosus/graphedit_reconnect_fix | Yuri Roubinsky | |
Fix GraphEdit reconnecting to disconnected port | |||
2020-07-05 | Fix GraphEdit reconnecting to disconnected port | Yuri Roubinsky | |
2020-07-05 | Merge pull request #40115 from Chaosus/vshader_fix_dialog | Yuri Roubinsky | |
Makes "Create shader node" dialog non-exclusive (visual shaders) | |||
2020-07-05 | Merge pull request #40112 from Chaosus/graphedit_connection_enchancement | Rémi Verschelde | |
Prevents incorrect connection attempt on port clicking in GraphEdit | |||
2020-07-05 | Merge pull request #40119 from nekomatata/fix-startup-import-crash | Rémi Verschelde | |
Fix crash on project files import in EditorFileSystem | |||
2020-07-05 | Merge pull request #40111 from DanielZTing/master | Rémi Verschelde | |
Fix opening URLS with special characters in macOS | |||
2020-07-04 | Fix crash on project files import in EditorFileSystem | PouleyKetchoupp | |
Fixes #40017 | |||
2020-07-04 | Merge pull request #40033 from hinlopen/create-dialog-search | Rémi Verschelde | |
Improve Create Dialog search ranking and rewrite calculation | |||
2020-07-04 | Merge pull request #40100 from hinlopen/extract-anim-name | Rémi Verschelde | |
Refactor extracting animation name | |||
2020-07-04 | Merge pull request #40113 from madmiraal/fix-40090 | Rémi Verschelde | |
Remove elements from monitored_bodies and monitored_areas as they are processed | |||
2020-07-04 | Makes "Add new member" dialog non-exclusive for visual shaders | Yuri Roubinsky | |
2020-07-04 | Remove elements from monitored_bodies and monitored_areas as they are | Marcel Admiraal | |
processed before calling the callback, instead of after they have all been processed, because the callbacks may readd them. | |||
2020-07-04 | Merge pull request #40084 from bruvzg/macos_seamless_scaling | Rémi Verschelde | |
[macOS] Implement seamless display scaling. | |||
2020-07-04 | Merge pull request #40103 from Calinou/doc-fix-string-capitalize | Rémi Verschelde | |
Fix `String.capitalize()` description to follow camelCase changes | |||
2020-07-04 | Merge pull request #40105 from Logharaa/master | Rémi Verschelde | |
Stop looping as soon as the first window that has focus is found | |||
2020-07-04 | Merge pull request #40107 from reduz/fix-default-fonts | Rémi Verschelde | |
Correctly use fallback for default fonts | |||
2020-07-04 | Merge pull request #40109 from aaronfranke/codeowners-aaronfranke | Rémi Verschelde | |
Add myself to CODEOWNERS for GodotSharp | |||
2020-07-04 | Rewrite extracting animation name. | Stijn Hinlopen | |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg | |
2020-07-04 | Prevents incorrect connection attempt on port clicking in GraphEdit | Yuri Roubinsky | |
Prevents incorrect connection attempt on port clicking in GraphEdit | |||
2020-07-03 | Fix opening URLS with special characters in macOS | Daniel 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-03 | Add aaronfranke to CODEOWNERS for GodotSharp | Aaron Franke | |
[ci skip] | |||
2020-07-03 | Change how default fonts are created, fixes #39235 | Juan Linietsky | |
Also fixes file dialog icons. | |||
2020-07-04 | Break loop when the first focused window is found | Gaël | |
2020-07-04 | Merge pull request #39845 from mrushyendra/bone_painting_undoredo_master | Rémi Verschelde | |
Fix undo/redo for bone painting in Polygon2D UV Editor | |||
2020-07-04 | Merge pull request #39888 from nekomatata/windows-create-window-error | Rémi Verschelde | |
Fix errors when creating windows on Windows | |||
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | |
Remove String::find_last (same as rfind) | |||
2020-07-04 | Merge pull request #40096 from reduz/improve-x11-dnd | Rémi Verschelde | |
Improve the situation of DND on X11 | |||
2020-07-03 | Fix `String.capitalize()` description to follow camelCase changes | Hugo Locurcio | |
This closes #40093. | |||
2020-07-03 | Merge pull request #40091 from Xrayez/polygon-no-mouse-found | Rémi Verschelde | |
Provide warning when using polygon shapes in `CollisionShape2D` node | |||
2020-07-03 | Merge pull request #40089 from slooths/doc-textedit-minimap | Rémi Verschelde | |
Add documentation for minimap_draw and minimap_width | |||
2020-07-03 | Improve the situation of DND on X11 | Juan Linietsky | |
2020-07-03 | doc: Sync classref with current source | Rémi Verschelde | |
2020-07-03 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @mrushyendra, @mbrlabs, @MCrafterzz Thanks to all contributors and donors for making Godot possible! | |||
2020-07-03 | Merge pull request #40086 from slooths/doc-update-select-methods | Rémi Verschelde | |
Update TextEdit select and select_all method descriptions | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-07-03 | Merge pull request #40085 from slooths/doc-selecting-enabled | Rémi Verschelde | |
Add documentation for selecting_enabled | |||
2020-07-03 | Merge pull request #40078 from endlesstravel/fix-print-null-in-array-3 | Rémi Verschelde | |
fix crash when pass null in print array in GD.print | |||
2020-07-03 | Improve Create Dialog search ranking and refactor calculation. | Stijn Hinlopen | |
Code changes: - Improved search ranking with various features (position in type string, string length proportion, in favorite list, in recent list). - Recent items are now stored in an ItemList (no visual change). - Removed results that had a parent that matched the search term to improve clarity. Performance: - Reduce types to process upon opening the dialog (instead of every search change), reduces number of types by 4~5. - Clear arrays after closing dialog instead of keeping them. - Various other optimizations. | |||
2020-07-03 | Provide warning when using polygon shapes in `CollisionShape2D` node | Andrii Doroshenko (Xrayez) | |
`ConvexPolygonShape2D` and `ConcavePolygonShape2D` are only meant to be used directly in code and not in the editor for physics-based use cases specifically. Developers are advised to use `CollisionPolygon2D` instead, which does generate those shapes under the hood, handling polygon convexivity, proper orientation etc. | |||
2020-07-03 | Add documentation for minimap_draw and minimap_width | Slooth | |
2020-07-03 | Merge pull request #40083 from akien-mga/img-better-create-error | Rémi Verschelde | |
Image: Improve error messages for invalid creation size | |||
2020-07-03 | Update TextEdit select and select_all methods | Slooth | |
2020-07-03 | Merge pull request #39958 from aaronfranke/gridmap-vec3i | Rémi Verschelde | |
Update GridMap to use Vector3i instead of three ints | |||
2020-07-03 | Add documentation for selecting_enabled | Slooth | |
2020-07-03 | Merge pull request #40065 from rileylyman/script_drag_drop | Rémi Verschelde | |
Allow script editor scripts to be drag-dropped onto resource properties | |||
2020-07-03 | Merge pull request #40082 from slooths/doc-textedit-center-viewport-to-cursor | Rémi Verschelde | |
Add documentation for center_viewport_to_cursor method | |||
2020-07-03 | Image: Improve error messages for invalid creation size | Rémi Verschelde | |
2020-07-03 | Merge pull request #37218 from lrgilbert/graphnode-port-separation | Rémi Verschelde | |
Fixed GraphNode port separation. |