summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26638 from KoBeWi/fix_audio_stream_playerRémi Verschelde2019-03-051-1/+3
|\
| * 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
* 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
* Merge pull request #26511 from clayjohn/giprobe_gles2_warningRémi Verschelde2019-03-042-0/+12
|\
| * 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 misunderstand...Juan Linietsky2019-03-032-0/+15
* | Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky2019-03-033-30/+24
* | Merge pull request #26514 from clayjohn/hide_properties_gles2Rémi Verschelde2019-03-034-0/+16
|\ \
| * | 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
|\ \
| * | 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.Kārlis Seņko2019-02-222-5/+8
* | | Fixed wrong method binding in controlJustin Vesper2019-03-011-1/+1
* | | 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 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-sBojidar Marinov2019-02-271-3/+6
* | | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-272-5/+5
|\ \ \ \
| * | | | Fix -Wsign-compare warnings.marxin2019-02-272-5/+5
* | | | | Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-272-3/+3
* | | | | 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
* | | Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-1/+1
* | | Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov2019-02-253-53/+37
* | | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky2019-02-242-8/+20
* | | Explicitly use floating point numbers in the our shadersHein-Pieter van Braam2019-02-242-8/+8
|/ /
* | 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
* | 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 toMichael Alexsander Silva Dias2019-02-221-3/+5
* | | Change MAX for MIN, fixes #26170Juan Linietsky2019-02-221-1/+1