Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-05 | Remove connect *_compat methods | Aaron Franke | |
2020-12-05 | Change minimum snap step of Tile Set to 1 | Nick Swoboda | |
2020-12-05 | Merge pull request #44091 from madmiraal/rename-cubemesh-boxmesh | Rémi Verschelde | |
Rename CubeMesh to BoxMesh | |||
2020-12-05 | Rename CubeMesh BoxMesh | Marcel Admiraal | |
2020-12-04 | Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name" | Aaron Franke | |
2020-12-04 | Rebind Mesh/ArrayMesh enums | Aaron Franke | |
2020-12-03 | Merge pull request #43896 from RandomShaper/fix_rel_probe_vis | Rémi Verschelde | |
Put misc. 3D tool visible instances on their own layer | |||
2020-12-03 | Merge pull request #43660 from EricEzaM/PR/INP1-inputevent_as_text_and_to_string | Rémi Verschelde | |
InputEvent as_text now returns readable string. Added to_string for debug strings | |||
2020-12-03 | Made keyboard shortcuts for FileSystemDock visible in popup | Eric M | |
2020-12-03 | Merge pull request #44051 from EricEzaM/PR/rename-files-with-F2-key | Rémi Verschelde | |
Added F2 shortcuts for renaming files & folders. | |||
2020-12-03 | Added F2 shortcuts for renaming files & folders. | Eric M | |
2020-12-02 | Refactored Mesh internals and formats. | reduz | |
-Changed how mesh data is organized, hoping to make it more efficient on Vulkan and GLES. -Removed compression, it now always uses the most efficient format. -Added support for custom arrays (up to 8 custom formats) -Added support for 8 weights in skeleton data. -Added a simple optional versioning system for imported assets, to reimport if binary is newer -Fixes #43979 (I needed to test) WARNING: -NOT backwards compatible with previous 4.x-devel, will most likely never be, but it will force reimport scenes due to version change. -NOT backwards compatible with 3.x scenes, this will be eventually re-added. -Skeletons not working any longer, will fix in next PR. | |||
2020-12-02 | Merge pull request #41095 from ThakeeNathees/GDScript-Documentation | Rémi Verschelde | |
GDScript(2.0) Documentation generation system | |||
2020-12-02 | Merge pull request #39743 from aaronfranke/limit-zoom | Rémi Verschelde | |
Limit the editor zoom and freelook speed based on camera settings | |||
2020-12-02 | Fixed some errors when changing port name in visual shader expressions | Yuri Roubinsky | |
2020-12-01 | Limit the zoom and freelook speed based on camera settings | Aaron Franke | |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees | |
2020-12-01 | Fix few bugs in visual shader expressions | Yuri Roubinsky | |
Fixed few bugs in visual shader expressions | |||
2020-12-01 | Fixed crash in visual shader on changing input when preview is visible | Yuri Roubinsky | |
2020-11-30 | Merge pull request #42825 from Chaosus/fix_grid_hotkey | Rémi Verschelde | |
Changes 'always show grid' hotkey to prevent conflict with 'pan mode' | |||
2020-11-30 | Reversed Toggle Script Button icon | Yuri Roubinsky | |
2020-11-30 | Merge pull request #43970 from EricEzaM/PR/popup-menu-margin-shrink | Rémi Verschelde | |
Reduced EditorTheme margin on PopupMenu | |||
2020-11-30 | Reduced margin on PopupMenu | Eric M | |
2020-11-30 | Show editable children in the connect dialog | Tomasz Chabora | |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees | |
- ClassDoc added to GDScript and property reflection data were extracted from parse tree - GDScript comments are collected from tokenizer for documentation and applied to the ClassDoc by the GDScript compiler - private docs were excluded (name with underscore prefix and doesn't have any doc comments) - default values (of non exported vars), arguments are extraced from the parser - Integrated with GDScript 2.0 and new enums were added. - merge conflicts fixed | |||
2020-11-29 | Fixed several visual shader inputs | Yuri Roubinsky | |
Fixed several inputs in visual shaders | |||
2020-11-28 | Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR) | Yuri Roubinsky | |
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | |
Shortcuts rework - fixed issues with input propagation and triggering of unwanted shortcuts. | |||
2020-11-28 | Merge pull request #41100 from bruvzg/ctl_text_server_interface | Rémi Verschelde | |
[Complex Text Layouts] Implement TextServer interface. | |||
2020-11-26 | Put misc. 3D tool visible instances on their own layer | Pedro J. Estébanez | |
This makes that visible stuff invisible to ReflectionProbes, whose preview in the editor shouldn't involve them. | |||
2020-11-27 | InputEvent as_text now returns readable string. Added to_string for debug ↵ | Eric M | |
strings Made InputEvent as_text() return a readable and presentable string. Added to_string() overrides for each which returns a 'debug-friendly' version which is not as presentable but provides more information and in a more structured fashion. Use as_text() for UI display scenarions and to_string() for debug cases | |||
2020-11-26 | Implement signed distance fields for 2D shaders | reduz | |
2020-11-26 | Merge pull request #43884 from Chaosus/vs_warnings | Rémi Verschelde | |
Added extra warning to texture nodes in visual shader + fix warning appearing | |||
2020-11-26 | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg | |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to ↵ | bruvzg | |
use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows. | |||
2020-11-26 | Added extra warning to VisualShaderNodeTexture + fix warning appearing | Yuri Roubinsky | |
2020-11-26 | Merge pull request #43807 from Xrayez/aspect-ratio-container | Rémi Verschelde | |
Add `AspectRatioContainer` class | |||
2020-11-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 97e7d637e0362a2d676eaa854f0e638ecf49e347) | |||
2020-11-25 | Merge pull request #43861 from JFonS/fix_gizmo_defval | Rémi Verschelde | |
Fix binding of default value in EditorSpatialGizmoPlugin::get_material() | |||
2020-11-25 | Fix binding of default value in EditorSpatialGizmoPlugin::get_material() | jfons | |
It was commented for some reason I can't remember. | |||
2020-11-25 | Add `AspectRatioContainer` class | Andrii Doroshenko (Xrayez) | |
Co-authored-by: Ugis Brekis <ugis.brekis@productmadness.com> | |||
2020-11-23 | Add is_valid() check for InputEventKey in CanvasItemEditor. | Eric M | |
2020-11-23 | Implement new shortcuts system. | Eric M | |
unhandled_key_input changed to unhandled_button_input. Controls can set a 'shortcut_context' which they can then use to determine if their shortcuts should be triggered or not, based on if the viewport's focused GUI control is a child of their 'shortcut context'. | |||
2020-11-23 | Removed unhandled_key_input from editor AudioBus and instead connect to ↵ | Eric M | |
gui_input signal on tree for handling of effects shortcuts. | |||
2020-11-23 | Remove unused unhandled_key_input method in EditorHelp. Search popup and ↵ | Eric M | |
focus is handled by an external MenuButton shortcut. | |||
2020-11-23 | Added accept_event() calls for SceneTreeDock and BaseButton | Eric M | |
2020-11-23 | Merge pull request #43627 from aaronfranke/pixelvi | Rémi Verschelde | |
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv | |||
2020-11-23 | Merge pull request #43754 from Calinou/primary-grid-steps-default-pot | Rémi Verschelde | |
Use a power-of-two value for Primary Grid Steps in the 3D editor | |||
2020-11-22 | Bind the editor's Search Help function to F1 by default | Hugo Locurcio | |
Now that the F1 key is available, we can bind Search Help to the key generally used in other applications to open the help menu. | |||
2020-11-21 | Use a power-of-two value for Primary Grid Steps in the 3D editor | Hugo Locurcio | |
This matches the 2D editor default behavior. Powers of two are usually better for grid divisions as they are often used in level design. |