summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-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
2020-07-25Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde
2020-07-24Show errors on Object.call_deferredWilson E. Alvarez
2020-07-24Remove multilevel callsGeorge Marques
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-24Merge pull request #40598 from vnen/gdscript-2.0Rémi Verschelde
2020-07-22issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20Merge pull request #40161 from vnen/classdb-info-methodsRémi Verschelde
2020-07-20Merge pull request #40468 from asmaloney/spelling-codeRémi Verschelde
2020-07-20Fix Directory make_dir and make_dir_recursiveNathan Franke
2020-07-17Fix spelling of a var, a struct, and message outputAndy Maloney
2020-07-15Docs: Ignore OS specific values (constants, project settings, properties).bruvzg
2020-07-14Merge pull request #40374 from Faless/udp/server_abstractionRémi Verschelde
2020-07-14UDPServer handles PacketPeerUDP-client associationFabio Alessandrelli
2020-07-14PO loader: Fix unclosed files and error messagesRémi Verschelde
2020-07-14Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Fix overriding compression related settingsAndrii Doroshenko (Xrayez)
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Add core types to ScriptLanguagePaulb23