summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-135-4/+51
* Mono/C#: Fix _update_exports() leaking temporary Object/Node instancesIgnacio Etcheverry2020-01-131-0/+13
* [Mono]: the C# script icon is now visible in the editor.dankan18902020-01-031-0/+0
* Merge pull request #34784 from neikeq/fix-hintpath-godottoolsRémi Verschelde2020-01-031-1/+1
|\
| * Mono/C#: Fix wrong HintPath for package in GodotToolsIgnacio Etcheverry2020-01-031-1/+1
* | [Mono] Color arithmetic operatorsAaron Franke2020-01-031-1/+69
* | [Mono] Make Sign methods consistent with GDScript and System.MathAaron Franke2020-01-021-2/+4
|/
* Mono/C#: Fix comment generation for non-constant param defaultIgnacio Etcheverry2020-01-021-3/+6
* Mono/C#: Fix bindings generator with void vararg methodsIgnacio Etcheverry2020-01-021-3/+5
* Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'Ignacio Etcheverry2020-01-023-33/+153
* Mono/C#: Fix GD.PrintErr now showing in the Output panelIgnacio Etcheverry2020-01-021-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-0179-158/+158
* Merge pull request #34699 from van800/godot-guidIgnacio Roldán Etcheverry2019-12-311-0/+2
|\
| * add custom property to csproj, which identifies that project is generated by ...Ivan Shakhov2019-12-301-0/+2
* | Merge pull request #34582 from timothyqiu/forward-declRémi Verschelde2019-12-302-0/+2
|\ \
| * | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-242-0/+2
| |/
* | Fix msbuild target argumentDan Kramer2019-12-291-1/+1
* | Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-2872-674/+350
* | Merge pull request #34595 from van800/mac_riderIgnacio Roldán Etcheverry2019-12-261-2/+4
|\ \
| * | fix Rider path on MacIvan.Shakhov2019-12-251-2/+4
| |/
* | Merge pull request #34604 from neikeq/issue-27674Ignacio Roldán Etcheverry2019-12-251-2/+4
|\ \ | |/ |/|
| * Mono/C#: Fix memory leak with new Reference instances created from C#Ignacio Etcheverry2019-12-251-2/+4
* | 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
* | 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
|/
* 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 #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
* | 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
| |/
* / Mono formattingAaron Franke2019-12-1131-549/+543
|/
* Merge pull request #34181 from van800/riderRémi Verschelde2019-12-1111-5/+595
|\
| * Support Rider as External EditorIvan Shakhov2019-12-1111-5/+595
* | 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
* | 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 #33982 from neikeq/issue-29349Rémi Verschelde2019-11-298-71/+145
|\
| * Mono/C#: Add option to export assemblies outside of PCKIgnacio Etcheverry2019-11-298-71/+145
* | Mono/C#: Fix crash on exported games that don't use C#Ignacio Etcheverry2019-11-291-1/+2
|/