Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Merge pull request #40289 from YeldhamDev/guitab_icon_use_hl | Rémi Verschelde | |
Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal | |||
2020-07-11 | Revert "Merge pull request #38341 from verdog/camera-bounds-fix" | Rémi Verschelde | |
This reverts commit 08bbb3f161bfb4860d7574fa77b947872d344e7e. | |||
2020-07-11 | Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make ↵ | Michael Alexsander | |
their width/height equal | |||
2020-07-10 | Merge pull request #40253 from madmiraal/add-override-keywords | Rémi Verschelde | |
Add override keywords. | |||
2020-07-10 | Merge pull request #36225 from Chaosus/shader_fma | Yuri Roubinsky | |
Added 'fma' function to shader language | |||
2020-07-10 | Merge pull request #38341 from verdog/camera-bounds-fix | Rémi Verschelde | |
Fix Camera2D incorrect preview bounds | |||
2020-07-10 | Added 'fma' function to shader language | Yuri Roubinsky | |
2020-07-10 | Merge pull request #40209 from zaevi/fix-asset-installer-item_edited-behavior | Rémi Verschelde | |
fix tree-item's behavior on Asset Installer. | |||
2020-07-10 | Add override keywords. | Marcel Admiraal | |
2020-07-10 | fix item_edited behavior on Asset Installer. | Zae | |
2020-07-10 | Merge pull request #40180 from Coldragon/fix-crash-no-feature-profile | Rémi Verschelde | |
Fix crash on editor without a feature profile | |||
2020-07-10 | Merge pull request #40229 from ChristopheLY/atlas-auto-reimport | Rémi Verschelde | |
auto re-import atlas, fixes #40047 | |||
2020-07-10 | Merge pull request #40198 from DanielZTing/master | Rémi Verschelde | |
Do not try to save internal scripts | |||
2020-07-10 | auto re-import atlas, fixes #40047 | Chistpohe LY | |
2020-07-09 | Keep debug & verbose options after loading project from project manager | PouleyKetchoupp | |
2020-07-08 | Do not try to save internal scripts | Daniel Ting | |
Fixes #40175 | |||
2020-07-07 | Fix crash on editor without a feature profile | coldragon | |
2020-07-07 | Merge pull request #40162 from vnen/autoloads-list | Rémi Verschelde | |
Add a map of autoloads to ProjectSettings | |||
2020-07-06 | Merge pull request #40160 from pycbouh/fix-pnode-is-null | Rémi Verschelde | |
Improve null check in FindReplaceBar | |||
2020-07-06 | Merge pull request #40163 from pycbouh/fix-saving-empty-scene | Rémi Verschelde | |
Improve scene preview generation for empty scenes and disabled features | |||
2020-07-06 | Improve scene preview generation for empty scenes and disabled features | Yuri Sizov | |
2020-07-06 | Add a map of autoloads to ProjectSettings | George Marques | |
So places that need to look into it can use the list instead of parsing ProjectSettings details (like checking "*" in path for testing if it's singleton). | |||
2020-07-06 | Expose methods to play scene from plugin code | Yuri Sizov | |
2020-07-06 | Improve null check in FindReplaceBar | Yuri Sizov | |
2020-07-06 | Fix editor crash when creating a custom resource from create dialog | Andrii Doroshenko (Xrayez) | |
2020-07-06 | Support built-in scripts for inspector categories | Tomasz Chabora | |
2020-07-05 | Change translation parser plugin API to parse_file() | SkyJJ | |
2020-07-05 | Merge pull request #40115 from Chaosus/vshader_fix_dialog | Yuri Roubinsky | |
Makes "Create shader node" dialog non-exclusive (visual shaders) | |||
2020-07-05 | Merge pull request #40119 from nekomatata/fix-startup-import-crash | Rémi Verschelde | |
Fix crash on project files import in EditorFileSystem | |||
2020-07-04 | Fix crash on project files import in EditorFileSystem | PouleyKetchoupp | |
Fixes #40017 | |||
2020-07-04 | Merge pull request #40033 from hinlopen/create-dialog-search | Rémi Verschelde | |
Improve Create Dialog search ranking and rewrite calculation | |||
2020-07-04 | Merge pull request #40100 from hinlopen/extract-anim-name | Rémi Verschelde | |
Refactor extracting animation name | |||
2020-07-04 | Makes "Add new member" dialog non-exclusive for visual shaders | Yuri Roubinsky | |
2020-07-04 | Merge pull request #40084 from bruvzg/macos_seamless_scaling | Rémi Verschelde | |
[macOS] Implement seamless display scaling. | |||
2020-07-04 | Rewrite extracting animation name. | Stijn Hinlopen | |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg | |
2020-07-03 | Change how default fonts are created, fixes #39235 | Juan Linietsky | |
Also fixes file dialog icons. | |||
2020-07-04 | Merge pull request #39845 from mrushyendra/bone_painting_undoredo_master | Rémi Verschelde | |
Fix undo/redo for bone painting in Polygon2D UV Editor | |||
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | |
Remove String::find_last (same as rfind) | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-07-03 | Improve Create Dialog search ranking and refactor calculation. | Stijn Hinlopen | |
Code changes: - Improved search ranking with various features (position in type string, string length proportion, in favorite list, in recent list). - Recent items are now stored in an ItemList (no visual change). - Removed results that had a parent that matched the search term to improve clarity. Performance: - Reduce types to process upon opening the dialog (instead of every search change), reduces number of types by 4~5. - Clear arrays after closing dialog instead of keeping them. - Various other optimizations. | |||
2020-07-03 | Provide warning when using polygon shapes in `CollisionShape2D` node | Andrii Doroshenko (Xrayez) | |
`ConvexPolygonShape2D` and `ConcavePolygonShape2D` are only meant to be used directly in code and not in the editor for physics-based use cases specifically. Developers are advised to use `CollisionPolygon2D` instead, which does generate those shapes under the hood, handling polygon convexivity, proper orientation etc. | |||
2020-07-03 | Merge pull request #40065 from rileylyman/script_drag_drop | Rémi Verschelde | |
Allow script editor scripts to be drag-dropped onto resource properties | |||
2020-07-03 | Merge pull request #39968 from lordkettune/custom-tracks-fix | Rémi Verschelde | |
Fix custom tracks causing issues on reimport | |||
2020-07-03 | Merge pull request #40067 from YeldhamDev/anim_bezier_timeline_zoom | Rémi Verschelde | |
Fix timeline cursor not updating on zoom change in the Bezier editor | |||
2020-07-02 | Make Resource properties accept SE plugin scripts | Riley Lyman | |
2020-07-02 | Fix issues with custom tracks on reimport | lordkettune | |
2020-07-02 | Merge pull request #39415 from SkyLucilfer/PotGeneration | Rémi Verschelde | |
Add POT generation feature in Editor | |||
2020-07-02 | Fix timeline cursor not updating on zoom change in the Bezier editor | Michael Alexsander | |
2020-07-02 | Merge pull request #40049 from hinlopen/remove-pane-drag | Rémi Verschelde | |
Remove unused class PaneDrag |