Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #39537 from Faless/js/fs_sync_iteration | Rémi Verschelde | |
Immediately run first iteration after JS FS sync. | |||
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 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 | 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-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. | |||
2020-06-11 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit d68e631566e953e09e71438558b9f1376648d025) | |||
2020-06-11 | doc: Sync classref with current source | Rémi Verschelde | |
2020-06-11 | Merge pull request #38958 from lawnjelly/time_overflow_4 | Rémi Verschelde | |
Fix overflow condition with QueryPerformanceCounter | |||
2020-06-11 | Merge pull request #39230 from ntfshard/expression_string_singlequote | Rémi Verschelde | |
Fix for Expression class: string inside an expression can't be single quoted | |||
2020-06-11 | Merge pull request #39261 from mrushyendra/string_padding | Rémi Verschelde | |
Enable zero padding with float specifier for format strings | |||
2020-06-11 | Merge pull request #39337 from Cevantime/add-text-deletion-methods-to-line-edit | Rémi Verschelde | |
Make text deletion methods public for LineEdit | |||
2020-06-11 | Merge pull request #39355 from SaviHex/better-docs-links | Rémi Verschelde | |
Added a "title" attribute for the link tag in the docs xml | |||
2020-06-11 | Merge pull request #39453 from vtoriafisher/master | Rémi Verschelde | |
Adds full description for AudioEffectRecord.xml. | |||
2020-06-11 | Merge pull request #39454 from mrushyendra/regex_unicode | Rémi Verschelde | |
Enable Unicode support for RegEx class | |||
2020-06-11 | Merge pull request #39434 from mrushyendra/export_update_files_master | Rémi Verschelde | |
Account for file deletion and renaming in Export Presets | |||
2020-06-11 | Enable Unicode support for RegEx class | Maganty Rushyendra | |
Build PCRE2 thirdparty library with unicode support. RegEx objects in Godot can now be used to recognize unicode strings. | |||
2020-06-11 | Adds full description for AudioEffectRecord.xml | Victoria Fisher | |
2020-06-11 | Merge pull request #39438 from Chaosus/fix_custom_property_editor | Yuri Roubinsky | |
Fix custom property editor layout | |||
2020-06-10 | Added a "title" attribute for the link tag in the docs xml | SaviHex | |
2020-06-11 | Account for file deletion and renaming in Export Presets | Maganty Rushyendra | |
Ensure that presets are updated with the latest files when starting up or opening the Project Export dialog. Fixes the error where Godot would attempt to export deleted files that were previously selected. | |||
2020-06-10 | Make text deletion methods public for LineEdit | Thibault Truffert | |
2020-06-10 | Merge pull request #38508 from RandomShaper/fix_cleanup_info | Rémi Verschelde | |
Fix potential crash when listing leaked objects | |||
2020-06-10 | Fix potential crash when listing leaked objects | Pedro J. Estébanez | |
Note: Casting to the C++ classes and calling the methods there would work as well, but would require including he header files for the specific object types handled here, which wouldn't be OK either. | |||
2020-06-10 | Fix custom property editor layout | Yuri Roubinsky | |
2020-06-10 | Merge pull request #39430 from Calinou/doc-3d-light-radius | Rémi Verschelde | |
Improve the 3D light documentations | |||
2020-06-10 | Merge pull request #37248 from Xrayez/env-dump | Rémi Verschelde | |
SCons: Dump construction environment to a file |