Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Engine does not crash anymore if a non root node in escn is missing a parent. | |||
2019-03-01 | Merge pull request #26140 from karliss/meta-item | Rémi Verschelde | |
Use correct meta item in rich text. | |||
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 | |
Control.get_parent_area_size() is now bound to Control::get_parent_area_size() instead of Control::get_size() | |||
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 | |
Use sun energy for ProceduralSky generation | |||
2019-02-27 | Merge pull request #26352 from bojidar-bg/21633-progress-stylebox | Rémi Verschelde | |
Fix minimum size of ProgressBar-s | |||
2019-02-27 | Fix minimum size of ProgressBar-s | Bojidar Marinov | |
Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633. | |||
2019-02-27 | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | |
Fix -Wsign-compare warnings. | |||
2019-02-27 | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde | |
Also cleanup after 01a3dd3. | |||
2019-02-27 | Fix -Wsign-compare warnings. | marxin | |
I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type. | |||
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 | |
Was getting this error when using a saturate node. This change fixes it. ``` :39 - Invalid arguments for built-in function: max(float,int) drivers\gles3\rasterizer_storage_gles3.cpp:2150 - Condition ' err != OK ' is true. ``` | |||
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky | |
Changed math class error reporting to be a bit less paranoid. | |||
2019-02-25 | Update controls when a stylebox or icon override changes; change to ↵ | Bojidar Marinov | |
CONNECT_REFERENCE_COUNTED Also, cleanup unnessesary calls to update() and NOTIFICATION_THEME_CHANGED. Fixes #25904. | |||
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes ↵ | Juan Linietsky | |
#25897 and many others | |||
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 | |
We need to be explicit about using floating point numbers in our shaders for compatibility with mobile GLES drivers. | |||
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 | |
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error. | |||
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 | |
Make 'SplitContainer' update drawing only if actually needs to | |||
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 ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
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 | 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 #26146 from YeldhamDev/splitcont_hover_fix | Rémi Verschelde | |
Fix 'SplitContainer's showing their handles when they shouldn't | |||
2019-02-22 | Fix code style issues | Rémi Verschelde | |
2019-02-22 | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde | |
Fix all -Wtype-limits warnings. | |||
2019-02-21 | Fix 'SplitContainer's showing their handles when they shouldn't | Michael Alexsander Silva Dias | |
Fixes #25735. | |||
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, ↵ | Juan Linietsky | |
fixes #18801 | |||
2019-02-22 | Use correct meta item in rich text. | Kārlis Seņko | |
Prevent incorrect static cast and unnecesarry meta_hover_ended/started events. | |||
2019-02-21 | Fixed bugs in test body motion and removed unnecesary test in ↵ | Juan Linietsky | |
move_and_slide. Fixes #25968 | |||
2019-02-21 | Fix all -Wtype-limits warnings. | marxin | |
2019-02-21 | Merge pull request #26105 from nekomatata/texture-button-mask-fix | Rémi Verschelde | |
TextureButton with click mask only can be clicked | |||
2019-02-21 | Fixed TextureButton click mask when no other texture is set | PouleyKetchoupp | |
2019-02-20 | Merge pull request #26068 from luizcarlos1405/master | Rémi Verschelde | |
Fix AnimationPlayer jumping to the beggining after ending on editor. | |||
2019-02-20 | Fix AnimationPlayer jumping to the beggining after ending on editor. | Luiz | |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-20 | Merge pull request #26089 from ianb96/word_wrap_cutoff_fix | Rémi Verschelde | |
Fix word wrap cutoff and tab wrapping issue | |||
2019-02-20 | Merge pull request #26049 from vixelz/textureprogress-nineslice-fill-fix | Rémi Verschelde | |
Truncate first segment in TextureProgress 9slices | |||
2019-02-20 | Fix word wrap cutoff and tab wrapping issue | ianb96 | |
2019-02-19 | Allow moving LineEdit visible window left by more than one symbol. | Kārlis Seņko | |
2019-02-19 | Truncate first segment in TextureProgress 9slices | Vixelz | |
Much in the way that TextureProgress was truncating the last segment of the nine slice when the value wasn't close to the end, perform similar work on the beginning segment. This fixes the beginning segment always being drawn, sometimes in the incorrect location. |