aboutsummaryrefslogtreecommitdiff
path: root/modules/mono (follow)
Commit message (Expand)AuthorAgeFilesLines
* round / ceil methods for c sharp vectorsKelly thomas2018-05-042-0/+15
* Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-041-1/+1
|\
| * Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
* | Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry2018-05-021-2/+2
|\ \
| * | Fix MSVC check when building with monoIgnacio Etcheverry2018-05-021-2/+2
* | | Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry2018-05-021-0/+2
|\ \ \ | |_|/ |/| |
| * | Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry2018-05-021-0/+2
| |/
* / Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
|/
* Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-282-93/+117
* Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-251-14/+28
* Merge pull request #18399 from neikeq/uIgnacio Etcheverry2018-04-242-17/+24
|\
| * Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry2018-04-241-1/+1
| * Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-241-10/+9
| * Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-241-6/+14
* | #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
* | #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22
* | #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
* | #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3
* | #18051: Use default parameter valueXavier Cho2018-04-171-1/+1
* | #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
* | #18051: Remove redundant parenthesisXavier Cho2018-04-1713-91/+94
* | #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-175-11/+7
* | #18051: Use 'var' when applicableXavier Cho2018-04-1714-109/+109
* | #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-1719-281/+211
* | Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-171-5/+0
* | Merge pull request #18038 from Chaosus/mathfIgnacio Etcheverry2018-04-133-33/+91
|\ \
| * | [Mono] Improve MathfChaosus2018-04-133-33/+91
* | | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activatedIgnacio Etcheverry2018-04-091-2/+7
|\ \ \ | |/ / |/| |
| * | Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj2018-03-301-2/+7
* | | Merge pull request #17834 from Rubonnek/move-to-initializer-listRémi Verschelde2018-04-032-21/+15
|\ \ \
| * | | Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2018-03-272-21/+15
| |/ /
* | / [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-031-6/+6
| |/ |/|
* | Added wrap functions to C#Chaosus2018-03-261-0/+12
|/
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-03-242-86/+110
* Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry2018-03-2412-288/+470
|\
| * Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-03-2213-289/+471
* | Fix mono build properly!PJB30052018-03-191-1/+1
* | Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde2018-03-191-1/+1
|\ \
| * | Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
* | | Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry2018-03-182-15/+42
|\ \ \ | |/ / |/| |
| * | Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-03-182-15/+42
| |/
* | Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry2018-03-161-0/+1
|\ \
| * | [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-03-021-0/+1
| |/
* | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-152-2/+25
|\ \
| * | Mono: Avoid invalid class names.Andreas Haas2018-03-152-2/+25
| |/
* | [mono] write classes with no constructor as abstractPaul Joannon2018-03-041-2/+3
* | [mono] rename functions to conform to PascalCasePaul Joannon2018-03-043-19/+19
|/
* More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-273-3/+3
* Merge pull request #17075 from paulloz/fix-build-mono-debug-notoolsRémi Verschelde2018-02-271-1/+1
|\