Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | Merge pull request #39457 from bruvzg/kbd_layouts | Rémi Verschelde | |
Add keyboard layout enumeration / set / get functions. | |||
2020-06-15 | Merge pull request #39490 from Calinou/doc-node-virtual-method-tree | Rémi Verschelde | |
Clarify Node virtual methdods not being called if node is orphan | |||
2020-06-15 | Merge pull request #39436 from bruvzg/macos_export_notarization | Rémi Verschelde | |
[macOS export] Add notarization support. | |||
2020-06-15 | Merge pull request #39485 from theoway/append_bbcode_animation_bug | Rémi Verschelde | |
Fixes the stopping of animation effects in bbcode text after appending | |||
2020-06-15 | Merge pull request #39521 from 31/fix-image-createfromdata | Rémi Verschelde | |
Fix Image.create_from_data "use_mipmaps" class doc | |||
2020-06-15 | Merge pull request #39522 from noidexe/fix-tabcontainer-tabselected-misfire | Rémi Verschelde | |
Fix TabContainer emitting spurious tab_selected signals when a theme … | |||
2020-06-15 | Merge pull request #39462 from Calinou/doc-in-operator | Rémi Verschelde | |
Document the `in` operator in String, Array and Dictionary classes | |||
2020-06-15 | Merge pull request #39479 from akien-mga/classdb-default-property-unique | Rémi Verschelde | |
Object: Add usage hint to instantiate Object properties in editor | |||
2020-06-15 | Merge pull request #39503 from hilfazer/fav-proj-godot4 | Rémi Verschelde | |
Fixed "Favourite Project" button in Project Manager | |||
2020-06-15 | Merge pull request #39543 from Sawrr/master | Rémi Verschelde | |
Unhide Skeleton3D menu button | |||
2020-06-15 | Merge pull request #39520 from skyace65/label | Rémi Verschelde | |
Fix label percent visible doc description | |||
2020-06-15 | Merge pull request #39534 from Calinou/remove-2d-pixel-import-preset | Rémi Verschelde | |
Remove the obsolete "2D Pixel" import preset | |||
2020-06-15 | Merge pull request #39535 from Calinou/doc-viewportcontainer-size | Rémi Verschelde | |
Document how to resize a SubViewportContainer to avoid stretching | |||
2020-06-15 | Merge pull request #39549 from KoBeWi/deletebuseffectinator | Rémi Verschelde | |
Delete bus effect with Delete key | |||
2020-06-15 | Merge pull request #39551 from mrushyendra/regex_class_doc | Rémi Verschelde | |
[Doc] Fix RegEx expression result | |||
2020-06-15 | Merge pull request #39552 from mrushyendra/whole_word_match_count | Rémi Verschelde | |
Fix match count for whole word search in editor | |||
2020-06-15 | Fix match count for whole word search in editor | Maganty Rushyendra | |
Check if a match borders a new line char when incrementing match counts. | |||
2020-06-15 | Fix RegEx example in class doc and correct typo | Maganty Rushyendra | |
Fix minor errors to do with `search_all` example in RegEx and typo in RegExMatch class docs. | |||
2020-06-15 | Delete bus effect with Delete key | Tomasz Chabora | |
2020-06-14 | Unhide Skeleton3D menu button | Sawrr | |
2020-06-14 | Merge pull request #39537 from Faless/js/fs_sync_iteration | Rémi Verschelde | |
Immediately run first iteration after JS FS sync. | |||
2020-06-14 | Fix label percent visible doc description | skyace65 | |
2020-06-14 | Immediately run first iteration after JS FS sync. | Fabio Alessandrelli | |
Which is now run inside an animation frame. This avoid a 1 frame black screen when setting up the canvas. | |||
2020-06-14 | Document how to resize a SubViewportContainer to avoid stretching | Hugo Locurcio | |
This closes #27534. | |||
2020-06-14 | Remove the obsolete "2D Pixel" import preset | Hugo Locurcio | |
Texture filtering is now defined on a per-node basis, thanks to bindless textures provided by Vulkan. This closes #37057. | |||
2020-06-14 | Merge pull request #39529 from ricardoprins/pr/39419 | Rémi Verschelde | |
Add description to TileSet.is_tile_bound() method | |||
2020-06-14 | Merge pull request #39524 from KoBeWi/follow_me_bro | Rémi Verschelde | |
Re-enable scroll follow on RichTextLabel clear | |||
2020-06-14 | Merge pull request #39523 from 31/doc-renderpriority-depth | Rémi Verschelde | |
Fix Material.render_priority doc: claims opaque objects are sorted | |||
2020-06-13 | Add description to TileSet.is_tile_bound() method | Ricardo Prins | |
2020-06-14 | Re-enable scroll follow on RichTextLabel clear | Tomasz Chabora | |
2020-06-13 | Fix TabContainer emitting spurious tab_selected signals when a theme is changed | Lisandro Lorea | |
- The repaint code was moved outside of set_current_tab() and to a "_repaint()" private function - _on_theme_changed() will now only call _repaint() and update() This means _on_theme_changed() will do only what it needs (repainting the TabContainer to account for the new theme) fixes #39498 | |||
2020-06-13 | Fix Material.render_priority doc: no opaque sort | 31 | |
Opaque objects are rendered using the depth buffer, so the end result appears sorted, but the opaque objects themselves are not sorted. | |||
2020-06-13 | Fix Image.create_from_data use_mipmaps doc | 31 | |
The Image.create_from_data doc describes the "use_mipmaps" argument as a way to generate mipmaps, but this method only allocates and loads data. This can cause confusion, where this function reads more or less data than expected. Update the doc to be more specific that create_from_data is loading the mipmaps from the raw data. | |||
2020-06-13 | Merge pull request #39505 from madmiraal/fix-39500 | Rémi Verschelde | |
Ensure pair callback data is set to null when it's null. | |||
2020-06-13 | Ensure pair callback data is set to null when it's null. | Marcel Admiraal | |
2020-06-13 | Fixed "Favourite Project" button in Project Manager | hilfazer | |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, ↵ | bruvzg | |
Linux/X11), remove latin variant function. | |||
2020-06-12 | Clarify Node virtual methdods not being called if node is orphan | Hugo Locurcio | |
This closes #39489. | |||
2020-06-13 | Fixes the stopping of animation effects in bbcode after appending | Umang Kalra | |
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio | |
This also clarifies the `in` operator behavior in Object. | |||
2020-06-12 | Object: Add usage hint to instantiate Object properties in editor | Rémi Verschelde | |
Fixes #36372 as Path2D/Path3D's `curve` property no longer uses a Curve instance as default value, but instead it gets a (unique) default Curve instance when created through the editor (CreateDialog). ClassDB gets a sanity check to ensure that we don't do the same mistake for other properties in the future, but instead use the dedicated property usage hint. Fixes #36372. Fixes #36650. Supersedes #36644 and #36656. Co-authored-by: Thakee Nathees <thakeenathees@gmail.com> Co-authored-by: simpuid <utkarsh.email@yahoo.com> | |||
2020-06-12 | Merge pull request #39478 from mrushyendra/find_whole_word | Rémi Verschelde | |
Fix whole word search slowdown in editor | |||
2020-06-12 | Fix whole word search slowdown in editor | Maganty Rushyendra | |
Reduce repeated iteration through the full text when counting the number of occurrences of whole words while searching a file in the editor. | |||
2020-06-12 | Merge pull request #39468 from KoBeWi/cpp_type_the_sequel | Rémi Verschelde | |
Fix custom types in node list search | |||
2020-06-12 | Merge pull request #39470 from aaronfranke/valid-image | Rémi Verschelde | |
Simplify some code in platform/uwp/export | |||
2020-06-11 | Simplify some code in platform/uwp/export | Aaron Franke | |
2020-06-11 | Merge pull request #39450 from aaronfranke/gltf-light | Rémi Verschelde | |
Add GLTF light import | |||
2020-06-11 | Fix custom types in node list search | Tomasz Chabora | |
2020-06-11 | Add GLTF light import | Aaron Franke | |
Co-authored-by: K.S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2020-06-11 | String: Use ABS macro in padding code | Rémi Verschelde | |
Follow-up to #39261. |