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.cpp
Age
Commit message (
Expand
)
Author
2022-08-03
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-07
Merge pull request #62805 from raulsntos/csharp-rpc
Rémi Verschelde
2022-07-07
C#: New `RPCAttribute`
Raul Santos
2022-07-06
C#: Enable exporting nodes to the inspector
Raul Santos
2022-06-03
Support explicit values in flag properties, add C# flags support
Raul Santos
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-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-02-07
Attach mono thread before getting nativeName field
Raul Santos
2022-01-20
Store panels and docks singletons in their own classes
trollodel
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-03
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-12-28
Fix getting properties state when reloading C#
Raul Santos
2021-12-06
C# script reload fixed
Raul Santos
2021-11-25
Move logic for saving project features to ProjectSettings save_custom
Aaron Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-30
Ensure C# script properties are added to the end
Raul Santos
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-10-22
Keep order for C# exported members
Raul Santos
2021-10-19
C#: Fix property set call boxing value when unboxed was expected
Ignacio Roldán Etcheverry
2021-10-01
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-09-28
Update C# RPC attributes to share new Any/Auth naming convention
Edward Auttonberry
2021-09-17
Merge pull request #51835 from magian1127/patch1
Rémi Verschelde
2021-09-14
Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0
Rémi Verschelde
2021-09-14
Add editor keyboard shortcut for Mono Build solution button
Lewis James
2021-09-12
Improve C# method listing
Paul Joannon
2021-09-08
Merge pull request #52246 from Paulb23/verbatim-string
Max Hilbrunner
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-08-30
syntax highlight c# verbatim string literal
Paulb23
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-20
check that the element type is indeed String
Magian
2021-08-18
C# Array<String> Export Support Enum(String)
Magian
2021-08-16
Merge pull request #51698 from Paulb23/text-editor-settings
Rémi Verschelde
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-16
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-03
Fix 'script_class' null access when reloading a deleted C# script
31
[next]