index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
/
mono_gd
/
gd_mono_assembly.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-07-27
Use C++ iterators in the Mono module
Raul Santos
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-03-06
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-01-19
C # mono supports Unicode code
magian1127
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-08
C#: Fix endless reload loop if project has unicode chars
Ignacio Etcheverry
2020-09-04
Fix 'Parameter "assembly" is null' error
Ignacio Etcheverry
2020-07-27
Pop from front to avoid infinite loop with nested classes
Nhiqill
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-09
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-04-23
Mono/C#: Fix load hook not called for some assemblies on domain reload
Ignacio Etcheverry
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-31
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-18
C#: Fix uses of old Configuration names
Ignacio Etcheverry
2020-03-17
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-01-15
Mono: Fix parsing assembly names as UTF-8
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-29
Mono/C#: Add option to export assemblies outside of PCK
Ignacio Etcheverry
2019-11-13
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-07-09
Fix export templates ignoring assemblies in 'res://.mono/assemblies'
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-03
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-06-03
Android build and export for the mono module
Ignacio Etcheverry
2019-03-10
Mono: Some assembly referencing changes and cleanup
Ignacio Etcheverry
2019-03-09
Mono: Fix assemblies path String incorrectly constructed from utf8
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-22
Fix internal assembly load from
Ignacio Etcheverry
2018-10-03
Mono: Editor and export template dependencies and fixes
Ignacio Etcheverry
2018-08-22
Mono: Fix weird crash when loading corlib
Ignacio Etcheverry
2018-08-22
Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook
Ignacio Etcheverry
2018-05-27
Mono: Fix MonoImage filename being set to an invalid path
Ignacio Etcheverry
2018-04-29
assembly_load_hook fallback for registering GDMonoAssemblies.
Pieter-Jan Briers
2018-03-18
Merge pull request #17619 from neikeq/mono-runtime-main-args
Ignacio Etcheverry
2018-03-18
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2018-03-02
[mono] add the 'Facades' subfolder to the searched directories in _preload_hook
Paul Joannon
2018-02-27
Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu...
Rémi Verschelde
2018-02-22
Mono: Add project export plugin
Ignacio Etcheverry
2018-01-31
Mono: Allow loading `mscorlib` from resources.
bruvzg
2018-01-12
Mono: Buildsystem improvements
Ignacio Etcheverry
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Mono: Add properties support in scripts
Ignacio Etcheverry
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-10-29
Fix FrameworkPathOverride and assemblies path loop
Ignacio Etcheverry
2017-10-22
Fix set field from MonoObject*
Ignacio Etcheverry
[next]