aboutsummaryrefslogtreecommitdiff
path: root/scene/resources (follow)
Commit message (Collapse)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
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-041-2/+2
|\ | | | | Fix errors with custom theme and custom font in project settings.
| * Fix errors with custom default theme and custom fonts.geequlim2017-12-301-2/+2
| |
* | found via cppcheck:firefly24422018-01-031-1/+1
| | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
* | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0313-9/+85
|\ \ | | | | | | More exact picking for canvas editor
| * | More exact picking for canvas editorBernhard Liebl2017-12-2713-9/+85
| | |
* | | Update copyright statements to 2018Rémi Verschelde2018-01-01100-200/+200
| |/ |/| | | | | Happy new year to the wonderful Godot community!
* | A promise is a promise, so added ability to load and save shaders as text ↵Juan Linietsky2017-12-262-1/+93
| | | | | | | | files, closes #14431
* | Ability to set flags via code in StreamTexture, as some users find it ↵Juan Linietsky2017-12-261-0/+2
| | | | | | | | useful. Fixes #14526.
* | 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
| | | | project root directory.
* 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
| | | | | | test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved
* -Add lightmapperJuan Linietsky2017-12-143-18/+32
| | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* 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 Clang
| * Fix skybox generation imprecision with ClangStefano Bonicatti2017-12-101-2/+2
| | | | | | | | | | | | | | | | | | | | The bug generated a "blue circle" at the bottom end of the y axis, and probably one too at the other end. This is caused by a normalization of a vector which results in its y component to be sometimes > 1.0 or < -1.0 in Clang. This value is then used with acos(), which returns NaN. Fixes #11247
* | 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
| | | | Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
* Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde2017-12-092-0/+27
|\ | | | | Add feature to disable animation tracks
| * Add feature to disable animation tracksRay Koopa2017-12-092-0/+27
| |
* | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-094-5/+328
|/ | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* 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
| | | | -Fixed material previews (dont show sphere unless for spatial)
* Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-063-0/+5
|\ | | | | Add disabled theme to TextEdit
| * 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
| | | | | | | | -Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D)
* | 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 ↵Juan Linietsky2017-11-253-6/+6
| | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* Fix style error with MenuButton in default themegeequlim2017-11-241-3/+3
|
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
|