1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 15:39:49 +00:00
Pixelorama/src/Tools
Variable 57ea4d25f1
Draw optimizer (#657)
* draw optimizer

* improvements

* some memory improvements

don't think this one's needed but doing it just in case...

* formatting

* add limit change with brush

* fixed a small bug

cache was being kept when frames were changed

* formatting

* change `_cache_limit` on changing `_brush_size`
2022-03-03 14:54:27 +02:00
..
SelectionTools Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
BaseTool.gd Draw optimizer (#657) 2022-03-03 14:54:27 +02:00
BaseTool.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Bucket.gd Mirroring buttons now affect both left & right tools 2022-02-17 16:07:03 +02:00
Bucket.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
ColorPicker.gd Fixes #618 2021-12-15 01:39:24 +02:00
ColorPicker.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Draw.gd Draw optimizer (#657) 2022-03-03 14:54:27 +02:00
Draw.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
EllipseTool.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
EllipseTool.tscn Add Rectangle and Ellipse tools (#456) 2021-03-30 10:07:13 -07:00
Eraser.gd Fix another bug with Undo/Redo where the app became unresponsive if the user drew outside the canvas 2021-12-25 19:21:09 +02:00
Eraser.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
LineTool.gd Fixes #618 2021-12-15 01:39:24 +02:00
LineTool.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Move.gd Fixes #618 2021-12-15 01:39:24 +02:00
Move.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Pan.gd Fixes #618 2021-12-15 01:39:24 +02:00
Pan.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Pencil.gd Fix Pencil bug with transparent colors immediately blending when Overwrite is setto false 2022-01-08 17:18:59 +02:00
Pencil.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
RectangleTool.gd Add Rectangle and Ellipse tools (#456) 2021-03-30 10:07:13 -07:00
RectangleTool.tscn Add Rectangle and Ellipse tools (#456) 2021-03-30 10:07:13 -07:00
Shading.gd Fix another bug with Undo/Redo where the app became unresponsive if the user drew outside the canvas 2021-12-25 19:21:09 +02:00
Shading.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
ShapeDrawer.gd Fixes #618 2021-12-15 01:39:24 +02:00
ShapeDrawer.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
ToolButton.tscn Remove pre-set tool button nodes, tool setup now being done only in the Tools singleton 2022-02-21 18:02:02 +02:00
Zoom.gd Fixes #618 2021-12-15 01:39:24 +02:00
Zoom.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00