Age | Commit message (Expand) | Author |
2019-03-04 | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ... | Mariano Suligoy |
2019-03-04 | Fix and restore text, material and mesh previewers. | Juan Linietsky |
2019-03-04 | Update focus mask only if there is a focused control, fixes #26524 | Juan Linietsky |
2019-03-04 | Warn about plane shape usage, closes #26503 | Juan Linietsky |
2019-03-04 | Specifically error when users try to use sync to physics and move and slide, ... | Juan Linietsky |
2019-03-04 | Merge pull request #26511 from clayjohn/giprobe_gles2_warning | Rémi Verschelde |
2019-03-03 | add warning to GIProbe when using GLES2 | clayjohn |
2019-03-03 | Fixed missing exclude raycast shapes arguments in snap, closes #25230 | Juan Linietsky |
2019-03-03 | Add a warning when using plain Container, as many users seem to misunderstand... | Juan Linietsky |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-03 | Merge pull request #26514 from clayjohn/hide_properties_gles2 | Rémi Verschelde |
2019-03-03 | Fix style issues from recent commits | Rémi Verschelde |
2019-03-02 | hide hdr and shadow_contact in gles2 | clayjohn |
2019-03-02 | Removed some prints | Juan Linietsky |
2019-03-02 | Clean up and fix some situations where triangulation may fail, closes #26366 | Juan Linietsky |
2019-03-02 | Fixed a case of broken loop due to wrapping on the edge, closes #25245 | Juan Linietsky |
2019-03-02 | Make query checks less agressive, fixes #24694 | Juan Linietsky |
2019-03-01 | Remove old method that makes no sense today, fixes #25566 | Juan Linietsky |
2019-03-01 | Fixed some crashers, closes #26393 | Juan Linietsky |
2019-03-01 | Merge pull request #26441 from QbieShay/fix_sigill_when_no_parent_escn | Rémi Verschelde |
2019-03-01 | Merge pull request #26140 from karliss/meta-item | Rémi Verschelde |
2019-03-01 | Editor does not crash anymore if a non root node in escn is missing a parent | Ilaria Cislaghi |
2019-03-01 | Fixed wrong method binding in control | Justin Vesper |
2019-02-28 | added diffuse and specular as inputs to visual shader | clayjohn |
2019-02-27 | Merge pull request #26257 from kaadmy/procedural_sky_sun_energy | Rémi Verschelde |
2019-02-27 | Merge pull request #26352 from bojidar-bg/21633-progress-stylebox | Rémi Verschelde |
2019-02-27 | Fix minimum size of ProgressBar-s | Bojidar Marinov |
2019-02-27 | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde |
2019-02-27 | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
2019-02-27 | Don't crash on previewing an AtlasTexture without a region | Hein-Pieter van Braam |
2019-02-26 | Remove setting that caused is_inside_tree() errors on doppler tracking enabled. | Juan Linietsky |
2019-02-25 | Fix saturate ScalarFunc in Visual Shader | Windy Darian |
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky |
2019-02-25 | Update controls when a stylebox or icon override changes; change to CONNECT_R... | Bojidar Marinov |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-24 | Use sun energy for ProceduralSky generation | KaadmY |
2019-02-24 | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam |
2019-02-24 | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky |
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 | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky |
2019-02-23 | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky |
2019-02-23 | Merge pull request #26157 from YeldhamDev/splitcont_update_check | Rémi Verschelde |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky |
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, fix... | Juan Linietsky |
2019-02-22 | Merge pull request #26146 from YeldhamDev/splitcont_hover_fix | Rémi Verschelde |