index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing mono internal call
Ignacio Etcheverry
2018-09-17
2
-0
/
+6
*
Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita...
Ignacio Etcheverry
2018-09-17
14
-52
/
+441
|
\
|
*
Mono: Fix opening code editors in OSX and cleanup
Ignacio Etcheverry
2018-09-17
13
-51
/
+425
|
*
Add some mono root dir hints to the build script
Ignacio Etcheverry
2018-09-17
1
-1
/
+16
*
|
Check for mono binary when finding version
Sophie Tauchert
2018-09-16
1
-1
/
+8
|
/
*
[Mono] implement Transform.InterpolateWith()
Kelly Thomas
2018-09-15
2
-0
/
+51
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-2
/
+2
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
4
-7
/
+15
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-2
/
+2
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-2
/
+2
*
|
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
Ignacio Etcheverry
2018-09-12
45
-1
/
+181
*
|
Mono: Fix build regression due to wrong return type
Ignacio Etcheverry
2018-09-12
2
-4
/
+4
*
|
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
3
-31
/
+117
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
29
-65
/
+65
*
|
C#: Fix cs_files glue mismatch bug
Ignacio Etcheverry
2018-09-12
5
-16
/
+20
*
|
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-09-12
15
-190
/
+506
*
|
Add some mono root hint dirs for OSX
Ignacio Etcheverry
2018-09-12
2
-8
/
+37
*
|
Allow special characters in C# glue files
Ignacio Etcheverry
2018-09-12
1
-7
/
+13
*
|
Cleanup of c# api files and bindings generator
Ignacio Etcheverry
2018-09-12
27
-753
/
+1409
|
/
*
[Mono] Various style changes and naming standardization
Aaron Franke
2018-09-10
3
-150
/
+154
*
[Mono] Tabs -> Spaces
Aaron Franke
2018-09-10
3
-135
/
+135
*
Merge pull request #21497 from neikeq/hm
Ignacio Etcheverry
2018-08-27
2
-36
/
+23
|
\
|
*
C# generated classes ignore warning CS1591 and cleanup
Ignacio Etcheverry
2018-08-27
2
-36
/
+23
*
|
Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat
Ignacio Etcheverry
2018-08-27
2
-29
/
+70
|
\
\
|
|
/
|
/
|
|
*
mono: Quat - add some missing constructors and methods
Kelly Thomas
2018-08-24
2
-29
/
+70
*
|
Merge pull request #21423 from exts/mono/collections
Ignacio Etcheverry
2018-08-26
7
-45
/
+48
|
\
\
|
*
|
Added Collections namespace to Array & Dictionary
exts
2018-08-25
7
-45
/
+48
*
|
|
Merge pull request #16927 from neikeq/rework-refcount-notify
Juan Linietsky
2018-08-25
6
-15
/
+93
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Notify instance binding data api of refcount increment/decrement
Ignacio Etcheverry
2018-08-23
6
-15
/
+93
*
|
|
Merge pull request #20717 from PJB3005/18-08-04-godot-exceptions
Ignacio Etcheverry
2018-08-24
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix Mono exception handling.
Pieter-Jan Briers
2018-08-23
1
-2
/
+2
*
|
|
|
Merge pull request #20707 from aaronfranke/mono-combine
Ignacio Etcheverry
2018-08-24
14
-50
/
+48
|
\
\
\
\
|
*
|
|
|
[Mono] Move several small related files
Aaron Franke
2018-08-23
14
-50
/
+48
*
|
|
|
|
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
4
-40
/
+23
|
/
/
/
/
*
|
|
|
[Mono] AABB - Position, Size, End setters, Rect2 - End setter
Kelly Thomas
2018-08-23
2
-103
/
+98
*
|
|
|
Merge pull request #21240 from aaronfranke/mono-project-vector
Rémi Verschelde
2018-08-23
2
-0
/
+10
|
\
\
\
\
|
*
|
|
|
[Mono] Vector2/3 Project methods
Aaron Franke
2018-08-22
2
-0
/
+10
*
|
|
|
|
Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2
Ignacio Etcheverry
2018-08-22
1
-57
/
+64
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
mono: add Abs() to Rect2 and rename private fields
Kelly Thomas
2018-08-19
1
-57
/
+64
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Mono: Fix weird crash when loading corlib
Ignacio Etcheverry
2018-08-22
2
-14
/
+44
*
|
|
|
Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook
Ignacio Etcheverry
2018-08-22
2
-4
/
+45
|
\
\
\
\
|
*
|
|
|
assembly_load_hook fallback for registering GDMonoAssemblies.
Pieter-Jan Briers
2018-04-29
2
-4
/
+45
*
|
|
|
|
Style: Fix issues that went past CI
Rémi Verschelde
2018-08-21
2
-4
/
+3
*
|
|
|
|
Merge pull request #21253 from aaronfranke/plane-constants
Rémi Verschelde
2018-08-21
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Rename Plane constants, add to Mono
Aaron Franke
2018-08-21
1
-0
/
+9
*
|
|
|
|
|
Deprecate incorrect Color::gray()
Rémi Verschelde
2018-08-21
1
-5
/
+0
|
/
/
/
/
/
*
|
/
/
/
Prevent "cannot use a string pattern on a bytes-like object"
Justin Abene
2018-08-20
1
-1
/
+3
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Mono: Improve C# core files (glue/cs_files) buildsystem
Ignacio Etcheverry
2018-08-17
4
-13
/
+24
*
|
|
|
Merge pull request #20945 from neikeq/dict-erase-retbool
Rémi Verschelde
2018-08-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Dictionary: remove erase_checked(key), make erase(key) return bool
Ignacio Etcheverry
2018-08-14
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
[next]