Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | Fix connection lines glitch in visual shaders | Chaosus | |
2019-04-24 | Merge pull request #28375 from Chaosus/fix_vs_loopback | Yuri Roubinsky | |
Disallow loopback connection in visual shaders | |||
2019-04-24 | Disallow loopback connection in visual scripts and visual shaders | Chaosus | |
2019-04-24 | Removes preview from existing transform nodes in visual shader | Chaosus | |
2019-04-23 | Merge pull request #28351 from Paulb23/fix_state_crash | Rémi Verschelde | |
Fix crash when restoring script editor state | |||
2019-04-23 | Merge pull request #28348 from Chaosus/fix_vs_transform_preview | Rémi Verschelde | |
Removed incorrect "Transform" preview from visual shaders | |||
2019-04-23 | Fix crash when restoring script editor state | Paulb23 | |
2019-04-23 | Removed incorrect "Transform" preview from visual shaders | Chaosus | |
2019-04-23 | Enlarge Vector3 constant node in visual shaders | Chaosus | |
2019-04-23 | Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_sm | Hein-Pieter van Braam | |
Show play position of sub state machine | |||
2019-04-23 | Merge pull request #25510 from groud/tilemap_editor_enhancement | Hein-Pieter van Braam | |
Move some tilemap options to the toolbar | |||
2019-04-23 | Merge pull request #25744 from YeldhamDev/enhanced_theme_preview | Hein-Pieter van Braam | |
Enhance theme preview | |||
2019-04-23 | Merge pull request #28064 from DarknessCatt/issue-27077 | Hein-Pieter van Braam | |
Moving Polygon2D vertices along axis | |||
2019-04-22 | Merge pull request #28178 from dankan1890/tileset_editor_add_1 | Mariano Javier Suligoy | |
Tileset-Editor: Added alternative tool for drawing a rectangular shape. | |||
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | |
Small fixes, mostly duplicated code | |||
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde | |
Display connection information in the script editor | |||
2019-04-22 | Fix rotation offset/snap fields being cut off in Configure Snap dialog | Hugo Locurcio | |
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-21 | Tileset-Editor: Added alternative tool for drawing a rectangular shape. | dankan1890 | |
2019-04-20 | Small ux improvement | Guilherme Felipe | |
2019-04-20 | Display connection information in the script editor | Paulb23 | |
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 | Move vertex along a single axis while editing and holding shift | Matheus Lima Cunha | |
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 | Small fixes, mostly dupicated code | qarmin | |