summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2019-04-04Fix BitMap calculating incorrect true bit countAndrii Doroshenko (Xrayez)
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value tr...Angeloss
2019-03-16Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde
2019-03-16Merge pull request #26459 from ptrojahn/eofRémi Verschelde
2019-03-12AudioStreamSample: Don't crash when writing to file failsmerumelu
2019-03-06Hide StreamTexture flags, fixes #26640Juan Linietsky
2019-03-04TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-03-03Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky
2019-03-03Fix style issues from recent commitsRémi Verschelde
2019-03-02Fixed a case of broken loop due to wrapping on the edge, closes #25245Juan Linietsky
2019-03-01Remove extraneous line breaks from text resourcesPaul Trojahn
2019-03-01Remove old method that makes no sense today, fixes #25566Juan Linietsky
2019-03-01Merge pull request #26441 from QbieShay/fix_sigill_when_no_parent_escnRémi Verschelde
2019-03-01Editor does not crash anymore if a non root node in escn is missing a parentIlaria Cislaghi
2019-02-28added diffuse and specular as inputs to visual shaderclayjohn
2019-02-27Merge pull request #26257 from kaadmy/procedural_sky_sun_energyRémi Verschelde
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-27Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam
2019-02-26Consider StaticBody and NavMesh position when converting to a MeshLibraryBojidar Marinov
2019-02-25Fix saturate ScalarFunc in Visual ShaderWindy Darian
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-25Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov
2019-02-24Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky
2019-02-24Use sun energy for ProceduralSky generationKaadmY
2019-02-24Explicitly use floating point numbers in the our shadersHein-Pieter van Braam
2019-02-24Prevent circular references to scene being saved, fixes #24384Juan Linietsky
2019-02-23-Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky
2019-02-22-Support DEPTH_TEXTURE in GLES2, fixes #25106Juan Linietsky
2019-02-22Fix code style issuesRémi Verschelde
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-14-Fixes to undo redo to avoid crash, closes #24251Juan Linietsky
2019-02-14Merge pull request #25717 from nekomatata/dynamic-font-settings-fixRémi Verschelde
2019-02-13Fix typos with codespellRémi Verschelde
2019-02-12Fixed undefined setting values when loading dynamic fontsPouleyKetchoupp
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-02-12Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde
2019-02-12Merge pull request #25725 from clayjohn/multimesh_transform_2dRémi Verschelde
2019-02-12Merge pull request #25754 from JFonS/fix_25567Rémi Verschelde
2019-02-11Fix canvas particle material for old GLSL versionsJFonS
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-02-10TSCN: Remove extra newline after [resource]/[ext_resource]Rémi Verschelde
2019-02-09Merge pull request #25653 from BastiaanOlij/fix_hide_skyrotationRémi Verschelde
2019-02-08added ability to set instance_transform_2d in multimeshclayjohn
2019-02-08Merge pull request #25627 from clayjohn/visual_shader_texture_bugRémi Verschelde
2019-02-08Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crashRémi Verschelde