summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* C#: Fix property set call boxing value when unboxed was expectedIgnacio Roldán Etcheverry2021-10-193-19/+18
* Merge pull request #53943 from raulsntos/fixup-53581Rémi Verschelde2021-10-181-0/+11
|\
| * Fix marshaling generic Godot.Object in C#Raul Santos2021-10-181-0/+11
* | Remove unused imports in .py, SCsub and SConstruct filesAnutrix2021-10-181-1/+0
|/
* SCons: Fix missing mono `.gen.cpp` sources after #53860Rémi Verschelde2021-10-161-0/+3
* Fix hint_string for C# enum arraysRaul Santos2021-10-151-18/+21
* Merge pull request #53627 from raulsntos/fix-list-marshalRémi Verschelde2021-10-151-2/+4
|\
| * Fix C# List<T> marshallingRaul Santos2021-10-101-2/+4
* | Merge pull request #53581 from raulsntos/mono-marshal-genericsRémi Verschelde2021-10-151-0/+11
|\ \
| * | Support marshaling generic Godot.ObjectRaul Santos2021-10-081-0/+11
| |/
* / Support arrays of StringName, NodePath and RID in monoRaul Santos2021-10-081-0/+36
|/
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-052-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-152-1/+2
* | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-052-1/+2
|\ \
| * | Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-1/+2
* | | Fix some leftover references to idle_framekobewi2021-10-041-1/+1
* | | [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-014-6/+6
* | | Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-284-10/+10
|/ /
* | Merge pull request #52878 from AnilBK/add-get-centerRémi Verschelde2021-09-213-1/+33
|\ \
| * | Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-213-1/+33
* | | Fix some minor issues in C# XML doc commentsAaron Franke2021-09-182-4/+6
* | | Merge pull request #52666 from magian1127/temp1Rémi Verschelde2021-09-181-1/+93
|\ \ \ | |/ / |/| |
| * | C#, replace the current Xform method with a * operator.Magian2021-09-181-1/+93
* | | 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-144-2/+22
|\ \ \
| * | | Add editor keyboard shortcut for Mono Build solution buttonLewis James2021-09-144-2/+22
* | | | Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-131-1/+1
* | | | Merge pull request #52607 from paulloz/improve-cs-method-listingIgnacio Roldán Etcheverry2021-09-132-5/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Improve C# method listingPaul Joannon2021-09-122-5/+36
| | |/ | |/|
* / | Fix autoloads iterationRaul Santos2021-09-121-2/+2
|/ /
* | Merge pull request #52492 from raulsntos/fix-csharp-array-propertiesIgnacio Roldán Etcheverry2021-09-091-1/+1
|\ \
| * | Fix properties arrays in C# bindings generatorRaul Santos2021-09-081-1/+1
* | | Merge pull request #52246 from Paulb23/verbatim-stringMax Hilbrunner2021-09-081-1/+1
|\ \ \ | |/ / |/| |
| * | syntax highlight c# verbatim string literalPaulb232021-08-301-1/+1
* | | Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdefMax Hilbrunner2021-09-071-1/+1
|\ \ \
| * | | Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-1/+1
* | | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-072-15/+15
* | | | Add documentation to GodotSharpRaul Santos2021-09-0336-647/+2382
* | | | 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-0250-767/+820
* | | | Merge pull request #52270 from KoBeWi/goodbye_polarGeorge Marques2021-09-011-26/+0
|\ \ \ \
| * | | | Remove cartesian2polar and polar2cartesiankobewi2021-08-311-26/+0
| | |/ / | |/| |
* | | | Merge pull request #48237 from KoBeWi/they_came_from_angleGeorge Marques2021-09-011-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Add Vector2.from_angle() methodkobewi2021-08-311-0/+11
| |/ /
* | | Merge pull request #52240 from Rubonnek/rename-rel-pathJuan Linietsky2021-08-301-1/+1
|\ \ \ | |/ / |/| |
| * | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1