Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | Merge pull request #25814 from allkhor/hide_warning_panel | Rémi Verschelde | |
Hide the warning panel when no warnings presents. | |||
2019-02-13 | Hide the warnings panel when no warnings presents. | allkhor | |
2019-02-13 | Fix typos with codespell | Ré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-13 | Merge pull request #25821 from akien-mga/sync-class-and-filenames | Rémi Verschelde | |
Ensure classes match their header filename | |||
2019-02-12 | Fixes issue #25822 | samHFIT | |
2019-02-12 | Merge pull request #25827 from merumelu/audio-bus-tooltip | Rémi Verschelde | |
EditorAudioBuses: Fix wrong tooltip for "Add Bus" | |||
2019-02-12 | Scene: Ensure classes match their header filename | Ré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-12 | EditorAudioBuses: Fix wrong tooltip for "Add Bus" | merumelu | |
2019-02-12 | PluginConfigDialog: Slight usability changes | merumelu | |
- 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-12 | Core: Ensure classes match their header filename | Ré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-12 | Merge pull request #25819 from YeldhamDev/project_manager_cleanup | Rémi Verschelde | |
Minor cleanup in the Project Manager | |||
2019-02-12 | Minor cleanup in the Project Manager | Michael Alexsander Silva Dias | |
2019-02-12 | Merge pull request #25778 from YeldhamDev/add_disabled_tab_style | Rémi Verschelde | |
Add disabled tab style | |||
2019-02-11 | Cleanup editor's top bar of old nodes | Michael Alexsander Silva Dias | |
2019-02-10 | Add disabled tab style | Michael Alexsander Silva Dias | |
2019-02-10 | General cleanup of script and doc search bars | Michael Alexsander Silva Dias | |
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-02-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-02-09 | Merge pull request #25739 from qarmin/fix_scan_folders_after_deleting | Rémi Verschelde | |
Fix rescan files and folders after deleting them | |||
2019-02-09 | Merge pull request #25736 from qarmin/fix_sprie_frames_editor | Rémi Verschelde | |
Fix latest regression error in SpriteFramesEditor | |||
2019-02-09 | Merge pull request #25712 from QbieShay/issue_25609 | Rémi Verschelde | |
Root node of a scene is now selected when the scene is opened. | |||
2019-02-09 | Merge pull request #25710 from Calinou/add-hint-output-font-size | Rémi Verschelde | |
Add a setting hint for the Output panel font size | |||
2019-02-09 | Rescan files and folders deleting them | qarmin | |
2019-02-09 | Fix latest regression error in SpriteFramesEditor | qarmin | |
2019-02-08 | Root node of a scene is now selected when the scene is opened. | QbieShay | |
2019-02-08 | Merge pull request #25692 from YeldhamDev/spriteframes_editor_changes | Rémi Verschelde | |
Small changes to the SpriteFrames editor | |||
2019-02-08 | Merge pull request #25701 from Chaosus/fix_particles_gizmo | Rémi Verschelde | |
Fix undo for Particles 3D gizmo | |||
2019-02-08 | Add a setting hint for the Output panel font size | Hugo Locurcio | |
This closes #21237. | |||
2019-02-08 | Merge pull request #25552 from groud/better_error_message | Rémi Verschelde | |
Displays errors and warnings in a better way in the script editor | |||
2019-02-08 | Fix undo for Particles 3D gizmo | Chaosus | |
2019-02-08 | Merge pull request #25562 from IronicallySerious/fix-empty-project | Rémi Verschelde | |
Fix prompt for empty project files when loaded | |||
2019-02-08 | Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13 | Rémi Verschelde | |
Don't modify font which could potentially not be the editor one yet | |||
2019-02-08 | Merge pull request #25546 from Zylann/fix_garbage_log_pointer | Rémi Verschelde | |
Fixed uninitialized pointer access due to THEME_CHANGED notification | |||
2019-02-08 | Merge pull request #25515 from Zylann/search_bar_bottom | Rémi Verschelde | |
Moved script editor search bar to the bottom | |||
2019-02-08 | Merge pull request #25467 from fire/folding_spam | Rémi Verschelde | |
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null | |||
2019-02-07 | Small changes to the SpriteFrames editor | Michael Alexsander Silva Dias | |
2019-02-06 | Fix prompt for empty project files when loaded | Twarit | |
Fixes #25541 | |||
2019-02-01 | Displays errors and warnings in a better way in the script editor | Gilles Roudière | |
2019-02-01 | Don't modify font which could potentially not be the editor one yet | Marc Gilleron | |
2019-02-01 | Fixed uninitialized log member due to THEME_CHANGED notification | Marc Gilleron | |
2019-02-01 | Merge pull request #25540 from JFonS/remove_gizmo_errors | Rémi Verschelde | |
Fix gizmo errors on "Align with view" | |||
2019-02-01 | Fix gizmo errors on "Align with view" | JFonS | |
2019-01-31 | Moved script editor search bar to the bottom, so it doesn't shift everything ↵ | Marc Gilleron | |
down | |||
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee | |
2019-01-30 | Merge pull request #25469 from ankitpriyarup/master | Rémi Verschelde | |
Fixes error when new name contains only unallowed characters | |||
2019-01-29 | Invalid node name should check if new_name is empty then cancel rename, ↵ | Ankit Priyarup | |
fixes 25226 | |||
2019-01-29 | Remove unnecessary call VS::get_singleton() twice | volzhs | |
2019-01-28 | Remove unused iostream includes | Rémi Verschelde | |
2019-01-27 | Instantiate global classes properly, fixes #20857 | Juan Linietsky | |