summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-07-19Fix "vertical" property of StyleBoxLineGeorge Marques
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-19Merge pull request #9703 from Noshyaar/docsRémi Verschelde
Add object type hint for docs
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18Merge pull request #9700 from djrm/button_fixesRémi Verschelde
Fixed button flat behavior when not in normal state.
2017-07-18Merge pull request #9629 from kubecz3k/tabs-addonsRémi Verschelde
Tabs enhancements: get_tab_rect(), move_tab()
2017-07-18Fixed button flat behavior when not in normal state.Daniel J. Ramirez
Also changed some buttons to flat mode
2017-07-18Tabs enhancements: get_tab_rect(), move_tab_from_to()Jakub Grzesik
exposed: get_tab_rect(tab_idx) new and exposed: move_tab_from_to(idx_from, idx_to)
2017-07-18Merge pull request #9689 from djrm/theme_fixesRémi Verschelde
Added separators using StyleBoxLine, some theme style fixes
2017-07-18Merge pull request #9688 from djrm/slider_fixRémi Verschelde
Fixed slider centering when using SIZE_EXPAND_FILL.
2017-07-18Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez
2017-07-18Merge pull request #9482 from Noshyaar/pr-rampRémi Verschelde
Fix shrunk ColorPickers
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson
2017-07-17Change label so they appear vertically alligned on fillJuan Linietsky
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-18Merge pull request #9639 from rminderhoud/primitivesRémi Verschelde
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh
2017-07-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
Improvements and fixes for the default theme.
2017-07-17LineEdit: don't undo uneditable LineEditPoommetee Ketson
2017-07-17Merge pull request #9642 from kubecz3k/checkbox-fixRémi Verschelde
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15-Fix for multiple reflection probes causing issues.Juan Linietsky
-Fix for positional sound corruption to avoid making people deaf.
2017-07-15Script editor usability fixesJuan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
2017-07-14Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud
2017-07-14Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik
2017-07-13Merge pull request #9627 from Noshyaar/dialogRémi Verschelde
AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized
2017-07-13AcceptDialog: fix child w/ ANCHOR_END sized wrong until resizedPoommetee Ketson
2017-07-13Control: save SIZE_FILL size flag propertyPoommetee Ketson
2017-07-11Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursorRémi Verschelde
IME window follow the input cursor.
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito
2017-07-11IME window follow the input cursor.geequlim
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit.
2017-07-11Merge pull request #9355 from TwistedTwigleg/Remote_node_enhancementRémi Verschelde
RemoteTransform and RemoteTransform2D enhancements
2017-07-11Merge pull request #9510 from kubecz3k/tab-repositionThomas Herzog
ability to reposition scene tabs with drag & drop
2017-07-11Merge pull request #9586 from Noshyaar/sliderThomas Herzog
Slider: add set/is_editable
2017-07-11Merge pull request #9521 from AlexHolly/control-posi-to-posrThomas Herzog
removed floor so that global pos works with scale in control
2017-07-10Merge pull request #9592 from RandomShaper/remove-warnsThomas Herzog
Remove warnings about benign situations
2017-07-10Merge pull request #9594 from RandomShaper/fix-mouse-captureThomas Herzog
Fix picking list flood while mouse capture enabled
2017-07-11Slider: add set/is_editablePoommetee Ketson
2017-07-10Fix picking list flood while mouse capture enabledPedro J. Estébanez
Fixes #9575.
2017-07-10Remove warnings about benign situationsPedro J. Estébanez
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-07-08Merge pull request #9489 from ↵Rémi Verschelde
TwistedTwigleg/Additional_functions_for_Label_and_RichTextLabel Added additional functions to RichTextLabel
2017-07-08Merge pull request #9564 from Noshyaar/pr-thresholdRémi Verschelde
Refactor 'treshold' to 'threshold'
2017-07-08removed floor so that global pos works with scalealexholly
2017-07-08Added additional functions to RichTextLabel:TwistedTwigleg
* Added set_text function to RichTextLabel * Added percent_visible attributes and functions to RichTextLabel This should make switching from Label to RichTextLabel easier.
2017-07-08Some adjustments to toon material to make it more flexibleJuan Linietsky
Ability to also disable specular
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. ↵Juan Linietsky
Added multipass support for materials.
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson