| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Ensure depth reads go via alpha render list, fixes #14759 | Juan Linietsky | 2018-01-06 | 1 | -2/+2 |
| * | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 2018-01-06 | 1 | -1/+0 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 96 | -3/+99 |
| * | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | 2018-01-04 | 1 | -2/+2 |
| |\ |
|
| | * | Fix errors with custom default theme and custom fonts. | geequlim | 2017-12-30 | 1 | -2/+2 |
| * | | found via cppcheck: | firefly2442 | 2018-01-03 | 1 | -1/+1 |
| * | | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde | 2018-01-03 | 13 | -9/+85 |
| |\ \ |
|
| | * | | More exact picking for canvas editor | Bernhard Liebl | 2017-12-27 | 13 | -9/+85 |
| * | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 100 | -200/+200 |
| | |/
|/| |
|
| * | | A promise is a promise, so added ability to load and save shaders as text fil... | Juan Linietsky | 2017-12-26 | 2 | -1/+93 |
| * | | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky | 2017-12-26 | 1 | -0/+2 |
| * | | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky | 2017-12-26 | 1 | -1/+1 |
| * | | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 1 | -2/+2 |
| |/ |
|
| * | Make dynamic font oversampling fully dynamic. | Juan Linietsky | 2017-12-19 | 2 | -1/+64 |
| * | Added font oversampling support | Juan Linietsky | 2017-12-19 | 2 | -18/+27 |
| * | fix for BitmapFont::create_from_fnt to allow loading from file in | Ibrahn Sahir | 2017-12-19 | 1 | -2/+2 |
| * | Fixes how transform is applied to geometry in UV unwrap | Juan Linietsky | 2017-12-17 | 1 | -3/+4 |
| * | Cleanup some #if 0'd code | Rémi Verschelde | 2017-12-17 | 1 | -1/+1 |
| * | Added custom editor splash (including sponsor logo). | Juan Linietsky | 2017-12-16 | 1 | -1/+1 |
| * | restored binary compatibility, which was broken in #14406 | Juan Linietsky | 2017-12-16 | 2 | -4/+11 |
| * | Improve duplication and saving of instanced scenes | Matthias Hoelzl | 2017-12-16 | 3 | -3/+26 |
| * | -Added new scene conversion to binary on export (disabled by default, please ... | Juan Linietsky | 2017-12-15 | 2 | -222/+578 |
| * | -Add lightmapper | Juan Linietsky | 2017-12-14 | 3 | -18/+32 |
| * | Fix CheckBox minimum size | volzhs | 2017-12-11 | 1 | -4/+4 |
| * | Fix CheckButton minimum size | volzhs | 2017-12-11 | 1 | -1/+1 |
| * | Merge pull request #14520 from Smjert/fix/11247/skybox | Rémi Verschelde | 2017-12-11 | 1 | -2/+2 |
| |\ |
|
| | * | Fix skybox generation imprecision with Clang | Stefano Bonicatti | 2017-12-10 | 1 | -2/+2 |
| * | | Fix wrong return value in some virtual method bindings | Rémi Verschelde | 2017-12-10 | 1 | -2/+2 |
| |/ |
|
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-12-10 | 1 | -1/+1 |
| * | Fix build in ArrayMesh | Rémi Verschelde | 2017-12-09 | 1 | -0/+4 |
| * | Merge pull request #13371 from RayKoopa/mute_animation_tracks | Rémi Verschelde | 2017-12-09 | 2 | -0/+27 |
| |\ |
|
| | * | Add feature to disable animation tracks | Ray Koopa | 2017-12-09 | 2 | -0/+27 |
| * | | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | 2017-12-09 | 4 | -5/+328 |
| |/ |
|
| * | Fix TileSet::AutotileData::ocludder_map typo | PJB3005 | 2017-12-08 | 2 | -9/+9 |
| * | Changed current line draw order and added code folding color | Paulb23 | 2017-12-07 | 1 | -0/+1 |
| * | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | 2017-12-07 | 2 | -0/+18 |
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 16 | -36/+38 |
| * | -Fix particles with size==0, closes #13931 | Juan Linietsky | 2017-12-06 | 2 | -0/+18 |
| * | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | 2017-12-06 | 3 | -0/+5 |
| |\ |
|
| | * | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | 2017-12-01 | 3 | -0/+5 |
| * | | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | 2017-12-06 | 1 | -1/+1 |
| * | | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | 2017-12-06 | 1 | -0/+2 |
| * | | Improve slang, especially in user-visible parts | Unknown | 2017-12-05 | 1 | -1/+1 |
| * | | Added a higher level wrapper for proxy texture | Juan Linietsky | 2017-12-04 | 2 | -0/+96 |
| * | | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | 2017-12-04 | 3 | -4/+11 |
| * | | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | 2017-12-02 | 3 | -0/+5 |
| * | | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | 2017-11-27 | 1 | -3/+3 |
| |/ |
|
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 3 | -6/+6 |
| * | Fix style error with MenuButton in default theme | geequlim | 2017-11-24 | 1 | -3/+3 |
| * | Fix TileMap and TileSet ClassDB bindings | Ruslan Mustakov | 2017-11-24 | 1 | -1/+1 |