summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-09-30Merge pull request #11720 from ↵Poommetee Ketson
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
2017-09-30Fixes node2D not lockable/groupableGilles Roudiere
2017-09-30Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia
NinePatchRect on "drag & drop asset to 2D viewport" feature.
2017-09-30Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere
fixed not beeing able to open empty scripts
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
2017-09-28fix not beeing able to open empty scriptsScayze
2017-09-28fixed help bgtoger5
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-27Fix remove icon in autoload panelGuilherme Felipe
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Update theme property respectivelyvolzhs
2017-09-26Merge pull request #11598 from djrm/pr_fix_code_editor_closeRémi Verschelde
Fix missing code editor find and replace missing hover icon. [ci skip]
2017-09-26Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde
Removed most of the custom colors from the interface.
2017-09-25Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez
2017-09-25Removed transparency from spatial editor grid.Daniel J. Ramirez
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
Implements set_margins_preset(...)
2017-09-25Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde
Bucket fill will now incrementally process the queue on preview mode
2017-09-25Merge pull request #11564 from djrm/pr_editor_settings_undoRémi Verschelde
Added the ability to revert to initial value in editor settings.
2017-09-25Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde
Add types to scons command-line options
2017-09-25Merge pull request #11569 from djrm/pr_audio_buses_fixesRémi Verschelde
Improved audio buses editor
2017-09-25Merge pull request #11576 from volzhs/output-consoleRémi Verschelde
Add font size setting for output panel
2017-09-25Merge pull request #11580 from endragor/ios-exportRémi Verschelde
Enhance iOS export
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-26Enhance iOS exportRuslan Mustakov
- The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
2017-09-252DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson
2017-09-25Add font size setting for output panelvolzhs
2017-09-25Merge pull request #11570 from djrm/pr_fix_tooltipRémi Verschelde
Fixed tooltip font color
2017-09-25Fixed tooltip font colorDaniel J. Ramirez
2017-09-25Improved audio buses editorDaniel J. Ramirez
2017-09-25Merge pull request #10796 from djrm/pr_better_project_creationRémi Verschelde
Improved New Project and Import project experience
2017-09-24Added the ability to revert to initial value in editor settings.Daniel J. Ramirez
2017-09-24Bucket fill will now incrementally process the queue on preview modeMarcelo Fernandez
2017-09-23Improved New Project and Import project experienceDaniel J. Ramirez
2017-09-23Fix possible infinite loop with bucket fill toolMarcelo Fernandez
2017-09-23-Fixed redraw always on 3D viewprot bugJuan Linietsky
-Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them.
2017-09-23Allow to set a custom DynamicFont in editor settingsMarc Gilleron
2017-09-22Updated key iconsDaniel J. Ramirez
[ciskip]
2017-09-22Use an arrow instead of 3 dots in treesDaniel J. Ramirez
2017-09-22Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky
2017-09-22Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere
set_anchors_and_margins_preset(PRESET_WIDE)
2017-09-22Merge pull request #11477 from djrm/pr_visualsRémi Verschelde
Improved a lot of icons, and some style fixes
2017-09-22Merge pull request #11487 from groud/viewport_base_clipRémi Verschelde
Fixes the rulers text drawn outside the viewport_base [ci skip]
2017-09-22Merge pull request #11486 from kubecz3k/freelook-calibrationRémi Verschelde
freelook_base_speed calibration [ci skip]
2017-09-22Fixes the rulers text drawn outside the viewport_baseGilles Roudiere
2017-09-22freelook_base_speed calibrationUnknown
freelook_base_speed changed from 0.5 to 0.1 Also precision changed from 0.1 to 0.01 so it's possible to set values lower than 0.1
2017-09-21Improved a lot of icons, and some style fixesDaniel J. Ramirez
2017-09-21Fix godot spraying errors about a null checkGilles Roudiere