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
/
managed_callable.cpp
Age
Commit message (
Expand
)
Author
2022-10-30
C#: Remove need for reflection to invoking callable delegates
Ignacio Roldán Etcheverry
2022-10-01
ManagedCallable: use delegate target instead of middleman when possible
Patrick Dawson
2022-08-22
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-06-20
Clean up Hash Functions
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-09
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-04-02
Replace NULL with nullptr
lupoDharkael
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