summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-2/+2
* Ensure MSBuildPanel buttons are instantiatedRaul Santos2021-08-061-8/+12
* Merge pull request #51008 from raulsntos/csharp-renamesRémi Verschelde2021-08-063-5/+5
|\
| * Rename RotationQuaternion to be more similar to get_rotation_quaternionRaul Santos2021-08-052-3/+3
| * Rename RandSeed to RandFromSeed and use ref paramRaul Santos2021-08-051-2/+2
* | Reduce C# Dictionary internal callsRaul Santos2021-08-052-26/+64
* | Add documentation to Dictionary in C#Raul Santos2021-08-051-20/+168
|/
* Fix 'script_class' null access when reloading a deleted C# script312021-08-031-0/+7
* Simplify C# print methodsRaul Santos2021-08-031-5/+15
* Fix the editor theme application for the Mono build logYuri Sizov2021-08-031-1/+13
* Remove obsolete "dectime" methodAaron Franke2021-07-301-10/+0
* 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
|\ \ \ | |_|/ |/| |