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
2018-04-17
#18051: Fix indentation issues introduced during clean up
Xavier Cho
2018-04-17
#18051: Do not use `var` in a for-loop, or where type is not obvious
Xavier Cho
2018-04-17
#18051: Use common name for Color type argument
Xavier Cho
2018-04-17
#18051: Remove redundant verbatim prefixes
Xavier Cho
2018-04-17
#18051: Use default parameter value
Xavier Cho
2018-04-17
#18051: Use array initializer when applicable
Xavier Cho
2018-04-17
#18051: Remove redundant parenthesis
Xavier Cho
2018-04-17
#18051: Remove unnecessary variable assignments
Xavier Cho
2018-04-17
#18051: Use 'var' when applicable
Xavier Cho
2018-04-17
#18051: Remove redundant casts and 'using', 'else', 'this' statements
Xavier Cho
2018-04-17
Remove duplicated declaration of RoundToInt() from Mathf
Xavier Cho
2018-04-13
Merge pull request #18038 from Chaosus/mathf
Ignacio Etcheverry
2018-04-13
[Mono] Improve Mathf
Chaosus
2018-04-09
Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated
Ignacio Etcheverry
2018-04-03
Merge pull request #17834 from Rubonnek/move-to-initializer-list
Rémi Verschelde
2018-04-03
[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...
Alexander Alekseev
2018-03-30
Fixed _issue_activated to take the correct issue id from the list
Nikodem Lokatelj
2018-03-27
Move GodotSharp and MonoBuildTab member variables to initializer list
Wilson E. Alvarez
2018-03-26
Added wrap functions to C#
Chaosus
2018-03-24
Fix mono basis GetEuler bug and marshalling/unmarshalling
Carter Anderson
2018-03-24
Merge pull request #17134 from aaronfranke/master
Ignacio Etcheverry
2018-03-22
Replace float with real_t, default Vectors, other misc C# improvements
Aaron Franke
2018-03-19
Fix mono build properly!
PJB3005
2018-03-19
Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3
Rémi Verschelde
2018-03-18
Merge pull request #17619 from neikeq/mono-runtime-main-args
Ignacio Etcheverry
2018-03-18
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2018-03-18
Fix Mono builds with Python 3.
Pieter-Jan Briers
2018-03-16
Merge pull request #17179 from paulloz/mono-assemblies-preload-facades
Ignacio Etcheverry
2018-03-15
Merge pull request #17388 from Hinsbart/mono_class_name
Rémi Verschelde
2018-03-15
Mono: Avoid invalid class names.
Andreas Haas
2018-03-04
[mono] write classes with no constructor as abstract
Paul Joannon
2018-03-04
[mono] rename functions to conform to PascalCase
Paul Joannon
2018-03-02
[mono] add the 'Facades' subfolder to the searched directories in _preload_hook
Paul Joannon
2018-02-27
More reliably find mscorlib.dll on Linux
Hein-Pieter van Braam
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-27
Merge pull request #17075 from paulloz/fix-build-mono-debug-notools
Rémi Verschelde
2018-02-27
Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu...
Rémi Verschelde
2018-02-27
fix build error when compiling with mono, tools=no, target=release
Paul Joannon
2018-02-26
Merge pull request #17046 from NathanWarden/fixed_mono_marshalling
Rémi Verschelde
2018-02-26
The marshalling in was also incorrect.
Nathan Warden
2018-02-25
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-25
Merge pull request #16804 from Valentactive/fix_mono_template_compiling
Rémi Verschelde
2018-02-24
Merge pull request #16981 from paulloz/mono-nested-exceptions
Ignacio Etcheverry
2018-02-24
[mono] get stacktraces for all inner exceptions
Paul Joannon
2018-02-24
Merge pull request #16986 from neikeq/issue-16983
Ignacio Etcheverry
2018-02-24
Mono: Fix bindings for parameters in vararg methods
Ignacio Etcheverry
2018-02-22
fix release builds with mono
Michele Valente
2018-02-22
Mono: Add project export plugin
Ignacio Etcheverry
2018-02-21
Update warning about C# support
Rémi Verschelde
2018-02-21
[mono] fix signals parameter retrieval
Paul Joannon
[next]