Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Added path for Mono installed through Homebrew | Mads Ynddal | |
On macOS, it is common to install packages like Mono through the third-party package-manager Homebrew. This commit simply adds an additional path to where Homebrew installs the Mono framework. | |||
2018-07-05 | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry | |
[Mono] Rename Fposmod to PosMod, fix output | |||
2018-07-04 | Merge pull request #19872 from exts/export_signals | Ignacio Etcheverry | |
Mono: Fixes annotated signal loading in exported binaries | |||
2018-07-04 | Merge pull request #19756 from NathanWarden/mono_lerp_fixes | Ignacio Etcheverry | |
[C#] Lerp now consistent with Godot API. InverseLerp fixed. | |||
2018-07-04 | Mono: Fix build script not decoding process utf-8 output | Ignacio Etcheverry | |
2018-07-03 | Mono: Fixes annotated signal loading in exported binaries | = | |
2018-07-04 | Merge pull request #16987 from neikeq/pending-exceptions | Ignacio Etcheverry | |
Mono: Pending exceptions and cleanup | |||
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | |
2018-07-04 | Changes to default C# script template (#19940) | Kelly Thomas | |
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner | |
Small changes to the comments in the script templates | |||
2018-06-30 | convert unicode mono root path to ascii string | Kelly Thomas | |
2018-06-27 | [Mono] Rename Fposmod to PosMod | Aaron Franke | |
[Mono] Rename Fposmod to PosMod | |||
2018-06-24 | Lerp now consistent with Godot API. InverseLerp fixed. | Nathan Warden | |
2018-06-22 | Merge pull request #19016 from neikeq/w | Ignacio Etcheverry | |
Mono: Module build improvements | |||
2018-06-22 | Mono: Module build improvements | Ignacio Etcheverry | |
- Add (Csc/Vbc/Fsc)ToolExe environment variables when running Mono's MSBuild. - Fix directory for the 'mono_assemblies_output_dir' argument being created with the '#' top level directory token as part of its name. - Allow to build with 'mono_static=yes' on Unix without specifying a mono prefix. The build script will try to find the mono prefix using the output from pkg-config. | |||
2018-06-11 | Small changes to the comments in the script templates. | Michael Alexsander Silva Dias | |
2018-06-06 | allow undefined GODOT_DEBUG_MSBUILD environment variable | Kelly Thomas | |
2018-06-05 | Merge pull request #19387 from neikeq/y | Ignacio Etcheverry | |
Mono fixes and improvements | |||
2018-06-05 | Mono: Add 'View log' button to open the MSBuild log of a build | Ignacio Etcheverry | |
2018-06-05 | Mono: Fix passing wrong logger assembly path to MSBuild | Ignacio Etcheverry | |
- Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1 | |||
2018-06-05 | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry | |
2018-06-05 | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-mono | Rémi Verschelde | |
Fixes ObjectDB leak printout with mono. | |||
2018-06-01 | Fix Mono static linking on Mingw | Hein-Pieter van Braam | |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde | |
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | |||
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | |
RPCMode refactor, more sync modes | |||
2018-05-27 | Mono: Fix MonoImage filename being set to an invalid path | Ignacio Etcheverry | |
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-25 | Merge pull request #19074 from cart/optimize-mono-pool-marshal | Ignacio Etcheverry | |
Reduce allocations when converting mono arrays to pool arrays | |||
2018-05-25 | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde | |
mono: Add Slerp method to vector classes, expose Cross method for Vector2 | |||
2018-05-24 | Merge pull request #19149 from neikeq/x | Ignacio Etcheverry | |
Mono: Improve 'script class not found' error | |||
2018-05-24 | Mono: Improve 'script class not found' error | Ignacio Etcheverry | |
No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded | |||
2018-05-23 | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias | |
2018-05-22 | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵ | Kelly Thomas | |
and fix unnecessary casts in Basis | |||
2018-05-21 | Fix index out of range error in string.Extension() | Kelly Thomas | |
2018-05-20 | Reduce allocations when converting mono arrays to pool arrays | Carter Anderson | |
2018-05-18 | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | |
Mono: Basis constructor for euler parameter | |||
2018-05-18 | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | |
mono: New Color methods: Darkened, Lightened and ToRgba32 | |||
2018-05-17 | mono: Plane, expose Normal, and D | Kelly Thomas | |
2018-05-17 | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | |
2018-05-17 | Mono: Basis constructor for euler parameter | Kelly Thomas | |
2018-05-17 | fixes build error on Linux after its introduction in #18949 | Michele Valente | |
The function expects now a return value. Returning NULL seems to work in this case. | |||
2018-05-17 | Merge pull request #18949 from neikeq/alo | Rémi Verschelde | |
Mono: Project building fixes | |||
2018-05-17 | Mono: Project building fixes | Ignacio Etcheverry | |
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full. | |||
2018-05-16 | Merge pull request #18889 from madadam/async-await-fix | Ignacio Etcheverry | |
Set current SynchronizationContext before the game loop starts | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - |