summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
* C# Assemblies can now be built with deprecated=noFelix Bytow2024-09-051-3/+16
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-11/+3
* Enforce using .NET SDK >= 8 in modules/mono/Paul Joannon2024-04-231-9/+6
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-2/+0
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-2/+2
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-271-2/+4
* Merge pull request #80489 from raulsntos/dotnet/diagnosticsRémi Verschelde2023-10-171-1/+27
|\
| * C#: Improve diagnostic messages and add help linkRaul Santos2023-10-171-1/+27
* | Haiku: Remove remnants of past WIP platform portRémi Verschelde2023-09-071-2/+2
* | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
|/
* C#: Automatically generate version definesRedworkDE2023-06-281-1/+15
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-8/+10
* .NET: Generate SdkPackageVersions.props from version.pyRémi Verschelde2022-10-051-0/+50
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-5/+3
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-6/+3
* Make `push_nupkgs_local` absoluteRaul Santos2022-09-161-1/+3
* C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry2022-09-071-290/+0
* Add float arg to build_assemblies.pyAlmighty Laxz2022-09-041-3/+11
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* .NET: Change NETCore.App version detection to use highest matchRémi Verschelde2022-08-261-1/+5
* C#: Fix buildsystem when `dotnet --info` does not specify archIgnacio Roldán Etcheverry2022-08-251-1/+9
* Merge pull request #55778 from aaronfranke/use-arch-btwRémi Verschelde2022-08-251-14/+10
|\
| * Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-14/+10
* | [macOS] Check .NET binary architecture, and search for the cross compile SDK ...bruvzg2022-08-251-5/+46
|/
* Remove mentions of the Server platform from the Mono moduleAaron Franke2022-08-241-3/+2
* C#: Make GodotSharp API a NuGet packageIgnacio Roldán Etcheverry2022-08-221-6/+23
* C#: Upgrade to .NET 6 (5.0 -> 6.0)Ignacio Roldán Etcheverry2022-08-222-2/+2
* C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry2022-08-221-19/+25
* Fix detection of .NET Sdk from snap and allow higher versionsIgnacio Roldán Etcheverry2022-08-221-17/+60
* C#: Fallback to `dotnet --info` to determine .NET RIDIgnacio Roldán Etcheverry2022-08-221-9/+45
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-225-701/+124
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-226-338/+306
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-8/+8
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-1/+1
* Be more verbose about why msbuild tools could not be foundMarcel Admiraal2022-01-291-4/+4
* Use maximum zlib compression when generating editor translation headersHugo Locurcio2021-10-291-1/+3
* Remove unused imports in .py, SCsub and SConstruct filesAnutrix2021-10-181-1/+0
* Remove unused code related to Travis CIHugo Locurcio2021-07-011-6/+0
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-7/+17
* Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde2020-12-171-1/+2
|\
| * Mono: Don't use -rdynamic when compiling for WASMIgnacio Etcheverry2020-12-141-1/+2
* | Mono: Add mono_bcl SCons option for a custom BCL locationIgnacio Etcheverry2020-12-061-3/+4
* | Mono: Fix Android build after #36311Rémi Verschelde2020-12-031-2/+2
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry2020-10-231-0/+45
* Enable the `copy_mono_root` SCons option by defaultHugo Locurcio2020-09-251-2/+1
* Remove unused Python local variables.Marcel Admiraal2020-09-111-3/+0
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal2020-09-021-5/+5