summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51009 from raulsntos/fix-csharp-splitRémi Verschelde2021-07-291-1/+1
|\
| * Use `allowEmpty` parameter in SplitRaul Santos2021-07-291-1/+1
* | Use C# interpolated stringsRaul Santos2021-07-2913-108/+26
|/
* Merge pull request #50917 from raulsntos/more-iteratorsRémi Verschelde2021-07-275-68/+61
|\
| * Use C++ iterators in the Mono moduleRaul Santos2021-07-275-68/+61
* | Ignore paths with invalid chars in PathWhichRaul Santos2021-07-271-2/+20
|/
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-5/+5
* Merge pull request #50867 from aaronfranke/cs-array-emptyIgnacio Roldán Etcheverry2021-07-261-8/+214
|\
| * Add documentation to Array in C#Aaron Franke2021-07-251-8/+214
* | 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-256-22/+22
* Fix documentation in StringExtensionsRaul Santos2021-07-241-165/+192
* Merge pull request #50757 from aaronfranke/simple-cs-editorconfigIgnacio Roldán Etcheverry2021-07-2429-119/+109
|\
| * Add a simple C# .editorconfigAaron Franke2021-07-2329-119/+109
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-237-155/+124
|/
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-204-30/+3
* Optimize StringName usagereduz2021-07-181-1/+1
* Mono: Remove info dialog discouraging use in productionRémi Verschelde2021-07-151-73/+0
* Implement the ability to disable classesreduz2021-07-131-2/+2
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* Redo how instance bindings workreduz2021-07-084-6/+20
* Remove unused code related to Travis CIHugo Locurcio2021-07-011-6/+0
* Fixing mono build after instance() -> instanciate() name changeGrzegorz Puławski2021-06-232-6/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-197-15/+15
* Merge pull request #48804 from EricEzaM/scripting-multi-error-supportRémi Verschelde2021-06-201-3/+2
|\
| * Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-3/+2
* | Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-192-2/+2
|/
* Merge pull request #44156 from aaronfranke/quat-angle-toRémi Verschelde2021-06-181-0/+17
|\
| * Add Quaternion angle_to methodAaron Franke2021-06-171-0/+17
* | Fix a typo in C# bindings generator for default value typesAaron Franke2021-06-181-3/+3
|/
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-132-6/+10
* Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde2021-06-138-49/+32
|\
| * Reformat structure string operatorsAaron Franke2021-06-118-49/+32
* | Improve & fix Mono buildPedro J. Estébanez2021-06-136-15/+15
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\ \
| * | Add Time singletonAaron Franke2021-06-111-2/+2
* | | Rename Reference to RefCountedPedro J. Estébanez2021-06-1114-98/+98
* | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-1112-15/+15
|\ \ \ | |_|/ |/| |
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-1112-15/+15
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde2021-06-072-151/+11
|\ \
| * | [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-012-151/+11
| |/
* | Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-072-3/+3
* | Merge pull request #45364 from madmiraal/rename-quatRémi Verschelde2021-06-0511-127/+127
|\ \
| * | Rename Quat to QuaternionMarcel Admiraal2021-06-0411-127/+127
* | | Add missing override keyword to CSharpLanguage::is_control_flow_keyword()Marcel Admiraal2021-06-041-1/+1
|/ /
* | Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde2021-06-039-70/+70
|\ \
| * | Rename files and the exposed name for Transform3DAaron Franke2021-06-033-3/+3