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
/
glue
/
runtime_interop.cpp
Age
Commit message (
Expand
)
Author
2023-02-04
Merge pull request #71786 from raulsntos/dotnet/array
Rémi Verschelde
2023-02-03
C#: Implement `IEquatable<>` and equality operators in `NodePath`
RedworkDE
2023-01-30
Sync C# Array with Core
Raul Santos
2023-01-27
C#: Implement readonly-ness in Array and Dictionary
Raul Santos
2023-01-27
Merge pull request #71943 from paulloz/debugger/better-errors-printing
Rémi Verschelde
2023-01-27
Better error display in debugger panel
Paul Joannon
2023-01-26
Merge pull request #71984 from raulsntos/dotnet/dictionary
Rémi Verschelde
2023-01-24
C#: Sync GD with Core
Raul Santos
2023-01-24
Sync C# Dictionary with Core
Raul Santos
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-16
C#: Synchronize Color with Core
Raul Santos
2022-11-25
C#: Cleanup and sync StringExtensions with core
Raul Santos
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-31
C#: Fix Vector4 in godot_variant and missing marshaling
Ignacio Roldán Etcheverry
2022-08-31
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-30
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-22
C#: Replace P/Invoke with delegate pointers
Ignacio Roldán Etcheverry
2022-08-22
C#: Add dedicated Variant struct, replacing System.Object
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
C#: Ensure we only create one CSharpScript per type
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#: Add initial implementation of source generator for script members
Ignacio Roldán Etcheverry
2022-08-22
C#: Code cleanup and greatly reduce use of C# pointers
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#: Re-write GD and some other icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry