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
Age
Commit message (
Expand
)
Author
2022-08-27
Merge pull request #64860 from raulsntos/dotnet/sync-math
Rémi Verschelde
2022-08-27
Merge pull request #64922 from akien-mga/dotnet-fix-app-host-version-detection
Rémi Verschelde
2022-08-27
C#: Add `CubicInterpolateAngle`
Raul Santos
2022-08-27
C#: Add `CubicInterpolateInTime`
Raul Santos
2022-08-27
C#: Rename and fix `Quaternion.SphericalCubicInterpolate`
Raul Santos
2022-08-27
C#: Fix `Quaternion.CubicSlerp`
Raul Santos
2022-08-27
C#: Add `Exp` and `Log` to Quaternion
Raul Santos
2022-08-27
C#: Add `GetAngle` and `GetAxis` to Quaternion
Raul Santos
2022-08-27
C#: Fix `Transform3D` interpolation and add spherical interpolation
Raul Santos
2022-08-27
C#: Add missing match check in `Quaternion.Slerpni`
Raul Santos
2022-08-27
Merge pull request #64942 from paulloz/cs-fix-color-names
Rémi Verschelde
2022-08-26
C#: Fix dictionary keys in Colors
Paul Joannon
2022-08-26
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
.NET: Change NETCore.App version detection to use highest match
Rémi Verschelde
2022-08-26
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-26
Merge pull request #64901 from raulsntos/dotnet/equals
Ignacio Roldán Etcheverry
2022-08-26
Remove `[Signal]` attribute from events
Raul Santos
2022-08-25
Merge pull request #64852 from paulloz/dotnet6-export-category-attribute
Ignacio Roldán Etcheverry
2022-08-25
Merge pull request #64898 from neikeq/dotnet-fix-find-arch
Rémi Verschelde
2022-08-25
C#: Preserve order of exported fields/categories
Paul Joannon
2022-08-25
C#: Fix buildsystem when `dotnet --info` does not specify arch
Ignacio Roldán Etcheverry
2022-08-25
Merge pull request #52815 from magian1127/temp3
Ignacio Roldán Etcheverry
2022-08-25
Various C# documentation improvements
Raul Santos
2022-08-25
C# Generate StringName(SnakeName) for all class members
Magian
2022-08-25
Merge pull request #55778 from aaronfranke/use-arch-btw
Rémi Verschelde
2022-08-25
Merge pull request #64869 from bruvzg/dotnet_arch
Ignacio Roldán Etcheverry
2022-08-25
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-25
[macOS] Check .NET binary architecture, and search for the cross compile SDK ...
bruvzg
2022-08-25
Merge pull request #64731 from raulsntos/dotnet6-variant-generics-analyzer
Rémi Verschelde
2022-08-25
Merge pull request #64781 from raulsntos/csharp_children
Rémi Verschelde
2022-08-25
Add MustBeVariant attribute and analyzer
Raul Santos
2022-08-24
Remove mentions of the Server platform from the Mono module
Aaron Franke
2022-08-24
Merge pull request #64742 from zaevi/csharp_add_grouping_attributes
Ignacio Roldán Etcheverry
2022-08-24
Merge pull request #64743 from raulsntos/dotnet6-signal-analyzer
Ignacio Roldán Etcheverry
2022-08-24
Use pattern matching to simplify `Equals`
Raul Santos
2022-08-24
Update C# named colors to use HEX codes
Raul Santos
2022-08-24
Avoid printing an error in GetChildOrNull
Raul Santos
2022-08-24
Merge pull request #64727 from raulsntos/csharp-remove-ctors
Ignacio Roldán Etcheverry
2022-08-24
Merge pull request #64773 from raulsntos/dotnet6-🦭
Ignacio Roldán Etcheverry
2022-08-23
Add `includeInternal` to C# NodeExtensions and fix get_child documentation
Raul Santos
2022-08-23
Seal classes that can't be inherited from
Raul Santos
2022-08-23
Merge pull request #64762 from neikeq/csharp-dangling-callable-code
Rémi Verschelde
2022-08-23
Merge pull request #64729 from raulsntos/csharp-xform-operator
Rémi Verschelde
2022-08-23
C#: Remove old Callable code left dangling after switch to .NET 6
Ignacio Roldán Etcheverry
2022-08-22
C#: Replace `Xform` and `XformInv` with `*` operator
Raul Santos
2022-08-22
Improve C# signal analyzer errors
Raul Santos
2022-08-23
C#: Add grouping attributes for properties.
Zae
2022-08-22
Avoid trying to load non-existent assembly
Raul Santos
2022-08-22
Remove copy constructors in C# structs
Raul Santos
[next]