Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | External editor fixes | Ignacio Etcheverry | |
- 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. | |||
2018-01-09 | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | |
2018-01-09 | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | |
Also ran doctool. | |||
2018-01-09 | Revert "Fix "Attach Node Script" inherits popup type" | Rémi Verschelde | |
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. | |||
2018-01-08 | Fix "Attach Node Script" inherits popup type | Jerome67000 | |
2018-01-08 | Merge pull request #15498 from poke1024/fix15478 | Rémi Verschelde | |
Don't delete edit menu too early when closing script tabs | |||
2018-01-08 | Don't delete edit menu too early when closing script tabs | Bernhard Liebl | |
2018-01-08 | Merge pull request #15294 from poke1024/fix-debug-hangs | Rémi Verschelde | |
Fix Godot getting swamped by debug events | |||
2018-01-08 | Merge pull request #15377 from mrcdk/wav_correct_loop | Rémi Verschelde | |
Fixed loop mode values when importing a wav file. | |||
2018-01-08 | Merge pull request #15480 from StateOff/fixes_deleted_nodes_in_history | Rémi Verschelde | |
Fixes #15416 - "The deleted nodes are hanging in the inspector." | |||
2018-01-08 | Merge pull request #15483 from Noshyaar/pbm | Rémi Verschelde | |
Fix imported BitMap dimension flip | |||
2018-01-08 | Merge pull request #15458 from volzhs/fix-editor-settings-1 | Rémi Verschelde | |
Fix editor setting value is back to default | |||
2018-01-08 | Fix imported BitMap dimension flip | Poommetee Ketson | |
2018-01-08 | Fixes #15416 - "The deleted nodes are hanging in the inspector." | Blazej Floch | |
2018-01-08 | Merge pull request #15457 from volzhs/custom-font-source-code | Rémi Verschelde | |
Set source code font with ttf, otf | |||
2018-01-08 | Set source code font with ttf, otf | volzhs | |
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 | |||
2018-01-08 | Fix editor setting value is back to default | volzhs | |
Fix #15449 | |||
2018-01-07 | Merge pull request #15433 from poke1024/fix13957 | George Marques | |
Fix crash due to stale refs to node selection lists | |||
2018-01-07 | Merge pull request #15357 from damarindra/autotile-behaviour | Rémi Verschelde | |
Fixing unconsistent behaviour on autotile editor | |||
2018-01-07 | Merge pull request #15438 from endragor/export-after-import | Rémi Verschelde | |
Perform export after import is fully complete | |||
2018-01-07 | Merge pull request #15439 from poke1024/fix-debug-break | Rémi Verschelde | |
Fixes debugger randomly not pausing | |||
2018-01-07 | Fixes debugger randomly not pausing | Bernhard Liebl | |
2018-01-07 | Merge pull request #15396 from volzhs/fix-editor-settings | Rémi Verschelde | |
Fix editor settings weird behavior | |||
2018-01-07 | Fix crash due to stale refs to node selection lists | Bernhard Liebl | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | Fix typo in new strings | Poommetee Ketson | |
2018-01-06 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2018-01-06 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-06 | Fix editor settings weird behavior | volzhs | |
2018-01-05 | Avoid crashing when dependencies on inherited/instanced scenes cant be ↵ | Juan Linietsky | |
satisfied, fixes #15298 | |||
2018-01-05 | Fixed loop mode values when importing a wav file. | MrCdK | |
Importing a wav file that was exported with a custom loop type was causing it being imported with loop mode ping-pong | |||
2018-01-05 | Make sure .import folder exists before importing, in case user deleted it ↵ | Juan Linietsky | |
manually. Fixes #15315 | |||
2018-01-05 | Fixed problem with missing uninitialized last byte on waveform trip, closes ↵ | Juan Linietsky | |
#15316 | |||
2018-01-05 | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵ | Juan Linietsky | |
still look broken somehow.. | |||
2018-01-05 | Fixing weird behaviour on autotile editor | damarindra | |
2018-01-05 | prevent autotile properties out of bounds | damarindra | |
2018-01-05 | Merge pull request #15352 from thomaslynge/anim_drag_key_glitch | Rémi Verschelde | |
Visual glitch when dragging keyframes #15285 | |||
2018-01-05 | Visual glitch when dragging keyframes #15285. Changed to int cast. | Thomas Lynge | |
2018-01-05 | Drop obsolete bitmap doc fonts | Rémi Verschelde | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-05 | Visual glitch when dragging keyframes #15285 | Thomas Lynge | |
2018-01-04 | forward_canvas_gui_input only takes one parameter | Tim Schellenberg | |
2018-01-04 | Merge pull request #15341 from volzhs/scene-index-error | Rémi Verschelde | |
Fix get_edited_scene_root error at starting editor | |||
2018-01-04 | Clean up \n from end of translation strings | Artem Varaksa | |
2018-01-05 | Fix get_edited_scene_root error at starting editor | volzhs | |
Fix #15300 | |||
2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | |
2018-01-04 | Merge pull request #15323 from poke1024/fix-pm-scroll-glitch | Rémi Verschelde | |
Project Manager: fix random breaking of scrolling | |||
2018-01-04 | Project Manager: fix random breaking of scrolling | Bernhard Liebl | |
2018-01-04 | Merge pull request #14802 from volzhs/selection-changed | Rémi Verschelde | |
Fix "selection_changed" called twice | |||
2018-01-04 | Merge pull request #14882 from willnationsdev/add-select-file | Rémi Verschelde | |
Plugins can select files in the FileSystem Dock |