summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #41635 from jkb0o/masterRémi Verschelde2020-08-311-0/+3
|\ \ \
| * | | [funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...Yakov Borevich2020-08-311-0/+3
* | | | Merge pull request #40955 from Calinou/test-add-expressionRémi Verschelde2020-08-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add a test suite for ExpressionHugo Locurcio2020-08-271-1/+1
* | | | Added debugger plugin supportsimpu2020-08-263-0/+211
* | | | Revert "Check if global class file still exists before registering it"Rémi Verschelde2020-08-251-3/+1
* | | | Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde2020-08-2511-111/+755
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-192-2/+3
| * | | Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ2020-08-1910-294/+499
| * | | Added plurals and context support to TranslationSkyJJ2020-08-199-118/+556
* | | | Fix new black style check failures in various files.Marcel Admiraal2020-08-211-2/+6
* | | | Fix warning using ERR_FAIL_INDEX on unsigned intRémi Verschelde2020-08-191-1/+1
|/ / /
* | | Fixed issues with adding custom project settings and added confirmation dialo...Eric M2020-08-181-2/+2
* | | Update AUTHORS and DONORS listRémi Verschelde2020-08-142-2/+8
* | | Added volumetric fog effect.Juan Linietsky2020-08-132-4/+3
* | | Merge pull request #41025 from Faless/gdscript/fix_class_nameRémi Verschelde2020-08-111-1/+2
|\ \ \
| * | | Remap script path when registering class.Fabio Alessandrelli2020-08-041-1/+2
| |/ /
* | | Merge pull request #41043 from ShivamMukherjee/fix-variant-callRémi Verschelde2020-08-101-5/+5
|\ \ \
| * | | Fix Vector3i and Vector2i AXIS_* constantsVivraan2020-08-051-5/+5
| |/ /
* / / Rewrite ProjectSettings editor advanced optionsStijn Hinlopen2020-08-102-0/+7
|/ /
* | Fixes issue with LocalVector remove functionAndrea Catania2020-07-311-1/+1
* | Check if global class file still exists before registering itWilson E. Alvarez2020-07-281-1/+2
* | Make all String float conversion methods be 64-bitAaron Franke2020-07-277-19/+14
* | SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-282-6/+12
* | Merge pull request #39898 from Meriipu/master_gdscriptRémi Verschelde2020-07-261-6/+6
|\ \
| * | GDScript: Clarified/fixed inaccuracies in the built-in function docs.Meriipu2020-07-251-6/+6
* | | Merge pull request #40670 from vnen/remove-multilevel-callRémi Verschelde2020-07-264-124/+0
|\ \ \
| * | | Remove multilevel callsGeorge Marques2020-07-244-124/+0
* | | | Core Variant: switch from 'real' to 'float' to allow building with NEED_LONG_INTSergey Minakov2020-07-251-2/+2
* | | | Core Callable: fixed variant call casterSergey Minakov2020-07-251-2/+2
* | | | Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde2020-07-256-4/+65
|\ \ \ \ | |_|/ / |/| | |
| * | | Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-156-4/+65
* | | | Show errors on Object.call_deferredWilson E. Alvarez2020-07-241-1/+1
| |/ / |/| |
* | | t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-1/+3
* | | Merge pull request #40598 from vnen/gdscript-2.0Rémi Verschelde2020-07-241-1/+2
|\ \ \
| * | | Add warning checks in GDScript analyzerGeorge Marques2020-07-201-1/+2
* | | | issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates2020-07-221-0/+2
* | | | Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\ \ \ \
| * | | | Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
| | |/ / | |/| |
* | | | Update core documentation to match recent C# changesAaron Franke2020-07-215-8/+7
| |/ / |/| |
* | | Merge pull request #40161 from vnen/classdb-info-methodsRémi Verschelde2020-07-202-22/+152
|\ \ \
| * | | Add methods in ClassDB to get property/method/constant/enum infoGeorge Marques2020-07-062-22/+152
* | | | Merge pull request #40468 from asmaloney/spelling-codeRémi Verschelde2020-07-201-1/+1
|\ \ \ \
| * | | | Fix spelling of a var, a struct, and message outputAndy Maloney2020-07-171-1/+1
| | |/ / | |/| |
* / | | Fix Directory make_dir and make_dir_recursiveNathan Franke2020-07-201-2/+2
|/ / /
* | | Merge pull request #40374 from Faless/udp/server_abstractionRémi Verschelde2020-07-144-35/+166
|\ \ \
| * | | UDPServer handles PacketPeerUDP-client associationFabio Alessandrelli2020-07-144-35/+166
* | | | PO loader: Fix unclosed files and error messagesRémi Verschelde2020-07-141-9/+13
|/ / /
* | | Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde2020-07-142-0/+35
|\ \ \
| * | | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-0/+1