Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Fix navigation editor color materials not having unique names | Michael Alexsander Silva Dias | |
2019-02-20 | Merge pull request #26085 from mrcdk/tileset_shape_rectangle | Rémi Verschelde | |
Added a create rectangle button to the tileset editor. | |||
2019-02-20 | Added a create rectangle button to the tileset editor. | MrCdK | |
It makes easier to create collision shapes covering the full tile. | |||
2019-02-20 | Add tooltip for in-editor FPS display in 3D viewport | Rémi Verschelde | |
Also enhance Control/Label documentation about tooltips and mouse filter, as it took me a while to understand why Labels didn't show tooltips. Closes #26082. | |||
2019-02-20 | Fix error when deleting default environment | qarmin | |
2019-02-19 | Merge pull request #26033 from karliss/project-import | Rémi Verschelde | |
Fix project opening while filter is applied. | |||
2019-02-19 | Fix project opening while filter is applied. | Kārlis Seņko | |
Fixes #25268 | |||
2019-02-18 | Merge pull request #25962 from willnationsdev/fix-missing-addon | Rémi Verschelde | |
Auto-cleanup missing addons | |||
2019-02-18 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-18 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-02-17 | Auto-cleanup missing addons | Will Nations | |
2019-02-17 | Fix description size in "New Node" dialog | Michael Alexsander Silva Dias | |
2019-02-16 | Merge pull request #25954 from AlexHolly/fix-android-jarsigner-duplicate-file | Rémi Verschelde | |
Fix Android jarsigner error duplicate file | |||
2019-02-16 | Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fix | Rémi Verschelde | |
Fix Polygon2D Editor interacting with its buttons too soon | |||
2019-02-16 | Fix Polygon2D Editor interacting with its buttons too soon | Michael Alexsander Silva Dias | |
2019-02-16 | Merge pull request #25913 from Chaosus/fix_gizmo_icons | Rémi Verschelde | |
Fix icon color for gizmos menu when theme changed | |||
2019-02-16 | Fix Android jarsigner error duplicate file | Alexander Holland | |
Exports same file only once. | |||
2019-02-16 | Better and non-buggy Polygon2D editing disabling | Michael Alexsander Silva Dias | |
2019-02-16 | Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵ | Michael Alexsander Silva Dias | |
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef. | |||
2019-02-16 | Merge pull request #24574 from SeleckyErik/issue-21814 | Rémi Verschelde | |
Made clone (CTRL+B) in code editor clone only the selection. | |||
2019-02-16 | Merge pull request #25944 from Faless/net/http_editor_fixes | Rémi Verschelde | |
Fix keep-alive without header in HTTP client | |||
2019-02-16 | Fix uninitialized value | Fabio Alessandrelli | |
2019-02-16 | Merge pull request #25910 from Chaosus/fix_solarized_dark_theme | Rémi Verschelde | |
Increased contrast of solarized dark theme | |||
2019-02-16 | Merge pull request #25932 from qarmin/fix_text_edit_issue | Rémi Verschelde | |
Fix big text window in TextEdit | |||
2019-02-16 | Fix big text window in TextEdit | qarmin | |
2019-02-15 | Fix icon color for gizmos menu when theme changed | Chaosus | |
2019-02-15 | Increased contrast of solarized dark theme | Chaosus | |
2019-02-14 | Fix 2 more UBSAN issues (#25217). | marxin | |
2019-02-14 | Drop unused AnimationTrackKeyEdit::track_editor | Rémi Verschelde | |
Added by mistake in 4a24ba6e77c7128e64dee31cf05f6960abdb8108. | |||
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | |
-Changed Animation to have a special signal when tracks are changed, to avoid unnecesary track cache rebuilds in AnimationPlayer -Added missing emit_changed whe modifying keys to Animation -Changed AnimationPlayer to use the new refcounted connections instead of the previous hacky way to keep references -Changed AnimationEditor to update the current track when keys are edited -Fixed bug where undo/redo did not work with AnimationKeyEdit (was not being updated) -Made sure UndoRedo does not mind deleted objects in undo/redo history, this would corrupt the history or clear it without need. | |||
2019-02-14 | Avoid case where editors are deleted while moved, fixes #25508, fixes #24829 | Juan Linietsky | |
2019-02-13 | Disallow polygon2D editing if internal vertices exists, as suggested in #24853 | Juan Linietsky | |
2019-02-13 | Change some editing display options to make it clearer, as requested in #24853 | Juan Linietsky | |
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 | |