Commit Graph

13 Commits

Author SHA1 Message Date
unsettledgames
804a0335b1 Removed replaceAllOfColor, made another commenting round 2021-07-22 19:26:40 +02:00
unsettledgames
4e85ad1a73 Merge remote-tracking branch 'upstream/master' 2021-07-22 13:17:50 +02:00
Jascha Bakarinow
d4de08e8be Move brushPreview when panning with mousewheel 2021-07-17 22:55:51 +02:00
Leamsi Escribano
84f6493bf6 Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
unsettledgames
f37a85cf55 Fixed #18
(fix by @liamortiz )
2021-06-30 22:13:59 +02:00
unsettledgames
48310a4845 Fixed pixel not being drawn when clicking 2021-06-30 19:40:39 +02:00
unsettledgames
37a532236b Fixed brush preview snapping 2020-09-17 16:11:00 +02:00
unsettledgames
d14deeb761 Tried to refactor more, snapped the brush preview to the pixel grid 2020-07-21 23:36:12 +02:00
unsettledgames
466eb0580c Started refactoring the code
- Can now zoom without selecting the zom tool
- Moved updateCursor to the tool class, deleted _updateCursor.js
- Removed as many references to canvas as possible, removed every global reference to context
- Added methods in Tool class to move the brush preview
2020-07-21 16:01:00 +02:00
unsettledgames
03ba3fe245 Fixed rectangle tool bug
Switching tool from the rectangle caused the editor to freeze.
2020-07-21 14:42:25 +02:00
unsettledgames
12e43e0449 Continued cut -> paste implementation
There's only a bug, when pasting consecutively, every time it cuts the area again. There's probably some weird cut call somewhere.
2020-04-20 19:26:00 +02:00
unsettledgames
944cf1fbed Implement cut tool
yeah that was the easy part but still

- Added hotkeys for copy, paste and cut
- Added _copyPaste.js for copy, cut and paste management
2020-04-20 16:55:34 +02:00
Sam Keddy
91da252f49 created tool class which keeps track of cursors, incorporates changeTool; made changelog data its own file 2020-04-15 00:01:31 +00:00