Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-01 | Added String::dedent() to remove text indentation | Zher 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-31 | Merge pull request #12539 from bncastle/InputMapDialogClearAction | Rémi Verschelde | |
Clear action name text input when the action is successfully added to the Input Map [ci skip] | |||
2017-10-31 | Merge pull request #10261 from Cradmon/refactor | Rémi Verschelde | |
Make the File System Dock more user friendly | |||
2017-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | |
2017-10-31 | Clear text when a new action is added Project Settings Input Map | bncastle | |
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-31 | Use 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-31 | Merge pull request #12499 from Zylann/freelook_toggle_mode | Rémi Verschelde | |
Add option to use freelook with a toggle shortcut | |||
2017-10-30 | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵ | Marc Gilleron | |
holding RMB (like Unity) | |||
2017-10-30 | Merge pull request #12363 from groud/implement_guides | Rémi Verschelde | |
Implement 2D editor guides | |||
2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | |
2017-10-30 | Merge pull request #12489 from groud/fix_moving_control_with_direction_key | Rémi Verschelde | |
Fixes keybord directionnal keys not moving nodes in the 2D editor | |||
2017-10-30 | Add support for non-ISO locale identifiers via renames map | Ré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-29 | Fixes keybord directionnal keys not moving nodes in the 2D editor | Gilles Roudiere | |
2017-10-29 | Fix typo in project manager | Rémi Verschelde | |
[ci skip] | |||
2017-10-29 | i18n: Sync translation templates with current source | Rémi Verschelde | |
[ci skip] | |||
2017-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2017-10-28 | Merge pull request #12389 from Chaosus/continuehotkey | Rémi Verschelde | |
Added hotkey for Continue action in Script editor [ci skip] | |||
2017-10-28 | Merge pull request #12448 from larsonjj/fix/property_editor_hidpi | Rémi Verschelde | |
Fixed scaling issues with editor action button and value editor popovers | |||
2017-10-28 | Merge pull request #12430 from sersoong/master-test | Rémi Verschelde | |
3.0 Add copy button to sprite_frames_editor_plugin | |||
2017-10-28 | ProjectSettings: show error msg in a label instead | Poommetee Ketson | |
2017-10-27 | Fixed interface scaling issues with editor action button and value editor ↵ | Jake Larson | |
popovers | |||
2017-10-28 | Add copy button to sprite_frames_editor_plugin | sersoong | |
2017-10-27 | Merge pull request #12432 from larsonjj/fix/property_editor_action_buttons | Rémi Verschelde | |
Fix editor action button layout | |||
2017-10-27 | Fix editor action button layout | Jake Larson | |
2017-10-27 | Merge pull request #12386 from zedutchgandalf/popup-text-margins | Rémi Verschelde | |
Fix text margins in property editor pop-up. | |||
2017-10-26 | Add language option button to project manager | sheepandshepherd | |
Closes #4901 | |||
2017-10-25 | Fix text margins in value editor pop-up. | Robin Arys | |
2017-10-25 | Added hotkey for Continue action | Chaosus | |
2017-10-24 | Implement guides | Gilles Roudiere | |
2017-10-24 | Merge pull request #12365 from neikeq/p | Rémi Verschelde | |
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||
2017-10-24 | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio 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-24 | Merge pull request #12340 from homer666/orbit-inertia-toned-down | Rémi Verschelde | |
Reduce default orbit inertia value [ci skip] | |||
2017-10-24 | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | |
2017-10-24 | Merge 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. | |||
2017-10-24 | Added the ability to filter the list of locales in the Remap tab. | DimOkGamer | |
2017-10-23 | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | |
Added setting to toggle current line highlighting | |||
2017-10-23 | Merge pull request #12360 from volzhs/ttr-format | Rémi Verschelde | |
Fix warning message format for addon plugin [ci skip] | |||
2017-10-23 | Merge pull request #12334 from Zylann/tilemap_bresenham_paint | Rémi Verschelde | |
Use bresenham line in freehand tilemap painting to fill discontinuities | |||
2017-10-24 | Fix warning message format for addon plugin | volzhs | |
2017-10-24 | Monitor: add checkbox to monitor list | Poommetee Ketson | |
so that users don't have to hold CTRL to select multiple entries. | |||
2017-10-23 | Improved monitors units and colors. | Daniel J. Ramirez | |
2017-10-23 | Reduce default orbit inertia value | homer666 | |
2017-10-23 | Use bresenham line in freehand tilemap painting to fill discontinuities | Marc Gilleron | |
2017-10-22 | Make file system dock more user friendly. | Cradmon | |
Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp | |||
2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | |
2017-10-22 | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | |
Added snapping to spatial drag and drop. | |||
2017-10-22 | Change theme button name to edit theme | Alexander Holland | |
[ci skip] | |||
2017-10-22 | Merge pull request #11882 from Noshyaar/pr-filedialog | Rémi Verschelde | |
FileDialog: enlarge the file list a bit | |||
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-22 | Fix TileMap editor not getting input | Pedro J. Estébanez | |
Fixes #12265. |