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
/
gd_mono_utils.cpp
Age
Commit message (
Expand
)
Author
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-23
C#: Revert marshalling of IDictionary/IEnumerable implementing types
Ignacio Etcheverry
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-31
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-17
Mono/C#: Optimize the way we store GC handles for scripts
Ignacio Etcheverry
2020-03-17
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-16
Mono/C#: Script interface calls now attach the current thread
Ignacio Etcheverry
2020-01-13
Mono/C#: Add error checks to detect possible Reference leaks
Ignacio Etcheverry
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-13
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-10-11
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-07-24
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry
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-18
Mono: Use exit(status) instead of abort() in exception hook
Ignacio Etcheverry
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-02-19
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-09
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-03
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-02-03
Mono: Cleanup
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-30
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-08
Improve the C# API projects generation
Ignacio Etcheverry
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-12
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-08-25
Added Collections namespace to Array & Dictionary
exts
2018-08-23
Fix Mono exception handling.
Pieter-Jan Briers
2018-07-31
Mono: Fix property set_value and cleanup
Ignacio Etcheverry
2018-07-25
Mono: Fix null dereferences
Ignacio Etcheverry
2018-07-20
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-04
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-05-29
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-26
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
[next]