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
/
mono_gd
/
gd_mono_class.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++ iterators in the Mono module
Raul Santos
2021-07-27
1
-4
/
+4
*
C # mono supports Unicode code
magian1127
2021-01-19
1
-7
/
+7
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Don't box params on Native->C# calls with Variant params
Ignacio Etcheverry
2020-12-06
1
-2
/
+2
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-23
/
+46
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-23
/
+0
*
Mono: Fix hot-reloading of nested classes
Ignacio Etcheverry
2020-05-09
1
-2
/
+16
*
C#: Revert marshalling of IDictionary/IEnumerable implementing types
Ignacio Etcheverry
2020-04-23
1
-1
/
+15
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-39
/
+39
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-6
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-4
/
+4
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-10
/
+7
*
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-1
/
+2
*
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-0
/
+5
*
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-19
1
-1
/
+9
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Tweaks after feedback
Ben Rog-Wilhelm
2018-12-08
1
-16
/
+10
*
Implement CSharpScript::get_script_method_list and related functionality.
Ben Rog-Wilhelm
2018-12-07
1
-0
/
+27
*
Mono: Fix property set_value and cleanup
Ignacio Etcheverry
2018-07-31
1
-3
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Mono: Fix null dereferences
Ignacio Etcheverry
2018-07-25
1
-0
/
+6
*
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-20
1
-9
/
+23
*
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-17
1
-0
/
+28
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-6
/
+8
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Mono: Add properties support in scripts
Ignacio Etcheverry
2018-01-04
1
-7
/
+60
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Export attribute fixes and improvements
Ignacio Etcheverry
2017-10-17
1
-0
/
+32
*
Added mono module
Ignacio Etcheverry
2017-10-03
1
-0
/
+381