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.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
-54
/
+97
*
Fixes building mono release templates
NutmegStudio
2020-05-30
1
-1
/
+1
*
Mono/C#: Don't try to load project assembly in project manager
Ignacio Etcheverry
2020-05-22
1
-0
/
+3
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-44
/
+0
*
C#: Rewrite GodotTools messaging protocol
Ignacio Etcheverry
2020-05-09
1
-0
/
+4
*
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-05-09
1
-14
/
+17
*
Mono/C#: Fix assemblies being reloaded a second time unnecesarily
Ignacio Etcheverry
2020-04-23
1
-1
/
+4
*
Mono/C#: Allow debugging exported games
Ignacio Etcheverry
2020-04-22
1
-7
/
+5
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-46
/
+46
*
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
1
-28
/
+90
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-2
/
+3
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: Remove hard-coded debugger wait at initialization
Ignacio Etcheverry
2019-12-19
1
-28
/
+0
*
Merge pull request #34382 from van800/profiler
Rémi Verschelde
2019-12-16
1
-0
/
+12
|
\
|
*
Allow attaching any external profiler, including JetBrains dotTrace
Ivan Shakhov
2019-12-16
1
-0
/
+12
*
|
Mono: Enable threads suspend workaround on Windows
Rémi Verschelde
2019-12-16
1
-1
/
+1
|
/
*
Mono/C#: Several android fixes
Ignacio Etcheverry
2019-12-04
1
-1
/
+12
*
Mono/C#: Add option to export assemblies outside of PCK
Ignacio Etcheverry
2019-11-29
1
-52
/
+55
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-19
/
+65
*
C#: Fix regression from #32732 caused a crash on domain reload
Ignacio Etcheverry
2019-10-12
1
-0
/
+5
*
Mono: Fix template build after #32732
Rémi Verschelde
2019-10-11
1
-1
/
+1
*
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-10-11
1
-106
/
+182
*
Merge pull request #32401 from neikeq/Kisaama!
Ignacio Roldán Etcheverry
2019-09-28
1
-1
/
+2
|
\
|
*
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-28
1
-1
/
+2
*
|
Merge pull request #32353 from neikeq/yamero
Rémi Verschelde
2019-09-26
1
-21
/
+25
|
\
\
|
*
|
Mono: Improve API assembly load error message on exported games
Ignacio Etcheverry
2019-09-25
1
-21
/
+25
|
|
/
*
/
Mono: Don't use project settings for debugger agent on exported games
Ignacio Etcheverry
2019-09-25
1
-4
/
+7
|
/
*
C#: Make sure cs_glue_version is present when building export templates
Ignacio Etcheverry
2019-09-20
1
-6
/
+6
*
Mono: Force preemptive thread suspend mode as a temporary workaround
Ignacio Etcheverry
2019-08-30
1
-0
/
+7
*
Fix 'android_mono_config.gen.cpp' not compiled first time it's generated
Ignacio Etcheverry
2019-08-26
1
-1
/
+1
*
Merge pull request #31347 from neikeq/monodevelop-addin
Rémi Verschelde
2019-08-14
1
-12
/
+22
|
\
|
*
C#: Add Ide Connection library and server for the editor
Ignacio Etcheverry
2019-08-04
1
-12
/
+22
*
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-72
/
+46
|
/
*
Mono: Don't try to update project assemblies from project manager
Ignacio Etcheverry
2019-07-25
1
-2
/
+22
*
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-24
1
-0
/
+14
*
Mono: Fix editor API assembly not being updated
Ignacio Etcheverry
2019-07-22
1
-7
/
+12
*
Fix mono module build errors for release templates
Ignacio Etcheverry
2019-07-20
1
-2
/
+5
*
Mono: Better handling of missing/outdated API assemblies
Ignacio Etcheverry
2019-07-14
1
-290
/
+214
*
Mono: Fix build errors with tools=no
Ignacio Etcheverry
2019-07-08
1
-0
/
+2
*
Fix --generate-mono-glue bug when directory doesn't exist
Ignacio Etcheverry
2019-07-08
1
-3
/
+3
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-83
/
+150
*
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-07-03
1
-4
/
+13
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
1
-5
/
+8
*
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-26
1
-3
/
+1
*
Mono: Use exit(status) instead of abort() in exception hook
Ignacio Etcheverry
2019-04-18
1
-1
/
+4
*
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
1
-2
/
+2
[next]