summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure C# script properties are added to the endRaul Santos2021-10-301-4/+15
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-4/+4
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-18/+17
* Keep order for C# exported membersRaul Santos2021-10-221-8/+8
* C#: Fix property set call boxing value when unboxed was expectedIgnacio Roldán Etcheverry2021-10-191-1/+1
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-2/+2
* Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-281-2/+2
* Merge pull request #51835 from magian1127/patch1Rémi Verschelde2021-09-171-4/+16
|\
| * check that the element type is indeed StringMagian2021-08-201-6/+13
| * C# Array<String> Export Support Enum(String)Magian2021-08-181-2/+7
* | Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0Rémi Verschelde2021-09-141-0/+3
|\ \
| * | Add editor keyboard shortcut for Mono Build solution buttonLewis James2021-09-141-0/+3
* | | Improve C# method listingPaul Joannon2021-09-121-4/+35
|/ /
* | Merge pull request #52246 from Paulb23/verbatim-stringMax Hilbrunner2021-09-081-1/+1
|\ \
| * | syntax highlight c# verbatim string literalPaulb232021-08-301-1/+1
* | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-11/+11
|/ /
* / [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-5/+2
|/
* Merge pull request #51698 from Paulb23/text-editor-settingsRémi Verschelde2021-08-161-2/+2
|\
| * Reorganise text editor settingsPaulb232021-08-161-2/+2
* | Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-161-90/+101
|/
* Fix 'script_class' null access when reloading a deleted C# script312021-08-031-0/+7
* Use C++ iterators in the Mono moduleRaul Santos2021-07-271-57/+52
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-5/+5
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-21/+10
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-9/+0
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* Redo how instance bindings workreduz2021-07-081-3/+11
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-1/+0
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-5/+9
* Improve & fix Mono buildPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-53/+53
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde2021-06-071-127/+8
|\
| * [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-127/+8
* | Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* | Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
|/
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+20
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-2/+2
* C#: Fix disconnecting event signals twiceIgnacio Etcheverry2021-03-151-11/+9
* Fix create c# script after partial class typesboronczyk2021-03-131-1/+1
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-60/+60
* Improve resource load cachereduz2021-02-111-1/+1
* C # mono supports Unicode codemagian11272021-01-191-2/+2
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-8/+8
* Fixes #42149 and fixes indentation errors to pass clang-formatEyad2020-12-191-5/+10