aboutsummaryrefslogtreecommitdiff
path: root/scene/resources (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky2018-01-061-2/+2
* Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-061-1/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0596-3/+99
* Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-041-2/+2
|\
| * Fix errors with custom default theme and custom fonts.geequlim2017-12-301-2/+2
* | found via cppcheck:firefly24422018-01-031-1/+1
* | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0313-9/+85
|\ \
| * | More exact picking for canvas editorBernhard Liebl2017-12-2713-9/+85
* | | Update copyright statements to 2018Rémi Verschelde2018-01-01100-200/+200
| |/ |/|
* | A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky2017-12-262-1/+93
* | Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky2017-12-261-0/+2
* | Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky2017-12-261-1/+1
* | Add missing parameter namesPoommetee Ketson2017-12-251-2/+2
|/
* Make dynamic font oversampling fully dynamic.Juan Linietsky2017-12-192-1/+64
* Added font oversampling supportJuan Linietsky2017-12-192-18/+27
* fix for BitmapFont::create_from_fnt to allow loading from file inIbrahn Sahir2017-12-191-2/+2
* Fixes how transform is applied to geometry in UV unwrapJuan Linietsky2017-12-171-3/+4
* Cleanup some #if 0'd codeRémi Verschelde2017-12-171-1/+1
* Added custom editor splash (including sponsor logo).Juan Linietsky2017-12-161-1/+1
* restored binary compatibility, which was broken in #14406Juan Linietsky2017-12-162-4/+11
* Improve duplication and saving of instanced scenesMatthias Hoelzl2017-12-163-3/+26
* -Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky2017-12-152-222/+578
* -Add lightmapperJuan Linietsky2017-12-143-18/+32
* Fix CheckBox minimum sizevolzhs2017-12-111-4/+4
* Fix CheckButton minimum sizevolzhs2017-12-111-1/+1
* Merge pull request #14520 from Smjert/fix/11247/skyboxRémi Verschelde2017-12-111-2/+2
|\
| * Fix skybox generation imprecision with ClangStefano Bonicatti2017-12-101-2/+2
* | Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
|/
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-1/+1
* Fix build in ArrayMeshRémi Verschelde2017-12-091-0/+4
* Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde2017-12-092-0/+27
|\
| * Add feature to disable animation tracksRay Koopa2017-12-092-0/+27
* | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-094-5/+328
|/
* Fix TileSet::AutotileData::ocludder_map typoPJB30052017-12-082-9/+9
* Changed current line draw order and added code folding colorPaulb232017-12-071-0/+1
* ability to keep user tracks when importing animations, closes #12801Juan Linietsky2017-12-072-0/+18
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0716-36/+38
* -Fix particles with size==0, closes #13931Juan Linietsky2017-12-062-0/+18
* Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-063-0/+5
|\
| * Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-013-0/+5
* | Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky2017-12-061-1/+1
* | Fix missing stylebox for LinkButton's hover statesWaldson Patrício2017-12-061-0/+2
* | Improve slang, especially in user-visible partsUnknown2017-12-051-1/+1
* | Added a higher level wrapper for proxy textureJuan Linietsky2017-12-042-0/+96
* | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-043-4/+11
* | Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias2017-12-023-0/+5
* | Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky2017-11-271-3/+3
|/
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-253-6/+6
* Fix style error with MenuButton in default themegeequlim2017-11-241-3/+3
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1