summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-02-13Merge pull request #25814 from allkhor/hide_warning_panelRémi Verschelde
Hide the warning panel when no warnings presents.
2019-02-13Hide the warnings panel when no warnings presents.allkhor
2019-02-13Fix typos with codespellRémi Verschelde
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
2019-02-13Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde
Ensure classes match their header filename
2019-02-12Fixes issue #25822samHFIT
2019-02-12Merge pull request #25827 from merumelu/audio-bus-tooltipRémi Verschelde
EditorAudioBuses: Fix wrong tooltip for "Add Bus"
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
Also drop some unused files. Renamed: - `scene/2d/navigation2d.h` -> `navigation_2d.h` - `scene/2d/screen_button.h` -> `touch_screen_button.h` - `scene/3d/scenario_fx.h` -> `world_environment.h` - `scene/audio/audio_player.h` -> `audio_stream_player.h` - `scene/resources/bit_mask.h` -> `bit_map.h` - `scene/resources/color_ramp.h` -> `gradient.h` - `scene/resources/shape_line_2d.h` -> `line_shape_2d.h` - `scene/resources/scene_format_text.h` -> `resource_format_text.h` - `scene/resources/sky_box.h` -> `sky.h` Dropped: - `scene/resources/bounds.h`
2019-02-12EditorAudioBuses: Fix wrong tooltip for "Add Bus"merumelu
2019-02-12PluginConfigDialog: Slight usability changesmerumelu
- Set focus to the first LineEdit instead of the confirm button. - Default to GDScript rather than whatever language was first registered with the ScriptServer.
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
Also drop some unused files. Renamed: - `core/dvector.h` -> `pool_vector.h` - `core/io/resource_import.h` -> `resource_importer.h` - `core/sort.h` -> `sort_array.h` - `core/string_db.h` -> `string_name.h` Dropped: - `core/allocators.h` - `core/os/shell.h` - `core/variant_construct_string.cpp`
2019-02-12Merge pull request #25819 from YeldhamDev/project_manager_cleanupRémi Verschelde
Minor cleanup in the Project Manager
2019-02-12Minor cleanup in the Project ManagerMichael Alexsander Silva Dias
2019-02-12Merge pull request #25778 from YeldhamDev/add_disabled_tab_styleRémi Verschelde
Add disabled tab style
2019-02-11Cleanup editor's top bar of old nodesMichael Alexsander Silva Dias
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-02-10General cleanup of script and doc search barsMichael Alexsander Silva Dias
2019-02-10doc: Misc formatting fixesRémi Verschelde
2019-02-10i18n: Sync translation template with current sourceRémi Verschelde
2019-02-10i18n: Sync translations with WeblateRémi Verschelde
2019-02-09Merge pull request #25739 from qarmin/fix_scan_folders_after_deletingRémi Verschelde
Fix rescan files and folders after deleting them
2019-02-09Merge pull request #25736 from qarmin/fix_sprie_frames_editorRémi Verschelde
Fix latest regression error in SpriteFramesEditor
2019-02-09Merge pull request #25712 from QbieShay/issue_25609Rémi Verschelde
Root node of a scene is now selected when the scene is opened.
2019-02-09Merge pull request #25710 from Calinou/add-hint-output-font-sizeRémi Verschelde
Add a setting hint for the Output panel font size
2019-02-09Rescan files and folders deleting themqarmin
2019-02-09Fix latest regression error in SpriteFramesEditorqarmin
2019-02-08Root node of a scene is now selected when the scene is opened.QbieShay
2019-02-08Merge pull request #25692 from YeldhamDev/spriteframes_editor_changesRémi Verschelde
Small changes to the SpriteFrames editor
2019-02-08Merge pull request #25701 from Chaosus/fix_particles_gizmoRémi Verschelde
Fix undo for Particles 3D gizmo
2019-02-08Add a setting hint for the Output panel font sizeHugo Locurcio
This closes #21237.
2019-02-08Merge pull request #25552 from groud/better_error_messageRémi Verschelde
Displays errors and warnings in a better way in the script editor
2019-02-08Fix undo for Particles 3D gizmoChaosus
2019-02-08Merge pull request #25562 from IronicallySerious/fix-empty-projectRémi Verschelde
Fix prompt for empty project files when loaded
2019-02-08Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13Rémi Verschelde
Don't modify font which could potentially not be the editor one yet
2019-02-08Merge pull request #25546 from Zylann/fix_garbage_log_pointerRémi Verschelde
Fixed uninitialized pointer access due to THEME_CHANGED notification
2019-02-08Merge pull request #25515 from Zylann/search_bar_bottomRémi Verschelde
Moved script editor search bar to the bottom
2019-02-08Merge pull request #25467 from fire/folding_spamRémi Verschelde
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
2019-02-07Small changes to the SpriteFrames editorMichael Alexsander Silva Dias
2019-02-06Fix prompt for empty project files when loadedTwarit
Fixes #25541
2019-02-01Displays errors and warnings in a better way in the script editorGilles Roudière
2019-02-01Don't modify font which could potentially not be the editor one yetMarc Gilleron
2019-02-01Fixed uninitialized log member due to THEME_CHANGED notificationMarc Gilleron
2019-02-01Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde
Fix gizmo errors on "Align with view"
2019-02-01Fix gizmo errors on "Align with view"JFonS
2019-01-31Moved script editor search bar to the bottom, so it doesn't shift everything ↵Marc Gilleron
down
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-30Merge pull request #25469 from ankitpriyarup/masterRémi Verschelde
Fixes error when new name contains only unallowed characters
2019-01-29Invalid node name should check if new_name is empty then cancel rename, ↵Ankit Priyarup
fixes 25226
2019-01-29Remove unnecessary call VS::get_singleton() twicevolzhs
2019-01-28Remove unused iostream includesRémi Verschelde
2019-01-27Instantiate global classes properly, fixes #20857Juan Linietsky