| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #26638 from KoBeWi/fix_audio_stream_player | Rémi Verschelde | 2019-03-05 | 1 | -1/+3 |
| |\ |
|
| | * | Pause AudioStreamPlayer on SceneTree pause | Tomasz Chabora | 2019-03-05 | 1 | -1/+3 |
| * | | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | 2019-03-05 | 1 | -1/+2 |
| |/ |
|
| * | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ... | Mariano Suligoy | 2019-03-04 | 4 | -40/+53 |
| * | Fix and restore text, material and mesh previewers. | Juan Linietsky | 2019-03-04 | 2 | -2/+8 |
| * | Update focus mask only if there is a focused control, fixes #26524 | Juan Linietsky | 2019-03-04 | 1 | -1/+3 |
| * | Warn about plane shape usage, closes #26503 | Juan Linietsky | 2019-03-04 | 1 | -0/+4 |
| * | Specifically error when users try to use sync to physics and move and slide, ... | Juan Linietsky | 2019-03-04 | 1 | -0/+3 |
| * | Merge pull request #26511 from clayjohn/giprobe_gles2_warning | Rémi Verschelde | 2019-03-04 | 2 | -0/+12 |
| |\ |
|
| | * | add warning to GIProbe when using GLES2 | clayjohn | 2019-03-03 | 2 | -0/+12 |
| * | | Fixed missing exclude raycast shapes arguments in snap, closes #25230 | Juan Linietsky | 2019-03-03 | 2 | -8/+8 |
| * | | Add a warning when using plain Container, as many users seem to misunderstand... | Juan Linietsky | 2019-03-03 | 2 | -0/+15 |
| * | | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky | 2019-03-03 | 3 | -30/+24 |
| * | | Merge pull request #26514 from clayjohn/hide_properties_gles2 | Rémi Verschelde | 2019-03-03 | 4 | -0/+16 |
| |\ \ |
|
| | * | | hide hdr and shadow_contact in gles2 | clayjohn | 2019-03-02 | 4 | -0/+16 |
| | |/ |
|
| * | | Fix style issues from recent commits | Rémi Verschelde | 2019-03-03 | 1 | -1/+1 |
| * | | Removed some prints | Juan Linietsky | 2019-03-02 | 1 | -3/+0 |
| * | | Clean up and fix some situations where triangulation may fail, closes #26366 | Juan Linietsky | 2019-03-02 | 1 | -1/+3 |
| * | | Fixed a case of broken loop due to wrapping on the edge, closes #25245 | Juan Linietsky | 2019-03-02 | 1 | -2/+7 |
| * | | Make query checks less agressive, fixes #24694 | Juan Linietsky | 2019-03-02 | 2 | -2/+2 |
| * | | Remove old method that makes no sense today, fixes #25566 | Juan Linietsky | 2019-03-01 | 2 | -31/+0 |
| * | | Fixed some crashers, closes #26393 | Juan Linietsky | 2019-03-01 | 1 | -2/+3 |
| * | | Merge pull request #26441 from QbieShay/fix_sigill_when_no_parent_escn | Rémi Verschelde | 2019-03-01 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Editor does not crash anymore if a non root node in escn is missing a parent | Ilaria Cislaghi | 2019-03-01 | 1 | -0/+2 |
| | |/ |
|
| * | | Merge pull request #26140 from karliss/meta-item | Rémi Verschelde | 2019-03-01 | 2 | -5/+8 |
| |\ \ |
|
| | * | | Use correct meta item in rich text. | Kārlis Seņko | 2019-02-22 | 2 | -5/+8 |
| * | | | Fixed wrong method binding in control | Justin Vesper | 2019-03-01 | 1 | -1/+1 |
| * | | | added diffuse and specular as inputs to visual shader | clayjohn | 2019-02-28 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | Merge pull request #26257 from kaadmy/procedural_sky_sun_energy | Rémi Verschelde | 2019-02-27 | 1 | -4/+7 |
| |\ \ |
|
| | * | | Use sun energy for ProceduralSky generation | KaadmY | 2019-02-24 | 1 | -4/+7 |
| * | | | Merge pull request #26352 from bojidar-bg/21633-progress-stylebox | Rémi Verschelde | 2019-02-27 | 1 | -3/+6 |
| |\ \ \ |
|
| | * | | | Fix minimum size of ProgressBar-s | Bojidar Marinov | 2019-02-27 | 1 | -3/+6 |
| * | | | | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | 2019-02-27 | 2 | -5/+5 |
| |\ \ \ \ |
|
| | * | | | | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 2 | -5/+5 |
| * | | | | | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde | 2019-02-27 | 2 | -3/+3 |
| * | | | | | Don't crash on previewing an AtlasTexture without a region | Hein-Pieter van Braam | 2019-02-27 | 1 | -0/+3 |
| |/ / / / |
|
| * / / / | Remove setting that caused is_inside_tree() errors on doppler tracking enabled. | Juan Linietsky | 2019-02-26 | 2 | -2/+6 |
| |/ / / |
|
| * | | | Fix saturate ScalarFunc in Visual Shader | Windy Darian | 2019-02-25 | 1 | -1/+1 |
| * | | | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky | 2019-02-25 | 1 | -1/+1 |
| * | | | Update controls when a stylebox or icon override changes; change to CONNECT_R... | Bojidar Marinov | 2019-02-25 | 3 | -53/+37 |
| * | | | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky | 2019-02-24 | 2 | -8/+20 |
| * | | | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam | 2019-02-24 | 2 | -8/+8 |
| |/ / |
|
| * | | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky | 2019-02-24 | 1 | -1/+7 |
| * | | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky | 2019-02-23 | 1 | -0/+3 |
| * | | Do not crash on empty path, closes #23701 | Juan Linietsky | 2019-02-23 | 1 | -0/+3 |
| * | | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky | 2019-02-23 | 1 | -0/+13 |
| * | | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky | 2019-02-23 | 2 | -0/+11 |
| * | | Merge pull request #26157 from YeldhamDev/splitcont_update_check | Rémi Verschelde | 2019-02-23 | 1 | -3/+5 |
| |\ \ |
|
| | * | | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias | 2019-02-22 | 1 | -3/+5 |
| * | | | Change MAX for MIN, fixes #26170 | Juan Linietsky | 2019-02-22 | 1 | -1/+1 |