Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-21 | Merge pull request #49665 from Paulb23/code_edit_indent | Rémi Verschelde | |
Move indentation into CodeEdit | |||
2021-06-21 | Merge pull request #45815 from floppyhammer/master | Rémi Verschelde | |
Improve nine patch behavior of TextureProgressBar | |||
2021-06-21 | Improve nine patch behavior of TextureProgressBar | floppyhammer | |
2021-06-20 | Merge pull request #49772 from pycbouh/editor-theme-pin-new-stylebox | Rémi Verschelde | |
Fix pinned `StyleBox` incorrectly reacting to several actions in the new `Theme` editor | |||
2021-06-20 | Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ↵ | Yuri Sizov | |
editor | |||
2021-06-20 | Move indent management to CodeEdit | Paulb23 | |
2021-06-20 | Merge pull request #35608 from golfinq/master | Rémi Verschelde | |
2021-06-20 | Merge pull request #49281 from aaronfranke/use-enums-mouse-joypad | Rémi Verschelde | |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke | |
Also MIDIMessage | |||
2021-06-20 | Move many input enums to their own file | Aaron Franke | |
2021-06-20 | Rich Text Label now allows for foreground colors and background colors | golfinq | |
2021-06-20 | Merge pull request #49760 from Calinou/doc-projectsettings-stdout-stderr | Rémi Verschelde | |
Improve descriptions for ProjectSettings' `disable_stdout`/`disable_stderr` | |||
2021-06-20 | Improve descriptions for ProjectSettings' `disable_stdout`/`disable_stderr` | Hugo Locurcio | |
2021-06-20 | Merge pull request #49714 from fire/lod-scale | Rémi Verschelde | |
Fix for LOD is broken 49706 | |||
2021-06-20 | Fix for LOD is broken 49706 | K. S. Ernest (iFire) Lee | |
2021-06-20 | Merge pull request #48359 from Calinou/add-engine-print-error-property | Rémi Verschelde | |
2021-06-20 | Merge pull request #49754 from aaronfranke/is-eq-approx-sub-opt | Rémi Verschelde | |
Fix sub-optimal uses of is_equal_approx | |||
2021-06-20 | Merge pull request #49693 from LightningAA/instance-is-not-a-verb | Rémi Verschelde | |
Rename `instance()`->`instantiate()` when it's a verb | |||
2021-06-20 | Fix sub-optimal uses of is_equal_approx | Aaron Franke | |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | |
2021-06-20 | Merge pull request #49742 from Paulb23/remove_keywords_textedit | Rémi Verschelde | |
Remove redundant keywords from TextEdit | |||
2021-06-20 | Merge pull request #48804 from EricEzaM/scripting-multi-error-support | Rémi Verschelde | |
Added support for scripts reporting multiple errors to ScriptTextEditor | |||
2021-06-20 | Merge pull request #49741 from RandomShaper/fix_save_scene_side_effects | Rémi Verschelde | |
Remove side effects of scene save | |||
2021-06-20 | Merge pull request #41794 from KoBeWi/shiny_new_tweens | Rémi Verschelde | |
2021-06-20 | Merge pull request #48080 from aaronfranke/real-serialization | Rémi Verschelde | |
Binary serialization for reals | |||
2021-06-20 | Merge pull request #49737 from JFonS/fix_vis_range | Rémi Verschelde | |
Fix crash in visibility range system. | |||
2021-06-20 | Merge pull request #48696 from madmiraal/fix-48692 | Rémi Verschelde | |
Fix `InputMap.action_erase_event()` failing to erase events correctly. | |||
2021-06-19 | Merge pull request #44806 from madmiraal/consolidate_json | Rémi Verschelde | |
Consolidate JSON, JSONParseResults and JSONParser into JSON | |||
2021-06-19 | Merge pull request #49746 from madmiraal/fix-49588 | Rémi Verschelde | |
Add adb output to error message when install fails | |||
2021-06-19 | Add adb output to error message when install fails | Marcel Admiraal | |
2021-06-19 | Remove redundant keywords from TextEdit | Paulb23 | |
2021-06-19 | Added support for scripts reporting multiple errors to ScriptTextEditor | Eric M | |
Scripts can now report multiple errors to the scripting editors in the engine. UI elements were added to support multiple errors. | |||
2021-06-19 | Remove side effects of scene save | Pedro J. Estébanez | |
2021-06-19 | Merge pull request #49615 from BastiaanOlij/inverse_xr_camera_offset | Bastiaan Olij | |
Inverse XR camera offset for stereoscopic rendering | |||
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora | |
* Tweens were changed from Node to RefCounted. New API is inspired by DOTween. * Tweens are created and managed by SceneTree, similar to SceneTreeTimer, which makes them ultra cheap to use a lot. * Animating with Tweens is done by creating sequences of Tweeners. You create them from code and they autostart by default (fire-and-forget). * There are 4 Tweeners that cover the former Tween functionality: PropertyTweener, IntervalTweener, CallbackTweener and MethodTweener. * The methods were simplified a lot. Long argument lists are replaced with chained calls on Tweens and Tweeners. * Tweeners by default execute in sequence, so it's easy to create complex chained animations. * You can bind a Tween to a node. Tween will be removed automatically when the bound node is freed. | |||
2021-06-19 | Fix crash in visibility range system. | jfons | |
2021-06-19 | Inverse XR camera offset for stereoscopic rendering | Bastiaan Olij | |
2021-06-19 | Merge pull request #48544 from Calinou/expose-data-dirs | Rémi Verschelde | |
Expose OS data directory getter methods | |||
2021-06-19 | Merge pull request #49724 from Calinou/raycast3d-draw-double-sided | Rémi Verschelde | |
Use double-sided material for RayCast3D | |||
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | |
Renames JSON.parse_string() to parse() Renames JSON.decode_data() to stringify() | |||
2021-06-19 | Expose OS data directory getter methods | Hugo Locurcio | |
This can be used by editor plugins and non-game applications to store data in the correct directories according to the XDG Base Directory specification. | |||
2021-06-19 | Use double-sided material for RayCast3D | Hugo Locurcio | |
This makes RayCast3Ds visible if the camera is fully inside one (e.g. a RayCast3d parented to the current Camera3D). | |||
2021-06-19 | Merge pull request #49287 from reduz/expose-variant-internal-binders | Rémi Verschelde | |
Make some Variant internal functions public. | |||
2021-06-18 | Merge pull request #49715 from JFonS/fix_ignore_occlusion_culling | Rémi Verschelde | |
Fix "Ignore Occlusion Culling" flag. | |||
2021-06-18 | Merge pull request #49449 from SpectralDragon/fix-enum-equal-operation | George Marques | |
Fix equal operation for typed enums | |||
2021-06-18 | Fix "Ignore Occlusion Culling" flag. | jfons | |
2021-06-18 | Merge pull request #49474 from nekomatata/line-2d-upward | Rémi Verschelde | |
Make LineShape2D normal point upwards by default | |||
2021-06-18 | Make LineShape2D normal point upwards by default | PouleyKetchoupp | |
Allows line shapes to collide with objects falling from the top by default, which makes more sense for the most common cases. | |||
2021-06-18 | Merge pull request #49711 from Faless/js/4.x_fix_callback_return | Rémi Verschelde | |
[HTML5] JS callback functions now returns passed value. | |||
2021-06-18 | GDScript: Fix setting type of operator return value | George Marques | |
Also write type adjust when needed for binary operators. |