aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11720 from ↵Poommetee Ketson2017-09-302-5/+5
|\ | | | | | | | | ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
| * Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia2017-09-302-5/+5
| | | | | | | | NinePatchRect on "drag & drop asset to 2D viewport" feature.
* | Fixes node2D not lockable/groupableGilles Roudiere2017-09-301-2/+2
|/
* Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere2017-09-301-5/+1
|\ | | | | fixed not beeing able to open empty scripts
| * fix not beeing able to open empty scriptsScayze2017-09-281-5/+1
| |
* | Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere2017-09-307-41/+41
|\ \ | | | | | | EditorSettings: Move interface/ properties to interface/editor
| * | EditorSettings: Move interface/ properties to interface/editorAndreas Haas2017-09-297-41/+41
| |/ | | | | | | | | | | 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.
* | Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky2017-09-293-54/+144
| |
* | fixed help bgtoger52017-09-282-28/+15
|/
* Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde2017-09-275-7/+0
|\ | | | | Fixes bad display
| * Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-275-7/+0
| |
* | Fix remove icon in autoload panelGuilherme Felipe2017-09-271-1/+1
| |
* | Update theme property respectivelyvolzhs2017-09-264-20/+48
|/
* Merge pull request #11598 from djrm/pr_fix_code_editor_closeRémi Verschelde2017-09-261-2/+2
|\ | | | | | | | | Fix missing code editor find and replace missing hover icon. [ci skip]
| * Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez2017-09-251-2/+2
| |
* | Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde2017-09-2612-36/+50
|\ \ | | | | | | Removed most of the custom colors from the interface.
| * | Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-2512-36/+50
| |/
* / Removed transparency from spatial editor grid.Daniel J. Ramirez2017-09-252-71/+20
|/
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-2624-51/+51
|\ | | | | Implements set_margins_preset(...)
| * Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-2224-51/+51
| | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
* | Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde2017-09-252-11/+32
|\ \ | | | | | | Bucket fill will now incrementally process the queue on preview mode
| * | Bucket fill will now incrementally process the queue on preview modeMarcelo Fernandez2017-09-242-11/+32
| | |
* | | Merge pull request #11564 from djrm/pr_editor_settings_undoRémi Verschelde2017-09-254-157/+200
|\ \ \ | | | | | | | | Added the ability to revert to initial value in editor settings.
| * | | Added the ability to revert to initial value in editor settings.Daniel J. Ramirez2017-09-244-157/+200
| |/ /
* | | Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-251-1/+1
|\ \ \ | | | | | | | | Add types to scons command-line options
| * | | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
| | | |
* | | | Merge pull request #11569 from djrm/pr_audio_buses_fixesRémi Verschelde2017-09-252-22/+34
|\ \ \ \ | | | | | | | | | | Improved audio buses editor
| * | | | Improved audio buses editorDaniel J. Ramirez2017-09-252-22/+34
| | | | |
* | | | | Merge pull request #11576 from volzhs/output-consoleRémi Verschelde2017-09-253-7/+20
|\ \ \ \ \ | | | | | | | | | | | | Add font size setting for output panel
| * | | | | Add font size setting for output panelvolzhs2017-09-253-7/+20
| | | | | |
* | | | | | Merge pull request #11580 from endragor/ios-exportRémi Verschelde2017-09-251-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Enhance iOS export
| * | | | | Enhance iOS exportRuslan Mustakov2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | 2DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson2017-09-251-2/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #11570 from djrm/pr_fix_tooltipRémi Verschelde2017-09-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fixed tooltip font color
| * | | | Fixed tooltip font colorDaniel J. Ramirez2017-09-251-1/+2
| |/ / /
* | | | Merge pull request #10796 from djrm/pr_better_project_creationRémi Verschelde2017-09-255-121/+247
|\ \ \ \ | |_|/ / |/| | | Improved New Project and Import project experience
| * | | Improved New Project and Import project experienceDaniel J. Ramirez2017-09-235-121/+247
| |/ /
* | | Fix possible infinite loop with bucket fill toolMarcelo Fernandez2017-09-231-0/+4
| | |
* | | -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-232-18/+24
|/ / | | | | | | -Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them.
* | Allow to set a custom DynamicFont in editor settingsMarc Gilleron2017-09-231-2/+2
| |
* | Updated key iconsDaniel J. Ramirez2017-09-228-28/+15
| | | | | | | | [ciskip]
* | Use an arrow instead of 3 dots in treesDaniel J. Ramirez2017-09-223-12/+6
| |
* | Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-226-2/+177
| |
* | Merge pull request #11477 from djrm/pr_visualsRémi Verschelde2017-09-2229-41/+69
|\ \ | |/ |/| Improved a lot of icons, and some style fixes
| * Improved a lot of icons, and some style fixesDaniel J. Ramirez2017-09-2129-41/+69
| |
* | Merge pull request #11487 from groud/viewport_base_clipRémi Verschelde2017-09-221-0/+1
|\ \ | | | | | | | | | | | | Fixes the rulers text drawn outside the viewport_base [ci skip]
| * | Fixes the rulers text drawn outside the viewport_baseGilles Roudiere2017-09-221-0/+1
| | |
* | | Merge pull request #11486 from kubecz3k/freelook-calibrationRémi Verschelde2017-09-221-2/+2
|\ \ \ | |/ / |/| | | | | | | | freelook_base_speed calibration [ci skip]
| * | freelook_base_speed calibrationUnknown2017-09-221-2/+2
| |/ | | | | | | 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
* / Fix godot spraying errors about a null checkGilles Roudiere2017-09-211-1/+2
|/