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
*
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
|
/
/
/
*
/
/
-New inspector.
Juan Linietsky
2018-05-15
1
-1
/
+1
|
/
/
*
|
Changed periods in the script templates.
Michael Alexsander Silva Dias
2018-05-02
1
-1
/
+1
*
|
Mono: Do not spam script class not found error
Ignacio Etcheverry
2018-04-24
1
-10
/
+9
*
|
Mono: Fix crash on script load if the scripts domain isn't loaded
Ignacio Etcheverry
2018-04-24
1
-6
/
+14
*
|
Mono: Avoid invalid class names.
Andreas Haas
2018-03-15
1
-2
/
+24
*
|
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-25
1
-1
/
+1
*
|
Merge pull request #16804 from Valentactive/fix_mono_template_compiling
Rémi Verschelde
2018-02-25
1
-5
/
+0
|
\
\
|
*
|
fix release builds with mono
Michele Valente
2018-02-22
1
-5
/
+0
|
|
/
*
/
Mono: Add project export plugin
Ignacio Etcheverry
2018-02-22
1
-0
/
+2
|
/
*
implement signal related methods in csharp_script so signals can be used with...
Paul Joannon
2018-02-17
1
-5
/
+63
*
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-17
1
-1
/
+49
*
Merge pull request #16205 from neikeq/issue-15053
Rémi Verschelde
2018-02-01
1
-20
/
+9
|
\
|
*
Mono: Remove automatic script multilevel calls
Ignacio Etcheverry
2018-01-30
1
-20
/
+9
*
|
Added async and await as C# keywords.
Nathan Warden
2018-01-30
1
-3
/
+7
|
/
*
Mono: Fix build errors with tools=no and target=release
Ignacio Etcheverry
2018-01-27
1
-0
/
+8
*
Merge pull request #16016 from neikeq/issue-13316
Ignacio Etcheverry
2018-01-24
1
-2
/
+7
|
\
|
*
Fix CSharpInstance::call not initializing CallError
Ignacio Etcheverry
2018-01-24
1
-2
/
+7
*
|
fix marshalling when a function is returning an object from c#
Paul Joannon
2018-01-18
1
-4
/
+4
|
/
*
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
1
-1
/
+5
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
Mono: Some fixes for #15463
Ignacio Etcheverry
2018-01-09
1
-1
/
+1
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-3
/
+69
[next]