Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | Merge pull request #46279 from ↵ | Rémi Verschelde | |
hilfazer/prevent_select_noneditable_nodes_in_editors Prevent selecting hidden nodes in 3D and Canvas Item editors | |||
2021-02-21 | Merge pull request #46244 from Calinou/editorconfig-yaml-spaces | Rémi Verschelde | |
Use space indentation for all YAML files in `.editorconfig` | |||
2021-02-21 | Merge pull request #46268 from Calinou/doc-button-touchscreenbutton | Rémi Verschelde | |
Document that Button doesn't interpret touch input (= no multitouch) | |||
2021-02-21 | Merge pull request #46275 from Chaosus/shader_fix_struct_crash | Rémi Verschelde | |
Prevents shader crash if two struct with the same name are declared | |||
2021-02-21 | Prevent selecting hidden nodes in 3D and Canvas Item editors | hilfazer | |
2021-02-21 | Prevents shader crash if two struct with the same name are declared | Yuri Roubinsky | |
2021-02-21 | Merge pull request #46272 from Chaosus/shader_fix_struct_crash | Rémi Verschelde | |
Prevents shader crash if passing invalid struct to the return statement | |||
2021-02-21 | Merge pull request #38565 from nekomatata/export-default-values | Rémi Verschelde | |
Fixed export var default value in PackedScene when script is not loaded in editor | |||
2021-02-21 | Prevents shader crash if passing invalid struct to the return statement | Yuri Roubinsky | |
2021-02-21 | Document that Button doesn't interpret touch input (= no multitouch) | Hugo Locurcio | |
TouchScreenButton should be used for gameplay actions instead. | |||
2021-02-20 | Merge pull request #46256 from hpvb/dri-prime-amd-master | Hein-Pieter van Braam | |
Add 'AMD' GPU vendor name to PRIME detector | |||
2021-02-20 | Merge pull request #46255 from hpvb/fix-clang-atomic | Rémi Verschelde | |
Use -latomic when linking whe using clang on Linux | |||
2021-02-20 | Add 'AMD' GPU vendor name to PRIME detector | Hein-Pieter van Braam-Stewart | |
Apparently some recent Mesa version also changed AMD's vendor string. In addition I found a small uninitialized variable that's corrected now. | |||
2021-02-20 | Use -latomic when linking whe using clang on Linux | Hein-Pieter van Braam-Stewart | |
According to the LLVM documentation when using GNU's libstdc++ clang will not automatically link with -latomic. This is necessary since we merged c++11 atomics support. This fixes linking using Clang on Linux | |||
2021-02-20 | Merge pull request #45158 from aaronfranke/cs-packedarray | Rémi Verschelde | |
Add C# array features from core PackedArrays | |||
2021-02-20 | Merge pull request #46237 from hpvb/dylib_old_inttypes | Rémi Verschelde | |
An update to the dylibloader for older inttypes | |||
2021-02-20 | Merge pull request #34923 from Calinou/debug-collision-shapes-draw-outline | Rémi Verschelde | |
Draw an outline for 2D debug collision shapes | |||
2021-02-20 | Use space indentation for all YAML files in `.editorconfig` | Hugo Locurcio | |
YAML only accepts spaces for indentation, not tabs. | |||
2021-02-20 | An update to the dylibloader for older inttypes | Hein-Pieter van Braam-Stewart | |
This #define's older inttypes to their newer versions and #includes <stdint.h> in the generated files. This will help with older glibc/compiler versions using headers generated on newer systems. This closes #46223 | |||
2021-02-20 | Draw an outline for 2D debug collision shapes | Hugo Locurcio | |
This makes them easier to distinguish, especially when used in a TileMap. The default color's opacity has been slightly decreased to account for the new outline. | |||
2021-02-19 | Merge pull request #44864 from ↵ | Rémi Verschelde | |
Calinou/editor-array-dictionary-increase-page-size Increase the page size for array/dictionary editors to 20 | |||
2021-02-19 | Merge pull request #42427 from KoBeWi/achtung_size | Rémi Verschelde | |
Warn when setting Control size inside ready() | |||
2021-02-19 | Merge pull request #45990 from charles-l/master | Rémi Verschelde | |
improve error message when travel() is called on an AnimationNodeStateMachine when the state machine is not playing | |||
2021-02-19 | Merge pull request #46227 from Calinou/test-add-array | Rémi Verschelde | |
Add a test suite for Array | |||
2021-02-19 | Warn when setting Control size inside ready() | Tomasz Chabora | |
2021-02-19 | Add a test suite for Array | Sarav Noor Singh | |
2021-02-19 | Merge pull request #39606 from aaronfranke/pause | Rémi Verschelde | |
Update documentation for the new ProcessMode | |||
2021-02-19 | Update documentation for the new ProcessMode | Aaron Franke | |
2021-02-19 | Merge pull request #46086 from ellenhp/new_resampling | Rémi Verschelde | |
Implement a new resampling algorithm in AudioStreamPlaybackResampled | |||
2021-02-19 | Merge pull request #46196 from nmrkr/visual-shader-invalid-forced-connect | Rémi Verschelde | |
Fix crash when calling connect_nodes_forced with invalid params | |||
2021-02-19 | Merge pull request #46200 from Faless/js/4.x_canvas_size_pr | Rémi Verschelde | |
[HTML5] Easier HTML templates, better canvas size handling | |||
2021-02-19 | Merge pull request #46194 from Calinou/os-delay-no-negative | Rémi Verschelde | |
Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()` | |||
2021-02-19 | Merge pull request #46221 from akien-mga/doc-sync-classref | Rémi Verschelde | |
doc: Sync classref with current source | |||
2021-02-19 | Merge pull request #46222 from bruvzg/make_ft_optional | Rémi Verschelde | |
Make FreeType optional for export templates. | |||
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde | |
And fix various bogus bindings following previous PRs. | |||
2021-02-19 | Make FreeType optional for export templates. | bruvzg | |
2021-02-19 | Merge pull request #46219 from pycbouh/doc-editor-plugin-build | Rémi Verschelde | |
Add documentation for EditorPlugin's build method | |||
2021-02-19 | Merge pull request #46191 from reduz/refactor-process-mode | Rémi Verschelde | |
Refactor Process Mode | |||
2021-02-19 | Merge pull request #44737 from KoBeWi/touch_shape_screen_centered_button | Rémi Verschelde | |
Fix shape_centered property in TouchScreenButton | |||
2021-02-19 | Add documentation for EditorPlugin's build method | Yuri Sizov | |
2021-02-19 | Merge pull request #46216 from Chaosus/fix_scenetree_timeout | Rémi Verschelde | |
Fix connecting signal to `SceneTreeEditor::update_timer` | |||
2021-02-19 | Fix `SceneTreeEditor::update_timer` - timeout signal | Yuri Roubinsky | |
2021-02-19 | Merge pull request #46197 from RandomShaper/volatile_robustness | Rémi Verschelde | |
Improve robustness of atomics | |||
2021-02-19 | Merge pull request #44181 from EricEzaM/PR/INP5-new-input-editor | Rémi Verschelde | |
New Input Map Editor and Editor Settings Shortcut Editor | |||
2021-02-19 | Merge pull request #46202 from ellenhp/fix_mix_before_start | Rémi Verschelde | |
Always call start() on audio stream before mixing | |||
2021-02-19 | Added Built-in Action editor to Editor Settings dialog. | Eric M | |
Built-in actions can now be edited for the Editor too. Also added usage of the new Event confifiguration dialog to for better UX. | |||
2021-02-19 | New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings. | Eric M | |
Renamed to ActionMapEditor as it is more generic and can be used for more than just the InputMapEditor if required. This also includes a new Event Configuration dialog (previously "Press A key...") which can be used to create and edit InputEvents for any use - like the Project Settings input map, or the Editor Settings shortcuts. | |||
2021-02-19 | Merge pull request #38994 from nikibobi/fix-file-dialog-favorite | Rémi Verschelde | |
Fix file dialog filename cleared when selecting favorites | |||
2021-02-19 | Merge pull request #46199 from ellenhp/fix_distortion_filter | Rémi Verschelde | |
Prevent distortion filter from introducing NaNs in the audio buffer | |||
2021-02-18 | Don't fade out after pausing unless stream is running | Ellen Poe | |