Age | Commit message (Expand) | Author |
2019-02-23 | Clear canvas item after rendering font, fixes #23774 | Juan Linietsky |
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky |
2019-02-23 | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky |
2019-02-23 | TileSetEditor: Show Edition Context by demand | Mariano Suligoy |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-21 | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | Merge pull request #26085 from mrcdk/tileset_shape_rectangle | Rémi Verschelde |
2019-02-20 | Added a create rectangle button to the tileset editor. | MrCdK |
2019-02-20 | Add tooltip for in-editor FPS display in 3D viewport | Rémi Verschelde |
2019-02-16 | Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fix | Rémi Verschelde |
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 |
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 |
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 |
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 |
2019-02-12 | Fixes issue #25822 | samHFIT |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
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 |
2019-02-08 | Merge pull request #25552 from groud/better_error_message | Rémi Verschelde |
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 |
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 |
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 |
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky |
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 |
2019-01-22 | Fix going to script line on VisualScript errors | Rémi Verschelde |
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 |
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 |