summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add LStrip and RStrip to C# stringsAaron Franke2020-11-091-0/+63
* | | Improve comments in Color documentationAaron Franke2020-11-131-17/+17
* | | GDScript: Fix native class not set with inheritanceGeorge Marques2020-11-131-0/+2
* | | Removing unneeded FuncRef code in C#Grzegorz Puławski2020-11-111-8/+0
* | | Refactor variant built-in methods yet again.reduz2020-11-114-20/+25
* | | Merge pull request #43372 from aaronfranke/clamp-fixesRémi Verschelde2020-11-112-10/+9
|\ \ \
| * | | Minor clamp and float fixesAaron Franke2020-11-102-10/+9
* | | | Merge pull request #43443 from Faless/js/4.0_audio_workletRémi Verschelde2020-11-1113-573/+763
|\ \ \ \ | |/ / / |/| | |
| * | | [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-1012-572/+762
| * | | Fix gdnative build when WebRTC module is disabled.Fabio Alessandrelli2020-11-101-1/+1
* | | | iOS Modules: separate main platform code from modulesSergey Minakov2020-11-1037-22/+1920
* | | | Fix completion for built-in load functionGustav2020-11-102-24/+21
* | | | Merge pull request #43434 from sneik15/patch-1Rémi Verschelde2020-11-101-1/+2
|\ \ \ \
| * | | | Updated gd_glue.cpp to work with the latest changes in the variant refactoringAdrian Adeva2020-11-101-1/+2
| |/ / /
* | | | Merge pull request #43423 from Calinou/doc-assert-avoid-side-effectsRémi Verschelde2020-11-101-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Clarify that code in `assert()` should avoid side effectsHugo Locurcio2020-11-091-4/+5
* | | | Merge pull request #43383 from vnen/gdnative-string-headerRémi Verschelde2020-11-101-1/+6
|\ \ \ \
| * | | | GDNative: Define special char types in string.hGeorge Marques2020-11-071-1/+6
* | | | | Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-092-68/+47
| |/ / / |/| | |
* | | | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-097-15/+15
* | | | Refactored variant constructor logicreduz2020-11-0913-39/+63
| |/ / |/| |