summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-11-05Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde
In Create New Node, always select and show best (shortest) match
2017-11-05Merge pull request #12639 from bojidar-bg/x-add-rest-template-listingRémi Verschelde
Change URL of the mirror list
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-11-04Change URL of the mirror listBojidar Marinov
2017-11-04Fixes random sorting order in Create New Node dialogBernhard Liebl
2017-11-02Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde
Select correct animation on creation of a new one
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-01Fix compilation on Visual Studio 2013 again.scorched
2017-11-01Select correct animation on creation of a new onebncastle
- Select the correct animation when creating a new one. - Removed unneeded new_name variable.
2017-11-01Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere
Proposal for modified Polygon2D editor controls
2017-11-01Fix to issue #12554, due to error in refactoring in PR #10261Cradmon
2017-11-01Merge pull request #12538 from akien-mga/editorsettingsRémi Verschelde
Code quality refactoring in EditorSettings
2017-11-01Merge pull request #12548 from SaracenOne/vertex_compression_import_fixRémi Verschelde
Restores functionality of the use_compression flag in Collada import
2017-11-01Restores functionality of the use_compression flag in the Collada importer.Saracen
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
2017-10-31Merge pull request #12539 from bncastle/InputMapDialogClearActionRémi Verschelde
Clear action name text input when the action is successfully added to the Input Map [ci skip]
2017-10-31Some more harmonization of EditorSettings codeRémi Verschelde
2017-10-31Merge pull request #10261 from Cradmon/refactorRémi Verschelde
Make the File System Dock more user friendly
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Clear text when a new action is added Project Settings Input Mapbncastle
When editing the Input Map under Project Settings: Clear the action name the 'Add' button is clicked and the action is successfully added.
2017-10-31Reorder EditorSettings code for better legibilityRémi Verschelde
No functional change, only moving stuff around.
2017-10-31Use node name as default filename when attaching script.Benjamin
When attaching a script to a node that isn't saved to a scene file, use its name as default filename. If the edited scene's root node *has* been saved to a file, use that directory.
2017-10-31Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde
Add option to use freelook with a toggle shortcut
2017-10-30Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron
holding RMB (like Unity)
2017-10-30Merge pull request #12363 from groud/implement_guidesRémi Verschelde
Implement 2D editor guides
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-30Merge pull request #12489 from groud/fix_moving_control_with_direction_keyRémi Verschelde
Fixes keybord directionnal keys not moving nodes in the 2D editor
2017-10-30Add support for non-ISO locale identifiers via renames mapRémi Verschelde
Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it.
2017-10-29Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere
2017-10-29Fix typo in project managerRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translation templates with current sourceRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translations with WeblateRémi Verschelde
2017-10-28Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde
Added hotkey for Continue action in Script editor [ci skip]
2017-10-28Merge pull request #12448 from larsonjj/fix/property_editor_hidpiRémi Verschelde
Fixed scaling issues with editor action button and value editor popovers
2017-10-28Merge pull request #12430 from sersoong/master-testRémi Verschelde
3.0 Add copy button to sprite_frames_editor_plugin
2017-10-28ProjectSettings: show error msg in a label insteadPoommetee Ketson
2017-10-27Fixed interface scaling issues with editor action button and value editor ↵Jake Larson
popovers
2017-10-28Add copy button to sprite_frames_editor_pluginsersoong
2017-10-27Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde
Fix editor action button layout
2017-10-27Fix editor action button layoutJake Larson
2017-10-27Merge pull request #12386 from zedutchgandalf/popup-text-marginsRémi Verschelde
Fix text margins in property editor pop-up.
2017-10-26Add language option button to project managersheepandshepherd
Closes #4901
2017-10-25Fix text margins in value editor pop-up.Robin Arys
2017-10-25Added hotkey for Continue actionChaosus
2017-10-24Implement guidesGilles Roudiere
2017-10-24Merge pull request #12365 from neikeq/pRémi Verschelde
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
2017-10-24Merge pull request #12340 from homer666/orbit-inertia-toned-downRémi Verschelde
Reduce default orbit inertia value [ci skip]
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-24Merge pull request #12186 from ↵Rémi Verschelde
DmitriySalnikov/ability_to_filter_locales_in_remaps_tab Added the ability to filter the list of locales in the Remap tab.