summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2017-08-14Fix console warning: Condition !env is trueM.H. Alkotob
2017-08-11Merge pull request #10194 from Keetz/update-default-valuesRémi Verschelde
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Updated default values in SpatialMaterial and EnvironmentRasmus Ketelsen
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-08-07Texture: Fix wrong method bind instance typeIgnacio Etcheverry
2017-08-06Added missing binding to ImageTexture, closes #8371Juan Linietsky
2017-08-06keep default exported script values unless overriden, closes #8127Juan Linietsky
2017-08-02-Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky
2017-08-01Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde
2017-07-31Bind some useful methods in SurfaceTool to GDScriptAndrii Doroshenko (Xrayez)
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-26Fixes to glow and auto exposure, closes #9797, closes #9106Juan Linietsky
2017-07-25Good bye chunky fonts, closes #9441Juan Linietsky
2017-07-24Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde
2017-07-23-Ability to set default import presets for typeJuan Linietsky
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-19Fix "vertical" property of StyleBoxLineGeorge Marques
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Merge pull request #9703 from Noshyaar/docsRémi Verschelde
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18Merge pull request #9689 from djrm/theme_fixesRémi Verschelde
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez
2017-07-18Merge pull request #9482 from Noshyaar/pr-rampRémi Verschelde
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-18Merge pull request #9639 from rminderhoud/primitivesRémi Verschelde
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-07-14Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito
2017-07-11Slider: add set/is_editablePoommetee Ketson
2017-07-08Merge pull request #9564 from Noshyaar/pr-thresholdRémi Verschelde
2017-07-08Some adjustments to toon material to make it more flexibleJuan Linietsky
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. Ad...Juan Linietsky
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-07-08-Added triplanar mapping modesJuan Linietsky
2017-07-05Use the gravity constant to calculate weightsJohan Manuel
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky
2017-07-03Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde
2017-07-03Re-orient capsule to colission shapeBastiaanOlij
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov
2017-06-29Texture region now updates when changing an AtlasRobert Hernandez