| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ProjectManager: prevent installing project template in non-empty dir | Poommetee Ketson | 2018-01-28 | 1 | -11/+8 |
| | | |||||
| * | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-01-25 | 3 | -131/+138 |
| | | |||||
| * | Fix shortcut conflict | Razah | 2018-01-25 | 1 | -6/+3 |
| | | | | | | 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 | ||||
| * | maximum recent files increment fix | Razah | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-01-24 | 12 | -957/+885 |
| | | |||||
| * | Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_play | Rémi Verschelde | 2018-01-24 | 1 | -1/+3 |
| |\ | | | | | Fix option run/output/always_open_output_on_play | ||||
| | * | Fix option run/output/always_open_output_on_play | Guilherme Silva | 2018-01-19 | 1 | -1/+3 |
| | | | |||||
| * | | Rotate Control node with respecting pivot offset | volzhs | 2018-01-24 | 1 | -2/+2 |
| | | | |||||
| * | | i18n: Fix typo in translation msgid | Rémi Verschelde | 2018-01-22 | 46 | -92/+92 |
| | | | |||||
| * | | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-01-22 | 16 | -1254/+1300 |
| | | | |||||
| * | | Fix ObjectDB Instances still exist | Poommetee Ketson | 2018-01-22 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ``` 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. ``` | ||||
| * | | Hide only PluginScript in dialog box | Emmanuel Leblond | 2018-01-21 | 1 | -2/+3 |
| | | | |||||
| * | | i18n: Sync translation templates with current source | Rémi Verschelde | 2018-01-20 | 46 | -3090/+3727 |
| | | | |||||
| * | | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-01-20 | 18 | -3020/+10314 |
| |/ | | | | Adds Romanian translation. | ||||
| * | Hide Script nodes in dialog box to prevent crash with pluginscript | Emmanuel Leblond | 2018-01-19 | 1 | -0/+3 |
| | | |||||
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 60 | -193/+193 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Merge pull request #15803 from Noshyaar/pm | Rémi Verschelde | 2018-01-18 | 1 | -35/+21 |
| |\ | | | | | ProjectManager: show error/warning by default | ||||
| | * | ProjectManager: show error/warning by default | Poommetee Ketson | 2018-01-18 | 1 | -35/+21 |
| | | | | | | | | | Deprecate "That's a BINGO" message | ||||
| * | | Disallow creating new projects in a non-empty folder. | bruvzg | 2018-01-18 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #15817 from volzhs/icon-color | Rémi Verschelde | 2018-01-18 | 1 | -0/+4 |
| |\ \ | | | | | | | Fix Error/Success/Warning icon color | ||||
| | * | | Fix Error/Success/Warning icon color | volzhs | 2018-01-18 | 1 | -0/+4 |
| | |/ | | | | | | | | | Fix #15781 Fix #15757 | ||||
| * | | Merge pull request #15826 from MarianoGnu/master | Rémi Verschelde | 2018-01-18 | 1 | -6/+4 |
| |\ \ | | | | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected subtile. | ||||
| | * | | TileSetEditorPlugin: take scale in accout when highlighting current selected ↵ | Mariano Suligoy | 2018-01-17 | 1 | -6/+4 |
| | |/ | | | | | | | subtile. | ||||
| * / | Fix find/replace bar | volzhs | 2018-01-18 | 2 | -69/+87 |
| |/ | | | | | | | | - 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 | ||||
| * | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+42 |
| | | | | | Added tutorial display in doc. | ||||
| * | Merge pull request #15701 from groud/changes_default_keep_margin_to_true | Rémi Verschelde | 2018-01-15 | 3 | -16/+14 |
| |\ | | | | | Changes the keep_margin parameter to true by default | ||||
| | * | Changes the keep_margin parameter to true by default, so that people are not ↵ | Gilles Roudiere | 2018-01-15 | 3 | -16/+14 |
| | | | | | | | | | suprised that set_anchor changes the margins values | ||||
| * | | PropertyEditor: Add missing MAKE_PROPSELECT. | Andreas Haas | 2018-01-15 | 1 | -0/+2 |
| |/ | | | | Fixes #15745 | ||||
| * | Merge pull request #15696 from bojidar-bg/15646-assigned-animation | Rémi Verschelde | 2018-01-15 | 1 | -13/+11 |
| |\ | | | | | Fix an issue with the animation editor not seeking to the target time | ||||
| | * | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov | 2018-01-14 | 1 | -13/+11 |
| | | | | | | | | | Fixes #15646. | ||||
| * | | Fix crash when freelook shortcuts are undefined | Marc Gilleron | 2018-01-15 | 1 | -17/+21 |
| | | | |||||
| * | | Fixed member keywords colour not updating on settings change | Paulb23 | 2018-01-14 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #15706 from groud/remove_unused_class | Rémi Verschelde | 2018-01-14 | 2 | -441/+0 |
| |\ \ | | | | | | | Remove the unused FindReplaceDialog class | ||||
| | * | | Remove the unused FindReplaceDialog class | Gilles Roudiere | 2018-01-14 | 2 | -441/+0 |
| | | | | |||||
| * | | | Fix external editors always opening on scene change | Bernhard Liebl | 2018-01-14 | 1 | -4/+8 |
| | |/ |/| | |||||
| * | | Merge pull request #15669 from poke1024/fix-dep-files-size | Rémi Verschelde | 2018-01-13 | 1 | -0/+1 |
| |\ \ | |/ |/| | Fix files section size in dependency error dialog | ||||
| | * | Fix files section size in dependency error dialog | Bernhard Liebl | 2018-01-13 | 1 | -0/+1 |
| | | | |||||
| * | | Fix clicking on sub-resources in a node's right-click menu | binbitten | 2018-01-13 | 1 | -0/+1 |
| |/ | |||||
| * | Properly save the new save safe setting, avoid crash. | Juan Linietsky | 2018-01-12 | 2 | -2/+3 |
| | | |||||
| * | Attempt renaming multiple times on safe file save, and make the behavior ↵ | Juan Linietsky | 2018-01-12 | 1 | -1/+1 |
| | | | | | optional. Fixes #14339. | ||||
| * | Make members a bit more visible color wise | Juan Linietsky | 2018-01-12 | 1 | -1/+1 |
| | | |||||
| * | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | 2018-01-12 | 2 | -0/+37 |
| | | |||||
| * | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | 2018-01-12 | 3 | -7/+7 |
| | | | | | | | of tree notification. Updated doc accordingly. | ||||
| * | Merge pull request #15611 from bojidar-bg/x-bind-more-properties | Rémi Verschelde | 2018-01-12 | 2 | -3/+5 |
| |\ | | | | | Bind many more properties to scripts | ||||
| | * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | ||||
| * | | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵ | Juan Linietsky | 2018-01-12 | 3 | -3/+3 |
| |/ | | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster. | ||||
| * | Fixes add script button update | Gilles Roudiere | 2018-01-11 | 2 | -13/+16 |
| | | |||||
| * | Merge pull request #15571 from RandomShaper/fix-crash-save-branch | Rémi Verschelde | 2018-01-11 | 1 | -1/+8 |
| |\ | | | | | Fix crash on save-branch-as-scene | ||||
| | * | Fix crash on save-branch-as-scene | Pedro J. Estébanez | 2018-01-10 | 1 | -1/+8 |
| | | | |||||
| * | | Merge pull request #15579 from damarindra/add-receptor-tileset | Rémi Verschelde | 2018-01-11 | 2 | -0/+10 |
| |\ \ | | | | | | | fix updating tileset list when assign texture and set autotile true | ||||
