summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26642 from DrMoriarty/check_cursor_lineRémi Verschelde2019-03-051-1/+1
|\ | | | | Check cursor line and column
| * Check cursor line and columnVasiliy Makarov2019-03-051-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_playerRémi Verschelde2019-03-051-1/+3
|\ \ | | | | | | Pause AudioStreamPlayer on SceneTree pause
| * | Pause AudioStreamPlayer on SceneTree pauseTomasz Chabora2019-03-051-1/+3
| |/
* / Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias2019-03-051-1/+2
|/
* TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ↵Mariano Suligoy2019-03-044-40/+53
| | | | for #24003
* Fix and restore text, material and mesh previewers.Juan Linietsky2019-03-042-2/+8
|
* Update focus mask only if there is a focused control, fixes #26524Juan Linietsky2019-03-041-1/+3
|
* Warn about plane shape usage, closes #26503Juan Linietsky2019-03-041-0/+4
|
* Specifically error when users try to use sync to physics and move and slide, ↵Juan Linietsky2019-03-041-0/+3
| | | | closes #26545
* Merge pull request #26511 from clayjohn/giprobe_gles2_warningRémi Verschelde2019-03-042-0/+12
|\ | | | | Add warning to GIProbe when using GLES2
| * add warning to GIProbe when using GLES2clayjohn2019-03-032-0/+12
| |
* | Fixed missing exclude raycast shapes arguments in snap, closes #25230Juan Linietsky2019-03-032-8/+8
| |
* | Add a warning when using plain Container, as many users seem to ↵Juan Linietsky2019-03-032-0/+15
| | | | | | | | misunderstand what this is.
* | Skeletons can now choose between using local or world coords for processing, ↵Juan Linietsky2019-03-033-30/+24
| | | | | | | | fixes #26468
* | Merge pull request #26514 from clayjohn/hide_properties_gles2Rémi Verschelde2019-03-034-0/+16
|\ \ | | | | | | Hide hdr and shadow_contact in gles2
| * | hide hdr and shadow_contact in gles2clayjohn2019-03-024-0/+16
| |/
* | Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+1
| |
* | Removed some printsJuan Linietsky2019-03-021-3/+0
| |
* | Clean up and fix some situations where triangulation may fail, closes #26366Juan Linietsky2019-03-021-1/+3
| |
* | Fixed a case of broken loop due to wrapping on the edge, closes #25245Juan Linietsky2019-03-021-2/+7
| |
* | Make query checks less agressive, fixes #24694Juan Linietsky2019-03-022-2/+2
| |
* | Remove old method that makes no sense today, fixes #25566Juan Linietsky2019-03-012-31/+0
| |
* | Fixed some crashers, closes #26393Juan Linietsky2019-03-011-2/+3
| |
* | Merge pull request #26441 from QbieShay/fix_sigill_when_no_parent_escnRémi Verschelde2019-03-011-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 parentIlaria Cislaghi2019-03-011-0/+2
| |/
* | Merge pull request #26140 from karliss/meta-itemRémi Verschelde2019-03-012-5/+8
|\ \ | | | | | | Use correct meta item in rich text.
| * | Use correct meta item in rich text.Kārlis Seņko2019-02-222-5/+8
| | | | | | | | | | | | | | | Prevent incorrect static cast and unnecesarry meta_hover_ended/started events.
* | | Fixed wrong method binding in controlJustin Vesper2019-03-011-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 shaderclayjohn2019-02-281-0/+2
| |/ |/|
* | Merge pull request #26257 from kaadmy/procedural_sky_sun_energyRémi Verschelde2019-02-271-4/+7
|\ \ | | | | | | Use sun energy for ProceduralSky generation
| * | Use sun energy for ProceduralSky generationKaadmY2019-02-241-4/+7
| | |
* | | Merge pull request #26352 from bojidar-bg/21633-progress-styleboxRémi Verschelde2019-02-271-3/+6
|\ \ \ | | | | | | | | Fix minimum size of ProgressBar-s
| * | | Fix minimum size of ProgressBar-sBojidar Marinov2019-02-271-3/+6
| | | | | | | | | | | | | | | | | | | | Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633.
* | | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-272-5/+5
|\ \ \ \ | | | | | | | | | | Fix -Wsign-compare warnings.
| * | | | Fix -Wsign-compare warnings.marxin2019-02-272-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 styleRémi Verschelde2019-02-272-3/+3
| | | | | | | | | | | | | | | | | | | | Also cleanup after 01a3dd3.
* | | | | Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam2019-02-271-0/+3
|/ / / /
* / / / Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky2019-02-262-2/+6
|/ / /
* | | Fix saturate ScalarFunc in Visual ShaderWindy Darian2019-02-251-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 Linietsky2019-02-251-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 Marinov2019-02-253-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 Linietsky2019-02-242-8/+20
| | | | | | | | | | | | #25897 and many others
* | | Explicitly use floating point numbers in the our shadersHein-Pieter van Braam2019-02-242-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 #24384Juan Linietsky2019-02-241-1/+7
| |
* | Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky2019-02-231-0/+3
| |
* | Do not crash on empty path, closes #23701Juan Linietsky2019-02-231-0/+3
| |
* | -Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky2019-02-231-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 #26180Juan Linietsky2019-02-232-0/+11
| |
* | Merge pull request #26157 from YeldhamDev/splitcont_update_checkRémi Verschelde2019-02-231-3/+5
|\ \ | | | | | | Make 'SplitContainer' update drawing only if actually needs to