index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-22
C#: Add source generator for method list
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
C#: Refactor Array & Dictionary interface implementations
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
C#: Make GodotSharp API a NuGet package
Ignacio Roldán Etcheverry
2022-08-22
C#: Initial NativeAOT support
Ignacio Roldán Etcheverry
2022-08-22
C#: Upgrade to .NET 6 (5.0 -> 6.0)
Ignacio Roldán Etcheverry
2022-08-22
C#: Static marshaling for bindings and source generators
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#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
C#: Ensure native handles are freed after switch to .NET Core
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
CI: Setup .NET Sdk to fix CI and build C# code as well
Ignacio Roldán Etcheverry
2022-08-22
Fix detection of .NET Sdk from snap and allow higher versions
Ignacio Roldán Etcheverry
2022-08-22
C#: Fallback to `dotnet --info` to determine .NET RID
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#: Remove DynamicGodotObject/Object.DynamicObject
Ignacio Roldán Etcheverry
2022-08-22
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-20
Merge pull request #64110 from Geometror/fix-light-shadow-off
Hugo Locurcio
2022-08-20
Merge pull request #64481 from jamie-pate/master
Fabio Alessandrelli
2022-08-20
Merge pull request #64625 from Chaosus/shader_pp_defined
Yuri Rubinsky
2022-08-20
Add `defined` keyword support to shader preprocessor
Yuri Rubinsky
2022-08-20
Merge pull request #62046 from clayjohn/vertexless-draw
Max Hilbrunner
2022-08-20
Fix OmniLight/SpotLight shadow opacity calculation
Hendrik Brucker
2022-08-20
Merge pull request #64461 from bitsawer/fix_windows_list_dir
Max Hilbrunner
2022-08-20
Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolor
Max Hilbrunner
2022-08-19
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-08-19
Merge pull request #63960 from bitsawer/fix-macro-expansion
Yuri Rubinsky
2022-08-19
Merge pull request #64510 from KoBeWi/PR_packed_with_docs😎
Max Hilbrunner
2022-08-19
Merge pull request #64167 from clayjohn/screen-texture-hint
Max Hilbrunner
2022-08-19
Merge pull request #64342 from clayjohn/DOF-scale
Max Hilbrunner
2022-08-19
Merge pull request #64612 from bruvzg/fix_shortcuts
Yuri Sizov
2022-08-19
Merge pull request #64592 from mhilbrunner/move-fast-break-things
Yuri Sizov
2022-08-19
Merge pull request #64595 from mhilbrunner/ergo-proxy
Yuri Sizov
2022-08-19
Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods
Yuri Sizov
2022-08-19
Fix MenuBar not processing shortcuts.
bruvzg
2022-08-19
Add documentation for all annotations
Yuri Sizov
2022-08-19
Merge pull request #64459 from Chaosus/shader_elif
Yuri Rubinsky
2022-08-19
Unexpose ProxyTexture
Max Hilbrunner
2022-08-19
Unexpose VelocityTracker3D
Max Hilbrunner
2022-08-19
Merge pull request #64580 from asmaloney/doc-grammar-less
Max Hilbrunner
2022-08-19
Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-corners
Yuri Sizov
2022-08-19
Merge pull request #59851 from Calinou/doc-object-meta-editor-only
Max Hilbrunner
2022-08-19
Merge pull request #63326 from MewPurPur/binary-highlighting-fix
Max Hilbrunner
[next]