summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-04Fixed PackedByteArray GDScript functionsAdam Brown
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Ensure header guards enclose entire header.Marcel Admiraal
2020-09-03Merge pull request #41460 from Calinou/improve-resource-load-fail-messageRémi Verschelde
2020-09-03Merge pull request #40400 from Arivval/load-resourcepack-with-offsetRémi Verschelde
2020-09-02added load resource pack with offset featureYilin Ma
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-09-02Add VariantInternal classGeorge Marques
2020-09-02Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)
2020-09-01Fix invalid CSV in SDL2 controller mappings DBRémi Verschelde
2020-09-01Merge pull request #41669 from strank/hardcoded-op-maxRémi Verschelde
2020-09-01Merge pull request #40868 from aaronfranke/color-html-rgbaRémi Verschelde
2020-09-01Sync controller mappings DB with SDL2 community repoRémi Verschelde
2020-09-01Fix hard-coded OP_MAX in variant_op.cppstrank
2020-09-01Simplify html_is_valid and allow it to work with 3 and 4 hex digitsAaron Franke
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
2020-08-31Merge pull request #41635 from jkb0o/masterRémi Verschelde
2020-08-31[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...Yakov Borevich
2020-08-31Merge pull request #40955 from Calinou/test-add-expressionRémi Verschelde
2020-08-27Add a test suite for ExpressionHugo Locurcio
2020-08-26Added debugger plugin supportsimpu
2020-08-25Revert "Check if global class file still exists before registering it"Rémi Verschelde
2020-08-25Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde
2020-08-22Improve the resource loading error message to mention the need to importHugo Locurcio
2020-08-21Fix new black style check failures in various files.Marcel Admiraal
2020-08-19Fix warning using ERR_FAIL_INDEX on unsigned intRémi Verschelde
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ
2020-08-19Added plurals and context support to TranslationSkyJJ
2020-08-18Fixed issues with adding custom project settings and added confirmation dialo...Eric M
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
2020-08-13Added volumetric fog effect.Juan Linietsky
2020-08-11Merge pull request #41025 from Faless/gdscript/fix_class_nameRémi Verschelde
2020-08-10Merge pull request #41043 from ShivamMukherjee/fix-variant-callRémi Verschelde
2020-08-10Rewrite ProjectSettings editor advanced optionsStijn Hinlopen
2020-08-05Fix Vector3i and Vector2i AXIS_* constantsVivraan
2020-08-04Remap script path when registering class.Fabio Alessandrelli
2020-07-31Fixes issue with LocalVector remove functionAndrea Catania
2020-07-28Check if global class file still exists before registering itWilson E. Alvarez
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-28SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)
2020-07-26Merge pull request #39898 from Meriipu/master_gdscriptRémi Verschelde
2020-07-26Merge pull request #40670 from vnen/remove-multilevel-callRémi Verschelde
2020-07-25Core Variant: switch from 'real' to 'float' to allow building with NEED_LONG_INTSergey Minakov
2020-07-25Core Callable: fixed variant call casterSergey Minakov
2020-07-25GDScript: Clarified/fixed inaccuracies in the built-in function docs.Meriipu