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
/
editor
/
godotsharp_export.cpp
Age
Commit message (
Expand
)
Author
2022-08-22
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-08-30
C#: Fix crash on export when incorrectly freeing MonoAssemblyName
Ignacio Etcheverry
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-14
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-09
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-04-22
Mono/C#: Allow debugging exported games
Ignacio Etcheverry
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-31
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-04
Mono/C#: Several android fixes
Ignacio Etcheverry
2019-11-13
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-10-11
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
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-05-26
Add Godot constants to Mono project builds
ShyRed
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-10
Fix exporting assemblies from wrong output path
Ignacio Etcheverry
2019-01-18
C#: Fix trying to build when there's no solution
Ignacio Etcheverry
2019-01-08
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-07
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
Fix assertion fail when loading assembly on project export
Ignacio Etcheverry
2018-10-25
Parse C# script namespace and class
Ignacio Etcheverry
2018-10-22
Fix internal assembly load from
Ignacio Etcheverry
2018-10-03
Mono: Editor and export template dependencies and fixes
Ignacio Etcheverry
2018-02-25
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-22
Mono: Add project export plugin
Ignacio Etcheverry