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
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make script class parser errors to not abort the build
Ignacio Etcheverry
2020-01-21
2
-4
/
+14
*
Add dummy preprocessor for the C# script class parser
Ignacio Etcheverry
2020-01-21
1
-0
/
+81
*
Mono/C#: Fix error when parsing nested generics
Ignacio Etcheverry
2020-01-20
3
-6
/
+15
*
Mono/C#: Fix wrong HintPath for package in GodotTools
Ignacio Etcheverry
2020-01-03
1
-1
/
+1
*
Mono/C#: Fix comment generation for non-constant param default
Ignacio Etcheverry
2020-01-02
1
-3
/
+6
*
Mono/C#: Fix bindings generator with void vararg methods
Ignacio Etcheverry
2020-01-02
1
-3
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
10
-20
/
+20
*
Merge pull request #34699 from van800/godot-guid
Ignacio Roldán Etcheverry
2019-12-31
1
-0
/
+2
|
\
|
*
add custom property to csproj, which identifies that project is generated by ...
Ivan Shakhov
2019-12-30
1
-0
/
+2
*
|
Merge pull request #34582 from timothyqiu/forward-decl
Rémi Verschelde
2019-12-30
1
-0
/
+1
|
\
\
|
*
|
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
|
|
/
*
|
Mono/C#: Re-structure API solution and GodotTools post-build target
Ignacio Etcheverry
2019-12-28
9
-333
/
+91
*
|
fix Rider path on Mac
Ivan.Shakhov
2019-12-25
1
-2
/
+4
|
/
*
add suggested fix
Dan Kramer
2019-12-21
1
-1
/
+1
*
Merge pull request #34514 from neikeq/remove-dep-on-mono-posix
Rémi Verschelde
2019-12-21
3
-6
/
+18
|
\
|
*
Mono/C#: Remove GodotTools dependency on the Mono.Posix assembly
Ignacio Etcheverry
2019-12-21
3
-6
/
+18
*
|
Mono/C#: Fix Variant -> MonoString* when type is Variant:NIL
Ignacio Etcheverry
2019-12-19
1
-3
/
+9
*
|
Mono/C#: Fix project export and fix FindLast/GetFile regression
Ignacio Etcheverry
2019-12-17
1
-1
/
+1
|
/
*
Merge pull request #34334 from neikeq/issue-33503
Rémi Verschelde
2019-12-13
1
-39
/
+16
|
\
|
*
Mono/C#: Fix class parser incorrectly handling nested namespaces
Ignacio Etcheverry
2019-12-13
1
-2
/
+2
|
*
Mono/C#: Fix class parser bug with 'where T : struct'
Ignacio Etcheverry
2019-12-13
1
-38
/
+15
*
|
Mono formatting
Aaron Franke
2019-12-11
30
-548
/
+542
|
/
*
Merge pull request #34181 from van800/rider
Rémi Verschelde
2019-12-11
10
-4
/
+593
|
\
|
*
Support Rider as External Editor
Ivan Shakhov
2019-12-11
10
-4
/
+593
*
|
Merge pull request #34018 from dsge/show-template-directory-path-in-error-mes...
Ignacio Roldán Etcheverry
2019-12-05
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Make sure to include the path in the "Data template directory not found" erro...
dsge
2019-11-30
1
-4
/
+6
*
|
Mono/C#: Several android fixes
Ignacio Etcheverry
2019-12-04
5
-19
/
+67
|
/
*
Mono/C#: Add option to export assemblies outside of PCK
Ignacio Etcheverry
2019-11-29
1
-8
/
+26
*
Merge pull request #33791 from neikeq/issue-33761
Ignacio Roldán Etcheverry
2019-11-21
2
-37
/
+50
|
\
|
*
C#: Fix PathWhich on Windows when name already has extension
Ignacio Etcheverry
2019-11-21
2
-37
/
+50
*
|
Fix C# export error dialog showing up when it should not
Ignacio Etcheverry
2019-11-20
1
-2
/
+2
|
/
*
Make C# internal calls return structs as ref parameters
Ignacio Etcheverry
2019-11-15
2
-49
/
+148
*
Mono/C#: Initial exporter support for AOT compilation
Ignacio Etcheverry
2019-11-15
8
-45
/
+454
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
10
-241
/
+279
*
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-10-11
8
-43
/
+71
*
Mono: Fix detection of MsBuild from Visual Studio
Rémi Verschelde
2019-10-03
1
-2
/
+2
*
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-28
2
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Improve C# bindings generator errors for default param values
Ignacio Etcheverry
2019-09-24
2
-22
/
+63
*
|
C#: Make sure cs_glue_version is present when building export templates
Ignacio Etcheverry
2019-09-20
1
-0
/
+3
|
/
*
Merge pull request #32022 from neikeq/fix-mono-export-windows-backslash
Ignacio Roldán Etcheverry
2019-09-07
1
-1
/
+1
|
\
|
*
Mono: Fix PCK assembly paths when exporting from Windows
Ignacio Etcheverry
2019-09-07
1
-1
/
+1
*
|
Fix missing method for internal_MonoWindowsInstallRoot
Ignacio Etcheverry
2019-09-07
1
-0
/
+1
|
/
*
Merge pull request #31770 from neikeq/supercedes-31008
Rémi Verschelde
2019-08-29
1
-3
/
+2
|
\
|
*
Fix GodotTools.ProjectEditor HintPaths for referenced packages
Ignacio Etcheverry
2019-08-29
1
-3
/
+2
*
|
Mono: Fix OSX build due to invalid function call
Rémi Verschelde
2019-08-27
1
-1
/
+1
*
|
Merge pull request #31652 from Calinou/csharp-alpha-dialog-android
Rémi Verschelde
2019-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Mention Android support in the C# alpha dialog message
Hugo Locurcio
2019-08-25
1
-1
/
+1
*
|
Set C# 7 as LangVersion for GodotTools and Godot API projects
Ignacio Etcheverry
2019-08-25
5
-0
/
+5
|
/
[next]