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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
2
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
4
-9
/
+0
*
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-05-09
1
-1
/
+1
*
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-05-03
1
-10
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
4
-12
/
+12
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
3
-316
/
+21
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-67
/
+0
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
12
-24
/
+24
*
Mono/C#: Re-structure API solution and GodotTools post-build target
Ignacio Etcheverry
2019-12-28
2
-0
/
+39
*
Mono/C#: Initial exporter support for AOT compilation
Ignacio Etcheverry
2019-11-15
4
-120
/
+22
*
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
*
|
Mono: Fix unable to create log file due to str_format bug
Ignacio Etcheverry
2019-09-08
1
-3
/
+7
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-4
/
+1
*
Merge pull request #30428 from neikeq/gitcheckout-b
Rémi Verschelde
2019-07-09
2
-46
/
+113
|
\
|
*
Fix --generate-mono-glue bug when directory doesn't exist
Ignacio Etcheverry
2019-07-08
2
-46
/
+113
*
|
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
|
/
*
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-07-03
2
-0
/
+116
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix generation of Mono Glue for Visual Studio 2017+
ShyRed
2019-05-05
1
-1
/
+1
*
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-05-02
1
-1
/
+1
*
Fix missing argument for vsnprintf_s
Ignacio Etcheverry
2019-04-30
1
-1
/
+2
*
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-25
2
-0
/
+62
*
Merge pull request #27711 from neikeq/ifdef-clang-tidy
Rémi Verschelde
2019-04-08
1
-2
/
+2
|
\
|
*
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
1
-2
/
+2
*
|
Mono: Buildsystem support for finding MSBuild from VS2019
Ignacio Etcheverry
2019-04-06
1
-3
/
+3
|
/
*
Add support for new MSBuild directory naming introduced in VS 2019.
Sebastian Hartte
2019-03-20
1
-0
/
+8
*
Don't print 'Cannot find Mono in the registry' if bundled with Godot
Ignacio Etcheverry
2019-02-15
1
-2
/
+0
*
Fix check to determine if [[noreturn]] attribute is usable
Ignacio Etcheverry
2019-02-10
1
-5
/
+1
*
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
2
-19
/
+37
|
\
|
*
Mono: Cleanup
Ignacio Etcheverry
2019-02-03
2
-19
/
+37
*
|
Mono: Test Windows binaries with lowercase extension
Rémi Verschelde
2019-01-27
1
-1
/
+1
|
/
*
Mono: Fix hot reload build errors and cleanup
Ignacio Etcheverry
2019-01-22
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
12
-24
/
+24
*
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
1
-1
/
+1
*
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-30
2
-4
/
+73
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-4
/
+6
*
Parse C# script namespace and class
Ignacio Etcheverry
2018-10-25
2
-0
/
+30
*
C#: Optimize struct marshalling
Ignacio Etcheverry
2018-10-17
1
-0
/
+9
*
Fix GCC compiler warning in mono module
Ignacio Etcheverry
2018-10-03
2
-8
/
+14
*
Mono: Fix opening code editors in OSX and cleanup
Ignacio Etcheverry
2018-09-17
2
-0
/
+103
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
5
-9
/
+9
*
Style: Fix issues that went past CI
Rémi Verschelde
2018-08-21
2
-4
/
+3
*
fixed: windows mono compile (#20598)
Nick Hope
2018-07-31
2
-3
/
+3
*
Fix Mono compilation on Windows/Ming
Hein-Pieter van Braam
2018-07-29
2
-10
/
+19
*
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
3
-0
/
+329
*
Fix editor detecting msbuild with a msvc 'tools only' install
Ignacio Etcheverry
2018-05-02
1
-0
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
6
-0
/
+6
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
6
-12
/
+12
[next]