summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-2/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-20/+20
* Restrict the project data directory configurationne0fhyk2021-10-181-5/+10
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-0/+1
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-0/+1
* | Add editor keyboard shortcut for Mono Build solution buttonLewis James2021-09-143-2/+19
* | Fix autoloads iterationRaul Santos2021-09-121-2/+2
|/
* Fix properties arrays in C# bindings generatorRaul Santos2021-09-081-1/+1
* Fix constant tag documentation in C# bindings generatorRaul Santos2021-09-031-1/+1
* Fix PackedInt64Array typo in bindings_generator.hRaul Santos2021-09-031-1/+1
* Some more C# formattingAaron Franke2021-09-0222-311/+339
* Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-1/+1
* C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry2021-08-202-1/+13
* Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-171-1/+1
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-2/+2
* Ensure MSBuildPanel buttons are instantiatedRaul Santos2021-08-061-8/+12
* Fix the editor theme application for the Mono build logYuri Sizov2021-08-031-1/+13
* Merge pull request #50917 from raulsntos/more-iteratorsRémi Verschelde2021-07-272-5/+3
|\
| * Use C++ iterators in the Mono moduleRaul Santos2021-07-272-5/+3
* | Ignore paths with invalid chars in PathWhichRaul Santos2021-07-271-2/+20
|/
* Use Array.Empty instead of allocating a every timeRaul Santos2021-07-264-21/+31
* Fix bindings generator range iterator errorsRaul Santos2021-07-251-64/+53
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-12/+12
* Merge pull request #50757 from aaronfranke/simple-cs-editorconfigIgnacio Roldán Etcheverry2021-07-247-26/+26
|\
| * Add a simple C# .editorconfigAaron Franke2021-07-237-26/+26
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-111/+91
|/
* Optimize StringName usagereduz2021-07-181-1/+1
* Mono: Remove info dialog discouraging use in productionRémi Verschelde2021-07-151-73/+0
* Fixing mono build after instance() -> instanciate() name changeGrzegorz Puławski2021-06-231-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Fix a typo in C# bindings generator for default value typesAaron Franke2021-06-181-3/+3
* Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde2021-06-131-7/+4
|\
| * Reformat structure string operatorsAaron Franke2021-06-111-7/+4
* | Improve & fix Mono buildPedro J. Estébanez2021-06-131-3/+3
* | Rename Reference to RefCountedPedro J. Estébanez2021-06-114-14/+14
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
|/
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-7/+7
* Rename files and the exposed name for Transform3DAaron Franke2021-06-031-2/+2
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-3/+3
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Merge pull request #46954 from neikeq/reggr-46307Rémi Verschelde2021-03-131-33/+45
|\
| * C#: Fix StringName leak warnings after generating bindingsIgnacio Etcheverry2021-03-131-33/+45
* | C#: Fix ScriptPathAttribute generator with none or nested namespacesIgnacio Etcheverry2021-03-133-22/+52
|/
* Merge pull request #46713 from neikeq/csharp-source-generators-initRémi Verschelde2021-03-0727-1200/+434
|\
| * Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-0627-1200/+434
* | Fix C# bindings generator for default value typesAaron Franke2021-02-251-19/+59
|/
* Make glue generation shutdown more gracefulPedro J. Estébanez2021-02-221-0/+3
* Merge pull request #45158 from aaronfranke/cs-packedarrayRémi Verschelde2021-02-202-0/+80
|\
| * Add C# array features from core PackedArraysAaron Franke2021-02-162-0/+80