summaryrefslogtreecommitdiffstats
path: root/scene/3d/sprite_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove AnimatedSprite3D.`is_playing()` for redundancyMicky2022-08-091-12/+7
* | Fix AnimatedSprite2D & 3D animation list in inspectorjmb4622022-08-261-4/+7
* | Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-24/+20
|\ \
| * | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-24/+20
| |/
* / Octahedral Normal Support for Sprite and Soft BodyOmar El Sheikh2022-08-201-18/+13
|/
* Change default material alpha scissor threshold to 0.5Hugo Locurcio2022-08-011-1/+1
* Fix no `hint_string` for `frame` property in `AnimatedSprite`skleonc2022-07-031-1/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-4/+4
* Add autocompletion for AnimatedSprite.play()Haoyu Qiu2022-05-051-0/+11
* Expose Label3D and Sprite*3D material render priority properties.bruvzg2022-04-301-0/+22
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-2/+2
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* | Implement Label3D node.bruvzg2022-04-221-2/+21
|/
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Fix AnimatedSprite infinite loopHaoyu Qiu2022-02-281-5/+5
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-15/+17
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Merge pull request #55446 from Calinou/spritebase3d-remove-opacityRémi Verschelde2022-01-121-15/+0
|\
| * Remove redundant SpriteBase3D `opacity` propertyHugo Locurcio2021-11-291-15/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | Fix _validate_property on AnimatedSprite 2D and 3DJonathan Gollnick2021-12-081-1/+1
* | Merge pull request #53287 from Chaosus/sprite3d_fixRémi Verschelde2021-12-021-0/+2
|\ \ | |/ |/|
| * Add `texture_changed` signal to `Sprite3D`Yuri Roubinsky2021-10-011-0/+2
* | Refactored Node3D rotation modesreduz2021-10-251-0/+4
* | Fix rendering centered odd-size texture in AnimatedSprite2D/AnimatedSprite3Dkleonc2021-10-031-8/+6
|/
* Merge pull request #43573 from lewiji/masterMax Hilbrunner2021-08-281-1/+1
|\
| * Fix is_playing() method in AnimatedSprite3DLewis Pollard2020-11-161-1/+1
* | Use doubles for time in many other placesAaron Franke2021-08-091-2/+2
* | Use real_t in 3D nodesAaron Franke2021-08-031-5/+5
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+3
* | Node3D gizmo improvementsjfons2021-07-231-1/+1
* | Explicitly cast to float when creating a float arrayAaron Franke2021-07-191-4/+4
* | Import mesh colors in 8BPP.reduz2021-06-301-12/+12
* | Deprecate ImmediateGeometryreduz2021-06-301-76/+230
* | Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky2021-06-121-0/+2
* | Change frame_coords to Vector2ikobewi2021-05-231-7/+7
* | Use Array for node configuration warningsNathan Franke2021-04-111-8/+5
* | Rename Sprite.region_enabled getter and setter to match propertiesMarcel Admiraal2021-03-141-13/+13
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* | Hide more options of disabled propertiesMichael Alexsander2021-03-031-2/+0
* | Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-0/+7
* | Add animation_finished signal and fix frame_changed signal for AnimatedSprite3DJitesh2021-02-171-0/+3
* | Removed _change_notifyreduz2021-02-101-10/+5
* | Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-18/+0
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* | Static analyzer fixes:bruvzg2020-12-091-2/+2