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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mono: Test Windows binaries with lowercase extension
Rémi Verschelde
2019-01-27
1
-1
/
+1
*
Mono: Fix hot reload build errors and cleanup
Ignacio Etcheverry
2019-01-22
6
-15
/
+43
*
Mono: Add assembly reloading to running games
Ignacio Etcheverry
2019-01-21
3
-27
/
+19
*
Fix C# script metadata creation error due to missing directory
Ignacio Etcheverry
2019-01-21
1
-0
/
+9
*
Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPath
Ignacio Etcheverry
2019-01-21
2
-1
/
+3
*
Merge pull request #25080 from neikeq/mm-c
Ignacio Etcheverry
2019-01-18
1
-3
/
+24
|
\
|
*
C# Bindings Generator: Fix vararg methods with custom return type
Ignacio Etcheverry
2019-01-18
1
-3
/
+24
*
|
Merge pull request #25079 from neikeq/mm-b
Ignacio Etcheverry
2019-01-18
3
-34
/
+42
|
\
\
|
*
|
C#: Fix trying to build when there's no solution
Ignacio Etcheverry
2019-01-18
3
-34
/
+42
|
|
/
*
/
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
2
-7
/
+12
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
2
-7
/
+12
*
|
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
1
-9
/
+5
*
|
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-08
2
-2
/
+2
*
|
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-07
1
-1
/
+1
*
|
Merge pull request #24688 from Supatier/add-additional-vscode-name
Rémi Verschelde
2019-01-03
1
-9
/
+12
|
\
\
|
*
|
Add code-oss, vscode-oss, and visual-studio-code-oss to vscode path
supatier
2019-01-02
1
-9
/
+12
*
|
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
78
-156
/
+156
*
|
|
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
6
-1
/
+64
|
/
/
*
|
Merge pull request #24545 from akien-mga/osxcross-mono
Rémi Verschelde
2018-12-30
1
-4
/
+6
|
\
\
|
*
|
SCons: Allow building Mono module with OSXCross
Rémi Verschelde
2018-12-22
1
-4
/
+6
*
|
|
Fix Godot unable to find VSCode binary
Supatier
2018-12-27
1
-0
/
+8
*
|
|
fix capitalization for antiquewhite
Kelly Thomas
2018-12-23
1
-1
/
+1
|
/
/
*
|
[Mono] Color - add ColorN(), Colors - add named color properties
Kelly Thomas
2018-12-21
2
-7
/
+319
*
|
Merge pull request #24385 from hpvb/reduce-string-coew
Rémi Verschelde
2018-12-16
1
-1
/
+1
|
\
\
|
*
|
Reduce String CoW
Hein-Pieter van Braam
2018-12-16
1
-1
/
+1
*
|
|
Merge pull request #19501 from Zylann/custom_loaders
Rémi Verschelde
2018-12-16
2
-8
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
2
-8
/
+17
|
|
/
*
|
Tweaks after feedback
Ben Rog-Wilhelm
2018-12-08
3
-18
/
+11
*
|
Implement CSharpScript::get_script_method_list and related functionality.
Ben Rog-Wilhelm
2018-12-07
6
-2
/
+100
|
/
*
Fix crash due to ~CSharpInstance() being called on freed instance
Ignacio Etcheverry
2018-12-01
3
-11
/
+21
*
Implement CSharpScript::is_valid()
Ignacio Etcheverry
2018-11-30
2
-5
/
+1
*
Merge pull request #24091 from neikeq/ii
Ignacio Etcheverry
2018-11-30
12
-335
/
+534
|
\
|
*
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-30
12
-335
/
+534
*
|
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
2
-0
/
+6
*
|
Parse C# generics and type constraints correctly
Carter Anderson
2018-11-24
3
-4
/
+100
*
|
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-11-20
3
-16
/
+21
*
|
Remove trailing whitespace
Rémi Verschelde
2018-11-20
13
-28
/
+28
*
|
Merge pull request #23833 from neikeq/hh
Ignacio Etcheverry
2018-11-20
1
-10
/
+16
|
\
|
|
*
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-11-20
1
-10
/
+16
*
|
Merge pull request #23505 from zorbathut/zorbathut/updateproject
Ignacio Etcheverry
2018-11-08
1
-0
/
+3
|
\
\
|
*
|
Add option for automatic project updating.
Ben Rog-Wilhelm
2018-11-04
1
-0
/
+3
*
|
|
Merge pull request #23595 from neikeq/ff
Ignacio Etcheverry
2018-11-08
2
-6
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix assertion fail when loading assembly on project export
Ignacio Etcheverry
2018-11-08
2
-6
/
+2
*
|
|
Merge pull request #23583 from neikeq/ee
Ignacio Etcheverry
2018-11-08
15
-204
/
+234
|
\
|
|
|
*
|
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
15
-204
/
+234
*
|
|
Fix false error when exporting enum in c#
Ryan Schmitt
2018-11-05
1
-0
/
+2
|
|
/
|
/
|
*
|
Rename "Log*()" functions to "Push*()" in C#
Michael Alexsander Silva Dias
2018-10-31
2
-10
/
+10
*
|
Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/cs
Rémi Verschelde
2018-10-29
2
-0
/
+26
|
\
\
|
|
/
|
/
|
|
*
Add new log functions for C#.
Ben Rog-Wilhelm
2018-10-25
2
-0
/
+26
[next]