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.cpp
Age
Commit message (
Expand
)
Author
2022-09-07
C#: Replace libnethost dependency to find hostfxr
Ignacio Roldán Etcheverry
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
Merge pull request #65049 from paulloz/dotnet/win10-export
Ignacio Roldán Etcheverry
2022-08-29
Fix .NET export template compilation on Windows 10
Paul Joannon
2022-08-28
Fix .NET exporting in Linux
Raul Santos
2022-08-22
Avoid trying to load non-existent assembly
Raul Santos
2022-08-22
C#: Replace P/Invoke with delegate pointers
Ignacio Roldán Etcheverry
2022-08-22
C#: Use custom project setting for C# project files name
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
C#: Initial NativeAOT support
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
C#: Ensure we only create one CSharpScript per type
Ignacio Roldán Etcheverry
2022-08-22
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
C#: Ensure native handles are freed after switch to .NET Core
Ignacio Roldán Etcheverry
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-08-22
C#: Re-write GD and some other icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-05-12
Add a new HashMap implementation
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-12
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-10
Move Mono unhandled exception setting to be located within a subsection
Hugo Locurcio
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-08-17
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-04-26
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-03-06
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
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-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-30
Fixes building mono release templates
NutmegStudio
2020-05-22
Mono/C#: Don't try to load project assembly in project manager
Ignacio Etcheverry
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-09
C#: Rewrite GodotTools messaging protocol
Ignacio Etcheverry
2020-05-09
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-04-23
Mono/C#: Fix assemblies being reloaded a second time unnecesarily
Ignacio Etcheverry
[next]