aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-253-131/+138
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix shortcut conflictRazah2018-01-251-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 fixRazah2018-01-251-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-2412-957/+885
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_playRémi Verschelde2018-01-241-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix option run/output/always_open_output_on_play
| * | | | | | | | | | | | | | | | Fix option run/output/always_open_output_on_playGuilherme Silva2018-01-191-1/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Rotate Control node with respecting pivot offsetvolzhs2018-01-241-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | i18n: Fix typo in translation msgidRémi Verschelde2018-01-2246-92/+92
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-2216-1254/+1300
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix ObjectDB Instances still existPoommetee Ketson2018-01-222-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 boxEmmanuel Leblond2018-01-211-2/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2018-01-2046-3090/+3727
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-2018-3020/+10314
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Romanian translation.
* / / / / / / / / / / / / / / Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond2018-01-191-0/+3
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix typos in code and docs with codespellRémi Verschelde2018-01-1860-193/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* | | | | | | | | | | | | | Merge pull request #15803 from Noshyaar/pmRémi Verschelde2018-01-181-35/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ProjectManager: show error/warning by default
| * | | | | | | | | | | | | | ProjectManager: show error/warning by defaultPoommetee Ketson2018-01-181-35/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate "That's a BINGO" message
* | | | | | | | | | | | | | | Disallow creating new projects in a non-empty folder.bruvzg2018-01-181-3/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15817 from volzhs/icon-colorRémi Verschelde2018-01-181-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error/Success/Warning icon color
| * | | | | | | | | | | | | | | Fix Error/Success/Warning icon colorvolzhs2018-01-181-0/+4
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15781 Fix #15757
* | | | | | | | | | | | | | | Merge pull request #15826 from MarianoGnu/masterRémi Verschelde2018-01-181-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected subtile.
| * | | | | | | | | | | | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy2018-01-171-6/+4
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subtile.
* / / / / / / / / / / / / / / Fix find/replace barvolzhs2018-01-182-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 Linietsky2018-01-151-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tutorial display in doc.
* | | | | | | | | | | | | | Merge pull request #15701 from groud/changes_default_keep_margin_to_trueRémi Verschelde2018-01-153-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 Roudiere2018-01-153-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suprised that set_anchor changes the margins values
* | | | | | | | | | | | | | | PropertyEditor: Add missing MAKE_PROPSELECT.Andreas Haas2018-01-151-0/+2
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15745
* | | | | | | | | | | | | | Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde2018-01-151-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 Marinov2018-01-141-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15646.
* | | | | | | | | | | | | | | Fix crash when freelook shortcuts are undefinedMarc Gilleron2018-01-151-17/+21
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fixed member keywords colour not updating on settings changePaulb232018-01-141-0/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15706 from groud/remove_unused_classRémi Verschelde2018-01-142-441/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the unused FindReplaceDialog class
| * | | | | | | | | | | | | | | Remove the unused FindReplaceDialog classGilles Roudiere2018-01-142-441/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix external editors always opening on scene changeBernhard Liebl2018-01-141-4/+8
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15669 from poke1024/fix-dep-files-sizeRémi Verschelde2018-01-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Fix files section size in dependency error dialog
| * | | | | | | | | | | | | | Fix files section size in dependency error dialogBernhard Liebl2018-01-131-0/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix clicking on sub-resources in a node's right-click menubinbitten2018-01-131-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Properly save the new save safe setting, avoid crash.Juan Linietsky2018-01-122-2/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Attempt renaming multiple times on safe file save, and make the behavior ↵Juan Linietsky2018-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optional. Fixes #14339.
* | | | | | | | | | | | | | Make members a bit more visible color wiseJuan Linietsky2018-01-121-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-122-0/+37
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky2018-01-123-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of tree notification. Updated doc accordingly.
* | | | | | | | | | | | | Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde2018-01-122-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind many more properties to scripts
| * | | | | | | | | | | | | Bind many more properties to scriptsBojidar Marinov2018-01-122-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 Linietsky2018-01-123-3/+3
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
* | | | | | | | | | | / / Fixes add script button updateGilles Roudiere2018-01-112-13/+16
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15571 from RandomShaper/fix-crash-save-branchRémi Verschelde2018-01-111-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash on save-branch-as-scene
| * | | | | | | | | | | | Fix crash on save-branch-as-scenePedro J. Estébanez2018-01-101-1/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde2018-01-112-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix updating tileset list when assign texture and set autotile true
| * | | | | | | | | | | | | fix updating tileset list when assign texture and set autotile truedamarindra2018-01-112-0/+10
| |/ / / / / / / / / / / /