summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2017-08-19Merge pull request #10447 from Paulb23/smooth_scrollingRémi Verschelde
2017-08-19Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita...Rémi Verschelde
2017-08-19Merge pull request #10442 from toger5/stylebox_corner_detailRémi Verschelde
2017-08-19Added smooth scrolling to TextEditPaulb23
2017-08-19Fixes to label and code editor to make editing code hopefully fast again.Juan Linietsky
2017-08-19styleBoxFlat: clamp corner_detail + aa_sizetoger5
2017-08-19Performance styleBoxFlat:toger5
2017-08-19Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde
2017-08-19Fixed blinking text, issue 10432Paulb23
2017-08-19Removes extra argument from StyleBoxFlat::get_border_color()Ignacio Etcheverry
2017-08-18Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky
2017-08-18ProceduralSky now regenerates in a thread (the second time, first does not), ...Juan Linietsky
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky
2017-08-18Rename localization method to `tr` againRémi Verschelde
2017-08-18TextEdit: Moving between words now works across lines.Andreas Haas
2017-08-18Make sure local to scene resources are initialized after loading all nodes, f...Juan Linietsky
2017-08-18Merge pull request #10406 from marcelofg55/closest_power_of_2Rémi Verschelde
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-17Oops, fixed wrong color masking problem. Closes #10149Juan Linietsky
2017-08-17Merge pull request #10380 from akien-mga/XL_MESSAGERémi Verschelde
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde
2017-08-16Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde
2017-08-16Merge pull request #10265 from leezh/patchnine_styleboxRémi Verschelde
2017-08-16Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-16Merge pull request #10309 from H4kor/particlesRémi Verschelde
2017-08-16Merge pull request #10312 from kbake/pressed-scroll-bar-styleRémi Verschelde
2017-08-16Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_meshRémi Verschelde
2017-08-16Merge pull request #10376 from RandomShaper/fix-nav-double-pointRémi Verschelde
2017-08-16Fix double point in Navigation2DPedro J. Estébanez
2017-08-16Checking vecs before normalization. Fixes #10183Niko Abeler
2017-08-16Allow zero-padded serial namingPedro J. Estébanez
2017-08-15Merge pull request #10365 from RandomShaper/fix-10074Juan Linietsky
2017-08-16Keep shapes bound to out-of-tree 3D physics objectsPedro J. Estébanez
2017-08-15Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky
2017-08-15Merge pull request #10170 from ISylvox/trail-divisor__editor-glitchJuan Linietsky
2017-08-15Merge pull request #10333 from HummusSamurai/fix-console-errorkubecz3k
2017-08-15Merge pull request #9889 from groud/control_enhancementskubecz3k
2017-08-15Fix debug materials, closes #8607Juan Linietsky
2017-08-15styleBoxFlat removed light, dark color entirelytoger5
2017-08-15new StyleBoxFlat removed multiBorderColortoger5
2017-08-15new StyleBoxFlat limits for drawingtoger5
2017-08-15new StyleBoxFlat added more drawing featurestoger5
2017-08-15Adapted godot to the new StyleBoxFlattoger5
2017-08-15NEW Style Box Flat Implementationtoger5
2017-08-15Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky
2017-08-14Merge pull request #10339 from bojidar-bg/x-fix-scale-conflictIgnacio Etcheverry
2017-08-14Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov
2017-08-14Fix console warning: Condition !env is trueM.H. Alkotob
2017-08-13Avoids inverted anchorsGilles Roudiere