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
/
editor_internal_calls.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-09-18
Port remaining connections to callable_mp
Tomasz Chabora
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
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#/netcore: Add base desktop game export implementation
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#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-01
Mono: Fix build after #63737
Rémi Verschelde
2022-07-30
Add editor_paths.h include missing in mono module
Raul Santos
2022-07-29
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-22
Rename directory for export templates from templates to export_templates
Aaron Franke
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-14
Add editor keyboard shortcut for Mono Build solution button
Lewis James
2021-08-17
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-07-18
Optimize StringName usage
reduz
2021-03-06
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-14
Mono: Make Godot provide its own WASM m2n trampolines
Ignacio Etcheverry
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-09
C#: Rewrite GodotTools messaging protocol
Ignacio Etcheverry
2020-04-22
Mono/C#: Allow debugging exported games
Ignacio Etcheverry
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-01-20
Mono/C#: Fix error when parsing nested generics
Ignacio Etcheverry
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-21
Mono/C#: Remove GodotTools dependency on the Mono.Posix assembly
Ignacio Etcheverry
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-09-07
Fix missing method for internal_MonoWindowsInstallRoot
Ignacio Etcheverry
2019-08-27
Mono: Fix OSX build due to invalid function call
Rémi Verschelde
2019-08-04
C#: Add Ide Connection library and server for the editor
Ignacio Etcheverry
2019-07-14
Mono: Better handling of missing/outdated API assemblies
Ignacio Etcheverry
2019-07-11
Mono: Add old TTRs to GodotTools
Ignacio Etcheverry
2019-07-05
Re-write mono module editor code in C#
Ignacio Etcheverry