Age | Commit message (Expand) | Author |
2021-10-28 | Implement Call methods in C# Callable | Raul Santos |
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ... | Juan Linietsky |
2021-10-09 | implement ping-pong loop in animation | Tokage |
2021-10-04 | Fix some leftover references to idle_frame | kobewi |
2021-10-01 | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli |
2021-09-28 | Update C# RPC attributes to share new Any/Auth naming convention | Edward Auttonberry |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra |
2021-09-18 | Fix some minor issues in C# XML doc comments | Aaron Franke |
2021-09-18 | Merge pull request #52666 from magian1127/temp1 | Rémi Verschelde |
2021-09-18 | C#, replace the current Xform method with a * operator. | Magian |
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke |
2021-09-03 | Add documentation to GodotSharp | Raul Santos |
2021-09-02 | Some more C# formatting | Aaron Franke |
2021-09-01 | Merge pull request #52270 from KoBeWi/goodbye_polar | George Marques |
2021-09-01 | Merge pull request #48237 from KoBeWi/they_came_from_angle | George Marques |
2021-08-31 | Add Vector2.from_angle() method | kobewi |
2021-08-30 | Merge pull request #52240 from Rubonnek/rename-rel-path | Juan Linietsky |
2021-08-31 | Remove cartesian2polar and polar2cartesian | kobewi |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-25 | Merge pull request #52087 from raulsntos/expose-simplify-path | Max Hilbrunner |
2021-08-25 | Expose `String.SimplifyPath` in C# | Raul Santos |
2021-08-25 | Rename `String.IsAbsPath()` to `String.IsAbsolutePath()` | Raul Santos |
2021-08-20 | Rename C# string extensions to follow GDScript | Raul Santos |
2021-08-16 | Fix C# native instance bindings after recent re-write | Ignacio Roldán Etcheverry |
2021-08-06 | Merge pull request #51008 from raulsntos/csharp-renames | Rémi Verschelde |
2021-08-05 | Reduce C# Dictionary internal calls | Raul Santos |
2021-08-05 | Add documentation to Dictionary in C# | Raul Santos |
2021-08-05 | Rename RotationQuaternion to be more similar to get_rotation_quaternion | Raul Santos |
2021-08-05 | Rename RandSeed to RandFromSeed and use ref param | Raul Santos |
2021-08-03 | Simplify C# print methods | Raul Santos |
2021-07-30 | Remove obsolete "dectime" method | Aaron Franke |
2021-07-29 | Merge pull request #51009 from raulsntos/fix-csharp-split | Rémi Verschelde |
2021-07-29 | Use C# interpolated strings | Raul Santos |
2021-07-29 | Use `allowEmpty` parameter in Split | Raul Santos |
2021-07-25 | Add documentation to Array in C# | Aaron Franke |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-24 | Fix documentation in StringExtensions | Raul Santos |
2021-07-24 | Merge pull request #50757 from aaronfranke/simple-cs-editorconfig | Ignacio Roldán Etcheverry |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-23 | Add a simple C# .editorconfig | Aaron Franke |
2021-07-20 | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli |
2021-07-08 | Redo how instance bindings work | reduz |
2021-06-23 | Fixing mono build after instance() -> instanciate() name change | Grzegorz Puławski |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | Add Quaternion angle_to method | Aaron Franke |
2021-06-13 | Merge pull request #34668 from aaronfranke/to-string | Rémi Verschelde |
2021-06-13 | Improve & fix Mono build | Pedro J. Estébanez |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |