Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | Fix error when opening multiple debugger sessions | Michael Alexsander | |
2021-09-25 | Merge pull request #51518 from Calinou/doc-network-android-permission | Rémi Verschelde | |
2021-09-25 | Merge pull request #36910 from Calinou/add-script-nav-extra-mouse-button | Rémi Verschelde | |
Add history navigation in the script editor using extra mouse buttons | |||
2021-09-25 | Add history navigation in the script editor using extra mouse buttons | Hugo Locurcio | |
This feature is enabled by default, but it can be disabled in the editor settings in case it interferes with other uses of the extra buttons (such as push-to-talk in a VoIP program). | |||
2021-09-25 | Document Android permission requirements for network access where needed | Hugo Locurcio | |
2021-09-25 | Merge pull request #53049 from AnilBK/dont-construct-2 | Rémi Verschelde | |
2021-09-25 | Construct values only when necessary. | Anilforextra | |
2021-09-25 | Merge pull request #53038 from pycbouh/tree-fix-folding-arrow-with-margin | Rémi Verschelde | |
Correctly calculate position of the folding arrow in `Tree` | |||
2021-09-25 | Merge pull request #53024 from kleonc/texture-preview-updating | Rémi Verschelde | |
2021-09-25 | Correctly calculate position of the folding arrow in Tree | Yuri Sizov | |
2021-09-25 | Merge pull request #52996 from YeldhamDev/im_the_invisible_tab | Rémi Verschelde | |
2021-09-25 | Merge pull request #52849 from KoBeWi/know_no_binds | Rémi Verschelde | |
2021-09-25 | Merge pull request #53034 from CaptainProton42/fix-multimesh-populate-surface | Rémi Verschelde | |
2021-09-25 | TexturePreview Update text when texture is being changed | kleonc | |
2021-09-25 | Merge pull request #53036 from ↵ | Rémi Verschelde | |
CaptainProton42/fix-gpuparticles3d-emission-points-from-node | |||
2021-09-24 | Fix GPUParticle3D emission point generation | John Wigg | |
`emission_point_texture` is now correctly created from an image containing the emission points. | |||
2021-09-24 | Merge pull request #53009 from Chaosus/fix_completion_results | Rémi Verschelde | |
2021-09-24 | Merge pull request #52987 from Calinou/editor-debugger-color-error-warning-lines | Rémi Verschelde | |
2021-09-24 | Fix Face3::get_random_point_inside() | John Wigg | |
Use correct overload of Math::random(from, to) to return floating point values within the correct range. | |||
2021-09-24 | Merge pull request #52993 from YeldhamDev/tabs_rename_fix | Rémi Verschelde | |
2021-09-24 | Merge pull request #44352 from KoBeWi/ItemList🔥🔥🔥🔥🔥 | Rémi Verschelde | |
Add Delete All button to ItemList editor | |||
2021-09-24 | Remove binds from Signal.connect | kobewi | |
2021-09-24 | Fix tab renaming not updating its size in `Tabs` | Michael Alexsander | |
2021-09-24 | Fix incorrect offsets of tooltip content in `CodeEdit` | Yuri Roubinsky | |
Fix incorrect offsets of tooltip content in `CodeEdit` | |||
2021-09-24 | Add Delete All button to ItemList editor | kobewi | |
2021-09-24 | Merge pull request #50165 from KoBeWi/take_it_easing | Rémi Verschelde | |
2021-09-24 | Refactor and move easing equations | kobewi | |
2021-09-24 | Merge pull request #53003 from KoBeWi/tween_0() | Rémi Verschelde | |
2021-09-24 | Merge pull request #52430 from AnilBK/vector2-replacements | Rémi Verschelde | |
2021-09-24 | Add a special case for 0-time interpolations | kobewi | |
2021-09-24 | Merge pull request #38414 from theoway/Fix-GraphNode_offset_update | Rémi Verschelde | |
2021-09-24 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @AnilBK, @Jummit Thanks to all contributors and donors for making Godot possible! | |||
2021-09-24 | Merge pull request #52967 from danger-dan/dev_vehicle_sleep_fix | Rémi Verschelde | |
2021-09-24 | Merge pull request #52939 from bruvzg/remove_v_kern | Rémi Verschelde | |
2021-09-24 | Merge pull request #52994 from YeldhamDev/dock_popup_arrow_fix | Rémi Verschelde | |
2021-09-24 | Merge pull request #52988 from Calinou/remove-pragma-once | Rémi Verschelde | |
Replace `#pragma once` by traditional include guards for consistency | |||
2021-09-24 | Added set_active(true) to all body direct state force apply/impulses. #52915 | Daniel | |
2021-09-24 | Expose `TabContainer`'s tab hidding for scripts | Michael Alexsander | |
2021-09-24 | Replace `#pragma once` by traditional include guards for consistency | Hugo Locurcio | |
`#pragma once` was used in a few files, yet we settled on using traditional include guards instead. The PooledList template comment was also moved to allow editors such as Visual Studio Code to display the comment when hovering PooledList. `app.h` was renamed to `app_uwp.h` to be less generic for the include guard. | |||
2021-09-23 | Fix arrow pointing in the wrong direction in the Dock Position popup | Michael Alexsander | |
2021-09-24 | Color error and warning lines in the editor debugger's Errors panel | Hugo Locurcio | |
This improves readability when some errors/warnings are unfolded, as their stack traces will keep their original colors. | |||
2021-09-24 | Merge pull request #52924 from ↵ | Rémi Verschelde | |
David1Socha/expose_import_keep_when_multiple_selected | |||
2021-09-23 | export "Keep" import option when multiple files are selected | David Socha | |
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-09-23 | Merge pull request #52790 from AnilBK/dont-construct | Rémi Verschelde | |
2021-09-23 | Construct values only when necessary. | Anilforextra | |
2021-09-23 | Merge pull request #52539 from groud/implement_animated_tiles | Rémi Verschelde | |
2021-09-23 | Implement animated tiles | Gilles Roudière | |
2021-09-23 | Merge pull request #52946 from Faless/ext/construct_extended | Rémi Verschelde | |
2021-09-23 | Merge pull request #51920 from ↵ | Rémi Verschelde | |
jmb462/missing-sname-macro-optimization-in-some-functions | |||
2021-09-23 | Merge pull request #52956 from laws65/skeleton3d-bone-fix | Rémi Verschelde | |