Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-14 | Merge pull request #52604 from Faless/js/4.x_input_fix | Fabio Alessandrelli | |
[HTML5] Fix input not working when buffered. | |||
2021-09-14 | Merge pull request #51237 from KoBeWi/tween_fix() | Rémi Verschelde | |
Various fixes to Tween code | |||
2021-09-14 | Merge pull request #52654 from Chaosus/fix_startup_warning | Rémi Verschelde | |
Fix startup warning - Property not found: `audio/output_latency` | |||
2021-09-14 | Fix startup warning - Property not found: `audio/output_latency` | Yuri Roubinsky | |
2021-09-14 | Merge pull request #52648 from timothyqiu/reload-hook | Rémi Verschelde | |
Remove unused ImageTexture functions | |||
2021-09-14 | Merge pull request #52647 from timothyqiu/csg-shape-update | Rémi Verschelde | |
Don't update CSG Shape when not inside tree | |||
2021-09-14 | Merge pull request #52292 from bruvzg/hb_init | Rémi Verschelde | |
[TextServer] Fix regression from #51908, HarfBuzz handle init and MinGW build. | |||
2021-09-14 | Remove unused ImageTexture functions | Haoyu Qiu | |
* `_resource_path_changed()` does nothing * `_reload_hook()` has been unused since the beginning of GLES3 renderer | |||
2021-09-14 | Don't update CSG Shape when not inside tree | Haoyu Qiu | |
2021-09-13 | Merge pull request #52643 from ThreeRhinosInAnElephantCostume/fixgdscript | Max Hilbrunner | |
Fix an undefined behaviour causing random test failures | |||
2021-09-13 | Fix an undefined behaviour | ThreeRhinosInAnElephantCostume | |
2021-09-13 | Merge pull request #52641 from aaronfranke/revert-url | Rémi Verschelde | |
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | |||
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke | |
2021-09-13 | Merge pull request #51674 from ↵ | Rémi Verschelde | |
Gallilus/VisualScriptCustomNode-update-documentation Update VisualScriptCustomNode documentation | |||
2021-09-13 | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde | |
Fix brace placement with space auto indent | |||
2021-09-13 | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde | |
Fix getting deliminator start over empty lines and blank start keys | |||
2021-09-13 | Merge pull request #52517 from Paulb23/block-comment-folding | Rémi Verschelde | |
Fix block deliminator not-folding at end of file | |||
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde | |
2021-09-13 | Update VisualScriptCustomNode.xml | David Cambré | |
2021-09-13 | Merge pull request #52362 from vnen/gdscript-lambda-completion-crash | Rémi Verschelde | |
GDScript: Do not complete lambda arguments from parent class | |||
2021-09-13 | Merge pull request #52632 from vnen/autoload-global-script-class-conflict | Rémi Verschelde | |
Disallow class names to be the same as global names | |||
2021-09-13 | Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix | Rémi Verschelde | |
Fix loading of interdependent autoloads | |||
2021-09-13 | Merge pull request #52554 from Calinou/2d-editor-enable-pixel-snap | Rémi Verschelde | |
Enable Pixel Snap by default in the 2D editor | |||
2021-09-13 | Merge pull request #35168 from KoBeWi/sure² | Rémi Verschelde | |
Fix error when click edge of the tree icon | |||
2021-09-13 | Merge pull request #52637 from vnen/gdscript-fix-test-cases | Rémi Verschelde | |
Fix GDScript test cases | |||
2021-09-13 | Merge pull request #52607 from paulloz/improve-cs-method-listing | Ignacio Roldán Etcheverry | |
Improve C# method listing | |||
2021-09-13 | Fix GDScript test cases | George Marques | |
2021-09-13 | Merge pull request #52100 from vnen/gdscript-access-outer-constants | Rémi Verschelde | |
GDScript: Allow access to outer constant and enum values | |||
2021-09-13 | Fix error when click edge of the tree icon | Tomasz Chabora | |
2021-09-13 | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde | |
Remove 16× MSAA support due to driver bugs and low performance | |||
2021-09-13 | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript | Rémi Verschelde | |
Fix parse error on statement-less files with only newlines, add a warning for empty files. | |||
2021-09-13 | Merge pull request #52049 from theraot/master | Rémi Verschelde | |
2021-09-13 | Disallow class names to be the same as global names | George Marques | |
Also forbid autoloads to have the same name as global script class. | |||
2021-09-13 | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | |
Added increment_pressed and decrement_pressed icons to scrollbars | |||
2021-09-13 | Merge pull request #52012 from bruvzg/fix_label_outline | Rémi Verschelde | |
2021-09-13 | Merge pull request #52553 from ↵ | George Marques | |
ZuBsPaCe/gdscript-spurious-unassigned-variable-warning GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals | |||
2021-09-13 | Merge pull request #51981 from kleonc/multi-node-edit-node_path-fix | Rémi Verschelde | |
MultiNodeEdit Fix setting NodePath | |||
2021-09-13 | Merge pull request #52298 from DeleteSystem32/meshlib-transform | Rémi Verschelde | |
implement individual mesh transform for meshlibrary items | |||
2021-09-13 | Merge pull request #51939 from clayjohn/VULKAN-horizon-so-fix | Rémi Verschelde | |
Compute horizon SO threshold before transformation | |||
2021-09-13 | Merge pull request #52579 from Calinou/add-logo-attribution | Max Hilbrunner | |
Add logo attribution for Android, HTML5 and Linux platform icons | |||
2021-09-13 | Merge pull request #52612 from ↵ | Max Hilbrunner | |
KoBeWi/this_branch_name_is_longer_than_code_diff_lol Fix multiple definitions of Listener2D | |||
2021-09-13 | Merge pull request #52587 from zacryol/call_example_change | Max Hilbrunner | |
Change example used for StringName call methods | |||
2021-09-13 | Merge pull request #52598 from raulsntos/fix-52268 | Max Hilbrunner | |
Fix autoloads iteration in `code_completion.cpp` | |||
2021-09-13 | Merge pull request #52614 from Calinou/doc-get-class-name | Max Hilbrunner | |
Document `Object.get_class()/is_class()` ignores `class_name` declaration | |||
2021-09-13 | Merge pull request #52615 from Calinou/doc-idle-physics-frames | Max Hilbrunner | |
Improve documentation for `Engine.get_process_frames/get_physics_frames()` | |||
2021-09-13 | Document `Object.get_class()/is_class()` ignores `class_name` declaration | Hugo Locurcio | |
2021-09-12 | Improve documentation for `Engine.get_process_frames/get_physics_frames()` | Hugo Locurcio | |
2021-09-12 | Fix multiple definitions of Listener2D | kobewi | |
2021-09-12 | Improve C# method listing | Paul Joannon | |
- implement CSharpInstance::get_method_list - loop through parent classes in CSharpInstance::get_method_list and CSharpScript::get_script_method_list (#46408) | |||
2021-09-12 | [HTML5] Fix input not working when buffered. | Fabio Alessandrelli | |
After input buffering was reworked, input accumulation is now handled outside of OS, and the JavaScript plaform never implemented that. Additionally, the JavaScript platform is quite obnoxious about calling specific APIs outside specific user triggered events. This commit adds event flushing during the main iteration, and forces it during keydown/keyup/mousedown/mouseup/touchstart/touchend/touchcanel events (effectively only accumulating only "move" events). |