| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #26642 from DrMoriarty/check_cursor_line | Rémi Verschelde | 2019-03-05 | 1 | -1/+1 |
| |\ | | | | | Check cursor line and column | ||||
| | * | Check cursor line and column | Vasiliy Makarov | 2019-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | Added a trivial check if cursor.line and cursor.column are valid. Fix #26245 | ||||
| * | | Merge pull request #26638 from KoBeWi/fix_audio_stream_player | Rémi Verschelde | 2019-03-05 | 1 | -1/+3 |
| |\ \ | | | | | | | Pause AudioStreamPlayer on SceneTree pause | ||||
| | * | | 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 |
| | | | | | for #24003 | ||||
| * | 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 |
| | | | | | closes #26545 | ||||
| * | 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 | ||||
| | * | 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 ↵ | Juan Linietsky | 2019-03-03 | 2 | -0/+15 |
| | | | | | | | | | misunderstand what this is. | ||||
| * | | Skeletons can now choose between using local or world coords for processing, ↵ | Juan Linietsky | 2019-03-03 | 3 | -30/+24 |
| | | | | | | | | | fixes #26468 | ||||
| * | | 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 | ||||
| | * | | 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 |
| |\ \ | | | | | | | Engine does not crash anymore if a non root node in escn is missing a parent. | ||||
| | * | | 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. | ||||
| | * | | Use correct meta item in rich text. | Kārlis Seņko | 2019-02-22 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | Prevent incorrect static cast and unnecesarry meta_hover_ended/started events. | ||||
| * | | | Fixed wrong method binding in control | Justin Vesper | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Control.get_parent_area_size() is now bound to Control::get_parent_area_size() instead of Control::get_size() | ||||
| * | | | 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 | ||||
| | * | | 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 | ||||
| | * | | | Fix minimum size of ProgressBar-s | Bojidar Marinov | 2019-02-27 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633. | ||||
| * | | | | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | 2019-02-27 | 2 | -5/+5 |
| |\ \ \ \ | | | | | | | | | | | Fix -Wsign-compare warnings. | ||||
| | * | | | | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type. | ||||
| * | | | | | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde | 2019-02-27 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Also cleanup after 01a3dd3. | ||||
| * | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. ``` | ||||
| * | | | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | Changed math class error reporting to be a bit less paranoid. | ||||
| * | | | Update controls when a stylebox or icon override changes; change to ↵ | Bojidar Marinov | 2019-02-25 | 3 | -53/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | CONNECT_REFERENCE_COUNTED Also, cleanup unnessesary calls to update() and NOTIFICATION_THEME_CHANGED. Fixes #25904. | ||||
| * | | | Many separate fixes to ensure non power of 2 textures work on GLES2, closes ↵ | Juan Linietsky | 2019-02-24 | 2 | -8/+20 |
| | | | | | | | | | | | | | #25897 and many others | ||||
| * | | | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam | 2019-02-24 | 2 | -8/+8 |
| |/ / | | | | | | | | | We need to be explicit about using floating point numbers in our shaders for compatibility with mobile GLES drivers. | ||||
| * | | 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 |
| | | | | | | | | | | | -Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error. | ||||
| * | | 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 | ||||
