Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Merge pull request #26023 from RomanAkberov/quat-equals | Ignacio Etcheverry | |
C#: fix Quat.Equals. | |||
2019-02-19 | C#: fix Quat.Equals. | RomanAkberov | |
2019-02-18 | Merge pull request #26014 from AndreaCatania/bugfix | Rémi Verschelde | |
Fixed area collision report with concave | |||
2019-02-18 | Fixed area collision report with concave | Andrea Catania | |
2019-02-18 | Merge pull request #25971 from akien-mga/version-hex | Rémi Verschelde | |
Add hex-encoded version number to Engine singleton for easy comparisons | |||
2019-02-18 | Merge pull request #26007 from marxin/fix-23015-cast | Rémi Verschelde | |
Make direct casting among Error and godot_error enums (#23015). | |||
2019-02-18 | Merge pull request #26005 from clayjohn/gles2_shadow_color | Rémi Verschelde | |
Added shadow_color property to gles2 | |||
2019-02-18 | Merge pull request #26011 from AndreaCatania/bugfix | Rémi Verschelde | |
Added support to scale areas, fixes #23448 | |||
2019-02-18 | Added support to scale areas | Andrea Catania | |
2019-02-18 | Make direct casting among Error and godot_error enums (#23015). | marxin | |
2019-02-18 | Merge pull request #25962 from willnationsdev/fix-missing-addon | Rémi Verschelde | |
Auto-cleanup missing addons | |||
2019-02-18 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-18 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-02-18 | doc: Fix style issues | Rémi Verschelde | |
2019-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
2019-02-17 | added shadow_color property to gles2 | clayjohn | |
2019-02-17 | Auto-cleanup missing addons | Will Nations | |
2019-02-17 | Merge pull request #25990 from YeldhamDev/new_node_desc_fix | Rémi Verschelde | |
Fix description size in "New Node" dialog | |||
2019-02-17 | Fix description size in "New Node" dialog | Michael Alexsander Silva Dias | |
2019-02-17 | Merge pull request #25974 from marcelofg55/stream_stop_fade | Rémi Verschelde | |
Fix AudioStreams::stop possibly causing a small noise | |||
2019-02-17 | Merge pull request #25972 from YeldhamDev/resource_doc | Rémi Verschelde | |
Small improvements to the Resource doc | |||
2019-02-17 | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez | |
2019-02-17 | Small improvements to the Resource doc | Michael Alexsander Silva Dias | |
2019-02-17 | Add hex-encoded version number to Engine singleton for easy comparisons | Rémi Verschelde | |
2019-02-17 | Clear up eof_reached function, fixes #16919 | Juan Linietsky | |
2019-02-16 | Updat polygons when skeleton setup changes, fixes #25949 | Juan Linietsky | |
2019-02-16 | Fix skeleton not being updated in shader, closes #25911 | Juan Linietsky | |
2019-02-16 | Merge pull request #25680 from Chaosus/random_fix | Rémi Verschelde | |
Fix random generation, to not always retrieve 0 after seed() | |||
2019-02-16 | Merge pull request #25954 from AlexHolly/fix-android-jarsigner-duplicate-file | Rémi Verschelde | |
Fix Android jarsigner error duplicate file | |||
2019-02-16 | Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fix | Rémi Verschelde | |
Fix Polygon2D Editor interacting with its buttons too soon | |||
2019-02-16 | Fix Polygon2D Editor interacting with its buttons too soon | Michael Alexsander Silva Dias | |
2019-02-16 | Merge pull request #25913 from Chaosus/fix_gizmo_icons | Rémi Verschelde | |
Fix icon color for gizmos menu when theme changed | |||
2019-02-16 | Merge pull request #25953 from nekomatata/fix-radial-texture-progress | Rémi Verschelde | |
Fixed TextureProgress in Radial Mode when using center offset | |||
2019-02-16 | Merge pull request #25952 from pbrunet/fix/rand | Rémi Verschelde | |
Fix typo for randd and randf | |||
2019-02-16 | Fix Android jarsigner error duplicate file | Alexander Holland | |
Exports same file only once. | |||
2019-02-16 | Make resource loader cycle checker work on a per-thread basis. | Juan Linietsky | |
This removes editor errors saying cycles existed when the thumbnailer was running. | |||
2019-02-16 | Fix typo for randd and randf | Pierrick Brunet | |
* And improve documentation according to issue #25938 | |||
2019-02-16 | Fixed radial progress with center offset by taking distance to edge into ↵ | PouleyKetchoupp | |
account in uv calculation | |||
2019-02-16 | Merge pull request #25943 from YeldhamDev/better_poly2d_edit_disable | Rémi Verschelde | |
Better and non-buggy Polygon2D editing disabling | |||
2019-02-16 | Skip disabled shape when getting rest info. Fixes #25941 | Juan Linietsky | |
2019-02-16 | Support multiple ray shapes in kinematicbody, fixes #25050 | Juan Linietsky | |
2019-02-16 | Merge pull request #25931 from qarmin/fix_copy_readonly | Rémi Verschelde | |
Fix copy text when TextEdit is readonly | |||
2019-02-16 | Change snapping to only happen when the floor normal remains as floor, fixes ↵ | Juan Linietsky | |
#22312 | |||
2019-02-16 | Better and non-buggy Polygon2D editing disabling | Michael Alexsander Silva Dias | |
2019-02-16 | Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵ | Michael Alexsander Silva Dias | |
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef. | |||
2019-02-16 | Merge pull request #24574 from SeleckyErik/issue-21814 | Rémi Verschelde | |
Made clone (CTRL+B) in code editor clone only the selection. | |||
2019-02-16 | Merge pull request #25944 from Faless/net/http_editor_fixes | Rémi Verschelde | |
Fix keep-alive without header in HTTP client | |||
2019-02-16 | Add a minimum treshold for acquiring rest contacts to avoid numerical ↵ | Juan Linietsky | |
precision issues. Fixes #25074 | |||
2019-02-16 | Fix keep-alive without header in HTTP client | Fabio Alessandrelli | |
2019-02-16 | Fix uninitialized value | Fabio Alessandrelli | |