aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #10443 from karroffel/propagate_callRémi Verschelde2017-08-212-0/+20
|\ \ \ \ \ \ \
| * | | | | | | add "propagate_call" method to NodeKarroffel2017-08-192-0/+20
* | | | | | | | Merge pull request #10506 from hpvb/fix-10501Rémi Verschelde2017-08-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix color_ramp indexing negative elementsHein-Pieter van Braam2017-08-211-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #10508 from Paulb23/increase_smooth_scroll_speedRémi Verschelde2017-08-212-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Increased smooth scroll speed and added user settingPaulb232017-08-212-1/+17
| |/ / / / / / /
* / / / / / / / Fix spinboxes bad lookGilles Roudiere2017-08-211-1/+1
|/ / / / / / /
* | | | | | | Fixed segfault when hovering over scene tree elements and showing tooltips.Wilson E. Alvarez2017-08-201-0/+4
* | | | | | | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-2038-104/+126
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-1938-104/+126
* | | | | | | Merge pull request #10479 from Paulb23/fix_not_scrolling_eofRémi Verschelde2017-08-201-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixed not being able to scroll to eofPaulb232017-08-201-3/+3
* | | | | | | | Merge pull request #10455 from groud/control_margin_fixesRémi Verschelde2017-08-201-3/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Some control fixes and removed useless linesGilles Roudiere2017-08-191-3/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | -Fix all shadow and culling related issues, fixes #9330Juan Linietsky2017-08-194-20/+20
* | | | | | | Added polygon antialiasing, but it does not work on nvidia. Will have to try ...Juan Linietsky2017-08-194-10/+30
* | | | | | | Merge pull request #10447 from Paulb23/smooth_scrollingRémi Verschelde2017-08-194-8/+147
|\ \ \ \ \ \ \
| * | | | | | | Added smooth scrolling to TextEditPaulb232017-08-194-8/+147
* | | | | | | | Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita...Rémi Verschelde2017-08-191-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | styleBoxFlat: clamp corner_detail + aa_sizetoger52017-08-191-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #10442 from toger5/stylebox_corner_detailRémi Verschelde2017-08-191-4/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Performance styleBoxFlat:toger52017-08-191-4/+5
| |/ / / / / /
* / / / / / / Fixes to label and code editor to make editing code hopefully fast again.Juan Linietsky2017-08-191-1/+4
|/ / / / / /
* | | | | | Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde2017-08-191-0/+2
|\ \ \ \ \ \
| * | | | | | Fixed blinking text, issue 10432Paulb232017-08-191-0/+2
* | | | | | | Removes extra argument from StyleBoxFlat::get_border_color()Ignacio Etcheverry2017-08-191-1/+1
* | | | | | | Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky2017-08-181-77/+2
* | | | | | | ProceduralSky now regenerates in a thread (the second time, first does not), ...Juan Linietsky2017-08-182-5/+69
* | | | | | | -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-182-20/+21
* | | | | | | Rename localization method to `tr` againRémi Verschelde2017-08-187-18/+18
| |_|_|/ / / |/| | | | |
* | | | | | 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
|\ \ \ \ \