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
/
csharp_script.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-45
/
+91
*
C#: Support resource type hint in exported arrays
Ignacio Etcheverry
2019-04-29
1
-1
/
+2
*
Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...
Rémi Verschelde
2019-04-29
1
-8
/
+0
|
\
|
*
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-25
1
-8
/
+0
*
|
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-26
1
-2
/
+7
|
/
*
Merge pull request #27950 from Nonnu42/contrib
Ignacio Roldán Etcheverry
2019-04-12
1
-0
/
+29
|
\
|
*
Fixes #17233 allowing C# to override _GetPropertyList
Nuno Cardoso
2019-04-12
1
-0
/
+29
*
|
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-1
/
+8
*
|
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-3
/
+3
*
|
Mono: Make missing default constructor error more foolproof
ForLoveOfCats
2019-04-04
1
-3
/
+3
|
/
*
C#: Update exports only in the editor
Ignacio Etcheverry
2019-03-13
1
-0
/
+3
*
Fix CSharpInstance::set not working with base classes
Ignacio Etcheverry
2019-03-08
1
-2
/
+2
*
Merge pull request #26773 from neikeq/issue-26628
Rémi Verschelde
2019-03-07
1
-1
/
+4
|
\
|
*
Mono: Fix crash with exported field of custom Reference derived type
Ignacio Etcheverry
2019-03-07
1
-1
/
+4
*
|
Mono: Partially implement some Godot debug api functions
Ignacio Etcheverry
2019-03-07
1
-9
/
+48
|
/
*
Merge pull request #26765 from neikeq/issue-25959
Ignacio Etcheverry
2019-03-07
1
-0
/
+7
|
\
|
*
Mono: Fix crash when re-using script binding after domain reloading
Ignacio Etcheverry
2019-03-07
1
-0
/
+7
*
|
Update scripts exports even when normal script instances are created to bette...
Sebastian Hartte
2019-03-07
1
-0
/
+1
|
/
*
Mono: Fail on script instance creation if constructor was not found
Ignacio Etcheverry
2019-02-28
1
-3
/
+30
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-2
/
+2
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-4
/
+4
*
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-09
1
-8
/
+13
*
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-02-03
1
-65
/
+153
*
Mono: Cleanup
Ignacio Etcheverry
2019-02-03
1
-6
/
+6
*
Mono: Fix hot reload build errors and cleanup
Ignacio Etcheverry
2019-01-22
1
-4
/
+17
*
Mono: Add assembly reloading to running games
Ignacio Etcheverry
2019-01-21
1
-24
/
+3
*
C#: Fix crash due to missing gchandle ref null check
Ignacio Etcheverry
2019-01-17
1
-1
/
+1
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
1
-7
/
+7
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
1
-7
/
+7
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Tweaks after feedback
Ben Rog-Wilhelm
2018-12-08
1
-0
/
+1
*
|
Implement CSharpScript::get_script_method_list and related functionality.
Ben Rog-Wilhelm
2018-12-07
1
-0
/
+30
|
/
*
Fix crash due to ~CSharpInstance() being called on freed instance
Ignacio Etcheverry
2018-12-01
1
-3
/
+6
*
Implement CSharpScript::is_valid()
Ignacio Etcheverry
2018-11-30
1
-4
/
+0
*
Merge pull request #24091 from neikeq/ii
Ignacio Etcheverry
2018-11-30
1
-288
/
+295
|
\
|
*
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-30
1
-288
/
+295
*
|
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-0
/
+4
|
/
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-1
/
+2
*
Merge pull request #23162 from neikeq/cc
Ignacio Etcheverry
2018-10-25
1
-42
/
+92
|
\
|
*
Parse C# script namespace and class
Ignacio Etcheverry
2018-10-25
1
-42
/
+92
*
|
C#: Fix crash when disposing Reference on domain finalize
Ignacio Etcheverry
2018-10-25
1
-0
/
+2
|
/
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-2
/
+2
*
Mono: Fix not creating generic Array or Dictionary where expected
Ignacio Etcheverry
2018-09-27
1
-1
/
+1
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-2
/
+2
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-3
/
+5
*
Mono: Fix build regression due to wrong return type
Ignacio Etcheverry
2018-09-12
1
-2
/
+2
*
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
1
-31
/
+86
*
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
-80
/
+262
[next]