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
*
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
*
Cleanup of c# api files and bindings generator
Ignacio Etcheverry
2018-09-12
1
-1
/
+1
*
Merge pull request #16927 from neikeq/rework-refcount-notify
Juan Linietsky
2018-08-25
1
-4
/
+71
|
\
|
*
Notify instance binding data api of refcount increment/decrement
Ignacio Etcheverry
2018-08-23
1
-4
/
+71
*
|
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
1
-5
/
+1
*
|
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
1
-16
/
+59
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
|
Fix continuous attempt to reload domain with API assemblies out of sync
Ignacio Etcheverry
2018-07-25
1
-20
/
+26
*
|
Mono: Fix domain reload never triggering
Ignacio Etcheverry
2018-07-25
1
-0
/
+2
*
|
Fix '!valid' error spam on C# script instance create
Ignacio Etcheverry
2018-07-25
1
-6
/
+6
*
|
Mono: Fix null dereferences
Ignacio Etcheverry
2018-07-25
1
-0
/
+3
*
|
Merge pull request #15880 from neikeq/better-collections
Ignacio Etcheverry
2018-07-23
1
-1
/
+1
|
\
\
|
*
|
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-20
1
-1
/
+1
*
|
|
Mono: Default to not shipping C# scripts content
Rémi Verschelde
2018-07-22
1
-1
/
+1
|
/
/
*
|
Merge pull request #19872 from exts/export_signals
Ignacio Etcheverry
2018-07-04
1
-32
/
+25
|
\
\
|
*
|
Mono: Fixes annotated signal loading in exported binaries
=
2018-07-03
1
-32
/
+25
*
|
|
Merge pull request #16987 from neikeq/pending-exceptions
Ignacio Etcheverry
2018-07-04
1
-21
/
+23
|
\
\
\
|
*
|
|
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
1
-21
/
+23
|
|
/
/
*
|
|
Changes to default C# script template (#19940)
Kelly Thomas
2018-07-04
1
-10
/
+10
*
|
|
Small changes to the comments in the script templates.
Michael Alexsander Silva Dias
2018-06-11
1
-8
/
+6
|
/
/
*
|
Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-mono
Rémi Verschelde
2018-06-05
1
-0
/
+6
|
\
\
|
*
|
Fixes ObjectDB leak printout with mono.
Pieter-Jan Briers
2018-05-11
1
-0
/
+6
*
|
|
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-3
/
+9
*
|
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-10
/
+10
*
|
|
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-19
/
+13
*
|
|
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
1
-3
/
+9
*
|
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-10
/
+10
*
|
|
Merge pull request #19149 from neikeq/x
Ignacio Etcheverry
2018-05-24
1
-5
/
+12
|
\
\
\
|
*
|
|
Mono: Improve 'script class not found' error
Ignacio Etcheverry
2018-05-24
1
-5
/
+12
*
|
|
|
Capitalized comments of methods created by the Connect Signal dialog.
Michael Alexsander Silva Dias
2018-05-23
1
-1
/
+1
|
/
/
/
[next]