1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Tools
Emmanouil Papadeas 1e9c8487ba Optimize the lasso & polygon select tools by making them check fewer pixels
The time they take to complete now depends on the size of the selection, rather than checking all of the pixels of the entire canvas.
2024-09-05 03:34:30 +03:00
..
3DTools [skip ci] Change instances of "yield" to "await" in comments 2024-08-02 00:42:14 +03:00
DesignTools Use exact match for the draw_color_picker shortcut 2024-08-15 04:36:33 +03:00
SelectionTools Optimize the lasso & polygon select tools by making them check fewer pixels 2024-09-05 03:34:30 +03:00
UtilityTools Fix zoom tool mode doing the opposite of what it says 2024-07-30 19:43:19 +03:00
BaseDraw.gd Fix popups appearing in wrong places when single window mode is disabled 2024-08-03 22:36:05 +03:00
BaseDraw.tscn Add flip X and Flip Y, and Rotation (90, 180, 270) buttons to BaseTool (#988) 2024-03-23 16:39:44 +02:00
BaseSelectionTool.gd Move selection offset code inside SelectionMap.is_pixel_selected() 2024-04-13 17:57:51 +03:00
BaseSelectionTool.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
BaseShapeDrawer.gd Use exact match for the draw_color_picker shortcut 2024-08-15 04:36:33 +03:00
BaseShapeDrawer.tscn Optimize shape drawing 2024-07-31 03:52:30 +03:00
BaseTool.gd Mirror the preview of the elliptical selection tool 2024-07-31 21:29:05 +03:00
BaseTool.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00