Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Fix gradient texture preview | Chaosus | |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic | |
2018-02-01 | Merge pull request #16266 from volzhs/expand-root-dir-on-start | Rémi Verschelde | |
Expand project root directory on editor start | |||
2018-02-01 | Merge pull request #16255 from guilhermefelipecgs/fix_button_tree | Rémi Verschelde | |
Hide button tree when file system dock isn't in split mode | |||
2018-02-01 | Merge pull request #16251 from ↵ | Rémi Verschelde | |
guilhermefelipecgs/fix_open_button_for_multiple_select Fixes open button not appearing with multiple selection | |||
2018-02-01 | Expand project root directory on editor start | volzhs | |
close #16232 Option for expanding all directories on start up is a bit tricky and buggy. | |||
2018-01-31 | Hide button tree when file system dock isn't in split mode | Guilherme Felipe | |
2018-01-31 | Fixes open button not appearing with multiple selection | Guilherme Felipe | |
Fix #16231 | |||
2018-01-31 | Merge pull request #16188 from Schweigert/master | Rémi Verschelde | |
Display set_nodelay to GDScript | |||
2018-01-31 | Merge pull request #16206 from Hinsbart/fix_empty_prop | Rémi Verschelde | |
ProjectSettings: Disallow adding properties without name. | |||
2018-01-30 | Add interface for plugins to enable/disable other plugins | George Marques | |
2018-01-30 | ProjectSettings: Disallow adding properties without name. | Andreas Haas | |
2018-01-30 | Display set_nodelay to GDScript | Marlon Henry Schweigert | |
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description | |||
2018-01-30 | Ability to import .escn files, which is just a .tscn but with forced import. | Juan Linietsky | |
This works together with the new Blender to Godot exporter. | |||
2018-01-30 | Merge pull request #16111 from Noshyaar/b | Rémi Verschelde | |
3DEditor: fix multiple node selection crash the editor | |||
2018-01-30 | Merge pull request #16091 from Noshyaar/t | Rémi Verschelde | |
TemplateManager: hold shift to open link in browser | |||
2018-01-28 | ProjectManager: prevent installing project template in non-empty dir | Poommetee Ketson | |
2018-01-27 | 3DEditor: fix multiple node selection crash the editor | Poommetee Ketson | |
I'm not sure about this fix. This seems to also fixes the weird selection bug where when selecting node 1 to 3 it focuses on 2nd node. | |||
2018-01-27 | TemplateManager: hold shift to open link in browser | Poommetee Ketson | |
2018-01-25 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-25 | Fix shortcut conflict | Razah | |
fix https://github.com/godotengine/godot/issues/16054 The clone_down shortcut that conflicts with the "editor / play" shortcut has been replaced by "SHIFT + COMMAND + C" instead of "COMMAND + B" on macOS | |||
2018-01-25 | maximum recent files increment fix | Razah | |
2018-01-24 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-24 | Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_play | Rémi Verschelde | |
Fix option run/output/always_open_output_on_play | |||
2018-01-24 | Rotate Control node with respecting pivot offset | volzhs | |
2018-01-22 | i18n: Fix typo in translation msgid | Rémi Verschelde | |
2018-01-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-22 | Fix ObjectDB Instances still exist | Poommetee Ketson | |
``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ``` | |||
2018-01-21 | Hide only PluginScript in dialog box | Emmanuel Leblond | |
2018-01-20 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2018-01-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Romanian translation. | |||
2018-01-19 | Fix option run/output/always_open_output_on_play | Guilherme Silva | |
2018-01-19 | Hide Script nodes in dialog box to prevent crash with pluginscript | Emmanuel Leblond | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | Merge pull request #15803 from Noshyaar/pm | Rémi Verschelde | |
ProjectManager: show error/warning by default | |||
2018-01-18 | ProjectManager: show error/warning by default | Poommetee Ketson | |
Deprecate "That's a BINGO" message | |||
2018-01-18 | Disallow creating new projects in a non-empty folder. | bruvzg | |
2018-01-18 | Merge pull request #15817 from volzhs/icon-color | Rémi Verschelde | |
Fix Error/Success/Warning icon color | |||
2018-01-18 | Merge pull request #15826 from MarianoGnu/master | Rémi Verschelde | |
TileSetEditorPlugin: take scale in accout when highlighting current selected subtile. | |||
2018-01-18 | Fix find/replace bar | volzhs | |
- make LineEdit resizable for find/replace - move replaced count/no match message to status bar - fix replaced n occuurence message is not displayed when n > 0 Fixes #15394 | |||
2018-01-17 | TileSetEditorPlugin: take scale in accout when highlighting current selected ↵ | Mariano Suligoy | |
subtile. | |||
2018-01-18 | Fix Error/Success/Warning icon color | volzhs | |
Fix #15781 Fix #15757 | |||
2018-01-15 | Filled tutorial field in most relevent classes. | Juan Linietsky | |
Added tutorial display in doc. | |||
2018-01-15 | Merge pull request #15701 from groud/changes_default_keep_margin_to_true | Rémi Verschelde | |
Changes the keep_margin parameter to true by default | |||
2018-01-15 | PropertyEditor: Add missing MAKE_PROPSELECT. | Andreas Haas | |
Fixes #15745 | |||
2018-01-15 | Changes the keep_margin parameter to true by default, so that people are not ↵ | Gilles Roudiere | |
suprised that set_anchor changes the margins values | |||
2018-01-15 | Merge pull request #15696 from bojidar-bg/15646-assigned-animation | Rémi Verschelde | |
Fix an issue with the animation editor not seeking to the target time | |||
2018-01-15 | Fix crash when freelook shortcuts are undefined | Marc Gilleron | |
2018-01-14 | Fixed member keywords colour not updating on settings change | Paulb23 | |
2018-01-14 | Merge pull request #15706 from groud/remove_unused_class | Rémi Verschelde | |
Remove the unused FindReplaceDialog class |