Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #26918 from aqnuep/skeleton_reparenting_fix | Rémi Verschelde | |
Fix skeleton reparenting to also work when the skeleton node is not a bone | |||
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 #26930 from qarmin/fix_delete_project_settings_properties | Rémi Verschelde | |
Fix deleting properties after deleting files | |||
2019-04-05 | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde | |
Add a getter for the EditorInspector | |||
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 | Merge pull request #27008 from qarmin/fix_toggle_visibility | Rémi Verschelde | |
Fix crash when toggle visibility in SceneTreeDialog | |||
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 | |||
2019-04-05 | Ability to make CanvasLayers have pseudo 3D depth. | Juan Linietsky | |
2019-04-05 | Merge pull request #27401 from Calinou/fix-restart-label-color | Rémi Verschelde | |
Use the "warning" color for the "restart required" label | |||
2019-04-05 | Merge pull request #27465 from ↵ | Rémi Verschelde | |
neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support | |||
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Ré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-05 | Merge pull request #27365 from Byteron/tile_map_negative_offset | Mariano Javier Suligoy | |
TileMap, negative Y and X Offset | |||
2019-04-05 | added negative X and negative Y offset to TileMap | Aaron Winter | |
clang-format added negative X and negative Y offset to TileMap | |||
2019-04-04 | Merge pull request #27500 from samdze/master | Mariano Javier Suligoy | |
Allow TileMap to override set_cell behaviour while using TileMap editor | |||
2019-04-04 | Merge pull request #27201 from siddharth952/issue1 | Mariano Javier Suligoy | |
Fixed Tileset Editor bug related to polygon size | |||
2019-04-04 | Merge pull request #27122 from LATRio/fix_texture_region_zoom | Mariano Javier Suligoy | |
Fix zooming in TextureRegion | |||
2019-04-04 | Merge pull request #27469 from Calinou/text-selection-use-accent-color | Rémi Verschelde | |
Use the accent color to highlight selected text | |||
2019-04-04 | Merge pull request #27567 from Calinou/selection-boxes-use-accent-color | Rémi Verschelde | |
Use the editor theme's accent color for 2D/3D selections and rotations | |||
2019-04-03 | Fix: Keep custom tracks option now keeps animation loop property and value ↵ | Angeloss | |
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834) | |||
2019-04-03 | Merge pull request #27238 from ShyRed/cpu2dmask | Rémi Verschelde | |
Add Emission Mask to CPUParticle2D | |||
2019-04-02 | Merge pull request #27228 from Kanabenki/preserve-binds-change-node | Rémi Verschelde | |
Preserve extra arguments for connected signals when changing node type | |||
2019-04-01 | Allow TileMap to override set_cell behaviour while using TileMap editor | Samuele Zolfanelli | |
2019-04-01 | Merge pull request #25676 from willnationsdev/fix-inherited-icons | Rémi Verschelde | |
Fix inherited icons for script classes | |||
2019-04-01 | Merge pull request #26701 from qarmin/do_not_lost_focus | Rémi Verschelde | |
Do not lose focus when moving through scene tree | |||
2019-04-01 | Merge pull request #27117 from Faless/editor/asset_lib_image_error | Rémi Verschelde | |
Enabled logging of failed image download. | |||
2019-04-01 | Merge pull request #26970 from KoBeWi/custom_node_is_now_other_node | Rémi Verschelde | |
Changed 'Custom Node' to 'Other Node' to be less confusing | |||
2019-03-31 | Use the editor theme's accent color for 2D/3D selections and rotations | Hugo Locurcio | |
2019-03-29 | EditorHelp, makerst: Improve enum ref resolving and constant ref support | Ignacio Etcheverry | |
Enum reference resolving will now search in the @GlobalScope if no class is specified and the enum cannot be resolved in the current class. Added support for constant references in EditorHelp, e.g.: [constant KEY_ENTER] or [constant Control.FOCUS_CLICK]. It supports enum constants (the enum name must not be included). | |||
2019-03-28 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Also sync translation template. | |||
2019-03-27 | Use the accent color to highlight selected text | Hugo Locurcio | |
This makes selections easier to see, while making them fit better within the editor theme. This closes #22552. | |||
2019-03-27 | Update tile_set_editor_plugin.cpp | Siddharth | |
2019-03-27 | Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a ↵ | Siddharth | |
combination of 2 commits." This reverts commit 2d995372d8e4e47086fbf0b8a71224cd7b763f81. | |||
2019-03-27 | Merge pull request #27388 from KidRigger/master | Rémi Verschelde | |
Prevents crash on loading unrecognized resources. | |||
2019-03-27 | Merge pull request #27383 from SpechtMagnus/master | Rémi Verschelde | |
TileMap: Fixed unfinished max_lines draw handling for freeze/crash avoidance. | |||
2019-03-27 | Merge pull request #27182 from goodyttoor/gltf_order | Rémi Verschelde | |
Fix order of transformation in GLTF import | |||
2019-03-26 | Add a "Request Docs" button to code editor. | Juan Linietsky | |
2019-03-25 | Use the "warning" color for the "restart required" label | Hugo Locurcio | |
This makes the color match the warning icon placed besides the label. | |||
2019-03-25 | Prevents crash on loading unrecognized resources. | Anish | |
Editor crashes on trying to load resources with no loaders. Simple check on the resource loader prevents using a null resource loader. Fixes: #27385 | |||
2019-03-24 | Fixed unfinished max_lines handling for crash avoidance. | Magnus Specht | |
2019-03-23 | Merge branch 'master' of https://github.com/godotengine/godot into issue1 | Siddharth | |
2019-03-23 | Updated 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-22 | Show bones after creating | qarmin | |
2019-03-20 | Revert accidental commits | Pedro J. Estébanez | |
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab. | |||
2019-03-20 | Create live view dock [wip] | Pedro J. Estébanez | |
2019-03-20 | Fixes Adding animation to AnimatedSprite doesn't update inspector immediately | piyushdagar | |
2019-03-19 | Add Emission Mask to CPUParticle2D | ShyRed | |
Add ability to load emission masks to CPUParticle2D. | |||
2019-03-19 | Keep binds for connected signals when changing node type | Kanabenki | |
2019-03-18 | Fix order of transformation in GLTF import | Vivatchai Kaveeta | |
From the gltf 2 spec, the order is R * S. Previously we did S * R, which broke some mesh with non-uniform scale. Fix #23356, Fix #14725 |