Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-01-14 | Remove the unused FindReplaceDialog class | Gilles Roudiere | |
2018-01-14 | Fix external editors always opening on scene change | Bernhard Liebl | |
2018-01-14 | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov | |
Fixes #15646. | |||
2018-01-13 | Merge pull request #15669 from poke1024/fix-dep-files-size | Rémi Verschelde | |
Fix files section size in dependency error dialog | |||
2018-01-13 | Fix files section size in dependency error dialog | Bernhard Liebl | |
2018-01-13 | Fix clicking on sub-resources in a node's right-click menu | binbitten | |
2018-01-12 | Properly save the new save safe setting, avoid crash. | Juan Linietsky | |
2018-01-12 | Attempt renaming multiple times on safe file save, and make the behavior ↵ | Juan Linietsky | |
optional. Fixes #14339. | |||
2018-01-12 | Make members a bit more visible color wise | Juan Linietsky | |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | |
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | |
of tree notification. Updated doc accordingly. | |||
2018-01-12 | Merge pull request #15611 from bojidar-bg/x-bind-more-properties | Rémi Verschelde | |
Bind many more properties to scripts | |||
2018-01-12 | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵ | Juan Linietsky | |
#14686. -Refresh progress bar less often, makes baking, exporting, etc. faster. | |||
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
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 | |||
2018-01-11 | Fixes add script button update | Gilles Roudiere | |
2018-01-11 | Merge pull request #15571 from RandomShaper/fix-crash-save-branch | Rémi Verschelde | |
Fix crash on save-branch-as-scene | |||
2018-01-11 | Merge pull request #15579 from damarindra/add-receptor-tileset | Rémi Verschelde | |
fix updating tileset list when assign texture and set autotile true | |||
2018-01-11 | Fixes snap button getting out of sync (issue 15366) | poke1024 | |
2018-01-11 | fix updating tileset list when assign texture and set autotile true | damarindra | |
2018-01-10 | Fix crash on save-branch-as-scene | Pedro J. Estébanez | |
2018-01-10 | Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_file | Rémi Verschelde | |
Fixes #15470 "Crash on drag and drop scene file on empty scene" | |||
2018-01-09 | - Fixes #15470 "Crash on drag and drop scene file on empty scene" | Blazej Floch | |
- 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 | |||
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 |