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
*
Merge pull request #26458 from neikeq/mono-build-cleanup
Rémi Verschelde
2019-04-08
8
-741
/
+763
|
\
|
*
Mono: Add compiler flags to env_mono instead of env
Ignacio Etcheverry
2019-04-07
2
-9
/
+10
|
*
Mono: Reorganize build scripts
Ignacio Etcheverry
2019-04-07
8
-741
/
+762
*
|
Merge pull request #27711 from neikeq/ifdef-clang-tidy
Rémi Verschelde
2019-04-08
4
-10
/
+10
|
\
\
|
*
|
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
4
-10
/
+10
*
|
|
Merge pull request #27452 from Chaosus/direction_to
Rémi Verschelde
2019-04-08
2
-0
/
+10
|
\
\
\
|
*
|
|
Added direction_to method to vectors
Chaosus
2019-04-05
2
-0
/
+10
*
|
|
|
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-08
1
-0
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Added smoothstep built-in function
Chaosus
2019-04-07
1
-0
/
+10
*
|
|
|
Remove unused imports
Hendrikto
2019-04-06
2
-2
/
+1
*
|
|
|
Fix wrong method binds and registered class
Ignacio Etcheverry
2019-04-06
1
-1
/
+1
*
|
|
|
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
11
-37
/
+208
*
|
|
|
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
11
-47
/
+240
*
|
|
|
C#: Some important Array and Dictionary interface changes
Ignacio Etcheverry
2019-04-06
5
-220
/
+209
*
|
|
|
Mono: Buildsystem support for finding MSBuild from VS2019
Ignacio Etcheverry
2019-04-06
2
-7
/
+13
*
|
|
|
Merge pull request #27677 from akien-mga/Wimplicit-fallthrough
Rémi Verschelde
2019-04-05
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-0
/
+1
*
|
|
|
|
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...
Rémi Verschelde
2019-04-05
2
-2
/
+104
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
EditorHelp, makerst: Improve enum ref resolving and constant ref support
Ignacio Etcheverry
2019-03-29
2
-2
/
+104
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Mono: Make missing default constructor error more foolproof
ForLoveOfCats
2019-04-04
1
-3
/
+3
*
|
|
|
Mono: Makes GD.Convert take Variant.Type instead of int
ForLoveOfCats
2019-04-04
1
-2
/
+2
*
|
|
|
Fix memory leak introduced in bb6814a
Ignacio Etcheverry
2019-04-02
1
-3
/
+11
*
|
|
|
Merge pull request #27485 from Faless/io/encode_decode_safety_pr
Rémi Verschelde
2019-04-01
3
-13
/
+13
|
\
\
\
\
|
*
|
|
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
3
-13
/
+13
|
|
/
/
/
*
|
|
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
3
-3
/
+3
*
|
|
|
C#: Add DynamicGodotObject class
Ignacio Etcheverry
2019-03-29
11
-34
/
+407
|
/
/
/
*
|
|
Merge pull request #27359 from neikeq/who-reads-docs-anyway
Ignacio Roldán Etcheverry
2019-03-23
2
-79
/
+472
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
C#: Bindings generator now translates BBCode docs to XML comments
Ignacio Etcheverry
2019-03-23
2
-79
/
+472
*
|
|
Merge pull request #27270 from shartte/fix-generics-parsing
Ignacio Roldán Etcheverry
2019-03-20
1
-0
/
+14
|
\
\
\
|
*
|
|
Fix parsing of generic type declarations in C# source files.
Sebastian Hartte
2019-03-20
1
-0
/
+14
|
|
|
/
|
|
/
|
*
/
|
Add support for new MSBuild directory naming introduced in VS 2019.
Sebastian Hartte
2019-03-20
1
-0
/
+8
|
/
/
*
|
Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editor
Rémi Verschelde
2019-03-13
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
C#: Update exports only in the editor
Ignacio Etcheverry
2019-03-13
1
-0
/
+3
*
|
Mono: Update welcome message with current state
Rémi Verschelde
2019-03-12
1
-6
/
+6
|
/
*
Mono: Some assembly referencing changes and cleanup
Ignacio Etcheverry
2019-03-10
3
-21
/
+25
*
Mono: Fix assemblies path String incorrectly constructed from utf8
Ignacio Etcheverry
2019-03-09
2
-2
/
+2
*
Merge pull request #26746 from shartte/godot-trace-listener
Ignacio Roldán Etcheverry
2019-03-08
4
-0
/
+64
|
\
|
*
Added a Godot TraceListener, which is automatically installed on startup. Fix...
Sebastian Hartte
2019-03-07
4
-0
/
+64
*
|
Fix CSharpInstance::set not working with base classes
Ignacio Etcheverry
2019-03-08
1
-2
/
+2
*
|
Merge pull request #26773 from neikeq/issue-26628
Rémi Verschelde
2019-03-07
1
-1
/
+4
|
\
\
|
*
|
Mono: Fix crash with exported field of custom Reference derived type
Ignacio Etcheverry
2019-03-07
1
-1
/
+4
*
|
|
Merge pull request #26770 from neikeq/issue-26675
Ignacio Etcheverry
2019-03-07
2
-15
/
+59
|
\
\
\
|
*
|
|
Mono: Partially implement some Godot debug api functions
Ignacio Etcheverry
2019-03-07
2
-15
/
+59
|
|
/
/
*
|
|
Merge pull request #26761 from Chaosus/fix_mono_wrap
Ignacio Etcheverry
2019-03-07
2
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix division by zero at wrap functions in mono
Chaosus
2019-03-07
2
-2
/
+7
|
|
/
*
|
Merge pull request #26765 from neikeq/issue-25959
Ignacio Etcheverry
2019-03-07
3
-0
/
+12
|
\
\
|
*
|
Mono: Fix crash when re-using script binding after domain reloading
Ignacio Etcheverry
2019-03-07
3
-0
/
+12
*
|
|
Update scripts exports even when normal script instances are created to bette...
Sebastian Hartte
2019-03-07
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #26713 from neikeq/print-msbuild-command
Rémi Verschelde
2019-03-06
1
-0
/
+6
|
\
\
|
*
|
Print MSBuild command if also printing output
Ignacio Etcheverry
2019-03-06
1
-0
/
+6
|
|
/
[next]