Age | Commit message (Expand) | Author |
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde |
2020-11-28 | Merge pull request #41100 from bruvzg/ctl_text_server_interface | Rémi Verschelde |
2020-11-27 | Merge pull request #43500 from AndreaCatania/gds_fixes | Rémi Verschelde |
2020-11-27 | Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix | Rémi Verschelde |
2020-11-27 | Merge pull request #43226 from mateosss/unreachable-prop-crash | George Marques |
2020-11-27 | GDScript range function typecheck bug fixed | Thakee Nathees |
2020-11-26 | Unregister GDScriptFunctionState class | George Marques |
2020-11-26 | Merge pull request #43895 from vnen/gdscript-operators-fix | Rémi Verschelde |
2020-11-26 | Merge pull request #43894 from vnen/gdscript-some-fixes | Rémi Verschelde |
2020-11-26 | GDScript: Improve handling of operators | George Marques |
2020-11-26 | GDScript: Don't clear depended parsers too soon | George Marques |
2020-11-26 | GDScript: Give an error if dependency can't be parsed | George Marques |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-26 | [Complex Text Layouts] Implement GDNative interface for TextServer. | bruvzg |
2020-11-26 | [Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module. | bruvzg |
2020-11-26 | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz... | bruvzg |
2020-11-26 | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex... | bruvzg |
2020-11-25 | fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlber | Jordan Schidlowsky |
2020-11-25 | Merge pull request #43856 from vnen/gdscript-some-fixes | Rémi Verschelde |
2020-11-25 | Merge pull request #43775 from vnen/gdscript-fix-stack | Rémi Verschelde |
2020-11-25 | GDScript: Fix return of cast expression on compilation | George Marques |
2020-11-25 | GDScript: Fix range() being treated as array when optimized out | George Marques |
2020-11-25 | GDScript: Fix mishandling of stack pointers | George Marques |
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde |
2020-11-25 | Fix useless assignement in webrtc/library_godot_webrtc.js | Marcel Admiraal |
2020-11-23 | Merge pull request #43747 from Faless/js/4.0_lint | Rémi Verschelde |
2020-11-23 | [HTML5] Run eslint --fix. | Fabio Alessandrelli |
2020-11-23 | Implement new shortcuts system. | Eric M |
2020-11-23 | Merge pull request #43781 from MaxMutantMayer/regex_unit_tests | Rémi Verschelde |
2020-11-23 | Merge pull request #43725 from vnen/gdscript-typed-vm-2 | Rémi Verschelde |
2020-11-22 | Move and add new RegEx test cases | Maximilian Mayer |
2020-11-22 | Document that WebM videos don't support the alpha channel | Hugo Locurcio |
2020-11-21 | GDScript: Add faster instruction for validated constructor | George Marques |
2020-11-21 | GDScript: Add typed iterate instructions | George Marques |
2020-11-21 | GDScript: Add faster call instructions for builtin methods | George Marques |
2020-11-21 | GDScript: Add faster call instructions for native methods | George Marques |
2020-11-21 | GDScript: Add speficic set/get instructions | George Marques |
2020-11-21 | GDScript: Add faster operator for known types | George Marques |
2020-11-21 | GDScript: Gather instructions arguments beforehand | George Marques |
2020-11-21 | GDScript: Split Function code into multiple files | George Marques |
2020-11-21 | [HTML5] Libraries refactor for linting. | Fabio Alessandrelli |
2020-11-20 | doc: Warn about using Node internal processing | Rémi Verschelde |
2020-11-17 | Fix godot_js_websocket_send function unused assignment. | Marcel Admiraal |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-16 | Merge pull request #42167 from madmiraal/fix-42108 | Rémi Verschelde |
2020-11-16 | Merge pull request #43250 from aaronfranke/strext-lstrip | Rémi Verschelde |
2020-11-13 | Improve comments in Color documentation | Aaron Franke |
2020-11-13 | Fixes crash when returns . | Andrea Catania |
2020-11-13 | GDScript: Fix native class not set with inheritance | George Marques |
2020-11-11 | Removing unneeded FuncRef code in C# | Grzegorz Puławski |