summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
Commit message (Expand)AuthorAgeFilesLines
...
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-4/+4
* Merge pull request #62805 from raulsntos/csharp-rpcRémi Verschelde2022-07-071-1/+1
|\
| * C#: New `RPCAttribute`Raul Santos2022-07-071-1/+1
* | Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+1
|/
* Add a new HashSet templatereduz2022-05-201-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* Add GDExtension support to Scriptreduz2022-03-271-2/+2
* Remove VARIANT_ARG* macrosreduz2022-03-091-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+2
* initialized member variables in headerzwebb2022-02-031-2/+0
* Merge pull request #55679 from raulsntos/script_reload_fixIgnacio Roldán Etcheverry2022-01-161-0/+1
|\
| * C# script reload fixedRaul Santos2021-12-061-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Improve editor template workflowfabriceci2022-01-021-2/+2
|/
* Keep order for C# exported membersRaul Santos2021-10-221-2/+2
* Improve C# method listingPaul Joannon2021-09-121-1/+1
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-4/+4
* Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-161-6/+11
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-3/+2
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde2021-06-071-24/+3
|\
| * [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-24/+3
* | Add missing override keyword to CSharpLanguage::is_control_flow_keyword()Marcel Admiraal2021-06-041-1/+1
|/
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* C#: Fix disconnecting event signals twiceIgnacio Etcheverry2021-03-151-0/+2
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-14/+20
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+1
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+8
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry2020-10-261-1/+1
* Fix code duplication in CSharpScriptopl-2020-10-131-0/+1
* Remove multilevel callsGeorge Marques2020-07-241-4/+0
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-124/+129
* Mono/C#: Fix values not updated in remote inspectorIgnacio Etcheverry2020-05-221-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+4
* Inherited C# scene not inheriting parent's fieldspepegadeveloper1232020-05-111-1/+2
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+2
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-5/+11
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-36/+63
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4