Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-05 | Merge pull request #69525 from m4gr3d/polish_navigation_controls_opacity_main | Rémi Verschelde | |
Minor tweaks/polish to the navigation controls to prevent interference | |||
2022-12-05 | Fix animation play backward doesn't process current key&animtrack seek | Silc Renew | |
2022-12-05 | Merge pull request #68770 from TokageItLab/add-track-validator | Rémi Verschelde | |
Add track validator to AnimationPlayerEditor to detect tracks which have error | |||
2022-12-05 | Merge pull request #67387 from NumbuhFour/cam_vis_layers_shader_var | Rémi Verschelde | |
Implement CAMERA_VISIBLE_LAYERS as built-in shader variable | |||
2022-12-04 | Fix heap-use-after-free when exiting editor after editing TileSet | Haoyu Qiu | |
2022-12-03 | Implement CAMERA_VISIBLE_LAYERS as built-in shader variable | NumbuhFour | |
2022-12-02 | Minor tweaks/polish to the navigation controls to prevent interference: | Fredia Huya-Kouadio | |
- Reduce controls size - Enable opacity on hover to increase visibility | |||
2022-12-02 | Enable the navigation controls for touchscreen by default | Fredia Huya-Kouadio | |
2022-12-01 | Merge pull request #69364 from m4gr3d/add_navigation_controls_main | Rémi Verschelde | |
Add navigation control to the node3d editor viewport | |||
2022-11-30 | Merge pull request #69376 from zaevi/adjust_dropping_texture | Rémi Verschelde | |
Adjust position and size for dropping texture in canvas editor. | |||
2022-11-30 | Adjust position and size for dropping texture. | Zae | |
2022-11-30 | Fix heap-use-after-free when changing alternative tile ID | Haoyu Qiu | |
2022-11-29 | Add navigation control to the node3d editor viewport | Fredia Huya-Kouadio | |
2022-11-29 | Merge pull request #69062 from trollodel/lightweight_editor_mass | Rémi Verschelde | |
Use forward-declarations in big editor classes | |||
2022-11-29 | Use forward-declarations in big editor classes | trollodel | |
2022-11-29 | Fix heap-use-after-free when removing a tile in TileSet editor | Haoyu Qiu | |
2022-11-28 | Add track validator to AnimationPlayerEditor | Silc Renew | |
2022-11-28 | Merge pull request #69249 from timothyqiu/tile-data-redraw | Rémi Verschelde | |
Update TileSet preview when paint custom data changes | |||
2022-11-28 | Merge pull request #69178 from aaronfranke/mesh-shape | Rémi Verschelde | |
Use a more specific type for Mesh create_(convex|trimesh)_shape | |||
2022-11-27 | Update TileSet preview when paint custom data changes | Haoyu Qiu | |
2022-11-25 | Merge pull request #69124 from zaevi/tilemap_fix_alternative_tile | Rémi Verschelde | |
[TileMap] Fix alternative tile issues. | |||
2022-11-25 | Use a more specific type for Mesh create_(convex|trimesh)_shape | Aaron Franke | |
2022-11-25 | [Editor] Add button to keep the debug server open. | Fabio Alessandrelli | |
The setting is stored in the project editor metadata, and the server is automatically started/stopped when the option change (only stopped if no session is currently active). The CLI option `--debug-server` now also forces the server to stay open (without saving the state, unlike the menu option). This commit also removes the "Keep debugger open" option in the script editor "debug" menu. That option was really confusing, it used to hide the bottom panel if and only if the debugger pane was selected, so if you had your output log open instead (default when pressing play) it would effectively do nothing. Having an option to save a click in such a very specific case seems very overkill. | |||
2022-11-24 | Merge pull request #69128 from Chaosus/vs_fix_custom_nodes | Rémi Verschelde | |
Fix custom visual shader nodes not being loaded at startup | |||
2022-11-24 | Fix custom visual shader nodes not being loaded at startup | Yuri Rubinsky | |
2022-11-24 | Cleanup remaining EditorUndoRedoManager usages | kobewi | |
2022-11-25 | [TileMap] Fix alternative tile issues. | Zae | |
2022-11-23 | Avoid the Skeleton3DGizmoPlugin crash when clicking in the editor. | K. S. Ernest (iFire) Lee | |
2022-11-22 | Merge pull request #68964 from MewPurPur/tweak-gradient-editor | Rémi Verschelde | |
Fixes and improvements to Gradient preview | |||
2022-11-21 | Fix Gradient preview issues | VolTer | |
2022-11-21 | Code simplifications found by cppcheck | Markus Sauermann | |
They are based on: - Boolean arithmetic simplifications - setting variables that are not accessed - constant variables | |||
2022-11-20 | Allow selecting text in shader compilation logs | Marc Gilleron | |
2022-11-20 | Merge pull request #68922 from TokageItLab/fix-animtree-crash | Rémi Verschelde | |
Fix `AnimationTreeEditor` crash & rename `AnimationTreeEditor::get_tree()` to `get_animation_tree()` | |||
2022-11-21 | Fix AnimationTree crash & rename get_tree() to get_animation_tree() | Silc Renew | |
2022-11-20 | Merge pull request #68904 from aaronfranke/texture-methods | Rémi Verschelde | |
Rename TextureButton set_*_texture methods to set_texture_* | |||
2022-11-20 | Double precision of `String.split_floats` | Micky | |
2022-11-20 | Merge pull request #68859 from souplamp/capitalize-skeleton3d-editor-plugin | Rémi Verschelde | |
Capitalize Skeleton3D's editor plugin dropdown options | |||
2022-11-19 | Rename TextureButton set_*_texture methods to set_texture_* | Aaron Franke | |
2022-11-18 | capitalize skeleton3d plugin dropdown | souplamp | |
2022-11-18 | change root motion track candidating method | Silc Renew | |
2022-11-17 | Fixup TileSet build after #66557 | Rémi Verschelde | |
Last rebase was too old, didn't include this API rename. | |||
2022-11-17 | Merge pull request #66557 from ↵ | Rémi Verschelde | |
MisterMX/fix/tileset-custom-data-type-reload-editor fix(tileset): Recreate custom data editor if type has changed | |||
2022-11-17 | Merge pull request #64368 from YeldhamDev/tile_editor_label_center | Rémi Verschelde | |
Properly center labels in the TileMap/Set editors | |||
2022-11-16 | Fix the bounds of varying popup in visual shader editor | Yuri Rubinsky | |
2022-11-16 | Merge pull request #68709 from MewPurPur/instance-begone-part3 | Rémi Verschelde | |
Remove more instances of 'instance' being used as a verb | |||
2022-11-16 | Remove more instances of 'instance' being used as a verb | VolTer | |
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde | |
Remove redundant non-trivial Variant types initializations | |||
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-14 | Fix misc formatting issues | Rémi Verschelde | |
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files. | |||
2022-11-14 | Merge pull request #68624 from AleCamara/bug-67235-gradient-slider | Rémi Verschelde | |
Fix clicking in gradient editor |