summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2018-01-12Merge pull request #15629 from endragor/fix-shader-propertyRémi Verschelde
2018-01-12Fix Material's shader property bindingRuslan Mustakov
2018-01-12Make burley default for materials, fixes #15054Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Merge pull request #15528 from AndreaCatania/p1Rémi Verschelde
2018-01-11Fixed resource setup handlingAndreaCatania
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra
2018-01-09Fix bitwise NOT operator on BitMap's set_bitKonrad Nowakowski
2018-01-08Two potential glitches in font oversamplingBernhard Liebl
2018-01-07Fix stale dynamic font reference fetch from cacheBernhard Liebl
2018-01-06Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde
2018-01-03found via cppcheck:firefly2442
2018-01-03Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30Fix errors with custom default theme and custom fonts.geequlim
2017-12-27More exact picking for canvas editorBernhard Liebl
2017-12-26A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky
2017-12-26Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-19Make dynamic font oversampling fully dynamic.Juan Linietsky
2017-12-19Added font oversampling supportJuan Linietsky
2017-12-19fix for BitmapFont::create_from_fnt to allow loading from file inIbrahn Sahir
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky
2017-12-16restored binary compatibility, which was broken in #14406Juan Linietsky
2017-12-16Improve duplication and saving of instanced scenesMatthias Hoelzl
2017-12-15-Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
2017-12-11Fix CheckBox minimum sizevolzhs
2017-12-11Fix CheckButton minimum sizevolzhs
2017-12-11Merge pull request #14520 from Smjert/fix/11247/skyboxRémi Verschelde
2017-12-10Fix skybox generation imprecision with ClangStefano Bonicatti
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde
2017-12-10doc: Sync classref with current sourceRémi Verschelde
2017-12-09Fix build in ArrayMeshRémi Verschelde
2017-12-09Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde
2017-12-09Add feature to disable animation tracksRay Koopa
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-08Fix TileSet::AutotileData::ocludder_map typoPJB3005
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky