Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | Fix typos with codespell | Rémi Verschelde | 2019-02-13 | 2 | -2/+2 |
* | | | | Merge pull request #25821 from akien-mga/sync-class-and-filenames | Rémi Verschelde | 2019-02-13 | 25 | -33/+34 |
|\ \ \ \ | |||||
| * | | | | Modules: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 12 | -20/+21 |
| * | | | | Scene: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
| * | | | | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 2 | -2/+2 |
| * | | | | Core: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 10 | -10/+10 |
* | | | | | [Mono] Fix Transform2D rotation and scale | Aaron Franke | 2019-02-12 | 1 | -12/+50 |
* | | | | | Fix copyright year in VideoStreamGDNative | Rémi Verschelde | 2019-02-12 | 5 | -10/+10 |
* | | | | | Merge pull request #25721 from neikeq/ww | Rémi Verschelde | 2019-02-12 | 5 | -16/+70 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use script instance binding for objects constructed from C# | Ignacio Etcheverry | 2019-02-09 | 5 | -16/+70 |
* | | | | | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde | 2019-02-12 | 5 | -2/+22 |
|\ \ \ \ \ | |||||
| * | | | | | Fix many asan and ubsan reported issues | Hein-Pieter van Braam | 2019-01-30 | 5 | -2/+22 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #25550 from DualMatrix/fix-25357 | Rémi Verschelde | 2019-02-12 | 1 | -0/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed Null appearing inside export variables with type hints and no default v... | DualMatrix | 2019-02-01 | 1 | -0/+19 |
* | | | | | | Merge pull request #25783 from Xrayez/csg-shapes-visibility | Rémi Verschelde | 2019-02-12 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix CSGShape not updating on changing visibility | Andrii Doroshenko (Xrayez) | 2019-02-10 | 1 | -0/+7 |
* | | | | | | | Use "origin" instead of "o" in Transform2D.Rotation | Carter Anderson | 2019-02-11 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge pull request #25724 from aaronfranke/mono-transform | Ignacio Etcheverry | 2019-02-11 | 1 | -31/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | [Mono] Fix Transform2D origin | Aaron Franke | 2019-02-09 | 1 | -31/+26 |
* | | | | | | | Merge pull request #25803 from neikeq/yy | Ignacio Etcheverry | 2019-02-11 | 3 | -56/+60 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Add VSCode hint path for Windows | Ignacio Etcheverry | 2019-02-11 | 1 | -12/+41 |
| * | | | | | | Default to MSBuild from VS Build Tools instead of Mono's | Ignacio Etcheverry | 2019-02-11 | 3 | -52/+27 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #25773 from neikeq/xx | Ignacio Etcheverry | 2019-02-10 | 2 | -1/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix exporting assemblies from wrong output path | Ignacio Etcheverry | 2019-02-10 | 1 | -1/+1 |
| * | | | | | | Do not initialize Mono if 'res://.mono/' and mscorlib are missing | Ignacio Etcheverry | 2019-02-10 | 1 | -0/+23 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #25774 from neikeq/fix-noreturn-attr-check | Ignacio Etcheverry | 2019-02-10 | 1 | -5/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix check to determine if [[noreturn]] attribute is usable | Ignacio Etcheverry | 2019-02-10 | 1 | -5/+1 |
| |/ / / / / | |||||
* | | | | | | doc: Misc formatting fixes | Rémi Verschelde | 2019-02-10 | 1 | -1/+1 |
* | | | | | | doc: Sync classref with current source | Rémi Verschelde | 2019-02-10 | 1 | -0/+6 |
* | | | | | | [Core] Rename Matrix3 file to Basis | Aaron Franke | 2019-02-09 | 2 | -2/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #25614 from QbieShay/issue_25425 | Rémi Verschelde | 2019-02-09 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix generating GDNative API struct for 1.1 | Karroffel | 2019-02-08 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #25650 from willnationsdev/script-icon | Rémi Verschelde | 2019-02-09 | 1 | -8/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Fix script class icon filepath lookups at runtime. | Will Nations | 2019-02-06 | 1 | -8/+12 |