index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
/
mono_gd
Age
Commit message (
Expand
)
Author
2019-07-25
Mono: Don't try to update project assemblies from project manager
Ignacio Etcheverry
2019-07-24
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-22
Mono: Fix editor API assembly not being updated
Ignacio Etcheverry
2019-07-20
Fix mono module build errors for release templates
Ignacio Etcheverry
2019-07-14
Mono: Better handling of missing/outdated API assemblies
Ignacio Etcheverry
2019-07-09
Merge pull request #30463 from neikeq/fix-search-dirs
Rémi Verschelde
2019-07-09
Fix export templates ignoring assemblies in 'res://.mono/assemblies'
Ignacio Etcheverry
2019-07-08
Mono: Fix build errors with tools=no
Ignacio Etcheverry
2019-07-08
Fix --generate-mono-glue bug when directory doesn't exist
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-03
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-03
Android build and export for the mono module
Ignacio Etcheverry
2019-05-21
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-18
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-04-29
C#: Support resource type hint in exported arrays
Ignacio Etcheverry
2019-04-29
Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...
Rémi Verschelde
2019-04-26
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-25
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-24
Fix invalid mono log file name on Windows
Ignacio Etcheverry
2019-04-18
Mono: Use exit(status) instead of abort() in exception hook
Ignacio Etcheverry
2019-04-17
Mono: Logging improvements
Ignacio Etcheverry
2019-04-08
Merge pull request #27711 from neikeq/ifdef-clang-tidy
Rémi Verschelde
2019-04-06
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-05
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-03-10
Mono: Some assembly referencing changes and cleanup
Ignacio Etcheverry
2019-03-09
Mono: Fix assemblies path String incorrectly constructed from utf8
Ignacio Etcheverry
2019-03-08
Merge pull request #26746 from shartte/godot-trace-listener
Ignacio Roldán Etcheverry
2019-03-07
Added a Godot TraceListener, which is automatically installed on startup. Fix...
Sebastian Hartte
2019-03-07
Mono: Fix crash when re-using script binding after domain reloading
Ignacio Etcheverry
2019-03-05
Merge pull request #26661 from neikeq/issue-17601
Ignacio Etcheverry
2019-03-05
Mono: Fix array field being assigned MonoArray** instead of MonoArray*
Ignacio Etcheverry
2019-03-04
Merge pull request #26591 from neikeq/oi
Rémi Verschelde
2019-03-04
Mono: Add option to print MSBuild output and improve out of sync error
Ignacio Etcheverry
2019-03-02
Add mono log profiler support
Carter Anderson
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-19
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-19
Merge pull request #25890 from neikeq/issue-25818
Ignacio Etcheverry
2019-02-15
Don't print 'Cannot find Mono in the registry' if bundled with Godot
Ignacio Etcheverry
2019-02-15
Mono: Fix export template build errors
Ignacio Etcheverry
2019-02-14
Fix Godot.Reference marshalling from MonoObject* to Variant
Ignacio Etcheverry
2019-02-13
Merge pull request #25821 from akien-mga/sync-class-and-filenames
Rémi Verschelde
2019-02-12
Modules: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
Merge pull request #25721 from neikeq/ww
Rémi Verschelde
2019-02-10
Do not initialize Mono if 'res://.mono/' and mscorlib are missing
Ignacio Etcheverry
[next]