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
2021-04-17
C#: Fix `double` casting in wasm m2n trampolines
Ignacio Roldán Etcheverry
2021-03-18
Mono: Fix Android build after #46900
Rémi Verschelde
2021-03-13
Replace malloc's with Godot's memalloc macro
Ev1lbl0w
2021-03-08
Merge pull request #46174 from xill47/mono-appdomain-unhandled-exception-event
Rémi Verschelde
2021-03-08
Added mono_unhandled_exception call to unhandled_exception hook
Ilya Kuznetsov
2021-03-06
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-31
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-26
Merge pull request #45029 from neikeq/issue-40023
Rémi Verschelde
2021-01-19
Cleanup: Remove executable bit from files which don't need it
Rémi Verschelde
2021-01-19
C # mono supports Unicode code
magian1127
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-08
C#: Fix System.Collections.Generic.List marshalling
Ignacio Etcheverry
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-17
Merge pull request #44105 from neikeq/mono-wasm-m2n-hook
Rémi Verschelde
2020-12-14
Mono: Make Godot provide its own WASM m2n trampolines
Ignacio Etcheverry
2020-12-06
Tweak log file names for consistency between Mono and non-Mono logs
Hugo Locurcio
2020-12-06
Merge pull request #44106 from neikeq/mono-invoke-no-params-boxing
Rémi Verschelde
2020-12-06
Don't box params on Native->C# calls with Variant params
Ignacio Etcheverry
2020-12-05
Fix unhandled exception re-thrown in the editor
Ignacio Etcheverry
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-26
C#: Fix custom event signals crash on hot-reload
Ignacio Etcheverry
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-10-02
iOS: Refactoring
Sergey Minakov
2020-09-13
Add mono log message to error for fatal errors
Tom Daffin
2020-09-08
C#: Fix endless reload loop if project has unicode chars
Ignacio Etcheverry
2020-09-04
Merge pull request #41748 from neikeq/issue-41712
Rémi Verschelde
2020-09-04
Fix 'Parameter "assembly" is null' error
Ignacio Etcheverry
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-30
Fix clang-tidy warnings due to semicolon after mono module macros
Ignacio Etcheverry
2020-07-27
Pop from front to avoid infinite loop with nested classes
Nhiqill
2020-07-05
Fix Mono PackedArray Marshalling
Daniel Doran
2020-07-05
Merge pull request #40137 from neikeq/fix-clangtidy-warnings-mono
Rémi Verschelde
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-03
fix crash when pass null in print array in GD.print
endlesstravel
2020-06-25
Mono/C#: Fix unhandled exception not being printed
Ignacio Etcheverry
2020-06-17
return boxed long when marshalling a godot int to mono runtime in dynamic con...
Michael Belousov
2020-05-30
Fixes building mono release templates
NutmegStudio
2020-05-22
Mono/C#: Don't try to load project assembly in project manager
Ignacio Etcheverry
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
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
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
Merge pull request #38621 from akien-mga/stylé-comme-jamais
Rémi Verschelde
2020-05-10
Merge pull request #38600 from neikeq/no
Ignacio Roldán Etcheverry
[next]