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
/
csharp_script.h
Age
Commit message (
Expand
)
Author
2023-02-26
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-01-21
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-10-03
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
Rémi Verschelde
2022-09-08
C#: Fix module builds for Windows 32-bit with mingw-w64
Ignacio Roldán Etcheverry
2022-09-04
C#: Create script instance of reloaded scripts even if they're not tools
Raul Santos
2022-08-22
C#: Add source generator for method list
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#: 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#: Add source generator for properties and exports default values
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-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-07
Merge pull request #62805 from raulsntos/csharp-rpc
Rémi Verschelde
2022-07-07
C#: New `RPCAttribute`
Raul Santos
2022-07-04
Add support for documenting built-in annotations
Yuri Sizov
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-03-27
Add GDExtension support to Script
reduz
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-03
initialized member variables in header
zwebb
2022-01-16
Merge pull request #55679 from raulsntos/script_reload_fix
Ignacio Roldán Etcheverry
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-12-06
C# script reload fixed
Raul Santos
2021-10-22
Keep order for C# exported members
Raul Santos
2021-09-12
Improve C# method listing
Paul Joannon
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-08-16
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-13
Fix slow load/save of scenes with many instances of the same script
Pedro J. Estébanez
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-07
Merge pull request #49221 from Faless/mp/4.x_rpc_refactor
Rémi Verschelde
2021-06-04
Add missing override keyword to CSharpLanguage::is_control_flow_keyword()
Marcel Admiraal
2021-06-01
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-05-05
Highlight control flow keywords with a different color
Hugo Locurcio
2021-03-15
C#: Fix disconnecting event signals twice
Ignacio Etcheverry
2021-03-06
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-02-11
Improve resource load cache
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
[next]