aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* TextEdit: Moving between words now works across lines.Andreas Haas2017-08-181-0/+14
* Make sure local to scene resources are initialized after loading all nodes, f...Juan Linietsky2017-08-181-1/+7
* Merge pull request #10406 from marcelofg55/closest_power_of_2Rémi Verschelde2017-08-182-2/+2
|\
| * Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-172-2/+2
* | Oops, fixed wrong color masking problem. Closes #10149Juan Linietsky2017-08-171-1/+2
* | Merge pull request #10380 from akien-mga/XL_MESSAGERémi Verschelde2017-08-177-18/+18
|\ \ | |/ |/|
| * Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-177-18/+18
* | Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde2017-08-162-2/+2
|\ \
| * | Fixes ItemList::is_same_column_width() return typeIgnacio Etcheverry2017-08-112-2/+2
* | | Merge pull request #10265 from leezh/patchnine_styleboxRémi Verschelde2017-08-162-1/+57
|\ \ \
| * | | Added Tile and TileFit to StyleBoxesZher Huei Lee2017-08-122-1/+57
* | | | Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde2017-08-164-101/+495
|\ \ \ \ | |_|_|/ |/| | |
| * | | styleBoxFlat removed light, dark color entirelytoger52017-08-153-51/+8
| * | | new StyleBoxFlat removed multiBorderColortoger52017-08-151-8/+9
| * | | new StyleBoxFlat limits for drawingtoger52017-08-151-36/+45
| * | | new StyleBoxFlat added more drawing featurestoger52017-08-152-5/+181
| * | | Adapted godot to the new StyleBoxFlattoger52017-08-152-5/+5
| * | | NEW Style Box Flat Implementationtoger52017-08-152-87/+338
* | | | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-1664-595/+595
* | | | Merge pull request #10309 from H4kor/particlesRémi Verschelde2017-08-161-7/+9
|\ \ \ \
| * | | | Checking vecs before normalization. Fixes #10183Niko Abeler2017-08-161-7/+9
| | |/ / | |/| |
* | | | Merge pull request #10312 from kbake/pressed-scroll-bar-styleRémi Verschelde2017-08-164-1/+14
|\ \ \ \
| * | | | Scroll bars now look different on presskbake2017-08-124-1/+14
| |/ / /
* | | | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_meshRémi Verschelde2017-08-161-0/+2
|\ \ \ \
| * | | | Exposed create_from_mesh in NavmeshTwistedTwigleg2017-08-131-0/+2
* | | | | Merge pull request #10376 from RandomShaper/fix-nav-double-pointRémi Verschelde2017-08-161-1/+2
|\ \ \ \ \
| * | | | | Fix double point in Navigation2DPedro J. Estébanez2017-08-161-1/+2
* | | | | | Allow zero-padded serial namingPedro J. Estébanez2017-08-161-1/+2
|/ / / / /
* | | | | Merge pull request #10365 from RandomShaper/fix-10074Juan Linietsky2017-08-151-7/+0
|\ \ \ \ \
| * | | | | Keep shapes bound to out-of-tree 3D physics objectsPedro J. Estébanez2017-08-161-7/+0
| | |_|/ / | |/| | |
* | | | | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky2017-08-152-7/+13
* | | | | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitchJuan Linietsky2017-08-151-2/+1
|\ \ \ \ \
| * | | | | trail divisor is now works properlyIndah Sylvia2017-08-081-2/+1
* | | | | | Merge pull request #10333 from HummusSamurai/fix-console-errorkubecz3k2017-08-151-2/+2
|\ \ \ \ \ \
| * | | | | | Fix console warning: Condition !env is trueM.H. Alkotob2017-08-141-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9889 from groud/control_enhancementskubecz3k2017-08-1510-114/+237
|\ \ \ \ \ \
| * | | | | | Avoids inverted anchorsGilles Roudiere2017-08-132-12/+20
| * | | | | | Adds a function to set Anchors with a layout presetGilles Roudiere2017-08-132-0/+153
| * | | | | | Handle undo/redo of anchor positioningGilles Roudiere2017-08-131-0/+11
| * | | | | | Add anchor visualizationGilles Roudiere2017-08-131-0/+1
| * | | | | | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-1310-115/+65
| |/ / / / /
* | | / / / Fix debug materials, closes #8607Juan Linietsky2017-08-151-20/+21
| |_|/ / / |/| | | |
* | | | | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky2017-08-151-2/+1
* | | | | Merge pull request #10339 from bojidar-bg/x-fix-scale-conflictIgnacio Etcheverry2017-08-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov2017-08-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107Rémi Verschelde2017-08-131-1/+2
|\ \ \ \
| * | | | Fix missing and incorrect values in return value of _move methodNathan Hold2017-08-121-1/+2
| | |_|/ | |/| |
* | | | Disabling Particles::one_shot restarts emissionZher Huei Lee2017-08-122-0/+4
| |/ / |/| |
* | | Merge pull request #10198 from jjay/f/stretch_aspect_expandRémi Verschelde2017-08-112-5/+5
|\ \ \ | |/ / |/| |
| * | Add expand stretch/ascpect - no more black barsYakov Borevich2017-08-092-5/+5
| |/