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
/
editor
/
bindings_generator.cpp
Age
Commit message (
Expand
)
Author
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#: 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
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-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-06
Add C# support for bitfield enums (flags)
Raul Santos
2022-07-05
Implement a BitField hint
reduz
2022-06-17
Make enum/constant binds 64-bit.
bruvzg
2022-06-03
Generate typed array parameters in C# bindings
Raul Santos
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-04-29
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-22
Support static methods in C# bindings generator
Raul Santos
2022-03-18
Ignore PhysicsServer3DExtension class in C#
Raul Santos
2022-03-03
Refactor `bbcode_to_xml` into multiple specific methods
Raul Santos
2022-03-03
Find inherited members in C# documentation generator
Raul Santos
2022-03-03
Add theme_item support to C# documentation generator
Raul Santos
2022-03-03
Fix checking for `@GlobalScope` in C# documentation generator
Raul Santos
2022-03-03
Check for missing methods/members in C# documentation generator
Raul Santos
2022-03-03
Fix references to global constants in C# documentation generator
Raul Santos
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-10
Support signals in C# documentation
Raul Santos
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-09-08
Fix properties arrays in C# bindings generator
Raul Santos
2021-09-03
Fix constant tag documentation in C# bindings generator
Raul Santos
2021-08-20
C#: Fix bindings generator for Callable argument default value
Ignacio Roldán Etcheverry
2021-07-27
Use C++ iterators in the Mono module
Raul Santos
2021-07-26
Use Array.Empty instead of allocating a every time
Raul Santos
2021-07-25
Fix bindings generator range iterator errors
Raul Santos
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-18
Fix a typo in C# bindings generator for default value types
Aaron Franke
2021-06-13
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Reformat structure string operators
Aaron Franke
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
[next]