summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-21Merge pull request #32857 from madmiraal/fix-072e403Rémi Verschelde
Correct change made to joints_2d.cpp by 072e403.
2019-10-21Merge pull request #32849 from jahd2602/fix-26362Rémi Verschelde
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield.
2019-10-21Merge pull request #32841 from Calinou/freelook-add-slow-modifierRémi Verschelde
Add a "slow" modifier to freelook
2019-10-21Merge pull request #32836 from YeldhamDev/resource_editor_icon_fallbackRémi Verschelde
Make resource editor fallback to Object icon if none is found
2019-10-21Merge pull request #32923 from vnen/gdscript-type-check-native-singletonRémi Verschelde
GDScript: Add _ prefix on class name in type compatibility check
2019-10-21Merge pull request #32939 from Paulb23/issue_32785_minimap_indexRémi Verschelde
Fixed -1 minimap index when smooth scrolling is enabled
2019-10-21Merge pull request #30622 from creikey/fix-path-cachingRémi Verschelde
PackedScene resources are freed before they are saved
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-19GDScript: Add _ prefix on class name in type compatibility checkGeorge 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-16Merge pull request #32862 from KoBeWi/exportnRémi Verschelde
Don't allow to export pck without preset
2019-10-16Don't allow to export pck without presetTomasz Chabora
2019-10-15Correct change made to joints_2d.cpp by 072e403.Marcel Admiraal
2019-10-15Add accept-dialog enter-key functionality to the Connect Dialog's Method ↵Jairo Honorio
textfield.
2019-10-15Merge pull request #32830 from ↵Rémi Verschelde
timoschwarzer/remove-redundant-compiler-directives Remove redundant compiler directives
2019-10-15Merge pull request #32820 from qarmin/small_fixes_static_analyzerRémi Verschelde
Small fixes to redundand code, copy paste bugs
2019-10-15Merge pull request #32819 from madmiraal/fix-bullet-unsleepRémi Verschelde
Call activate function when setting RigidBodyBullet activation state.
2019-10-15Merge pull request #32822 from Chaosus/fix_filedialog_iconsRémi Verschelde
Fix color of FileDialog icons
2019-10-14Add a "slow" modifier to freelookHugo 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-14Make resource editor fallback to Object icon if none is foundMichael Alexsander
2019-10-14Remove redundant compiler directivesTimo Schwarzer
Closes #32817
2019-10-14Fix color of FileDialog iconsYuri Roubinsky
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-14Call activate function when setting RigidBodyBullet activation state.Marcel Admiraal
2019-10-13Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fixRémi Verschelde
Fix non-HiDPI mode on HiDPI displays on macOS Catalina.
2019-10-13Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg
2019-10-13Merge pull request #32799 from clayjohn/free_poolsRémi Verschelde
Properly free sky and lightmap caches in multithreaded server
2019-10-13Properly free sky and lightmap caches in multithreaded serverclayjohn
2019-10-13Merge pull request #32791 from groud/fix_sprite_frame_coordsRémi Verschelde
Fixes Sprite's frame_coords
2019-10-13Fixes Sprite frame_coordsGilles Roudiere
2019-10-13Merge pull request #32789 from DavidSichma/precisionRémi Verschelde
Increased step precision
2019-10-13Merge pull request #32788 from Calinou/optimize-imagesRémi Verschelde
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
2019-10-13Increased step precisionDavid Sichma
Results in nicer numbers for float properties like 20.0 instead of 20.000001
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-12Merge pull request #32784 from neikeq/issue-32762Rémi Verschelde
C#: Fix regression from #32732 caused a crash on domain reload
2019-10-12C#: Fix regression from #32732 caused a crash on domain reloadIgnacio Etcheverry
2019-10-12Merge pull request #32773 from Calinou/fix-dependency-error-dialog-hidpiRémi Verschelde
Fix the dependency error dialog being too small on hiDPI displays
2019-10-12Fix the dependency error dialog being too small on hiDPI displaysHugo Locurcio
This closes #32770.
2019-10-12Merge pull request #32641 from nekomatata/change-collision-layerRémi Verschelde
Fixed RigidBody stuttering when changing collision layer/mask
2019-10-12Merge pull request #32767 from madmiraal/body2d-can_sleep-defaultRémi Verschelde
Fix mismatch between RigidBody2D and Body2DSW can_sleep defaults.
2019-10-12Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults.Marcel Admiraal
- Set Body2DSW can_sleep default to true. - Set Body2D can_sleep default to true.
2019-10-12Merge pull request #32763 from clayjohn/GLES3-transparency-bugRémi Verschelde
Only render depth with alpha prepass on prepass
2019-10-12Merge pull request #32760 from SaracenOne/capture_buffer_cleanupRémi Verschelde
Fix to make sure the capture buffers are deallocated at shutdown.
2019-10-12Merge pull request #32758 from bruvzg/x11_mod_keys2Rémi Verschelde
Fix X11 modifier keys.
2019-10-11only render depth with alpha prepass on prepassclayjohn
2019-10-11Fix to make sure the capture buffers are deallocated at shutdown. Silences ↵Saracen
warnings.
2019-10-12Fix X11 modifier keys.bruvzg
2019-10-11Merge pull request #32752 from m4gr3d/clean_metadata_parsing_fixRémi Verschelde
Cleanup fix for the meta-data parsing crashing bug.
2019-10-11Cleanup fix for the meta-data parsing crashing bug.fhuya
2019-10-11Mono: Fix template build after #32732Rémi Verschelde
2019-10-11Merge pull request #32744 from qarmin/bytearray_compress_fixRémi Verschelde
Don't use in some functions empty PoolByteArrays