Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | Merge pull request #32750 from Faless/js/fix_ws_refactor | Rémi Verschelde | |
Fix HTML5 build after 67a4c30. | |||
2019-10-21 | Merge pull request #32958 from YeldhamDev/inspector_resource_object_icon | Rémi Verschelde | |
Make the the resource menu button fallback to the Object icon instead of Node | |||
2019-10-21 | Merge pull request #32960 from YeldhamDev/anim_track_copy_enhancements | Rémi Verschelde | |
Enhancements and fixes for the animation editor's copy track dialog | |||
2019-10-21 | Enhancements and fixes for the animation editor's copy track dialog | Michael Alexsander | |
2019-10-21 | Merge pull request #32956 from volzhs/invalid-bold | Rémi Verschelde | |
Fix validating editor bold font | |||
2019-10-21 | Make the the resource menu button fallback to the Object icon instead of Node | Michael Alexsander | |
2019-10-21 | Merge pull request #32865 from rodolforg/fix_32711-lookat-scaling-again | Rémi Verschelde | |
Spatial::look_at wrong re-scaling | |||
2019-10-21 | Merge pull request #32863 from JFonS/navmesh_from_group | Rémi Verschelde | |
Add option to create navmesh from objects in group | |||
2019-10-21 | Merge pull request #32857 from madmiraal/fix-072e403 | Rémi Verschelde | |
Correct change made to joints_2d.cpp by 072e403. | |||
2019-10-21 | Fix validating editor bold font | volzhs | |
2019-10-21 | Merge pull request #32849 from jahd2602/fix-26362 | Rémi Verschelde | |
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield. | |||
2019-10-21 | Merge pull request #32841 from Calinou/freelook-add-slow-modifier | Rémi Verschelde | |
Add a "slow" modifier to freelook | |||
2019-10-21 | Merge pull request #32836 from YeldhamDev/resource_editor_icon_fallback | Rémi Verschelde | |
Make resource editor fallback to Object icon if none is found | |||
2019-10-21 | Merge pull request #32923 from vnen/gdscript-type-check-native-singleton | Rémi Verschelde | |
GDScript: Add _ prefix on class name in type compatibility check | |||
2019-10-21 | Merge pull request #32939 from Paulb23/issue_32785_minimap_index | Rémi Verschelde | |
Fixed -1 minimap index when smooth scrolling is enabled | |||
2019-10-21 | Merge pull request #30622 from creikey/fix-path-caching | Rémi Verschelde | |
PackedScene resources are freed before they are saved | |||
2019-10-20 | Fixed -1 minimap index when smooth scrolling is enabled | Paulb23 | |
2019-10-19 | GDScript: Add _ prefix on class name in type compatibility check | George Marques | |
This makes sure that the classes internally represented with an underscore (_) prefix, such as singletons, are still properly checked for inheritance in the ClassDB. | |||
2019-10-16 | Trim protocol field from spaces in WS classes. | Fabio Alessandrelli | |
2019-10-16 | Merge pull request #32862 from KoBeWi/exportn | Rémi Verschelde | |
Don't allow to export pck without preset | |||
2019-10-16 | Add option to create navmesh from objects in group | jfons | |
Adds a new NavigationMesh property to select which objects will be taken into account for the generation. By default it will use all the NavigationMeshInstance children to keep compatibility. The new modes allow to build the NavigationMesh from all the nodes belonging to a specific group, and optionally include their children too. | |||
2019-10-16 | Don't allow to export pck without preset | Tomasz Chabora | |
2019-10-15 | Correct change made to joints_2d.cpp by 072e403. | Marcel Admiraal | |
2019-10-15 | Fix HTML5 build after 67a4c30. | Fabio Alessandrelli | |
I messed up a rebase and a commit was partly skipped | |||
2019-10-15 | Add accept-dialog enter-key functionality to the Connect Dialog's Method ↵ | Jairo Honorio | |
textfield. | |||
2019-10-15 | Merge pull request #32830 from ↵ | Rémi Verschelde | |
timoschwarzer/remove-redundant-compiler-directives Remove redundant compiler directives | |||
2019-10-15 | Merge pull request #32820 from qarmin/small_fixes_static_analyzer | Rémi Verschelde | |
Small fixes to redundand code, copy paste bugs | |||
2019-10-15 | Merge pull request #32819 from madmiraal/fix-bullet-unsleep | Rémi Verschelde | |
Call activate function when setting RigidBodyBullet activation state. | |||
2019-10-15 | Merge pull request #32822 from Chaosus/fix_filedialog_icons | Rémi Verschelde | |
Fix color of FileDialog icons | |||
2019-10-14 | Add a "slow" modifier to freelook | Hugo Locurcio | |
This makes precise adjustments easier, without having to touch the mouse wheel. This modifier is also available in Blender, so this makes the freelook behavior more consistent with it :) In the interest of simplifying the Editor Settings, this also removes the freelook modifier speed factor setting (the value is now hardcoded to its default). | |||
2019-10-14 | Make resource editor fallback to Object icon if none is found | Michael Alexsander | |
2019-10-14 | Remove redundant compiler directives | Timo Schwarzer | |
Closes #32817 | |||
2019-10-14 | Fix color of FileDialog icons | Yuri Roubinsky | |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-14 | Call activate function when setting RigidBodyBullet activation state. | Marcel Admiraal | |
2019-10-13 | Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fix | Rémi Verschelde | |
Fix non-HiDPI mode on HiDPI displays on macOS Catalina. | |||
2019-10-13 | Fix non-HiDPI mode on HiDPI displays on macOS Catalina. | bruvzg | |
2019-10-13 | Merge pull request #32799 from clayjohn/free_pools | Rémi Verschelde | |
Properly free sky and lightmap caches in multithreaded server | |||
2019-10-13 | Properly free sky and lightmap caches in multithreaded server | clayjohn | |
2019-10-13 | Merge pull request #32791 from groud/fix_sprite_frame_coords | Rémi Verschelde | |
Fixes Sprite's frame_coords | |||
2019-10-13 | Fixes Sprite frame_coords | Gilles Roudiere | |
2019-10-13 | Merge pull request #32789 from DavidSichma/precision | Rémi Verschelde | |
Increased step precision | |||
2019-10-13 | Merge pull request #32788 from Calinou/optimize-images | Rémi Verschelde | |
Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | |||
2019-10-13 | Increased step precision | David Sichma | |
Results in nicer numbers for float properties like 20.0 instead of 20.000001 | |||
2019-10-12 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio | |
2019-10-12 | Merge pull request #32784 from neikeq/issue-32762 | Rémi Verschelde | |
C#: Fix regression from #32732 caused a crash on domain reload | |||
2019-10-12 | C#: Fix regression from #32732 caused a crash on domain reload | Ignacio Etcheverry | |
2019-10-12 | Merge pull request #32773 from Calinou/fix-dependency-error-dialog-hidpi | Rémi Verschelde | |
Fix the dependency error dialog being too small on hiDPI displays | |||
2019-10-12 | Fix the dependency error dialog being too small on hiDPI displays | Hugo Locurcio | |
This closes #32770. | |||
2019-10-12 | Merge pull request #32641 from nekomatata/change-collision-layer | Rémi Verschelde | |
Fixed RigidBody stuttering when changing collision layer/mask |