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
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-2
/
+4
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-1
/
+1
*
C#: Let platforms signal if they support it or not
Andreia Gaita
2024-02-13
1
-7
/
+3
*
Add C# iOS support
Andreia Gaita
2023-10-09
1
-1
/
+1
*
Haiku: Remove remnants of past WIP platform port
Rémi Verschelde
2023-09-07
1
-2
/
+2
*
C#: Enable exporting for Android
RedworkDE
2023-06-28
1
-1
/
+1
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
*
C#: Replace libnethost dependency to find hostfxr
Ignacio Roldán Etcheverry
2022-09-07
1
-15
/
+5
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-3
/
+3
*
Remove mentions of the Server platform from the Mono module
Aaron Franke
2022-08-24
1
-2
/
+2
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-25
/
+5
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
Add Text Server related options to the build profiles editor.
bruvzg
2022-08-03
1
-29
/
+21
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-2
/
+2
*
Add support for the RISC-V architecture
Aaron Franke
2021-10-22
1
-1
/
+1
*
Mono: Add mono_bcl SCons option for a custom BCL location
Ignacio Etcheverry
2020-12-06
1
-0
/
+8
*
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
1
-1
/
+0
*
Style: Fix black formatting after #42332
Rémi Verschelde
2020-09-25
1
-3
/
+1
*
Enable the `copy_mono_root` SCons option by default
Hugo Locurcio
2020-09-25
1
-4
/
+4
*
DocData: Skip language-specific ClassDoc without methods/constants
Rémi Verschelde
2020-06-17
1
-1
/
+0
*
Add SCons option to not build C# solutions
Ignacio Etcheverry
2020-05-22
1
-0
/
+1
*
Mono: Use msbuild instead of nuget.exe for restoring
Ignacio Etcheverry
2020-05-09
1
-1
/
+0
*
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
1
-5
/
+21
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-15
/
+26
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-1
/
+1
*
Generate command line help text for `mono` module
Andrii Doroshenko (Xrayez)
2020-03-17
1
-1
/
+2
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-2
/
+10
*
Mono: Fix SCons options added to the wrong environment
Ignacio Etcheverry
2019-06-04
1
-0
/
+10
*
Mono: Reorganize build scripts
Ignacio Etcheverry
2019-04-07
1
-420
/
+6
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+1
*
SCons: Allow building Mono module with OSXCross
Rémi Verschelde
2018-12-22
1
-4
/
+6
*
Fix assertion fail when loading assembly on project export
Ignacio Etcheverry
2018-11-08
1
-5
/
+1
*
Mono: Editor and export template dependencies and fixes
Ignacio Etcheverry
2018-10-03
1
-25
/
+155
*
Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita...
Ignacio Etcheverry
2018-09-17
1
-1
/
+16
|
\
|
*
Add some mono root dir hints to the build script
Ignacio Etcheverry
2018-09-17
1
-1
/
+16
*
|
Check for mono binary when finding version
Sophie Tauchert
2018-09-16
1
-1
/
+8
|
/
*
Prevent "cannot use a string pattern on a bytes-like object"
Justin Abene
2018-08-20
1
-1
/
+3
*
SCons: Fix mono_root initialization
Rémi Verschelde
2018-08-14
1
-1
/
+2
*
Fixed absent variable exception while trying to raise another exception.
Teashrock
2018-08-13
1
-0
/
+1
*
Mono: Fix build script not decoding process utf-8 output
Ignacio Etcheverry
2018-07-04
1
-1
/
+4
*
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
1
-34
/
+75
*
Merge pull request #19016 from neikeq/w
Ignacio Etcheverry
2018-06-22
1
-4
/
+30
|
\
|
*
Mono: Module build improvements
Ignacio Etcheverry
2018-06-22
1
-4
/
+30
*
|
Fix Mono static linking on Mingw
Hein-Pieter van Braam
2018-06-01
1
-2
/
+9
*
|
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-1
/
+1
|
/
*
Fix MSVC check when building with mono
Ignacio Etcheverry
2018-05-02
1
-2
/
+2
*
Add option to link mono statically on Windows
Ignacio Etcheverry
2018-04-25
1
-14
/
+28
*
Fix mono build properly!
PJB3005
2018-03-19
1
-1
/
+1
*
Fix Mono builds with Python 3.
Pieter-Jan Briers
2018-03-18
1
-1
/
+1
*
More reliably find mscorlib.dll on Linux
Hein-Pieter van Braam
2018-02-27
1
-2
/
+5
[next]