Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Fix uninitialized value | Fabio Alessandrelli | |
2019-02-15 | Fix icon color for gizmos menu when theme changed | Chaosus | |
2019-02-14 | Fix 2 more UBSAN issues (#25217). | marxin | |
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 | 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 | 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 | 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-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-09 | Fix latest regression error in SpriteFramesEditor | qarmin | |
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 #25552 from groud/better_error_message | Rémi Verschelde | |
Displays errors and warnings in a better way in the script editor | |||
2019-02-07 | Small changes to the SpriteFrames editor | Michael Alexsander Silva Dias | |
2019-02-01 | Displays errors and warnings in a better way in the script editor | Gilles Roudière | |
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-29 | Remove unnecessary call VS::get_singleton() twice | volzhs | |
2019-01-27 | Merge pull request #25372 from JFonS/add_gizmo_docs | Rémi Verschelde | |
Minor fixes and documentation for Spatial Gizmos | |||
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS | |
2019-01-27 | Merge pull request #25380 from godotengine/fix_pivot | Rémi Verschelde | |
Fixes the pivot setting with control nodes | |||
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵ | Juan Linietsky | |
Closes #25378. | |||
2019-01-27 | Disables the Layout menu when a Control node is child of a container | Gilles Roudiere | |
2019-01-27 | Fixes the pivot setting with control nodes | Gilles Roudiere | |
2019-01-24 | Fixes Node2D selection not adapting to editor zoom level | groud | |
2019-01-22 | Merge pull request #25215 from akien-mga/scripteditor-goto-line | Rémi Verschelde | |
Fix going to script line on VisualScript errors | |||
2019-01-22 | Fix going to script line on VisualScript errors | Rémi Verschelde | |
Fixes #18103, which was a regression from #16888. | |||
2019-01-21 | Make the Texture Region Editor able to edit regions of Sprite3Ds | Michael Alexsander Silva Dias | |
2019-01-18 | Displays the pivot all the time and rotate the icon | groud | |
2019-01-18 | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | |
2019-01-17 | Fix radio buttons support in ItemListEditorPlugin | Rémi Verschelde | |
This was missed in bf14a6deffe4c9b74920080851f7e4e273f66116. | |||
2019-01-16 | Fix order of a nullptr test in canvas item editor | jlahman | |
2019-01-15 | Clear internal vertex counter when redrawing polygons, closes #24862. | Juan Linietsky | |
2019-01-14 | Use SceneTreeDock to replace particles node properly, fixes #24162 | Juan Linietsky | |
2019-01-14 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-01-11 | Merge pull request #24899 from YeldhamDev/poly2duv_editor_undoredo_fix | Rémi Verschelde | |
Fix UndoRedo operations for the new features in the Polygon2D UV Editor | |||
2019-01-10 | Fixes to auto triangle editing in BlendSpace2D | Juan Linietsky | |
2019-01-10 | Fix UndoRedo operations for the new features in the Polygon2D UV Editor | Michael Alexsander Silva Dias | |
2019-01-09 | Fixes 2D bones selection | groud | |
2019-01-09 | Hides error_panel of state machine on the first time. | Guilherme Felipe | |
2019-01-09 | Fix for issue #24810 (find in files logic) | x2f | |
Match case check box was used for whole words as well as match case. | |||
2019-01-08 | Removed splits in Polygon editor, replace by internal vertices and polygon ↵ | Juan Linietsky | |
support. | |||
2019-01-07 | i18n: Sync translation template with current source | Rémi Verschelde | |
Misc fixes to source strings. |