summaryrefslogtreecommitdiffstats
path: root/modules/mono/SCsub
Commit message (Expand)AuthorAgeFilesLines
* C#: Remove unused codeRaul Santos2024-01-281-6/+0
* C#: Remove old and unused android support code for monoRedworkDE2023-06-281-2/+0
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-1/+0
* C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry2022-08-221-3/+0
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-31/+0
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde2022-03-281-2/+1
* Improve editor template workflowfabriceci2022-01-021-0/+2
* SCons: Fix missing mono `.gen.cpp` sources after #53860Rémi Verschelde2021-10-161-0/+3
* C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry2020-10-231-0/+5
* Add SCons option to not build C# solutionsIgnacio Etcheverry2020-05-221-1/+1
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-0/+6
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-16/+20
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-7/+0
* Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-281-20/+6
* Mono/C#: Prevent SCons from building API solutions in parallelIgnacio Etcheverry2019-11-221-2/+2
* Fix 'android_mono_config.gen.cpp' not compiled first time it's generatedIgnacio Etcheverry2019-08-261-6/+10
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-8/+20
* Mono: Fix SCons options added to the wrong environmentIgnacio Etcheverry2019-06-041-5/+0
* Mono: Add compiler flags to env_mono instead of envIgnacio Etcheverry2019-04-071-1/+1
* Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-071-321/+19
* Remove unused importsHendrikto2019-04-061-1/+0
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-0/+3
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-8/+20
* Fix msvc warnings in mono moduleIgnacio Etcheverry2018-10-251-1/+1
* Support globs in csproj includesIgnacio Etcheverry2018-10-251-7/+99
* C#: Optimize struct marshallingIgnacio Etcheverry2018-10-171-3/+0
* Mono: Editor and export template dependencies and fixesIgnacio Etcheverry2018-10-031-13/+10
* Fix missing mono internal callIgnacio Etcheverry2018-09-171-0/+1
* Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry2018-09-121-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* C#: Fix cs_files glue mismatch bugIgnacio Etcheverry2018-09-121-4/+11
* Allow special characters in C# glue filesIgnacio Etcheverry2018-09-121-7/+13
* Cleanup of c# api files and bindings generatorIgnacio Etcheverry2018-09-121-3/+2
* Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry2018-08-171-12/+13
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-0/+1
* Added path for Mono installed through HomebrewMads Ynddal2018-07-101-1/+1
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-3/+13
* Mono: Module build improvementsIgnacio Etcheverry2018-06-221-16/+26
* Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu...Rémi Verschelde2018-02-271-2/+8
|\
| * Mono: Buildsystem improvementsIgnacio Etcheverry2018-01-121-2/+8
* | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-8/+15
* | Add and use mono build variables with cloned environment.Jonathan Tinkham2018-02-101-2/+2
|/
* Mono: Build in cloned env.Andreas Haas2017-12-121-9/+12
* Added for fallback msbuild.exe.BrainBlasted2017-11-041-0/+4
* Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry2017-10-291-18/+20
|\
| * Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry2017-10-291-18/+20
* | Mono: Fix Windows buildRémi Verschelde2017-10-291-2/+2
|/
* Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-29/+110