summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-04-05Merge pull request #26903 from guzzard/polygon-point-hoverRémi Verschelde
Display vertex number when hovering point in collision polygon
2019-04-05Merge pull request #26927 from qarmin/fix_perspective_button_hideRémi Verschelde
Fix perspective button hide when it actually should be disabled
2019-04-05Merge pull request #27330 from qarmin/fix_bones_not_showing_after_createRémi Verschelde
Show bones after creating
2019-04-05Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde
Fix -Wimplicit-fallthrough warnings from GCC 8
2019-04-05Merge pull request #27254 from piyushdagar/fix-animationRémi Verschelde
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381
2019-04-05Ability to make CanvasLayers have pseudo 3D depth.Juan Linietsky
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135.
2019-04-05Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy
TileMap, negative Y and X Offset
2019-04-05added negative X and negative Y offset to TileMapAaron Winter
clang-format added negative X and negative Y offset to TileMap
2019-04-04Merge pull request #27500 from samdze/masterMariano Javier Suligoy
Allow TileMap to override set_cell behaviour while using TileMap editor
2019-04-04Merge pull request #27201 from siddharth952/issue1Mariano Javier Suligoy
Fixed Tileset Editor bug related to polygon size
2019-04-04Merge pull request #27122 from LATRio/fix_texture_region_zoomMariano Javier Suligoy
Fix zooming in TextureRegion
2019-04-04Merge pull request #27567 from Calinou/selection-boxes-use-accent-colorRémi Verschelde
Use the editor theme's accent color for 2D/3D selections and rotations
2019-04-03Merge pull request #27238 from ShyRed/cpu2dmaskRémi Verschelde
Add Emission Mask to CPUParticle2D
2019-04-01Allow TileMap to override set_cell behaviour while using TileMap editorSamuele Zolfanelli
2019-04-01Merge pull request #26701 from qarmin/do_not_lost_focusRémi Verschelde
Do not lose focus when moving through scene tree
2019-04-01Merge pull request #27117 from Faless/editor/asset_lib_image_errorRémi Verschelde
Enabled logging of failed image download.
2019-03-31Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio
2019-03-27Update tile_set_editor_plugin.cppSiddharth
2019-03-27Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a ↵Siddharth
combination of 2 commits." This reverts commit 2d995372d8e4e47086fbf0b8a71224cd7b763f81.
2019-03-27Merge pull request #27383 from SpechtMagnus/masterRémi Verschelde
TileMap: Fixed unfinished max_lines draw handling for freeze/crash avoidance.
2019-03-26Add a "Request Docs" button to code editor.Juan Linietsky
2019-03-24Fixed unfinished max_lines handling for crash avoidance.Magnus Specht
2019-03-23Merge branch 'master' of https://github.com/godotengine/godot into issue1Siddharth
2019-03-23Updated tile_set_editor_plugin.cpp And area.cpp# This is a combination of 2 ↵Siddharth
commits. Updated tile_set_editor_plugin.cpp And area.cpp Updated with clang-format Updated tile_set_editor_plugin.cpp And area.cpp
2019-03-22Show bones after creatingqarmin
2019-03-20Fixes Adding animation to AnimatedSprite doesn't update inspector immediatelypiyushdagar
2019-03-19Add Emission Mask to CPUParticle2DShyRed
Add ability to load emission masks to CPUParticle2D.
2019-03-17Fix script editor attempting to set current line to -1 on script openPaulb23
2019-03-17Fixing zooming in TextureRegionLATRio
Fixes #20710
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
Feature/fix toggle comment indent
2019-03-16Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde
Consider StaticBody and NavMesh position when converting to a MeshLibrary
2019-03-16Merge pull request #26919 from jabcross/masterRémi Verschelde
Implement source lookup for class_name defined classes
2019-03-16Merge pull request #27115 from Janglee123/masterRémi Verschelde
Fix toggling snap mode while transforming the Spatial object
2019-03-16Enabled logging of failed image download.Fabio Alessandrelli
2019-03-16fixed toggelling snap mode while transformingjanglee123
2019-03-12Don't crash when the saved editor state contains fewer viewports than ↵Sebastian Hartte
currently supported.
2019-03-12Add priority to gizmos and fix small issuesJFonS
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos.
2019-03-11Fix perspective button hide when it should be actually disabledqarmin
2019-03-11Implement source lookup for class_name defined classesPedro Ciambra
Previous to this, classes defined with class_name had no behavior when ctrl-clicked in the editor. Fixes #26882
2019-03-11Display vertex number when hovering point in collision polygonMartin Wallin
2019-03-08Fix crash in texture previeer, closes #26749, probably othersJuan Linietsky
2019-03-07Do not annoy unrelated textures with texture editor.Juan Linietsky
2019-03-07Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editorRémi Verschelde
Fix error when dragging empty script list in Script Editor
2019-03-07Fix error when dragging empty script list in Script Editorqarmin
2019-03-06TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238Mariano Suligoy
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-06Do not lose focus when moving through scene treeqarmin
2019-03-05AssetLib: convert video thumbnails to RGBAmerumelu
Image::blend_rect only works with images that have the same format.
2019-03-05Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disableRémi Verschelde
Disable coord navigation buttons in TileSet editor when no texture is selected