Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | Add connection information and serial number to device description | Robbie Cooper | |
The description appears when hovering over the one-click-deploy button (top-right). This information helps the user distinguish between their devices if multiple are connected or if the same device is connected by both usb and tcpip (two entries in the list for the same device). | |||
2019-10-15 | Detect adb connection type and debug over Wi-Fi if needed | Robbie Cooper | |
Avoid using adb reverse if deploying with adb tcpip. This still can fail if the user is attempting to debug over usb and has connected their device over BOTH usb and tcpip. I'm not sure how we would detect that problem in advance though. | |||
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 | |||
2019-10-12 | Merge pull request #32767 from madmiraal/body2d-can_sleep-default | Rémi Verschelde | |
Fix mismatch between RigidBody2D and Body2DSW can_sleep defaults. | |||
2019-10-12 | Fix 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-12 | Merge pull request #32763 from clayjohn/GLES3-transparency-bug | Rémi Verschelde | |
Only render depth with alpha prepass on prepass | |||
2019-10-12 | Merge pull request #32760 from SaracenOne/capture_buffer_cleanup | Rémi Verschelde | |
Fix to make sure the capture buffers are deallocated at shutdown. | |||
2019-10-12 | Merge pull request #32758 from bruvzg/x11_mod_keys2 | Rémi Verschelde | |
Fix X11 modifier keys. | |||
2019-10-11 | only render depth with alpha prepass on prepass | clayjohn | |
2019-10-11 | Fix to make sure the capture buffers are deallocated at shutdown. Silences ↵ | Saracen | |
warnings. | |||
2019-10-12 | Fix X11 modifier keys. | bruvzg | |
2019-10-11 | Merge pull request #32752 from m4gr3d/clean_metadata_parsing_fix | Rémi Verschelde | |
Cleanup fix for the meta-data parsing crashing bug. | |||
2019-10-11 | Cleanup fix for the meta-data parsing crashing bug. | fhuya | |
2019-10-11 | Mono: Fix template build after #32732 | Rémi Verschelde | |
2019-10-11 | Merge pull request #32744 from qarmin/bytearray_compress_fix | Rémi Verschelde | |
Don't use in some functions empty PoolByteArrays | |||
2019-10-11 | Merge pull request #32591 from HaSa1002/lsp-fatal-crash | Rémi Verschelde | |
fix #32588 out of range crash in language server | |||
2019-10-11 | Merge pull request #32731 from codecustard/fix_concaveshape_not_selecting | Rémi Verschelde | |
Fixes concaveshape not selecting in viewport | |||
2019-10-11 | fix #32588 crash in language server | HaSa1002 | |
2019-10-11 | Fixes concaveshape not selecting in viewport | Emmanuel Barroga | |
This PR resolves the issue of ConcaveShapes not being selectable in the Viewport. | |||
2019-10-11 | Don't use in some functions empty PoolByteArrays | qarmin | |
2019-10-11 | Merge pull request #32742 from Chaosus/fix_samplers | Rémi Verschelde | |
Added sampler port to CubeMap, fixed parsing in expresssions | |||
2019-10-11 | Merge pull request #32741 from qarmin/fix_string_utf_ascii | Rémi Verschelde | |
Don't use to_utf8() and to_ascii() on empty String | |||
2019-10-11 | Merge pull request #32740 from akien-mga/android-workaround-crash-fix-manifest | Rémi Verschelde | |
Android: Work around crash in _fix_manifest | |||
2019-10-11 | [VShaders] Added sampler port to CubeMap, fixed parsing in expresssion s | Yuri Roubinsky | |
2019-10-11 | Don't use to_utf8() and to_ascii() on empty String | qarmin | |
2019-10-11 | Android: Work around crash in _fix_manifest | Rémi Verschelde | |
Works around #32553, not fixing the underlying cause but preventing the crash. | |||
2019-10-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-11 | Merge pull request #32721 from groud/independant_grid_snap | Rémi Verschelde | |
Move grid snapping to an independent button | |||
2019-10-11 | Merge pull request #32683 from Faless/ws/improve_pr | Rémi Verschelde | |
WebSocket improvements, SSL server, custom headers. | |||
2019-10-11 | Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbar | Rémi Verschelde | |
Fixed inserting text at caret not updating scrollbar size | |||
2019-10-11 | Merge pull request #32717 from qarmin/decompress_crash | Rémi Verschelde | |
Fix decompress PoolByteArray crash | |||
2019-10-11 | Merge pull request #32696 from SamuelDeboni/doc-Skeleton2D | Rémi Verschelde | |
Added documentation for Skeleton2D | |||
2019-10-11 | Merge pull request #32737 from volzhs/unused-outputstrings | Rémi Verschelde | |
Remove unused editor/OutputStrings | |||
2019-10-11 | Merge pull request #32732 from neikeq/fix-release-api-assemblies-update-check | Rémi Verschelde | |
C#: Fix detection of outdated release Godot API assemblies | |||
2019-10-11 | Merge pull request #32729 from Calinou/inspector-remove-string-conversion | Rémi Verschelde | |
Remove redundant `camelcase_to_underscore()` call in EditorInspector | |||
2019-10-11 | Merge pull request #32728 from nekomatata/error-autosave-timer | Rémi Verschelde | |
Fixed ScriptEditor autosave timer causing errors on start |