aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* ability to reposition scene tabs with drag & dropJakub Grzesik2017-07-102-2/+43
* Merge pull request #9489 from TwistedTwigleg/Additional_functions_for_Label_a...Rémi Verschelde2017-07-082-2/+37
|\
| * Added additional functions to RichTextLabel:TwistedTwigleg2017-07-082-2/+37
* | Merge pull request #9564 from Noshyaar/pr-thresholdRémi Verschelde2017-07-082-23/+23
|\ \
| * | Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-082-23/+23
* | | Some adjustments to toon material to make it more flexibleJuan Linietsky2017-07-082-1/+4
* | | Added triplanar mapping, toon mode, and more specular modes for materials. Ad...Juan Linietsky2017-07-082-6/+136
|/ /
* | -Added triplanar mapping modesJuan Linietsky2017-07-082-67/+242
* | More fill modes for containers, closes #9504Juan Linietsky2017-07-063-6/+22
* | Ability to set rotation and scaling pivot for controls.Juan Linietsky2017-07-062-7/+41
* | -Ability for controls to grow the left/top when anchored. This makes anchorin...Juan Linietsky2017-07-062-2/+68
* | Use the gravity constant to calculate weightsJohan Manuel2017-07-053-5/+5
* | Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde2017-07-052-0/+49
|\ \
| * | ItemList: expose methods, in-editor items editing supportPoommetee Ketson2017-07-042-0/+49
* | | Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky2017-07-042-7/+8
|/ /
* | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-031-2/+2
|\ \
| * | Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-031-2/+2
* | | Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde2017-07-031-17/+19
|\ \ \
| * | | Re-orient capsule to colission shapeBastiaanOlij2017-07-031-17/+19
* | | | Fixed set_global_scale in Node2D.TwistedTwigleg2017-07-031-1/+1
| |_|/ |/| |
* | | Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-037-97/+123
|/ /
* | Update visibility icon properlyvolzhs2017-07-031-8/+5
* | Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov2017-07-011-1/+8
* | Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-015-33/+37
* | Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky2017-07-015-37/+33
* | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-308-20/+79
* | Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-305-33/+37
|/
* Reworked translation systemJuan Linietsky2017-06-2813-24/+45
* Merge pull request #7947 from RandomShaper/fix-vis-notifier-2dRémi Verschelde2017-06-281-1/+2
|\
| * Fix VisibilityNotifier2D reapplication of viewport offsetPedro J. Estébanez2017-03-061-1/+2
* | Fix build error on masterPoommetee Ketson2017-06-281-1/+1
* | Fix curve saving, refined undo/redoMarc Gilleron2017-06-282-32/+44
* | Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-275-54/+159
|\ \
| * | Curve featuresMarc Gilleron2017-06-265-54/+159
* | | -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-267-6/+6
* | | Merge pull request #9268 from BastiaanOlij/improve_defaultsRémi Verschelde2017-06-261-10/+10
|\ \ \ | |/ / |/| |
| * | Align primitive defaults to default collision shape sizesBastiaanOlij2017-06-191-10/+10
* | | Merge pull request #9296 from TwistedTwigleg/Camera2D_enhancements_V2Rémi Verschelde2017-06-262-18/+127
|\ \ \
| * | | Added some editor enhancements to Camera2D. Added the option to draw Camera2D...TwistedTwigleg2017-06-252-18/+127
* | | | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-263-67/+177
|\ \ \ \
| * | | | Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-253-67/+177
* | | | | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-263-2/+27
|\ \ \ \ \
| * | | | | Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-223-2/+27
* | | | | | tree fix drawing order for header +toger52017-06-251-16/+20
* | | | | | Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky2017-06-256-13/+22
* | | | | | -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-252-12/+129
| |/ / / / |/| | | |
* | | | | Fixes method bindRamesh Ravone2017-06-251-2/+2
* | | | | Ability to restart particle system with a function callJuan Linietsky2017-06-255-5/+68
* | | | | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-257-7/+7
* | | | | Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky2017-06-242-197/+32
|\ \ \ \ \