summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue
Commit message (Expand)AuthorAgeFilesLines
* Rename C# `IsSubsequenceOfI` to `IsSubsequenceOfN`Raul Santos2022-01-271-2/+2
* Fix marshaling values of generic Godot DictionaryRaul Santos2022-01-122-1/+11
* Update copyright statements to 2022Rémi Verschelde2022-01-0311-22/+22
* Fix various typosluz paz2022-01-022-2/+2
* Fix `KeyValuePairAt` memory leakRaul Santos2021-12-231-4/+2
* Various fixes to C# documentationRaul Santos2021-12-077-15/+18
* Rename C# `Quaternion()` -> `GetQuaternion()`Raul Santos2021-12-062-83/+83
* Merge pull request #34005 from aaronfranke/minmaxRémi Verschelde2021-12-064-28/+28
|\
| * Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-024-28/+28
* | Fix get_all_delegates method for generic classesRaul Santos2021-12-041-0/+12
|/
* Rename Vector parameters to be consistentRaul Santos2021-12-014-66/+66
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Expose `randfn` to global scopeYuri Roubinsky2021-11-172-12/+30
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-1616-84/+1131
|\
| * Add documentation to operators for math typesAaron Franke2021-11-0416-84/+1131
* | fix pingpong in mathSilc 'Tokage' Renew2021-11-101-1/+1
* | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-0/+18
|\ \ | |/ |/|
| * reimplement ping-pongSilc 'Tokage' Renew2021-11-031-0/+18
* | Fix Quaternion multiplication operatorAaron Franke2021-11-041-16/+12
|/
* Implement Call methods in C# CallableRaul Santos2021-10-283-0/+109
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-18/+0
* implement ping-pong loop in animationTokage2021-10-091-0/+18
* Fix some leftover references to idle_framekobewi2021-10-041-1/+1
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-1/+1
* Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-281-2/+2
* 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
* | Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-131-1/+1
* | Add documentation to GodotSharpRaul Santos2021-09-0336-647/+2382
* | Some more C# formattingAaron Franke2021-09-0228-456/+481
* | 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
* | | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-3/+0
|/ /
* | Merge pull request #52087 from raulsntos/expose-simplify-pathMax Hilbrunner2021-08-252-0/+17
|\ \
| * | Expose `String.SimplifyPath` in C#Raul Santos2021-08-252-0/+17
* | | Rename `String.IsAbsPath()` to `String.IsAbsolutePath()`Raul Santos2021-08-251-2/+2
|/ /
* / Rename C# string extensions to follow GDScriptRaul Santos2021-08-201-2/+2
|/
* Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-161-6/+4
* 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
|/