summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35527 from neikeq/issue-35259Rémi Verschelde2020-01-241-1/+4
|\
| * Mono/C#: Fix _update_exports possible crash with Reference typesIgnacio Etcheverry2020-01-241-1/+4
* | Merge pull request #35524 from neikeq/issue-35496Rémi Verschelde2020-01-241-10/+9
|\ \
| * | Fix C# preprocessor infinite loop and incorrect parsing of `#if!`Ignacio Etcheverry2020-01-241-10/+9
| |/
* | Merge pull request #35491 from neikeq/issue-35450Rémi Verschelde2020-01-232-7/+25
|\ \
| * | Mono/C#: Lighten up unsafe reference checksIgnacio Etcheverry2020-01-232-7/+25
| |/
* | Merge pull request #35478 from neikeq/issue-32260Rémi Verschelde2020-01-231-0/+49
|\ \ | |/ |/|
| * Mono/C#: Add setting to include I18N assemblies in the exported gameIgnacio Etcheverry2020-01-231-0/+49
* | Merge pull request #35473 from neikeq/default-to-net47Rémi Verschelde2020-01-236-10/+10
|\ \
| * | Mono/C#: Default to net47 for new projectsIgnacio Etcheverry2020-01-236-10/+10
| |/
* / Mono/C#: Add Basis.Slerp, update Quat.Xform and add some math checksIgnacio Etcheverry2020-01-233-7/+49
|/
* Make script class parser errors to not abort the buildIgnacio Etcheverry2020-01-212-4/+14
* Add dummy preprocessor for the C# script class parserIgnacio Etcheverry2020-01-211-0/+81
* Mono/C#: Fix error when parsing nested genericsIgnacio Etcheverry2020-01-203-6/+15
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-192-1/+8
* Merge pull request #35208 from neikeq/mono-lazy-thread-attachIgnacio Roldán Etcheverry2020-01-163-42/+128
|\
| * Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-163-42/+128
* | Mono/C#: Fix false positive in unsafe reference checksIgnacio Etcheverry2020-01-151-2/+15
|/
* Mono: Fix parsing assembly names as UTF-8Rémi Verschelde2020-01-151-3/+3
* 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
|\