aboutsummaryrefslogtreecommitdiff
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-055-37/+123
* Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-052-12/+30
* Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
* Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-294-3/+27
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-292-13/+13
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-294-37/+16
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-294-16/+37
|\
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-263-3/+24
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-262-13/+13
* | Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-05-271-4/+5
|/
* Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry2018-05-251-9/+16
|\
| * Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-05-201-9/+16
* | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde2018-05-254-5/+17
|\ \
| * | mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-05-224-5/+17
| |/
* | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \
| * | Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-05-241-5/+12
* | | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-231-1/+1
* | | Fix index out of range error in string.Extension()Kelly Thomas2018-05-211-1/+1
| |/ |/|
* | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde2018-05-181-0/+20
|\ \
| * | Mono: Basis constructor for euler parameterKelly Thomas2018-05-171-0/+20
| |/
* | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry2018-05-181-4/+22
|\ \
| * | mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-05-171-4/+22
| |/
* / mono: Plane, expose Normal, and DKelly Thomas2018-05-171-38/+44
|/
* fixes build error on Linux after its introduction in #18949Michele Valente2018-05-171-2/+2
* Merge pull request #18949 from neikeq/aloRémi Verschelde2018-05-175-66/+146
|\
| * Mono: Project building fixesIgnacio Etcheverry2018-05-175-66/+146
* | Merge pull request #18889 from madadam/async-await-fixIgnacio Etcheverry2018-05-161-1/+1
|\ \
| * | Set current SynchronizationContext before the game loop startsAdam Cigánek2018-05-151-1/+1
* | | Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
| |/ |/|
* | -New inspector.Juan Linietsky2018-05-151-1/+1
|/
* round / ceil methods for c sharp vectorsKelly thomas2018-05-042-0/+15
* Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-041-1/+1
|\
| * Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
* | Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry2018-05-021-2/+2
|\ \
| * | Fix MSVC check when building with monoIgnacio Etcheverry2018-05-021-2/+2
* | | Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry2018-05-021-0/+2
|\ \ \ | |_|/ |/| |
| * | Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry2018-05-021-0/+2
| |/
* / Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
|/
* Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-282-93/+117
* Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-251-14/+28
* Merge pull request #18399 from neikeq/uIgnacio Etcheverry2018-04-242-17/+24
|\
| * Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry2018-04-241-1/+1
| * Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-241-10/+9
| * Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-241-6/+14
* | #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
* | #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22
* | #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
* | #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3