| Commit message (Expand) | Author | Age | Files | Lines |
| * | ability to reposition scene tabs with drag & drop | Jakub Grzesik | 2017-07-10 | 2 | -2/+43 |
| * | Merge pull request #9489 from TwistedTwigleg/Additional_functions_for_Label_a... | Rémi Verschelde | 2017-07-08 | 2 | -2/+37 |
| |\ |
|
| | * | Added additional functions to RichTextLabel: | TwistedTwigleg | 2017-07-08 | 2 | -2/+37 |
| * | | Merge pull request #9564 from Noshyaar/pr-threshold | Rémi Verschelde | 2017-07-08 | 2 | -23/+23 |
| |\ \ |
|
| | * | | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 2 | -23/+23 |
| * | | | Some adjustments to toon material to make it more flexible | Juan Linietsky | 2017-07-08 | 2 | -1/+4 |
| * | | | Added triplanar mapping, toon mode, and more specular modes for materials. Ad... | Juan Linietsky | 2017-07-08 | 2 | -6/+136 |
| |/ / |
|
| * | | -Added triplanar mapping modes | Juan Linietsky | 2017-07-08 | 2 | -67/+242 |
| * | | More fill modes for containers, closes #9504 | Juan Linietsky | 2017-07-06 | 3 | -6/+22 |
| * | | Ability to set rotation and scaling pivot for controls. | Juan Linietsky | 2017-07-06 | 2 | -7/+41 |
| * | | -Ability for controls to grow the left/top when anchored. This makes anchorin... | Juan Linietsky | 2017-07-06 | 2 | -2/+68 |
| * | | Use the gravity constant to calculate weights | Johan Manuel | 2017-07-05 | 3 | -5/+5 |
| * | | Merge pull request #9496 from Noshyaar/pr-itemlist | Rémi Verschelde | 2017-07-05 | 2 | -0/+49 |
| |\ \ |
|
| | * | | ItemList: expose methods, in-editor items editing support | Poommetee Ketson | 2017-07-04 | 2 | -0/+49 |
| * | | | Implemented environment arrays for skybox reflection and roughness, quality i... | Juan Linietsky | 2017-07-04 | 2 | -7/+8 |
| |/ / |
|
| * | | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | 2017-07-03 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | 2017-07-03 | 1 | -2/+2 |
| * | | | Merge pull request #9481 from BastiaanOlij/prim_capsule_flat | Rémi Verschelde | 2017-07-03 | 1 | -17/+19 |
| |\ \ \ |
|
| | * | | | Re-orient capsule to colission shape | BastiaanOlij | 2017-07-03 | 1 | -17/+19 |
| * | | | | Fixed set_global_scale in Node2D. | TwistedTwigleg | 2017-07-03 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | 2017-07-03 | 7 | -97/+123 |
| |/ / |
|
| * | | Update visibility icon properly | volzhs | 2017-07-03 | 1 | -8/+5 |
| * | | Readd shape_offset as an editor-only and backcompat property | Bojidar Marinov | 2017-07-01 | 1 | -1/+8 |
| * | | Readd tilemap's shape_transform and bugfixes | Bojidar Marinov | 2017-07-01 | 5 | -33/+37 |
| * | | Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions... | Juan Linietsky | 2017-07-01 | 5 | -37/+33 |
| * | | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 8 | -20/+79 |
| * | | Fix #9409, fixup #9370; tileset now has shape transform instead of offset | Bojidar Marinov | 2017-06-30 | 5 | -33/+37 |
| |/ |
|
| * | Reworked translation system | Juan Linietsky | 2017-06-28 | 13 | -24/+45 |
| * | Merge pull request #7947 from RandomShaper/fix-vis-notifier-2d | Rémi Verschelde | 2017-06-28 | 1 | -1/+2 |
| |\ |
|
| | * | Fix VisibilityNotifier2D reapplication of viewport offset | Pedro J. Estébanez | 2017-03-06 | 1 | -1/+2 |
| * | | Fix build error on master | Poommetee Ketson | 2017-06-28 | 1 | -1/+1 |
| * | | Fix curve saving, refined undo/redo | Marc Gilleron | 2017-06-28 | 2 | -32/+44 |
| * | | Merge pull request #9404 from Zylann/curve_improvement | Juan Linietsky | 2017-06-27 | 5 | -54/+159 |
| |\ \ |
|
| | * | | Curve features | Marc Gilleron | 2017-06-26 | 5 | -54/+159 |
| * | | | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | 2017-06-26 | 7 | -6/+6 |
| * | | | Merge pull request #9268 from BastiaanOlij/improve_defaults | Rémi Verschelde | 2017-06-26 | 1 | -10/+10 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Align primitive defaults to default collision shape sizes | BastiaanOlij | 2017-06-19 | 1 | -10/+10 |
| * | | | Merge pull request #9296 from TwistedTwigleg/Camera2D_enhancements_V2 | Rémi Verschelde | 2017-06-26 | 2 | -18/+127 |
| |\ \ \ |
|
| | * | | | Added some editor enhancements to Camera2D. Added the option to draw Camera2D... | TwistedTwigleg | 2017-06-25 | 2 | -18/+127 |
| * | | | | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps | Rémi Verschelde | 2017-06-26 | 3 | -67/+177 |
| |\ \ \ \ |
|
| | * | | | | Add one-way collisions and individual shape offsets for tilesets | Bojidar Marinov | 2017-06-25 | 3 | -67/+177 |
| * | | | | | Merge pull request #9318 from bojidar-bg/readd-normal-tilemap | Rémi Verschelde | 2017-06-26 | 3 | -2/+27 |
| |\ \ \ \ \ |
|
| | * | | | | | Add normal map to tilemaps and tilesets | Bojidar Marinov | 2017-06-22 | 3 | -2/+27 |
| * | | | | | | tree fix drawing order for header + | toger5 | 2017-06-25 | 1 | -16/+20 |
| * | | | | | | Usability improvements for folding. Unfortunately SpatialMaterial broke compa... | Juan Linietsky | 2017-06-25 | 6 | -13/+22 |
| * | | | | | | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | 2017-06-25 | 2 | -12/+129 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Fixes method bind | Ramesh Ravone | 2017-06-25 | 1 | -2/+2 |
| * | | | | | Ability to restart particle system with a function call | Juan Linietsky | 2017-06-25 | 5 | -5/+68 |
| * | | | | | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 7 | -7/+7 |
| * | | | | | Merge pull request #9353 from Zylann/gradient_refactor | Juan Linietsky | 2017-06-24 | 2 | -197/+32 |
| |\ \ \ \ \ |
|