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_utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-18
/
+17
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-2
/
+1
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+4
*
C#: Revert marshalling of IDictionary/IEnumerable implementing types
Ignacio Etcheverry
2020-04-23
1
-35
/
+25
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-52
/
+52
*
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
1
-0
/
+5
*
Mono/C#: Optimize the way we store GC handles for scripts
Ignacio Etcheverry
2020-03-17
1
-4
/
+19
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-4
/
+30
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-2
/
+4
*
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-08
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-2
/
+2
*
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-21
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Mono/C#: Script interface calls now attach the current thread
Ignacio Etcheverry
2020-01-16
1
-4
/
+31
*
Mono/C#: Add error checks to detect possible Reference leaks
Ignacio Etcheverry
2020-01-13
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-294
/
+21
*
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-10-11
1
-0
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-12
/
+8
*
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-24
1
-5
/
+12
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-47
/
+67
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
1
-16
/
+10
*
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
1
-4
/
+24
|
\
|
*
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
1
-4
/
+24
*
|
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-21
1
-9
/
+8
|
/
*
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-2
/
+126
*
Mono: Use exit(status) instead of abort() in exception hook
Ignacio Etcheverry
2019-04-18
1
-5
/
+0
*
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-0
/
+4
*
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-5
/
+18
*
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-19
1
-0
/
+5
*
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-09
1
-6
/
+9
*
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-02-03
1
-35
/
+44
*
Mono: Cleanup
Ignacio Etcheverry
2019-02-03
1
-4
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-30
1
-0
/
+4
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-10
/
+10
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-2
/
+4
*
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
1
-0
/
+29
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-09-12
1
-3
/
+43
*
Added Collections namespace to Array & Dictionary
exts
2018-08-25
1
-4
/
+5
*
Fix Mono exception handling.
Pieter-Jan Briers
2018-08-23
1
-2
/
+2
*
Mono: Fix property set_value and cleanup
Ignacio Etcheverry
2018-07-31
1
-8
/
+38
*
Mono: Fix null dereferences
Ignacio Etcheverry
2018-07-25
1
-9
/
+9
*
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-20
1
-27
/
+102
*
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
1
-25
/
+61
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+6
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-6
/
+0
[next]