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
2019-11-15
Make C# internal calls return structs as ref parameters
Ignacio Etcheverry
2019-09-28
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-24
Improve C# bindings generator errors for default param values
Ignacio Etcheverry
2019-09-20
C#: Make sure cs_glue_version is present when building export templates
Ignacio Etcheverry
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-07-08
Fix --generate-mono-glue bug when directory doesn't exist
Ignacio Etcheverry
2019-07-08
Fix C# bindings detection of abstract classes
Ignacio Etcheverry
2019-07-05
Script API methods must return Ref<T> instead of Reference*
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-03
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-06-15
Mono: Fix -Wduplicated-branches warning
Rémi Verschelde
2019-05-24
C#: Implement ScriptInstance::to_string
Ignacio Etcheverry
2019-04-27
C#: Generate the correct integer and floating point types
Ignacio Etcheverry
2019-04-25
C#: Mark generated property accessor methods as Obsolete
Ignacio Etcheverry
2019-04-25
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-19
Use StringBuilder in C# bindings generator
Ignacio Etcheverry
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-08
Workaround for syntax highlighting issue in GitHub
Ignacio Etcheverry
2019-04-05
Merge pull request #27677 from akien-mga/Wimplicit-fallthrough
Rémi Verschelde
2019-04-05
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...
Rémi Verschelde
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-03-29
EditorHelp, makerst: Improve enum ref resolving and constant ref support
Ignacio Etcheverry
2019-03-29
C#: Add DynamicGodotObject class
Ignacio Etcheverry
2019-03-23
C#: Bindings generator now translates BBCode docs to XML comments
Ignacio Etcheverry
2019-02-27
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-19
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-09
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-01-18
C# Bindings Generator: Fix vararg methods with custom return type
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
Improve the C# API projects generation
Ignacio Etcheverry
2018-10-18
Fix prefix erasing for the generated C# enum constants
Ignacio Etcheverry
2018-10-17
C#: Optimize struct marshalling
Ignacio Etcheverry
2018-10-16
C# API: Hide method bind fields from debugger
Ignacio Etcheverry
2018-10-07
C# bindings generator fixes
Ignacio Etcheverry
2018-10-03
Fix GCC compiler warning in mono module
Ignacio Etcheverry
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
C#: Fix cs_files glue mismatch bug
Ignacio Etcheverry
2018-09-12
Cleanup of c# api files and bindings generator
Ignacio Etcheverry
2018-08-27
C# generated classes ignore warning CS1591 and cleanup
Ignacio Etcheverry
2018-08-25
Added Collections namespace to Array & Dictionary
exts
2018-08-17
Mono: Improve C# core files (glue/cs_files) buildsystem
Ignacio Etcheverry
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-25
Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext
Ignacio Etcheverry
2018-07-20
Makes Mono bindings partial & adds GetNode<T>.
Pieter-Jan Briers
2018-07-20
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-18
Make C# bindings generator ignore disabled classes
Ignacio Etcheverry
2018-04-28
Mono: BindingsGenerator enum fixes
Ignacio Etcheverry
[next]