summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add core types to ScriptLanguagePaulb232020-07-112-0/+34
* | | Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
* | | Fix overriding compression related settingsAndrii Doroshenko (Xrayez)2020-07-131-6/+16
|/ /
* | Add override keywords.Marcel Admiraal2020-07-1012-204/+208
* | Merge pull request #40121 from Calinou/enable-file-loggingRémi Verschelde2020-07-101-1/+1
|\ \
| * | Enable file logging by default on desktops to help with troubleshootingHugo Locurcio2020-07-081-1/+1
* | | Follow-Up Fix Directory OpenNathan Franke2020-07-101-8/+13
* | | Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-092-0/+6
* | | Add sort and has methods to PackedArraysAaron Franke2020-07-062-0/+40
* | | Merge pull request #40151 from nathanfranke/fix-directory-open-checkRémi Verschelde2020-07-072-17/+25
|\ \ \
| * | | Fix Directory Open CheckNathan Franke2020-07-062-17/+25
| | |/ | |/|
* / | Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-062-0/+56
|/ /
* | Merge pull request #40138 from neikeq/error-macros-use-bool-literalsRémi Verschelde2020-07-051-10/+10
|\ \ | |/ |/|
| * Fix 'modernize-use-bool-literals' clang-tidy warnings in error macrosIgnacio Etcheverry2020-07-051-10/+10
* | Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-047-26/+11
|\ \ | |/ |/|
| * Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-037-26/+11
* | Image: Improve error messages for invalid creation sizeRémi Verschelde2020-07-031-4/+8
|/