Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-21 | Merge pull request #28028 from homer666/visual-shader-editor-member-dialog-fixes | Rémi Verschelde | |
Misc. improvements to visual shader's "Add Node" dialog | |||
2019-04-21 | Merge pull request #27860 from Calinou/improve-3d-snapping | Rémi Verschelde | |
Make 3D snapping finer when holding Shift | |||
2019-04-21 | Merge pull request #27979 from Paulb23/remember_script_state | Rémi Verschelde | |
Restore script editor state between sessions | |||
2019-04-21 | Merge pull request #28026 from Dentoid/insert_keyframe_fix | Rémi Verschelde | |
Fix for "Insert Keyframe" shortcut doing nothing | |||
2019-04-21 | Merge pull request #28245 from guilhermefelipecgs/open_menu | Rémi Verschelde | |
Small ux improvement | |||
2019-04-21 | Merge pull request #28130 from JFonS/add_3d_grouping | Rémi Verschelde | |
Add grouping to 3D editor | |||
2019-04-20 | Small ux improvement | Guilherme Felipe | |
2019-04-20 | Fix typo in SpriteFrameEditor preview draw | Rémi Verschelde | |
As spotted by @DennisWG. | |||
2019-04-17 | Add grouping to 3D editor | JFonS | |
2019-04-16 | Merge pull request #28073 from lupoDharkael/early-validation | Rémi Verschelde | |
Validate scripts when they are loaded in the text editor | |||
2019-04-16 | Misc improvements to visual shader Add Node dialog | homer666 | |
2019-04-16 | Validate scripts when they are loaded in the text editor | lupoDharkael | |
2019-04-15 | Fix setting of PopupMenu item IDs in editor | James Buck | |
2019-04-15 | Merge pull request #27944 from YeldhamDev/tile_name_position_fix | Michael Alexsander Silva Dias | |
Fix position of tile names in TileSet editor when zooming in/out | |||
2019-04-15 | Merge pull request #28005 from Chaosus/vs_delete | Yuri Roubinsky | |
Restored possibilty to delete multiple nodes in visual shaders via Delete key | |||
2019-04-15 | Implement autokeying in Animation editor. | Juan Linietsky | |
2019-04-14 | Proper passing of the "transform_key_request" | Anders Stenberg | |
signal from SpatialEditorViewport to InspectorDock | |||
2019-04-14 | Add support for FPS snap in Animation Editor. | Juan Linietsky | |
2019-04-14 | Added possibilty to delete multiple nodes in visual shaders via Delete key | Chaosus | |
2019-04-13 | Ability to create sprite frames in AnimatedSprite from sprite sheet. | Juan Linietsky | |
2019-04-13 | Added conditional nodes to visual shaders | Chaosus | |
2019-04-13 | Restore script editor state between sessions | Paulb23 | |
2019-04-11 | Fix position of tile names in TileSet editor when zooming in/out | Michael Alexsander Silva Dias | |
Fixes #27713. | |||
2019-04-10 | Bundled VHACD library for convex decomposition. | Juan Linietsky | |
Modified both MeshInstance tools as well as importer to use it instead of QuickHull. | |||
2019-04-10 | Merge pull request #27170 from ↵ | Rémi Verschelde | |
timoschwarzer/allow-whitespaces-in-warning-ignore-comments Allow whitespaces in warning-ignore comments | |||
2019-04-09 | Make 3D snapping finer when holding Shift | Hugo Locurcio | |
This also changes the default rotation and scale snapping increments to better make use of fine snapping possibilities. | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-09 | Fix TTR string for class reference tooltip | Rémi Verschelde | |
Fixes #27852. | |||
2019-04-09 | Merge pull request #27553 from ShyRed/sprite2polygon | Rémi Verschelde | |
Add Sprite to CollisionPolygon2D and LightOccluder2D converter | |||
2019-04-08 | Merge pull request #27770 from KoBeWi/moving_pan_v2 | Rémi Verschelde | |
Allow panning while moving a node | |||
2019-04-08 | Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flags | Rémi Verschelde | |
Added ignore flag / wildcard bit to tileset autotile | |||
2019-04-07 | [AnimationNodeBlendTreeEditor] Usability improvements | Guilherme Felipe | |
- Add possibility to exclude multiple (selected) nodes. - Add context menu (Right click) to add nodes. | |||
2019-04-08 | + Added ignore flags to autotile bitmask | Magnus Specht | |
+ Added ignore functionality to tileset editor + Updated tileset editor autotile tooltip + Autotile ignore bits are processed and rendered correctl | |||
2019-04-07 | Allow panning while moving a node | Tomasz Chabora | |
2019-04-07 | Small hotfix to visual shader entries.. | Chaosus | |
2019-04-07 | Merge pull request #26164 from Chaosus/vshader_improvements | Rémi Verschelde | |
Major update for visual shader system | |||
2019-04-07 | Merge pull request #25311 from qarmin/third_point | Rémi Verschelde | |
Add third point to change size RectangleShape2D in two axis | |||
2019-04-07 | Major improvements for visual shader system | Chaosus | |
2019-04-06 | Merge pull request #27602 from YeldhamDev/tileset_emptypoly_crash_fix | Rémi Verschelde | |
Fix crash when using the Tileset Editor when the given shape has no points | |||
2019-04-06 | Merge pull request #27699 from LATRio/fix_region_editor_margin | Rémi Verschelde | |
Fix TextureRegion margin bug | |||
2019-04-06 | Merge pull request #26609 from nekomatata/shadow_offset | Timo | |
Support for shadow offset in box style | |||
2019-04-06 | Merge pull request #26650 from YeldhamDev/filesys_tooltips | Rémi Verschelde | |
Small tooltip changes to filesystem-related UI componentes in editor | |||
2019-04-06 | Add converters / generators to Sprite | ShyRed | |
Adds the following menu options to the Sprite editor: "Convert to Mesh2D", "Convert to Polygon2D", "Create CollisionPolygon2D Sibling" and "Create LightOccluder2D Sibling" | |||
2019-04-05 | Fix crash when using the Tileset Editor when the given shape has no points | Michael Alexsander Silva Dias | |
2019-04-05 | Merge pull request #26903 from guzzard/polygon-point-hover | Rémi Verschelde | |
Display vertex number when hovering point in collision polygon | |||
2019-04-05 | Merge pull request #26927 from qarmin/fix_perspective_button_hide | Rémi Verschelde | |
Fix perspective button hide when it actually should be disabled | |||
2019-04-05 | Merge pull request #27330 from qarmin/fix_bones_not_showing_after_create | Rémi Verschelde | |
Show bones after creating | |||
2019-04-05 | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde | |
Fix -Wimplicit-fallthrough warnings from GCC 8 | |||
2019-04-05 | Fix TextureRegion margin bug introduced in #27122 | LATRio | |
2019-04-05 | Merge pull request #27254 from piyushdagar/fix-animation | Rémi Verschelde | |
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381 |