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
/
glue
Age
Commit message (
Expand
)
Author
2019-10-08
[Mono] Change Plane intersect methods to return nullable Vector3
Aaron Franke
2019-09-16
[Mono] Corrected rectangle intersection
Chaosus89
2019-09-01
Check for exact equality before approximate equality
Aaron Franke
2019-08-27
[Mono] Various Color improvements
Aaron Franke
2019-08-25
Set C# 7 as LangVersion for GodotTools and Godot API projects
Ignacio Etcheverry
2019-08-17
Add Vector2/3 sign and posmod functions, misc additions
Aaron Franke
2019-08-14
Merge pull request #31347 from neikeq/monodevelop-addin
Rémi Verschelde
2019-08-09
Add Basis constants and format Transform constants
Aaron Franke
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-07
[Mono] Make all structs seralizable
Aaron Franke
2019-08-04
[Core] [Mono] Optimize Wrap functions
Aaron Franke
2019-08-04
C#: Fix Color.ToHtml()
Ignacio Etcheverry
2019-08-04
C#: Add Ide Connection library and server for the editor
Ignacio Etcheverry
2019-07-28
[Mono] Deprecate Set methods
Aaron Franke
2019-07-27
C#: Fix Transform2D.AffineInverse()
Ignacio Etcheverry
2019-07-23
Added count method to String
Chaosus
2019-07-20
Added lerp_angles built-in function
Chaosus
2019-07-08
Fix Godot.Object.ToString() infinite recursion
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-03
Mono: Fix Array IndexOutOfRangeException not being thrown
Ignacio Etcheverry
2019-06-03
Android build and export for the mono module
Ignacio Etcheverry
2019-06-01
Merge pull request #27789 from Giacom/move_towards
Rémi Verschelde
2019-05-28
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-27
Merge pull request #28957 from aaronfranke/basis-optimize
Rémi Verschelde
2019-05-26
[Mono] Change Atan2 arguments to Y X
Aaron Franke
2019-05-22
[Mono] Misc Basis and AABB improvements
Aaron Franke
2019-05-21
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
Merge pull request #29052 from neikeq/fixes-28667------i-think
Ignacio Roldán Etcheverry
2019-05-21
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-05-18
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-17
Optimize Basis constructor for Axis Angle
Aaron Franke
2019-04-30
Make "decimal" functions more consistent
Aaron Franke
2019-04-29
Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...
Rémi Verschelde
2019-04-27
C#: Generate the correct integer and floating point types
Ignacio Etcheverry
2019-04-25
[Mono] Approximate equality
Aaron Franke
2019-04-20
Merge pull request #27820 from ForLoveOfCats/master
Ignacio Roldán Etcheverry
2019-04-19
Mono: Convert all items to string before printing
ForLoveOfCats
2019-04-18
C#: Add missing ToString() override methods
Ignacio Etcheverry
2019-04-08
Merge pull request #27452 from Chaosus/direction_to
Rémi Verschelde
2019-04-08
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-07
Added smoothstep built-in function
Chaosus
2019-04-06
Fix wrong method binds and registered class
Ignacio Etcheverry
2019-04-06
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
C#: Some important Array and Dictionary interface changes
Ignacio Etcheverry
2019-04-05
Added direction_to method to vectors
Chaosus
2019-04-04
Mono: Makes GD.Convert take Variant.Type instead of int
ForLoveOfCats
2019-04-02
Fix memory leak introduced in bb6814a
Ignacio Etcheverry
[next]