summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2018-05-04round / ceil methods for c sharp vectorsKelly thomas
2018-05-04Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner
2018-05-02Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias
2018-05-02Fix MSVC check when building with monoIgnacio Etcheverry
2018-05-02Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry
2018-05-02Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry
2018-04-30Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam
2018-04-28Mono: BindingsGenerator enum fixesIgnacio Etcheverry
2018-04-25Add option to link mono statically on WindowsIgnacio Etcheverry
2018-04-24Merge pull request #18399 from neikeq/uIgnacio Etcheverry
2018-04-24Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry
2018-04-24Mono: Do not spam script class not found errorIgnacio Etcheverry
2018-04-24Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry
2018-04-17#18051: Fix indentation issues introduced during clean upXavier Cho
2018-04-17#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho
2018-04-17#18051: Use common name for Color type argumentXavier Cho
2018-04-17#18051: Remove redundant verbatim prefixesXavier Cho
2018-04-17#18051: Use default parameter valueXavier Cho
2018-04-17#18051: Use array initializer when applicableXavier Cho
2018-04-17#18051: Remove redundant parenthesisXavier Cho
2018-04-17#18051: Remove unnecessary variable assignmentsXavier Cho
2018-04-17#18051: Use 'var' when applicableXavier Cho
2018-04-17#18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho
2018-04-17Remove duplicated declaration of RoundToInt() from MathfXavier Cho
2018-04-13Merge pull request #18038 from Chaosus/mathfIgnacio Etcheverry
2018-04-13[Mono] Improve MathfChaosus
2018-04-09Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activatedIgnacio Etcheverry
2018-04-03Merge pull request #17834 from Rubonnek/move-to-initializer-listRémi Verschelde
2018-04-03[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev
2018-03-30Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj
2018-03-27Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez
2018-03-26Added wrap functions to C#Chaosus
2018-03-24Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson
2018-03-24Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry
2018-03-22Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke
2018-03-19Fix mono build properly!PJB3005
2018-03-19Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde
2018-03-18Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry
2018-03-18Mono: Runtime main args and assembly search fixesIgnacio Etcheverry
2018-03-18Fix Mono builds with Python 3.Pieter-Jan Briers
2018-03-16Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry
2018-03-15Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde
2018-03-15Mono: Avoid invalid class names.Andreas Haas
2018-03-04[mono] write classes with no constructor as abstractPaul Joannon
2018-03-04[mono] rename functions to conform to PascalCasePaul Joannon
2018-03-02[mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon
2018-02-27More reliably find mscorlib.dll on LinuxHein-Pieter van Braam
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-27Merge pull request #17075 from paulloz/fix-build-mono-debug-notoolsRémi Verschelde