summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+2
* Mono/C#: Use /restore instead of /t:restore when buildingIgnacio Etcheverry2020-06-251-3/+1
* Fix dynamic linking of MSVC Mono with MinGW GodotIgnacio Etcheverry2020-06-151-6/+5
* C#: Add VisualStudio supportIgnacio Etcheverry2020-06-151-1/+3
* C#: Support for building with the dotnet CLIIgnacio Etcheverry2020-05-112-25/+45
* Mono: Use msbuild instead of nuget.exe for restoringIgnacio Etcheverry2020-05-092-108/+14
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-13/+60
* Mono/C#: Fix MinGW build not supporting `.lib` librariesIgnacio Etcheverry2020-03-311-34/+57
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-307-304/+360