summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-27Mono: Some editor usability improvementsIgnacio Etcheverry
2019-02-27Remove problematic VS Code hint path on WindowsIgnacio Etcheverry
2019-02-23C#: Fix Vector2.AngleToPointIgnacio Etcheverry
2019-02-23Merge pull request #26203 from neikeq/csharp-basisRémi Verschelde
2019-02-23C#: Basis fixes and cleanupIgnacio Etcheverry
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-02-19Merge pull request #26065 from neikeq/csharp-fix-gd-rangeIgnacio Etcheverry
2019-02-19C#: Make GD.Range return IEnumerable instead of arrayIgnacio Etcheverry
2019-02-19Merge pull request #25890 from neikeq/issue-25818Ignacio Etcheverry
2019-02-19Merge pull request #26039 from neikeq/throw_objectdisposedexceptionIgnacio Etcheverry
2019-02-19Merge pull request #26038 from neikeq/csharp_rand_funcsIgnacio Etcheverry
2019-02-19C#: Throw ObjectDisposedException from disposed wrapper classesIgnacio Etcheverry
2019-02-19C#: Add random functions to GD classIgnacio Etcheverry
2019-02-19C#: fix Quat.Equals.RomanAkberov
2019-02-15Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry
2019-02-15Mono: Fix export template build errorsIgnacio Etcheverry
2019-02-14Fix Godot.Reference marshalling from MonoObject* to VariantIgnacio Etcheverry
2019-02-13Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde
2019-02-12[Mono] Fix Transform2D rotation and scaleAaron Franke
2019-02-12Modules: Ensure classes match their header filenameRémi Verschelde
2019-02-12Merge pull request #25721 from neikeq/wwRémi Verschelde
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-02-11Use "origin" instead of "o" in Transform2D.RotationCarter Anderson
2019-02-11Merge pull request #25724 from aaronfranke/mono-transformIgnacio Etcheverry
2019-02-11Merge pull request #25803 from neikeq/yyIgnacio Etcheverry
2019-02-11Add VSCode hint path for WindowsIgnacio Etcheverry
2019-02-11Default to MSBuild from VS Build Tools instead of Mono'sIgnacio Etcheverry
2019-02-10Merge pull request #25773 from neikeq/xxIgnacio Etcheverry
2019-02-10Merge pull request #25774 from neikeq/fix-noreturn-attr-checkIgnacio Etcheverry
2019-02-10Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry
2019-02-10Fix exporting assemblies from wrong output pathIgnacio Etcheverry
2019-02-10Do not initialize Mono if 'res://.mono/' and mscorlib are missingIgnacio Etcheverry
2019-02-09[Mono] Fix Transform2D originAaron Franke
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-02-08Mono: Create player script metadata when building manuallyIgnacio Etcheverry
2019-02-05Mono: Workaround to fix 'flushing' errors when building at editor startupIgnacio Etcheverry
2019-02-03Merge pull request #25574 from neikeq/ssIgnacio Etcheverry
2019-02-03Mono: Fix default debugger agent argument never being usedIgnacio Etcheverry
2019-02-03Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry
2019-02-03Merge pull request #25478 from neikeq/rrIgnacio Etcheverry
2019-02-03Mono: Fix MonoPosixHelper not being foundIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-27Mono: Test Windows binaries with lowercase extensionRémi Verschelde
2019-01-22Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry
2019-01-21Mono: Add assembly reloading to running gamesIgnacio Etcheverry
2019-01-21Fix C# script metadata creation error due to missing directoryIgnacio Etcheverry
2019-01-21Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPathIgnacio Etcheverry
2019-01-18Merge pull request #25080 from neikeq/mm-cIgnacio Etcheverry