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-03-08
Merge pull request #26746 from shartte/godot-trace-listener
Ignacio Roldán Etcheverry
2019-03-07
Added a Godot TraceListener, which is automatically installed on startup. Fix...
Sebastian Hartte
2019-03-07
Fix division by zero at wrap functions in mono
Chaosus
2019-02-28
Merge pull request #26411 from neikeq/issue-26195
Ignacio Etcheverry
2019-02-28
C#: Add Array.Resize(int) method
Ignacio Etcheverry
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-23
C#: Fix Vector2.AngleToPoint
Ignacio Etcheverry
2019-02-23
C#: Basis fixes and cleanup
Ignacio Etcheverry
2019-02-19
C#: Make GD.Range return IEnumerable instead of array
Ignacio Etcheverry
2019-02-19
Merge pull request #26039 from neikeq/throw_objectdisposedexception
Ignacio Etcheverry
2019-02-19
Merge pull request #26038 from neikeq/csharp_rand_funcs
Ignacio Etcheverry
2019-02-19
C#: Throw ObjectDisposedException from disposed wrapper classes
Ignacio Etcheverry
2019-02-19
C#: Add random functions to GD class
Ignacio Etcheverry
2019-02-19
C#: fix Quat.Equals.
RomanAkberov
2019-02-13
Merge pull request #25821 from akien-mga/sync-class-and-filenames
Rémi Verschelde
2019-02-12
[Mono] Fix Transform2D rotation and scale
Aaron Franke
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-11
Use "origin" instead of "o" in Transform2D.Rotation
Carter Anderson
2019-02-09
[Mono] Fix Transform2D origin
Aaron Franke
2019-02-03
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-23
fix capitalization for antiquewhite
Kelly Thomas
2018-12-21
[Mono] Color - add ColorN(), Colors - add named color properties
Kelly Thomas
2018-12-01
Fix crash due to ~CSharpInstance() being called on freed instance
Ignacio Etcheverry
2018-11-20
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-11-20
Remove trailing whitespace
Rémi Verschelde
2018-11-20
Merge pull request #23833 from neikeq/hh
Ignacio Etcheverry
2018-11-20
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-10-31
Rename "Log*()" functions to "Push*()" in C#
Michael Alexsander Silva Dias
2018-10-25
Add new log functions for C#.
Ben Rog-Wilhelm
2018-10-06
Mono: Fix crash on NodePath/RID disposal during Godot shutdown
Ignacio Etcheverry
2018-10-05
Fix C# API assembly build errors in generics
Ignacio Etcheverry
2018-10-05
loosen generic guard on method for ResourceLoader
zochris
2018-10-05
loosen generic guard on Node extension methods
zochris
2018-09-27
Mono: Fix not creating generic Array or Dictionary where expected
Ignacio Etcheverry
2018-09-15
[Mono] implement Transform.InterpolateWith()
Kelly Thomas
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-12
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
Ignacio Etcheverry
2018-09-12
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-09-12
Cleanup of c# api files and bindings generator
Ignacio Etcheverry
2018-09-10
[Mono] Various style changes and naming standardization
Aaron Franke
2018-09-10
[Mono] Tabs -> Spaces
Aaron Franke
2018-08-27
Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat
Ignacio Etcheverry
2018-08-25
Added Collections namespace to Array & Dictionary
exts
2018-08-24
mono: Quat - add some missing constructors and methods
Kelly Thomas
2018-08-23
[Mono] Move several small related files
Aaron Franke
2018-08-23
[Mono] AABB - Position, Size, End setters, Rect2 - End setter
Kelly Thomas
2018-08-23
Merge pull request #21240 from aaronfranke/mono-project-vector
Rémi Verschelde
2018-08-22
Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2
Ignacio Etcheverry
2018-08-22
[Mono] Vector2/3 Project methods
Aaron Franke
[next]