Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) - | |||
2018-05-15 | Set current SynchronizationContext before the game loop starts | Adam Cigánek | |
This fixes the problem that `SynchronizationContext.Current` would be null during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes. With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected. Fixes #18849 | |||
2018-05-11 | Fixes ObjectDB leak printout with mono. | Pieter-Jan Briers | |
Fixes #18767 | |||
2018-05-04 | round / ceil methods for c sharp vectors | Kelly thomas | |
2018-05-04 | Merge pull request #18406 from YeldhamDev/script_templates_period | Max Hilbrunner | |
Changed periods in the script templates | |||
2018-05-02 | Merge pull request #18562 from neikeq/issue-18526 | Ignacio Etcheverry | |
Fix MSVC check when building with mono | |||
2018-05-02 | Changed periods in the script templates. | Michael Alexsander Silva Dias | |
2018-05-02 | Fix MSVC check when building with mono | Ignacio Etcheverry | |
2018-05-02 | Merge pull request #18561 from neikeq/fix-find-msbuild-2 | Ignacio Etcheverry | |
Fix editor detecting msbuild with a msvc 'tools only' install | |||
2018-05-02 | Fix editor detecting msbuild with a msvc 'tools only' install | Ignacio Etcheverry | |
2018-04-30 | Fix msbuild with a msvc 'tools only' install | Hein-Pieter van Braam | |
Taken from https://github.com/Microsoft/vswhere/wiki/Find-MSBuild without '-products *' vswhere does not locate msbuild when installing a tools-only (no IDE) version of the microsoft compilers. | |||
2018-04-28 | Mono: BindingsGenerator enum fixes | Ignacio Etcheverry | |
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods. - Make type resolver fallback to int if a type is not found and it's an enum. | |||
2018-04-25 | Add option to link mono statically on Windows | Ignacio Etcheverry | |
2018-04-24 | Merge pull request #18399 from neikeq/u | Ignacio Etcheverry | |
Mono fixes | |||
2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry | |
This error wasn't affecting the bindings generation process. | |||
2018-04-24 | Mono: Do not spam script class not found error | Ignacio Etcheverry | |
Print this error only when trying to instantiate the script. This way we prevent errors being printed for source files which are not meant to be used as scripts. | |||
2018-04-24 | Mono: Fix crash on script load if the scripts domain isn't loaded | Ignacio Etcheverry | |