| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #26203 from neikeq/csharp-basis | Rémi Verschelde | 2019-02-23 | 5 | -254/+318 | |
| |\ \ \ | ||||||
| | * | | | C#: Basis fixes and cleanup | Ignacio Etcheverry | 2019-02-23 | 5 | -254/+318 | |
| * | | | | Revert "Optimized area check" | Rémi Verschelde | 2019-02-22 | 1 | -26/+41 | |
| * | | | | Merge pull request #26133 from YeldhamDev/ttr_undoredo_actions | Rémi Verschelde | 2019-02-22 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | 2019-02-21 | 2 | -2/+2 | |
| * | | | | | Merge pull request #26132 from marxin/fix-Wignored-qualifiers | Rémi Verschelde | 2019-02-22 | 3 | -5/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix warnings seen with -Wignored-qualifiers. | marxin | 2019-02-21 | 3 | -5/+5 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #26130 from karroffel/gdnative-dictionary-fix | Rémi Verschelde | 2019-02-22 | 3 | -8/+35 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | added godot_dictionary_get_with_default to GDNative | karroffel | 2019-02-21 | 3 | -8/+35 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde | 2019-02-22 | 2 | -3/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix all -Wtype-limits warnings. | marxin | 2019-02-21 | 2 | -3/+2 | |
| | |/ / / / | ||||||
| * / / / / | Request to use load when cyclic reference is found, closes #26119 | Juan Linietsky | 2019-02-21 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #26111 from AndreaCatania/areaopti | Rémi Verschelde | 2019-02-21 | 1 | -41/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | Optimized area check | Andrea Catania | 2019-02-21 | 1 | -41/+26 | |
| * | | | | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 22 | -219/+216 | |
| * | | | | | Merge pull request #26096 from Faless/net/enet_id_check | Rémi Verschelde | 2019-02-20 | 1 | -0/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add check to validate client IDs in ENet. | Fabio Alessandrelli | 2019-02-20 | 1 | -0/+7 | |
| * | | | | | | Merge pull request #26090 from aqnuep/ray_shape_fix2 | Rémi Verschelde | 2019-02-20 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix RayShape collision jitter when used with a RigidBody | Daniel Rakos | 2019-02-20 | 1 | -2/+2 | |
| * | | | | | | Merge pull request #26048 from akien-mga/free-switch-for-everyone | Rémi Verschelde | 2019-02-20 | 4 | -17/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | GDScript: Remove unused `switch`, `case` and `do` CF keywords | Rémi Verschelde | 2019-02-20 | 4 | -17/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #26072 from Faless/net/mbedtls_1.16 | Rémi Verschelde | 2019-02-20 | 1 | -1/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Small hack to avoid runtime error when using ubsan | Fabio Alessandrelli | 2019-02-20 | 1 | -1/+4 | |
| | | |/ / / | |/| | | | ||||||
| * / | | | | C#: Add 'Singleton' property to singleton wrapper class | Ignacio Etcheverry | 2019-02-19 | 4 | -2/+24 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #26065 from neikeq/csharp-fix-gd-range | Ignacio Etcheverry | 2019-02-19 | 4 | -54/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | C#: Make GD.Range return IEnumerable instead of array | Ignacio Etcheverry | 2019-02-19 | 4 | -54/+20 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #25890 from neikeq/issue-25818 | Ignacio Etcheverry | 2019-02-19 | 1 | -1/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix Godot.Reference marshalling from MonoObject* to Variant | Ignacio Etcheverry | 2019-02-14 | 1 | -1/+5 | |
| * | | | | | Merge pull request #25788 from aqnuep/rayshape_fix | Rémi Verschelde | 2019-02-19 | 5 | -29/+32 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix RayShape collision when used with a KinematicBody (Bullet Physics) | Daniel Rakos | 2019-02-19 | 5 | -29/+32 | |
| * | | | | | Merge pull request #26039 from neikeq/throw_objectdisposedexception | Ignacio Etcheverry | 2019-02-19 | 5 | -4/+28 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | C#: Throw ObjectDisposedException from disposed wrapper classes | Ignacio Etcheverry | 2019-02-19 | 5 | -4/+28 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #26038 from neikeq/csharp_rand_funcs | Ignacio Etcheverry | 2019-02-19 | 3 | -10/+87 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | C#: Add random functions to GD class | Ignacio Etcheverry | 2019-02-19 | 3 | -10/+87 | |
| | |/ / / / | ||||||
| * | | | / | Fix warnings seen with warnings=all and recent GCC 8.2. | marxin | 2019-02-18 | 1 | -1/+1 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | C#: fix Quat.Equals. | RomanAkberov | 2019-02-19 | 1 | -2/+2 | |
| * | | | | Merge pull request #26014 from AndreaCatania/bugfix | Rémi Verschelde | 2019-02-18 | 1 | -1/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixed area collision report with concave | Andrea Catania | 2019-02-18 | 1 | -1/+4 | |
| * | | | | | Merge pull request #26007 from marxin/fix-23015-cast | Rémi Verschelde | 2019-02-18 | 1 | -2/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make direct casting among Error and godot_error enums (#23015). | marxin | 2019-02-18 | 1 | -2/+1 | |
| * | | | | | | Merge pull request #26011 from AndreaCatania/bugfix | Rémi Verschelde | 2019-02-18 | 1 | -3/+22 | |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * | | | | Added support to scale areas | Andrea Catania | 2019-02-18 | 1 | -3/+22 | |
| * | | | | | doc: Sync classref with current source | Rémi Verschelde | 2019-02-18 | 1 | -1/+1 | |
| * | | | | | Merge pull request #25715 from hpvb/fix-25598 | Rémi Verschelde | 2019-02-16 | 1 | -9/+18 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add a maximum recusion depth to _guess_expression_type | Hein-Pieter van Braam | 2019-02-08 | 1 | -9/+18 | |
| * | | | | | | Merge pull request #25917 from neikeq/zz | Ignacio Etcheverry | 2019-02-15 | 4 | -14/+46 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Don't print 'Cannot find Mono in the registry' if bundled with Godot | Ignacio Etcheverry | 2019-02-15 | 2 | -3/+11 | |
| | * | | | | | | Mono: Fix export template build errors | Ignacio Etcheverry | 2019-02-15 | 3 | -11/+35 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #25866 from neikeq/issue-25121 | Rémi Verschelde | 2019-02-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix exported property values being lost if base GDScript fails to parse | Ignacio Etcheverry | 2019-02-14 | 1 | -1/+1 | |
