aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Fixes snap button getting out of sync (issue 15366)poke10242018-01-111-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_fileRémi Verschelde2018-01-102-39/+70
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Fixes #15470 "Crash on drag and drop scene file on empty scene"
| * | | | | | | | | | | - Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch2018-01-092-39/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New: Allows for multiple files to be dragged over - Added error when multiple nodes are dropped in scene **without** scene root - Removed TTR: "This operation requires a single selected node.", "I see.." - Introduces TTR: "Can not instaniate multiple nodes without root." - Fixes "Can't add_child, already got a parent" error - Reduced multiple resource loading by casting - Make sure to not _show_resource_type_selector if only PackedScenes are being dropped
* | | | | | | | | | | | External editor fixesIgnacio Etcheverry2018-01-091-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.
* | | | | | | | | | | | Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-6/+9
| | | | | | | | | | | |
* | | | | | | | | | | | Fix bindings of EditorSettings.set_initial_valueRémi Verschelde2018-01-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also ran doctool.
* | | | | | | | | | | | Revert "Fix "Attach Node Script" inherits popup type"Rémi Verschelde2018-01-091-1/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 227238b4246d335910c364188ce9233fc70ddc65. This dialog is used to both open and create scripts, so it needs to have the features of the save dialog.
* / / / / / / / / / / Fix "Attach Node Script" inherits popup typeJerome670002018-01-081-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15498 from poke1024/fix15478Rémi Verschelde2018-01-081-1/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Don't delete edit menu too early when closing script tabs
| * | | | | | | | | Don't delete edit menu too early when closing script tabsBernhard Liebl2018-01-081-1/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15294 from poke1024/fix-debug-hangsRémi Verschelde2018-01-081-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Fix Godot getting swamped by debug events
| * | | | | | | | | Fix Godot getting swamped by debug eventsBernhard Liebl2018-01-031-0/+5
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15377 from mrcdk/wav_correct_loopRémi Verschelde2018-01-081-3/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed loop mode values when importing a wav file.
| * | | | | | | | | | Fixed loop mode values when importing a wav file.MrCdK2018-01-051-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importing a wav file that was exported with a custom loop type was causing it being imported with loop mode ping-pong
* | | | | | | | | | | Merge pull request #15480 from StateOff/fixes_deleted_nodes_in_historyRémi Verschelde2018-01-084-8/+19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15416 - "The deleted nodes are hanging in the inspector."
| * | | | | | | | | | | Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch2018-01-084-8/+19
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #15483 from Noshyaar/pbmRémi Verschelde2018-01-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix imported BitMap dimension flip
| * | | | | | | | | | | Fix imported BitMap dimension flipPoommetee Ketson2018-01-081-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15458 from volzhs/fix-editor-settings-1Rémi Verschelde2018-01-083-34/+67
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix editor setting value is back to default
| * | | | | | | | | | | | Fix editor setting value is back to defaultvolzhs2018-01-083-34/+67
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15449
* | | | | | | | | | | | Merge pull request #15457 from volzhs/custom-font-source-codeRémi Verschelde2018-01-083-56/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Set source code font with ttf, otf
| * | | | | | | | | | | Set source code font with ttf, otfvolzhs2018-01-083-56/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | renamed interface/editor/custom_font to interface/editor/main_font moved text_editor/theme/font to interface/editor/code_font renamed interface/editor/font_size to interface/editor/main_font_size renamed interface/editor/source_code_size to interface/editor/code_font_size
* | | | | | | | | | | | Merge pull request #15433 from poke1024/fix13957George Marques2018-01-071-18/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Fix crash due to stale refs to node selection lists
| * | | | | | | | | | | Fix crash due to stale refs to node selection listsBernhard Liebl2018-01-071-18/+18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15357 from damarindra/autotile-behaviourRémi Verschelde2018-01-072-46/+50
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing unconsistent behaviour on autotile editor
| * | | | | | | | | | | | Fixing weird behaviour on autotile editordamarindra2018-01-052-46/+50
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15438 from endragor/export-after-importRémi Verschelde2018-01-071-36/+36
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Perform export after import is fully complete
| * | | | | | | | | | | | Perform export after import is fully completeRuslan Mustakov2017-12-301-36/+36
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously command line export would go simultaneously with reimport, which caused final package to either miss something or contain outdated assets or perhaps even broken ones.
* | | | | | | | | | | | Merge pull request #15439 from poke1024/fix-debug-breakRémi Verschelde2018-01-071-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes debugger randomly not pausing
| * | | | | | | | | | | | Fixes debugger randomly not pausingBernhard Liebl2018-01-071-0/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15396 from volzhs/fix-editor-settingsRémi Verschelde2018-01-073-72/+58
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Fix editor settings weird behavior
| * | | | | | | | | | | Fix editor settings weird behaviorvolzhs2018-01-063-72/+58
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-063-0/+125
| | | | | | | | | | |
* | | | | | | | | | | Fix typo in new stringsPoommetee Ketson2018-01-061-1/+1
| | | | | | | | | | |
* | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2018-01-0647-3592/+10192
| | | | | | | | | | |
* | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-0614-1184/+973
|/ / / / / / / / / /
* | | / / / / / / / Avoid crashing when dependencies on inherited/instanced scenes cant be ↵Juan Linietsky2018-01-051-1/+8
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | satisfied, fixes #15298
* | | | | | | | | Make sure .import folder exists before importing, in case user deleted it ↵Juan Linietsky2018-01-052-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manually. Fixes #15315
* | | | | | | | | Fixed problem with missing uninitialized last byte on waveform trip, closes ↵Juan Linietsky2018-01-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #15316
* | | | | | | | | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵Juan Linietsky2018-01-052-15/+46
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | still look broken somehow..
* | | | | | | | prevent autotile properties out of boundsdamarindra2018-01-051-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #15352 from thomaslynge/anim_drag_key_glitchRémi Verschelde2018-01-051-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Visual glitch when dragging keyframes #15285
| * | | | | | | Visual glitch when dragging keyframes #15285. Changed to int cast.Thomas Lynge2018-01-051-1/+1
| | | | | | | |
| * | | | | | | Visual glitch when dragging keyframes #15285Thomas Lynge2018-01-051-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Drop obsolete bitmap doc fontsRémi Verschelde2018-01-054-109/+0
| | | | | | |
* | | | | | | Add missing copyright headers and fix formattingRémi Verschelde2018-01-05225-10/+354
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* | | | | | forward_canvas_gui_input only takes one parameterTim Schellenberg2018-01-041-1/+1
| | | | | |
* | | | | | Merge pull request #15341 from volzhs/scene-index-errorRémi Verschelde2018-01-043-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix get_edited_scene_root error at starting editor
| * | | | | | Fix get_edited_scene_root error at starting editorvolzhs2018-01-053-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15300
* | | | | | | Clean up \n from end of translation stringsArtem Varaksa2018-01-046-12/+12
| | | | | | |