Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | Fix JS audioContext parameters. | Fabio Alessandrelli | |
Were not passed along correctly. `latencyHint` is supposed to be in seconds, not milliseconds. | |||
2020-05-25 | Fix build after merge of #37235 | Rémi Verschelde | |
It used APIs that were changed after the PR was last rebased. | |||
2020-05-25 | Merge pull request #37235 from Calinou/improve-editor-feature-profiles | Rémi Verschelde | |
Improve the editor feature profiles UX | |||
2020-05-25 | Merge pull request #38887 from AndreaCatania/oahash_imp | Rémi Verschelde | |
OAHashMap crash fix and copy feature. | |||
2020-05-25 | Merge pull request #39023 from KoBeWi/reinventing_the_wheel | Rémi Verschelde | |
Reverse mouse wheel in animation track editor | |||
2020-05-25 | Merge pull request #38262 from Xrayez/resurrect-issues | Rémi Verschelde | |
Bring back and improve comments clarifying the new bug report template | |||
2020-05-25 | - Make sure it's impossible to initialize an OAHashMap with 0 capacity ↵ | Andrea Catania | |
(would cause division by 0) - Added possibility to copy an OAHashMap - Added unit tests This code is generously donated by IMVU. | |||
2020-05-25 | Merge pull request #38978 from nekomatata/remote-inspector-res-preview | Fabio Alessandrelli | |
Fix resource preview in remote inspector | |||
2020-05-25 | Merge pull request #39019 from Calinou/add-issue-template-config | Rémi Verschelde | |
Add configuration for GitHub issue templates | |||
2020-05-25 | Reverse mouse wheel in animation track editor | Tomasz Chabora | |
2020-05-24 | Add configuration for GitHub issue templates | Hugo Locurcio | |
This adds a few links on the issue creation page and disallows creating blank issues (since all issues must follow the bug report template). | |||
2020-05-24 | Merge pull request #39004 from nekomatata/android-reset-surface | Rémi Verschelde | |
Proper surface reset when resuming app on Android | |||
2020-05-24 | Merge pull request #39007 from nekomatata/android-object-id-long | Rémi Verschelde | |
Use long instead of int for object id in Android java wrapper | |||
2020-05-24 | Proper surface reset when resuming app on Android | PouleyKetchoupp | |
Just re-creating the window instead of restarting the app entirely. | |||
2020-05-24 | Use long instead of int for object id in Android java wrapper | PouleyKetchoupp | |
Using int for 64-bit values might cause issues with objects not found in ObjectDB when the id is truncated. | |||
2020-05-23 | Merge pull request #38396 from nekomatata/unexpose-sort-children | Rémi Verschelde | |
Fix Container sorting not working when overriding _sort_children in gdscript | |||
2020-05-23 | Fix resource preview in remote inspector | PouleyKetchoupp | |
The specific case for object reference seems unnecessary, as `RES res = var` already does the work. The case where REF is invalid is never hit in the case of already freed objects. The assignment `res = *r` was causing the resource to be always invalidated on the 3.2 branch. | |||
2020-05-22 | Merge pull request #38942 from neikeq/hinjaku-hinjaku | Rémi Verschelde | |
Fix editor ignoring 'single_window_mode' with no main scene | |||
2020-05-22 | Merge pull request #38962 from neikeq/4.0-scons-option-build-cil | Rémi Verschelde | |
Add SCons option to not build C# solutions | |||
2020-05-22 | Add SCons option to not build C# solutions | Ignacio Etcheverry | |
2020-05-22 | Fix editor ignoring 'single_window_mode' with no main scene | Ignacio Etcheverry | |
Previously the editor would ignore the 'single_window_mode' editor setting if the edited project didn't have a main scene configured in the project settings. | |||
2020-05-22 | Merge pull request #38951 from bruvzg/win_ink_block_mm_4 | Rémi Verschelde | |
Block WM_MOUSEMOVE during Windows Ink pen handling. | |||
2020-05-22 | Merge pull request #38366 from akien-mga/xatlas-470576d | Rémi Verschelde | |
xatlas: Sync with upstream 470576d | |||
2020-05-22 | Merge pull request #38886 from Xrayez/save-png-to-buffer-bind | Rémi Verschelde | |
Expose `Image.save_png_to_buffer` method | |||
2020-05-22 | Block WM_MOUSEMOVE during Windows Ink pen handling. | bruvzg | |
2020-05-22 | Merge pull request #38921 from dreamsComeTrue/move-tool-with-arrow-keys | Rémi Verschelde | |
Fix moving 2D node with mouse after using arrow keys | |||
2020-05-22 | Merge pull request #38943 from neikeq/yakamashi | Rémi Verschelde | |
Mono/C#: Don't try to load project assembly in project manager | |||
2020-05-22 | Merge pull request #38941 from neikeq/issue-38889 | Rémi Verschelde | |
Fix condition in ClassDB tests that should return | |||
2020-05-22 | Merge pull request #38940 from neikeq/issue-33896 | Rémi Verschelde | |
Mono/C#: Fix values not updated in remote inspector | |||
2020-05-22 | Merge pull request #38936 from dreamsComeTrue/tab-container-icon-separation | Rémi Verschelde | |
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | |||
2020-05-22 | Merge pull request #38930 from GuidoRevers/fix_vulkan_win_segmentation_fault | Rémi Verschelde | |
Fix segmentation fault when loading project | |||
2020-05-22 | Mono/C#: Don't try to load project assembly in project manager | Ignacio Etcheverry | |
This was causing an error message when launching the manager, because there is no project assembly to load. | |||
2020-05-22 | Fix condition in ClassDB tests that should return | Ignacio Etcheverry | |
Also changed the name of the test macros to be clearer. | |||
2020-05-22 | Mono/C#: Fix values not updated in remote inspector | Ignacio Etcheverry | |
2020-05-21 | Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #38911 | |||
2020-05-21 | Fix segmentation fault when using context_vulkan after memdelete context_vulkan | GuidoRevers | |
2020-05-21 | Fix moving 2D node with mouse after using arrow keys | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #38894 | |||
2020-05-21 | Merge pull request #38891 from bruvzg/fix_doc_const_order | Rémi Verschelde | |
Docs: Fix order of variant constants. | |||
2020-05-21 | Merge pull request #33689 from jbuck3/signal-error | Rémi Verschelde | |
Trigger an error when trying to define a preexisting signal in GDScript | |||
2020-05-21 | Merge pull request #35900 from yamgent/unreachable | Rémi Verschelde | |
Fix false positive "Unreachable code" warning for loops | |||
2020-05-21 | Merge pull request #38907 from cj-dimaggio/rasterizer_dummy_leak | Rémi Verschelde | |
Delete DummyMesh when RasterizerStorageDummy is Freed | |||
2020-05-20 | Delete DummyMesh when RasterizerStorageDummy is freed | CJ DiMaggio | |
2020-05-20 | Docs: Fix order of variant constants. | bruvzg | |
2020-05-20 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-20 | DocData: Fix sorting of arguments and constants | Rémi Verschelde | |
The missing `operator<` definitions caused `Vector::sort()` to fail sorting those alphabetically by name on Windows (not sure why Linux isn't affected, I guess GCC/Clang are cleverer and use the operator from the first struct member). | |||
2020-05-20 | Merge pull request #38876 from paulloz/fix-import-params-error | Rémi Verschelde | |
Fix error with 'params' when import dock doesn't define any parameter | |||
2020-05-20 | Merge pull request #38874 from bruvzg/tab_drv_sel_40 | Rémi Verschelde | |
[Windows] Add tablet driver selection. | |||
2020-05-20 | xatlas: Sync with upstream 470576d | Rémi Verschelde | |
2020-05-20 | Expose `Image.save_png_to_buffer` method | Andrii Doroshenko (Xrayez) | |
2020-05-20 | Merge pull request #38794 from nekomatata/text-edit-search-result | Rémi Verschelde | |
TextEdit search returns Dictionary instead of Vector |