summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
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
2017-07-08-Added triplanar mapping modesJuan Linietsky
-Some fixes to shader lang
2017-07-06More fill modes for containers, closes #9504Juan Linietsky
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-06-Ability for controls to grow the left/top when anchored. This makes ↵Juan Linietsky
anchoring controls to the right/bottom easier when they are resized.
2017-07-05Added the following features to RemoteTransform and RemoteTransform2D:TwistedTwigleg
- Added the ability to toggle changes in position, rotation, and scale - Added the ability to toggle changes in either local or global coordinates
2017-07-05Use the gravity constant to calculate weightsJohan Manuel
2017-07-05Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde
ItemList: expose methods, in-editor items editing support
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality ↵Juan Linietsky
increase is enormous.
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-07-03Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
2017-07-03Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde
Re-orient capsule to collision shape
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
2017-07-03Fixed set_global_scale in Node2D.TwistedTwigleg
2017-07-03Re-orient capsule to colission shapeBastiaanOlij
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky