summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-14Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli
[HTML5] Fix input not working when buffered.
2021-09-14Merge pull request #51237 from KoBeWi/tween_fix()Rémi Verschelde
Various fixes to Tween code
2021-09-14Merge pull request #52654 from Chaosus/fix_startup_warningRémi Verschelde
Fix startup warning - Property not found: `audio/output_latency`
2021-09-14Fix startup warning - Property not found: `audio/output_latency`Yuri Roubinsky
2021-09-14Merge pull request #52648 from timothyqiu/reload-hookRémi Verschelde
Remove unused ImageTexture functions
2021-09-14Merge pull request #52647 from timothyqiu/csg-shape-updateRémi Verschelde
Don't update CSG Shape when not inside tree
2021-09-14Merge pull request #52292 from bruvzg/hb_initRémi Verschelde
[TextServer] Fix regression from #51908, HarfBuzz handle init and MinGW build.
2021-09-14Remove unused ImageTexture functionsHaoyu Qiu
* `_resource_path_changed()` does nothing * `_reload_hook()` has been unused since the beginning of GLES3 renderer
2021-09-14Don't update CSG Shape when not inside treeHaoyu Qiu
2021-09-13Merge pull request #52643 from ThreeRhinosInAnElephantCostume/fixgdscriptMax Hilbrunner
Fix an undefined behaviour causing random test failures
2021-09-13Fix an undefined behaviourThreeRhinosInAnElephantCostume
2021-09-13Merge pull request #52641 from aaronfranke/revert-urlRémi Verschelde
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
2021-09-13Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke
2021-09-13Merge pull request #51674 from ↵Rémi Verschelde
Gallilus/VisualScriptCustomNode-update-documentation Update VisualScriptCustomNode documentation
2021-09-13Merge pull request #52443 from Paulb23/code-edit-indext-fixesRémi Verschelde
Fix brace placement with space auto indent
2021-09-13Merge pull request #52346 from Paulb23/string-tracking-fixesRémi Verschelde
Fix getting deliminator start over empty lines and blank start keys
2021-09-13Merge pull request #52517 from Paulb23/block-comment-foldingRémi Verschelde
Fix block deliminator not-folding at end of file
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Update VisualScriptCustomNode.xmlDavid Cambré
2021-09-13Merge pull request #52362 from vnen/gdscript-lambda-completion-crashRémi Verschelde
GDScript: Do not complete lambda arguments from parent class
2021-09-13Merge pull request #52632 from vnen/autoload-global-script-class-conflictRémi Verschelde
Disallow class names to be the same as global names
2021-09-13Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde
Fix loading of interdependent autoloads
2021-09-13Merge pull request #52554 from Calinou/2d-editor-enable-pixel-snapRémi Verschelde
Enable Pixel Snap by default in the 2D editor
2021-09-13Merge pull request #35168 from KoBeWi/sure²Rémi Verschelde
Fix error when click edge of the tree icon
2021-09-13Merge pull request #52637 from vnen/gdscript-fix-test-casesRémi Verschelde
Fix GDScript test cases
2021-09-13Merge pull request #52607 from paulloz/improve-cs-method-listingIgnacio Roldán Etcheverry
Improve C# method listing
2021-09-13Fix GDScript test casesGeorge Marques
2021-09-13Merge pull request #52100 from vnen/gdscript-access-outer-constantsRémi Verschelde
GDScript: Allow access to outer constant and enum values
2021-09-13Fix error when click edge of the tree iconTomasz Chabora
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
Remove 16× MSAA support due to driver bugs and low performance
2021-09-13Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde
Fix parse error on statement-less files with only newlines, add a warning for empty files.
2021-09-13Merge pull request #52049 from theraot/masterRémi Verschelde
2021-09-13Disallow class names to be the same as global namesGeorge Marques
Also forbid autoloads to have the same name as global script class.
2021-09-13Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio
Added increment_pressed and decrement_pressed icons to scrollbars
2021-09-13Merge pull request #52012 from bruvzg/fix_label_outlineRémi Verschelde
2021-09-13Merge pull request #52553 from ↵George Marques
ZuBsPaCe/gdscript-spurious-unassigned-variable-warning GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
2021-09-13Merge pull request #51981 from kleonc/multi-node-edit-node_path-fixRémi Verschelde
MultiNodeEdit Fix setting NodePath
2021-09-13Merge pull request #52298 from DeleteSystem32/meshlib-transformRémi Verschelde
implement individual mesh transform for meshlibrary items
2021-09-13Merge pull request #51939 from clayjohn/VULKAN-horizon-so-fixRémi Verschelde
Compute horizon SO threshold before transformation
2021-09-13Merge pull request #52579 from Calinou/add-logo-attributionMax Hilbrunner
Add logo attribution for Android, HTML5 and Linux platform icons
2021-09-13Merge pull request #52612 from ↵Max Hilbrunner
KoBeWi/this_branch_name_is_longer_than_code_diff_lol Fix multiple definitions of Listener2D
2021-09-13Merge pull request #52587 from zacryol/call_example_changeMax Hilbrunner
Change example used for StringName call methods
2021-09-13Merge pull request #52598 from raulsntos/fix-52268Max Hilbrunner
Fix autoloads iteration in `code_completion.cpp`
2021-09-13Merge pull request #52614 from Calinou/doc-get-class-nameMax Hilbrunner
Document `Object.get_class()/is_class()` ignores `class_name` declaration
2021-09-13Merge pull request #52615 from Calinou/doc-idle-physics-framesMax Hilbrunner
Improve documentation for `Engine.get_process_frames/get_physics_frames()`
2021-09-13Document `Object.get_class()/is_class()` ignores `class_name` declarationHugo Locurcio
2021-09-12Improve documentation for `Engine.get_process_frames/get_physics_frames()`Hugo Locurcio
2021-09-12Fix multiple definitions of Listener2Dkobewi
2021-09-12Improve C# method listingPaul 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).