summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* add suggested fixDan Kramer2019-12-211-1/+1
* Merge pull request #34514 from neikeq/remove-dep-on-mono-posixRémi Verschelde2019-12-213-6/+18
|\
| * Mono/C#: Remove GodotTools dependency on the Mono.Posix assemblyIgnacio Etcheverry2019-12-213-6/+18
* | Makes more editor strings translatableHaoyu Qiu2019-12-211-2/+2
* | Merge pull request #34465 from neikeq/no-hardcode-debugger-waitRémi Verschelde2019-12-191-28/+0
|\ \
| * | Mono/C#: Remove hard-coded debugger wait at initializationIgnacio Etcheverry2019-12-191-28/+0
* | | Mono/C#: Fix Variant -> MonoString* when type is Variant:NILIgnacio Etcheverry2019-12-193-5/+19
|/ /
* | Mono: Copy native and btls libs on macOSRémi Verschelde2019-12-181-5/+6
* | Mono/C#: Fix project export and fix FindLast/GetFile regressionIgnacio Etcheverry2019-12-172-18/+22
|/
* Fixes size of create function dialogHaoyu Qiu2019-12-171-1/+1
* Merge pull request #34382 from van800/profilerRémi Verschelde2019-12-161-0/+12
|\
| * Allow attaching any external profiler, including JetBrains dotTraceIvan Shakhov2019-12-161-0/+12
* | Mono: Enable threads suspend workaround on WindowsRémi Verschelde2019-12-161-1/+1
|/
* Merge pull request #34377 from timothyqiu/i18nRémi Verschelde2019-12-161-3/+3
|\
| * Makes more strings in editor translatableHaoyu Qiu2019-12-161-3/+3
* | Merge pull request #34280 from zaksnet/fix-yield-documentationRémi Verschelde2019-12-161-12/+15
|\ \ | |/ |/|
| * Fix documentation for yieldZak2019-12-131-12/+15
* | Updates docs for GDScript built-in functionsHaoyu Qiu2019-12-152-4/+13
* | Merge pull request #34334 from neikeq/issue-33503Rémi Verschelde2019-12-131-39/+16
|\ \
| * | Mono/C#: Fix class parser incorrectly handling nested namespacesIgnacio Etcheverry2019-12-131-2/+2
| * | Mono/C#: Fix class parser bug with 'where T : struct'Ignacio Etcheverry2019-12-131-38/+15
| |/
* | Merge pull request #34333 from vnen/gdscript-assign-opRémi Verschelde2019-12-134-26/+44
|\ \
| * | GDScript: Convert values when setting member variablesGeorge Marques2019-12-131-5/+16
| * | GDScript: Fix type conversion in assignment with operationGeorge Marques2019-12-133-21/+28
* | | doc: Sync classref with current sourceRémi Verschelde2019-12-131-1/+2
* | | Merge pull request #34295 from aaronfranke/potato-knishesRémi Verschelde2019-12-131-7/+7
|\ \ \ | |/ / |/| |
| * | Fix string Find methods having reversed case sensitivityAaron Franke2019-12-121-7/+7
* | | Merge pull request #34286 from bojidar-bg/31818-cast-autocompleteRémi Verschelde2019-12-121-0/+11
|\ \ \
| * | | Fix GDScript autocompletion with `as` or typed variablesBojidar Marinov2019-12-121-0/+11
| | |/ | |/|
* | | Mono formattingAaron Franke2019-12-1131-549/+543
| |/ |/|
* | Add note in 'load()' docs that the path must be absoluteMichael Alexsander2019-12-111-2/+3
* | Merge pull request #34271 from vnen/gdscript-unused-class-variable-disableRémi Verschelde2019-12-111-1/+2
|\ \
| * | Disable GDScript warning for unused class variable by defaultGeorge Marques2019-12-111-1/+2
| |/
* | Merge pull request #34227 from akien-mga/scons-mingw-split-libmodulesRémi Verschelde2019-12-111-1/+1
|\ \
| * | SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-1/+1
| |/
* | Merge pull request #33018 from Xrayez/fix-inst2dict-gettersRémi Verschelde2019-12-111-17/+3
|\ \ | |/ |/|
| * Fix `inst2dict` calling to getters to retrieve valueAndrii Doroshenko (Xrayez)2019-10-241-17/+3
* | Merge pull request #34181 from van800/riderRémi Verschelde2019-12-1111-5/+595
|\ \
| * | Support Rider as External EditorIvan Shakhov2019-12-1111-5/+595
* | | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-109-29/+11
|\ \ \
| * | | Removed unused variables, add some constants numbersRafał Mikrut2019-12-109-29/+11
* | | | Check that motion is not zero before doing a sweep test.Marcel Admiraal2019-12-091-2/+2
* | | | doc: Markup fixes for enums and constantsRémi Verschelde2019-12-062-8/+8
* | | | Fix missing null checks in Mono Binding of GDJonas2019-12-061-4/+4
* | | | Merge pull request #34018 from dsge/show-template-directory-path-in-error-mes...Ignacio Roldán Etcheverry2019-12-051-4/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Make sure to include the path in the "Data template directory not found" erro...dsge2019-11-301-4/+6
* | | | Fixes wrong position when adding node in VS editorcodecustard2019-12-041-0/+1
* | | | Mono/C#: Several android fixesIgnacio Etcheverry2019-12-0412-69/+702
* | | | C#: Add Duplicate method to the Array and Dictionary bindingsIgnacio Etcheverry2019-12-044-0/+40
* | | | Merge pull request #34094 from volzhs/compile-windows-on-linuxRémi Verschelde2019-12-041-0/+0
|\ \ \ \