aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Ability to shrink 3D viewport by halfJuan Linietsky2017-10-312-3/+28
| |/ / / |/| | |
* | | | Use node name as default filename when attaching script.Benjamin2017-10-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde2017-10-311-1/+17
|\ \ \ \ | | | | | | | | | | Add option to use freelook with a toggle shortcut
| * | | | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron2017-10-301-1/+17
| | | | | | | | | | | | | | | | | | | | holding RMB (like Unity)
* | | | | Merge pull request #12363 from groud/implement_guidesRémi Verschelde2017-10-302-47/+321
|\ \ \ \ \ | | | | | | | | | | | | Implement 2D editor guides
| * | | | | Implement guidesGilles Roudiere2017-10-242-47/+321
| | |/ / / | |/| | |
* | | | | Clean up GI Probe baking, proper button and progress bar.Juan Linietsky2017-10-302-0/+31
| |_|/ / |/| | |
* | | | Merge pull request #12489 from groud/fix_moving_control_with_direction_keyRémi Verschelde2017-10-301-26/+26
|\ \ \ \ | | | | | | | | | | Fixes keybord directionnal keys not moving nodes in the 2D editor
| * | | | Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere2017-10-291-26/+26
| | |/ / | |/| |
* / | | Add support for non-ISO locale identifiers via renames mapRémi Verschelde2017-10-301-0/+1
|/ / / | | | | | | | | | | | | | | | | | | 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.
* | | Fix typo in project managerRémi Verschelde2017-10-2937-37/+37
| | | | | | | | | | | | [ci skip]
* | | i18n: Sync translation templates with current sourceRémi Verschelde2017-10-2936-551/+2499
| | | | | | | | | | | | [ci skip]
* | | i18n: Sync translations with WeblateRémi Verschelde2017-10-2935-1939/+8771
| | |
* | | Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde2017-10-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Added hotkey for Continue action in Script editor [ci skip]
| * | | Added hotkey for Continue actionChaosus2017-10-251-1/+1
| | | |
* | | | Merge pull request #12448 from larsonjj/fix/property_editor_hidpiRémi Verschelde2017-10-281-13/+13
|\ \ \ \ | | | | | | | | | | Fixed scaling issues with editor action button and value editor popovers
| * | | | Fixed interface scaling issues with editor action button and value editor ↵Jake Larson2017-10-271-13/+13
| | | | | | | | | | | | | | | | | | | | popovers
* | | | | Merge pull request #12430 from sersoong/master-testRémi Verschelde2017-10-282-0/+21
|\ \ \ \ \ | | | | | | | | | | | | 3.0 Add copy button to sprite_frames_editor_plugin
| * | | | | Add copy button to sprite_frames_editor_pluginsersoong2017-10-282-0/+21
| | |/ / / | |/| | |
* | | | | ProjectSettings: show error msg in a label insteadPoommetee Ketson2017-10-282-4/+15
| |/ / / |/| | |
* | | | Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde2017-10-271-4/+4
|\ \ \ \ | | | | | | | | | | Fix editor action button layout
| * | | | Fix editor action button layoutJake Larson2017-10-271-4/+4
| |/ / /
* | | | Merge pull request #12386 from zedutchgandalf/popup-text-marginsRémi Verschelde2017-10-271-7/+8
|\ \ \ \ | | | | | | | | | | Fix text margins in property editor pop-up.
| * | | | Fix text margins in value editor pop-up.Robin Arys2017-10-251-7/+8
| |/ / /
* / / / Add language option button to project managersheepandshepherd2017-10-262-2/+77
|/ / / | | | | | | | | | Closes #4901
* | | Merge pull request #12365 from neikeq/pRémi Verschelde2017-10-242-8/+28
|\ \ \ | | | | | | | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
| * | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-242-8/+28
| |/ / | | | | | | | | | | | | - 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.
* | | Merge pull request #12340 from homer666/orbit-inertia-toned-downRémi Verschelde2017-10-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Reduce default orbit inertia value [ci skip]
| * | | Reduce default orbit inertia valuehomer6662017-10-231-1/+1
| |/ /
* | | Finished transition of Patch9Rect to NinePatchRectIndah Sylvia2017-10-243-48/+48
| | |
* | | Merge pull request #12186 from ↵Rémi Verschelde2017-10-242-9/+215
|\ \ \ | | | | | | | | | | | | | | | | DmitriySalnikov/ability_to_filter_locales_in_remaps_tab Added the ability to filter the list of locales in the Remap tab.
| * | | Added the ability to filter the list of locales in the Remap tab.DimOkGamer2017-10-242-9/+215
| | | |
* | | | Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde2017-10-233-0/+3
|\ \ \ \ | | | | | | | | | | Added setting to toggle current line highlighting
| * | | | Added setting to toggle current line highlightingPaulb232017-10-223-0/+3
| | | | |
* | | | | Merge pull request #12360 from volzhs/ttr-formatRémi Verschelde2017-10-231-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix warning message format for addon plugin [ci skip]
| * | | | | Fix warning message format for addon pluginvolzhs2017-10-241-5/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #12334 from Zylann/tilemap_bresenham_paintRémi Verschelde2017-10-231-14/+31
|\ \ \ \ \ | | | | | | | | | | | | Use bresenham line in freehand tilemap painting to fill discontinuities
| * | | | | Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron2017-10-231-14/+31
| |/ / / /
* | | | | Monitor: add checkbox to monitor listPoommetee Ketson2017-10-242-8/+10
| | | | | | | | | | | | | | | | | | | | so that users don't have to hold CTRL to select multiple entries.
* | | | | Improved monitors units and colors.Daniel J. Ramirez2017-10-231-7/+40
|/ / / /
* | | | Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-225-25/+16
|\ \ \ \ | | | | | | | | | | Added snapping to spatial drag and drop.
| * | | | Added snapping to spatial drag and drop.SaracenOne2017-09-205-25/+16
| | | | |
* | | | | Change theme button name to edit themeAlexander Holland2017-10-221-1/+5
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge pull request #11882 from Noshyaar/pr-filedialogRémi Verschelde2017-10-221-15/+21
|\ \ \ \ \ | | | | | | | | | | | | FileDialog: enlarge the file list a bit
| * | | | | FileDialog: enlarge the file list a bitPoommetee Ketson2017-10-221-15/+21
| | |/ / / | |/| | |
* / | | | Fix TileMap editor not getting inputPedro J. Estébanez2017-10-221-1/+1
|/ / / / | | | | | | | | | | | | Fixes #12265.
* | | | Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_fontRémi Verschelde2017-10-212-0/+4
|\ \ \ \ | | | | | | | | | | Fix recent scenes layout when resizing font
| * | | | Fix drop-down size when resizing font #12207Felipe Seixas2017-10-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
* | | | | Merge pull request #12290 from Noshyaar/enumRémi Verschelde2017-10-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bind unbound enums, rearrange some by value [ci skip]
| * | | | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-0/+1
| | | | | |