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
/
build_scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
1
-19
/
+25
*
Fix detection of .NET Sdk from snap and allow higher versions
Ignacio Roldán Etcheverry
2022-08-22
1
-17
/
+60
*
C#: Fallback to `dotnet --info` to determine .NET RID
Ignacio Roldán Etcheverry
2022-08-22
1
-9
/
+45
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
5
-701
/
+124
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
6
-338
/
+306
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-8
/
+8
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-1
/
+1
*
Be more verbose about why msbuild tools could not be found
Marcel Admiraal
2022-01-29
1
-4
/
+4
*
Use maximum zlib compression when generating editor translation headers
Hugo Locurcio
2021-10-29
1
-1
/
+3
*
Remove unused imports in .py, SCsub and SConstruct files
Anutrix
2021-10-18
1
-1
/
+0
*
Remove unused code related to Travis CI
Hugo Locurcio
2021-07-01
1
-6
/
+0
*
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-03-06
1
-7
/
+17
*
Merge pull request #44105 from neikeq/mono-wasm-m2n-hook
Rémi Verschelde
2020-12-17
1
-1
/
+2
|
\
|
*
Mono: Don't use -rdynamic when compiling for WASM
Ignacio Etcheverry
2020-12-14
1
-1
/
+2
*
|
Mono: Add mono_bcl SCons option for a custom BCL location
Ignacio Etcheverry
2020-12-06
1
-3
/
+4
*
|
Mono: Fix Android build after #36311
Rémi Verschelde
2020-12-03
1
-2
/
+2
|
/
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
C#: Make editor create NuGet fallback folder for Godot packages
Ignacio Etcheverry
2020-10-23
1
-0
/
+45
*
Enable the `copy_mono_root` SCons option by default
Hugo Locurcio
2020-09-25
1
-2
/
+1
*
Remove unused Python local variables.
Marcel Admiraal
2020-09-11
1
-3
/
+0
*
Remove unused Python imports.
Marcel Admiraal
2020-09-10
1
-1
/
+0
*
Merge python EnvironmentError, IOError and WindowsError into OSError.
Marcel Admiraal
2020-09-02
1
-5
/
+5
*
CI: Install master version of psf/black
Rémi Verschelde
2020-07-26
1
-1
/
+2
*
Mono/C#: Use /restore instead of /t:restore when building
Ignacio Etcheverry
2020-06-25
1
-3
/
+1
*
Fix dynamic linking of MSVC Mono with MinGW Godot
Ignacio Etcheverry
2020-06-15
1
-6
/
+5
*
C#: Add VisualStudio support
Ignacio Etcheverry
2020-06-15
1
-1
/
+3
*
C#: Support for building with the dotnet CLI
Ignacio Etcheverry
2020-05-11
2
-25
/
+45
*
Mono: Use msbuild instead of nuget.exe for restoring
Ignacio Etcheverry
2020-05-09
2
-108
/
+14
*
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
1
-13
/
+60
*
Mono/C#: Fix MinGW build not supporting `.lib` libraries
Ignacio Etcheverry
2020-03-31
1
-34
/
+57
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
7
-304
/
+360
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-2
/
+2
*
SCons: Drop support for Python 2
Rémi Verschelde
2020-03-25
2
-9
/
+3
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-36
/
+0
*
Mono: Fix detection of Apple platforms in build script
Rémi Verschelde
2020-03-05
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
Fix msbuild target argument
Dan Kramer
2019-12-29
1
-1
/
+1
*
Mono/C#: Re-structure API solution and GodotTools post-build target
Ignacio Etcheverry
2019-12-28
4
-149
/
+28
*
Mono: Copy native and btls libs on macOS
Rémi Verschelde
2019-12-18
1
-5
/
+6
*
Support Rider as External Editor
Ivan Shakhov
2019-12-11
1
-1
/
+2
*
Mono/C#: Several android fixes
Ignacio Etcheverry
2019-12-04
2
-3
/
+32
*
Mono/C#: Add option to export assemblies outside of PCK
Ignacio Etcheverry
2019-11-29
1
-6
/
+8
*
Merge pull request #33828 from neikeq/貴様
Rémi Verschelde
2019-11-23
2
-7
/
+13
|
\
|
*
Mono/C#: Prevent SCons from building API solutions in parallel
Ignacio Etcheverry
2019-11-22
2
-7
/
+13
*
|
Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists
Ignacio Etcheverry
2019-11-19
1
-0
/
+5
|
/
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
2
-97
/
+82
*
Added the server platform checks to template dir and shared lib copy
JoshLee0915
2019-10-21
1
-2
/
+2
*
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
2019-09-04
1
-1
/
+1
*
Fix 'android_mono_config.gen.cpp' not compiled first time it's generated
Ignacio Etcheverry
2019-08-26
1
-18
/
+1
*
Merge pull request #31347 from neikeq/monodevelop-addin
Rémi Verschelde
2019-08-14
1
-2
/
+8
|
\
[next]