summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-1/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-1/+1
* | Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-2842-0/+10598
|\ \
| * | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-263-0/+14
| * | [Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg2020-11-2617-12/+1969
| * | [Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.bruvzg2020-11-2613-7/+5039
| * | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-263-0/+487
| * | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-2611-0/+3108
* | | Merge pull request #43500 from AndreaCatania/gds_fixesRémi Verschelde2020-11-271-1/+3
|\ \ \
| * | | Fixes crash when returns .Andrea Catania2020-11-131-1/+3
* | | | Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fixRémi Verschelde2020-11-271-6/+8
|\ \ \ \
| * | | | GDScript range function typecheck bug fixedThakee Nathees2020-11-271-6/+8
| |/ / /
* | | | Merge pull request #43226 from mateosss/unreachable-prop-crashGeorge Marques2020-11-271-1/+5
|\ \ \ \
| * | | | Fix crash due to unreachable code in propertiesMateo de Mayo2020-10-301-1/+5
* | | | | Unregister GDScriptFunctionState classGeorge Marques2020-11-263-47/+0
* | | | | Merge pull request #43895 from vnen/gdscript-operators-fixRémi Verschelde2020-11-266-81/+55
|\ \ \ \ \
| * | | | | GDScript: Improve handling of operatorsGeorge Marques2020-11-266-81/+55
* | | | | | Merge pull request #43894 from vnen/gdscript-some-fixesRémi Verschelde2020-11-262-5/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | GDScript: Don't clear depended parsers too soonGeorge Marques2020-11-261-1/+0
| * | | | | GDScript: Give an error if dependency can't be parsedGeorge Marques2020-11-262-4/+12
| |/ / / /
* / / / / fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlberJordan Schidlowsky2020-11-251-4/+1
|/ / / /
* | | | Merge pull request #43856 from vnen/gdscript-some-fixesRémi Verschelde2020-11-252-7/+11
|\ \ \ \
| * | | | GDScript: Fix return of cast expression on compilationGeorge Marques2020-11-251-1/+1
| * | | | GDScript: Fix range() being treated as array when optimized outGeorge Marques2020-11-251-6/+10
* | | | | Merge pull request #43775 from vnen/gdscript-fix-stackRémi Verschelde2020-11-254-35/+104
|\ \ \ \ \
| * | | | | GDScript: Fix mishandling of stack pointersGeorge Marques2020-11-254-35/+104
| |/ / / /
* | | | | Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-253-4/+1
* | | | | Fix useless assignement in webrtc/library_godot_webrtc.jsMarcel Admiraal2020-11-251-1/+1
|/ / / /
* | | | Merge pull request #43747 from Faless/js/4.0_lintRémi Verschelde2020-11-232-166/+174
|\ \ \ \ | |_|_|/ |/| | |
| * | | [HTML5] Run eslint --fix.Fabio Alessandrelli2020-11-232-123/+123
| * | | [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-212-66/+74
* | | | Merge pull request #43781 from MaxMutantMayer/regex_unit_testsRémi Verschelde2020-11-232-1/+164
|\ \ \ \
| * | | | Move and add new RegEx test casesMaximilian Mayer2020-11-222-1/+164
* | | | | Merge pull request #43725 from vnen/gdscript-typed-vm-2Rémi Verschelde2020-11-238-2251/+4595
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GDScript: Add faster instruction for validated constructorGeorge Marques2020-11-215-3/+112
| * | | | GDScript: Add typed iterate instructionsGeorge Marques2020-11-214-89/+944
| * | | | GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-217-0/+125
| * | | | GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-217-62/+734
| * | | | GDScript: Add speficic set/get instructionsGeorge Marques2020-11-215-13/+476
| * | | | GDScript: Add faster operator for known typesGeorge Marques2020-11-215-3/+77
| * | | | GDScript: Gather instructions arguments beforehandGeorge Marques2020-11-216-381/+361
| * | | | GDScript: Split Function code into multiple filesGeorge Marques2020-11-213-2070/+2136
| |/ / /
* / / / Document that WebM videos don't support the alpha channelHugo Locurcio2020-11-221-0/+1
|/ / /
* | | doc: Warn about using Node internal processingRémi Verschelde2020-11-201-1/+1
* | | Fix godot_js_websocket_send function unused assignment.Marcel Admiraal2020-11-171-4/+2
* | | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-1646-70/+0
* | | Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-162-4/+0
|\ \ \
| * | | Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-182-4/+0
* | | | Merge pull request #43250 from aaronfranke/strext-lstripRémi Verschelde2020-11-162-24/+113
|\ \ \ \
| * | | | Add HexEncode to C#Aaron Franke2020-11-092-24/+50