Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-05 | Merge pull request #12640 from poke1024/createnode-ui | Rémi Verschelde | |
In Create New Node, always select and show best (shortest) match | |||
2017-11-05 | Merge pull request #12639 from bojidar-bg/x-add-rest-template-listing | Rémi Verschelde | |
Change URL of the mirror list | |||
2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | |
2017-11-04 | Change URL of the mirror list | Bojidar Marinov | |
2017-11-04 | Fixes random sorting order in Create New Node dialog | Bernhard Liebl | |
2017-11-02 | Merge pull request #12566 from bncastle/select_anim_fix | Ré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-01 | Fix compilation on Visual Studio 2013 again. | scorched | |
2017-11-01 | Select correct animation on creation of a new one | bncastle | |
- Select the correct animation when creating a new one. - Removed unneeded new_name variable. | |||
2017-11-01 | Merge pull request #10618 from poke1024/polygon2d-selection | Gilles Roudiere | |
Proposal for modified Polygon2D editor controls | |||
2017-11-01 | Fix to issue #12554, due to error in refactoring in PR #10261 | Cradmon | |
2017-11-01 | Merge pull request #12538 from akien-mga/editorsettings | Rémi Verschelde | |
Code quality refactoring in EditorSettings | |||
2017-11-01 | Merge pull request #12548 from SaracenOne/vertex_compression_import_fix | Rémi Verschelde | |
Restores functionality of the use_compression flag in Collada import | |||
2017-11-01 | Restores functionality of the use_compression flag in the Collada importer. | Saracen | |
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 | Some more harmonization of EditorSettings code | Rémi Verschelde | |
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 | Reorder EditorSettings code for better legibility | Rémi Verschelde | |
No functional change, only moving stuff around. | |||
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. |