summaryrefslogtreecommitdiffstats
path: root/scene/2d/sprite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-539/+0
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-4/+3
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Add static Vulkan loader.bruvzg2020-02-111-0/+2
* Normalmapping and Specularmapping working in 2D engineJuan Linietsky2020-02-111-2/+46
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-1/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-9/+9
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-5/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed a bug within sprite.cpp that caused nan values to appear when a texture...Tyler Greenwood2019-12-161-0/+3
* Auto-increment frame_coords when keyingTomasz Chabora2019-10-221-0/+4
* Fixes Sprite frame_coordsGilles Roudiere2019-10-131-2/+2
* Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde2019-10-071-6/+6
|\
| * Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp2019-10-051-6/+6
* | Added some obvious errors explanationsqarmin2019-09-251-2/+2
|/
* Add frame_cords accessors to Sprite and Sprite3Dgroud2019-07-271-0/+16
* Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-4/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* Fixes bad gizmo alignment for textures with odd sizeGilles Roudière2019-03-071-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-12/+12
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Added a function to cache texture opacity at a pixel, and modified editor to ...Juan Linietsky2018-08-231-30/+8
* Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-4/+7
* Merge pull request #16122 from ibrahn/sprite-region-with-framesJuan Linietsky2018-05-071-17/+17
|\
| * Allow use of frames in sprites with texture region enabled.Ibrahn Sahir2018-04-081-17/+17
* | Fix error spam with Sprite has compressed texturevolzhs2018-04-161-0/+3
* | Fix index out of size error on Imagevolzhs2018-04-161-0/+21
* | Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+8
|/
* Update Sprite when Texture changesShyRed2018-03-101-0/+22
* Merge pull request #17341 from poke1024/fix16461Rémi Verschelde2018-03-081-1/+7
|\
| * Fix unselectable flipped sprites (fixes 16461)poke10242018-03-071-1/+7
* | Merge pull request #17189 from CodeAndWeb/masterRémi Verschelde2018-03-081-1/+21
|\ \ | |/ |/|
| * Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew2018-03-021-1/+21
* | Fix uninitialized data in Sprite::_get_rects()Bernhard Liebl2018-03-041-2/+2
|/
* Merge pull request #16756 from willnationsdev/shifted-rect-spriteRémi Verschelde2018-02-211-1/+3
|\
| * Expose Sprite._edit_get_rect for click rect accessWill Nations2018-02-191-1/+3
* | 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-5/+15
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-32/+61
|\
| * More exact picking for canvas editorBernhard Liebl2017-12-271-32/+61
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-226/+5
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-4/+4
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Properly update frame range after modifying the vframe/hframes, closes #7624Juan Linietsky2017-08-051-2/+2