summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
AgeCommit message (Expand)Author
2022-01-03Merge pull request #53957 from fabriceci/new-template-workflowRémi Verschelde
2022-01-02Improve editor template workflowfabriceci
2021-12-28Fix getting properties state when reloading C#Raul Santos
2021-11-25Move logic for saving project features to ProjectSettings save_customAaron Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-30Ensure C# script properties are added to the endRaul Santos
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-22Keep order for C# exported membersRaul Santos
2021-10-19C#: Fix property set call boxing value when unboxed was expectedIgnacio Roldán Etcheverry
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-28Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry
2021-09-17Merge pull request #51835 from magian1127/patch1Rémi Verschelde
2021-09-14Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0Rémi Verschelde
2021-09-14Add editor keyboard shortcut for Mono Build solution buttonLewis James
2021-09-12Improve C# method listingPaul Joannon
2021-09-08Merge pull request #52246 from Paulb23/verbatim-stringMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-08-30syntax highlight c# verbatim string literalPaulb23
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-20check that the element type is indeed StringMagian
2021-08-18C# Array<String> Export Support Enum(String)Magian
2021-08-16Merge pull request #51698 from Paulb23/text-editor-settingsRémi Verschelde
2021-08-16Reorganise text editor settingsPaulb23
2021-08-16Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry
2021-08-03Fix 'script_class' null access when reloading a deleted C# script31
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-08Redo how instance bindings workreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-13Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez
2021-06-13Improve & fix Mono buildPedro J. Estébanez
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-07Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-03-15C#: Fix disconnecting event signals twiceIgnacio Etcheverry
2021-03-13Fix create c# script after partial class typesboronczyk
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry