Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-10 | Merge pull request #51456 from SaracenOne/super_init_fix | George Marques | |
Call _init on base class if one does not exist. | |||
2021-09-10 | Merge pull request #51593 from KoBeWi/if | George Marques | |
Prevent crash when awaiting in a getter/setter | |||
2021-09-10 | Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze | George Marques | |
Fix gdscript pattern matching expressions | |||
2021-09-10 | Merge pull request #52229 from lawnjelly/basis_quat_warning | Max Hilbrunner | |
Improve Basis::get_quaternion error message | |||
2021-09-10 | Merge pull request #52503 from KoBeWi/DROPNODESTOFOLDERRRR | Max Hilbrunner | |
Save branch as scene by dropping to filesystem | |||
2021-09-09 | Merge pull request #51158 from YeldhamDev/potgen_enhancements | Juan Linietsky | |
Make some enhancements to the POT generation | |||
2021-09-09 | Merge pull request #44844 from KoBeWi/hey_listen!_but_2d | Juan Linietsky | |
Add Listener2D | |||
2021-09-09 | Merge pull request #52476 from Lauson1ex/master | Juan Linietsky | |
Replace current ACES tonemapper with a high quality one | |||
2021-09-09 | Merge pull request #50383 from ↵ | Juan Linietsky | |
Calinou/standardmaterial3d-improve-simple-parallax Improve the appearance of simple parallax in StandardMaterial3D | |||
2021-09-09 | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energy | Juan Linietsky | |
Use the Light3D Indirect Energy property in SDFGI | |||
2021-09-09 | Merge pull request #52284 from Calinou/tscn-groups-write-single-line | Juan Linietsky | |
Write node groups on a single line when saving a `.tscn` file | |||
2021-09-09 | Merge pull request #52492 from raulsntos/fix-csharp-array-properties | Ignacio Roldán Etcheverry | |
Fix properties arrays in C# bindings generator | |||
2021-09-09 | Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensions | Juan Linietsky | |
Expose Vulkan internal values for access from extensions | |||
2021-09-09 | Expose Vulkan internal values for access from extensions | Bastiaan Olij | |
2021-09-09 | Merge pull request #46656 from zaksnet/improve-thread-docs | Max Hilbrunner | |
Improve documentation for Thread | |||
2021-09-09 | Merge pull request #49605 from likeich/jnisingleton_docs | Max Hilbrunner | |
Wrote JNISingleton docs | |||
2021-09-09 | Merge pull request #50336 from SirQuartz/patch-20 | Max Hilbrunner | |
Add description to `Viewport` | |||
2021-09-09 | Merge pull request #52306 from CinchBlue/master | Max Hilbrunner | |
Add "Physics intro" docs link for State classes | |||
2021-09-09 | Save branch as scene by dropping to filesystem | kobewi | |
2021-09-08 | Merge pull request #52494 from mhilbrunner/rset-into-the-sunset | Fabio Alessandrelli | |
Docs: Remove references to (removed) RSETs | |||
2021-09-08 | Merge pull request #52408 from GiantBlargg/fix-string-cast | Fabio Alessandrelli | |
Fix invalid string cast | |||
2021-09-08 | Merge pull request #52462 from TokageItLab/fixed-regression-of-skinning | Juan Linietsky | |
Fixed regression of skinning with skeleton | |||
2021-09-08 | Merge pull request #52310 from Calinou/doc-node-groups-unordered | Max Hilbrunner | |
Document that node groups don't have a guaranteed order | |||
2021-09-08 | Merge pull request #52246 from Paulb23/verbatim-string | Max Hilbrunner | |
Syntax highlight c# verbatim string literal | |||
2021-09-08 | Docs: Remove references to (removed) RSETs | Max Hilbrunner | |
2021-09-08 | Merge pull request #52480 from mhilbrunner/network-rename | Fabio Alessandrelli | |
Multiplayer networking renames/simplification | |||
2021-09-08 | Merge pull request #52106 from Paulb23/text-edit-optimisation | Gilles Roudière | |
Optimise TextEdit get line height and width | |||
2021-09-08 | Merge pull request #52489 from madmiraal/fix-android-libraries | Fredia Huya-Kouadio | |
Use current androidx Fragment library instead of legacy libraries | |||
2021-09-08 | Merge pull request #52470 from mhilbrunner/use-encryption-and-dont-get-secrets | Gilles Roudière | |
Add new docs warning from HTTPRequest to HTTPClient | |||
2021-09-08 | Fix properties arrays in C# bindings generator | Raul Santos | |
2021-09-08 | Merge pull request #52173 from AstroStucky/improve-camera2d-doc | Gilles Roudière | |
Clarified how Camera2D's current property works with Viewports. | |||
2021-09-08 | Multiplayer networking renames/simplification | Max Hilbrunner | |
Removes _networking_ prefix from some methods and members, now that multiplayer has been largely moved out of Node and SceneTree and is seperated into its own set of classes. | |||
2021-09-08 | Use current androidx Fragment library instead of legacy libraries | Marcel Admiraal | |
2021-09-08 | Merge pull request #52307 from Calinou/scene-tree-tooltip-display-node-name | Gilles Roudière | |
Display the node name in scene tree dock tooltips | |||
2021-09-08 | Merge pull request #52459 from groud/fix_terrain_editor_reset | Gilles Roudière | |
Fix TileSet terrain painting reset to no terrain | |||
2021-09-08 | Merge pull request #52263 from nekomatata/property_update_all_undo_redo | Max Hilbrunner | |
Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED | |||
2021-09-07 | Replace ACES tonemapper with a high quality one | Endri Lauson | |
2021-09-07 | Merge pull request #51964 from bruvzg/request_camera_permission | Max Hilbrunner | |
[macOS] Request camera permission before session init. | |||
2021-09-07 | Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED | PouleyKetchoupp | |
Full inspector update was triggered only on property changed, but not on undo/redo actions, which can cause inspector discrepancies when some properties are supposed to be shown or hidden. Now update all flag is passed into _edit_set() method which already has logic to handle this case properly (it still triggers update_tree() down the line). | |||
2021-09-07 | Merge pull request #52237 from ellenhp/polyphony | Juan Linietsky | |
Add optional polyphonic playback to built-in audio player nodes | |||
2021-09-07 | Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu | Max Hilbrunner | |
RichTextLabel returns member (Array) for custom effects for Editor | |||
2021-09-07 | Merge pull request #52097 from mortarroad/master-fix-convex-hull-double-edges | Max Hilbrunner | |
Fix emitting duplicate edges for convex hulls | |||
2021-09-07 | Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0 | Max Hilbrunner | |
LinkButton's text now is automatically translated | |||
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky | |
Make platform feature tag names lowercase | |||
2021-09-07 | Merge pull request #52440 from kdiduk/issue-41297-fix-type-casting-to-uint32_t | Max Hilbrunner | |
Cosmetic: explicitly convert signed to unsigned value | |||
2021-09-07 | Merge pull request #52267 from williamd67/lookup-symbol-builtin-functions | Max Hilbrunner | |
Show help for built-in functions (@GlobalScope) | |||
2021-09-07 | Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdef | Max Hilbrunner | |
Remove `#ifdefs` for handling compilation with Visual Studio < 2015 | |||
2021-09-07 | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner | |
Fix wrong folding behaviour of last block if containing comment | |||
2021-09-07 | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner | |
Fix incorrectly removing two characters by auto brace | |||
2021-09-07 | Merge pull request #52436 from ↵ | Max Hilbrunner | |
daniel-mcclintock/fix-out-of-bounds-completion-crash Fix crash during completion lookback |