Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-24 | [DOCS] Minor classref updates. | Chris Bradfield | |
2019-02-24 | Merge pull request #26214 from neikeq/defval-pls | Ignacio Etcheverry | |
Fix default value of EditorSpatialGizmo.add_mesh method bind | |||
2019-02-23 | Clear canvas item after rendering font, fixes #23774 | Juan Linietsky | |
2019-02-24 | Fix default value of EditorSpatialGizmo.add_mesh method bind | Ignacio Etcheverry | |
2019-02-24 | Merge pull request #26154 from hpvb/disable-via-padlock | Hein-Pieter van Braam | |
Disable support for VIA Padlock | |||
2019-02-24 | Disable support for VIA Padlock | Hein-Pieter van Braam | |
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. | |||
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky | |
2019-02-23 | Do not crash on empty path, closes #23701 | Juan Linietsky | |
2019-02-23 | Fix vertex lighting in GLES2, closes #25365 | Juan Linietsky | |
2019-02-23 | Merge pull request #26210 from neikeq/issue-26209 | Ignacio Etcheverry | |
C#: Fix Vector2.AngleToPoint | |||
2019-02-23 | C#: Fix Vector2.AngleToPoint | Ignacio Etcheverry | |
Fixes #26209 | |||
2019-02-23 | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky | |
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error. | |||
2019-02-23 | Merge pull request #26203 from neikeq/csharp-basis | Rémi Verschelde | |
C#: Basis fixes and cleanup | |||
2019-02-23 | Merge pull request #26204 from bruvzg/macos_move_to_fg | Rémi Verschelde | |
[macOS] Change `move_window_to_foreground` to take focus. | |||
2019-02-23 | [macOS] Make `move_window_to_foreground` to take focus in addition to moving ↵ | bruvzg | |
window to front. | |||
2019-02-23 | C#: Basis fixes and cleanup | Ignacio Etcheverry | |
Fix Basis operator[int]. Now it returns columns instead of rows. Fix Transform2D.AfficeInverse() mutating rather than returning a new Transform2D. | |||
2019-02-23 | Make allowed pid for window takeover happen immediately, fixes #21431 | Juan Linietsky | |
2019-02-23 | Merge pull request #26189 from AinaSG/master | Rémi Verschelde | |
Enabling ipv6 in libwebsockets | |||
2019-02-23 | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky | |
2019-02-23 | Fix invalid change from CLAMP to MAX in #26099 | Rémi Verschelde | |
CLAMP limits the value between the two bounds, so for unsigned ints it should be replaced by MIN(val, max), not MAX. The issue in voxel_light_baker.cpp was fixed in 4f697f7. Fixes #26170. | |||
2019-02-23 | Merge pull request #26184 from MarianoGnu/fixes | Rémi Verschelde | |
TileSetEditor: Show Edition Context by demand | |||
2019-02-23 | Merge pull request #26157 from YeldhamDev/splitcont_update_check | Rémi Verschelde | |
Make 'SplitContainer' update drawing only if actually needs to | |||
2019-02-23 | Merge pull request #26183 from marcelofg55/wasapi_notsupported_format | Hein-Pieter van Braam | |
Fix WASAPI driver not working when the device doesn't supports the mix format | |||
2019-02-23 | Enabling ipv6 in libwebsockets | Aina | |
2019-02-23 | TileSetEditor: Show Edition Context by demand | Mariano Suligoy | |
2019-02-23 | Fix WASAPI driver not working when the device doesn't supports the mix format | Marcelo Fernandez | |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky | |
2019-02-23 | Merge pull request #25683 from wombatstampede/patch-1 | Hein-Pieter van Braam | |
Update CPUParticles.xml | |||
2019-02-23 | Merge pull request #26158 from marcelofg55/wasapi_init_err | Hein-Pieter van Braam | |
Extended WASAPI Initialize error message | |||
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
2019-02-22 | Properly update materials when adding surface, fixes #23790 | Juan Linietsky | |
2019-02-22 | Merge pull request #26165 from hpvb/fix-parse-utf8 | Hein-Pieter van Braam | |
Don't crash when parse_utf8 receives a NULL pointer | |||
2019-02-22 | Don't crash when parse_utf8 receives a NULL pointer | Hein-Pieter van Braam | |
This can happen when chaining calls to various string methods when the string is empty. | |||
2019-02-22 | Extended WASAPI Initialize error message | Marcelo Fernandez | |
2019-02-22 | Ensure that no depth test is used (specially in prepass) for objects that ↵ | Juan Linietsky | |
dont test or draw depth, fixes #25201 | |||
2019-02-22 | Fix precision issue with skeletons, closes #26057, closes #26062 | Juan Linietsky | |
2019-02-22 | Remove unused variable after aab8f44 | Rémi Verschelde | |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky | |
-Fix use of transparent framebuffers in GLES2 -Fix use of ambient color clearing in GLES2 when no environment exists. | |||
2019-02-22 | Document that ViewportTexture is flipped on Y | Rémi Verschelde | |
Fixes #26141. | |||
2019-02-22 | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias | |
2019-02-22 | Check that area is inside tree besides checking that queries are flushed, ↵ | Juan Linietsky | |
fixes #26148 | |||
2019-02-22 | Merge pull request #26153 from godotengine/revert-26111-areaopti | Rémi Verschelde | |
Revert "Optimized area check" | |||
2019-02-22 | Revert "Optimized area check" | Rémi Verschelde | |
2019-02-22 | Merge pull request #26150 from akien-mga/export-error-message | Rémi Verschelde | |
Improve error message on project export failure | |||
2019-02-22 | Improve error message on project export failure | Rémi Verschelde | |
It's still not enough and we need better validation/error checking, but it should help with people assume corrupted templates when it's their config which is invalid. | |||
2019-02-22 | Merge pull request #26146 from YeldhamDev/splitcont_hover_fix | Rémi Verschelde | |
Fix 'SplitContainer's showing their handles when they shouldn't | |||
2019-02-22 | Merge pull request #26133 from YeldhamDev/ttr_undoredo_actions | Rémi Verschelde | |
Make translatable some undo/redo operations in the editor | |||
2019-02-22 | Merge pull request #26129 from YeldhamDev/undoredo_merge_all_fix | Rémi Verschelde | |
Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions | |||
2019-02-22 | Merge pull request #26132 from marxin/fix-Wignored-qualifiers | Rémi Verschelde | |
Fix warnings seen with -Wignored-qualifiers. | |||
2019-02-22 | Merge pull request #26130 from karroffel/gdnative-dictionary-fix | Rémi Verschelde | |
added godot_dictionary_get_with_default to GDNative |