Commit Graph

374 Commits

Author SHA1 Message Date
unsettledgames
1d33259abf Fixed cut bug, deleted _copyPaste.js 2021-11-10 17:39:32 +01:00
unsettledgames
b4c069c156 Added back cut / paste 2021-11-09 23:00:29 +01:00
unsettledgames
cd6d959d35 Added back copy / paste 2021-11-09 22:59:17 +01:00
unsettledgames
73f7c980eb Added back eyedropper alt key binding 2021-11-09 12:53:19 +01:00
unsettledgames
2ca5aa75b4 Added back tool shortctus
Made Events an IIFE instead of a class, fixed a bug in the selection tool.
2021-11-09 12:19:57 +01:00
unsettledgames
3c62a1f0fd Added back tool resizing 2021-11-08 23:12:51 +01:00
unsettledgames
ea45fa4842 Added back rect selection 2021-11-08 22:25:30 +01:00
unsettledgames
a56d7092fc Added ResizableTool and SelectionTool 2021-11-01 13:02:18 +01:00
unsettledgames
2d8974f9d6 Added back zoom 2021-11-01 12:31:09 +01:00
unsettledgames
c1aba0a89e Added back pan and missing sprite scaling functions
Also fixed bug that let the user change the brush size to 0
2021-11-01 12:01:31 +01:00
unsettledgames
32fb4ca943 Added back eyedropper 2021-11-01 11:33:18 +01:00
unsettledgames
d034bbc659 Added back fill tool 2021-10-31 18:31:45 +01:00
unsettledgames
26bd57cc92 Added back line tool 2021-10-31 18:03:21 +01:00
unsettledgames
6b739f0ea7 Added back rectangle tool 2021-10-31 12:49:38 +01:00
unsettledgames
b2fef6154d Added back eraser tool 2021-10-27 10:43:51 +02:00
unsettledgames
35cbe31a71 Added back brush with new tool system 2021-10-27 10:02:21 +02:00
unsettledgames
222228a6ce Merge remote-tracking branch 'upstream/master' 2021-10-25 19:23:20 +02:00
unsettledgames
0fcb309cc7 Added basic structure and comments for Tools
Fixed lpe palette loading, added custom events
2021-10-25 19:23:06 +02:00
unsettledgames
43abd38ebf Fixed palette loading from lpe file 2021-10-23 18:23:22 +02:00
Nicola
bc34208d01
Merge pull request #62 from lospec/fix-crash-when-deselecting-a-color-with-no-colors
changed all color deselections to use optional chaining
2021-10-23 18:00:05 +02:00
skeddles
a460a5297a changed all color deselections to use optional chaining
used optional chaining (?. ) intead of a variable / if statements, and added it to the missing _addColorButton function
2021-10-22 13:17:16 -04:00
unsettledgames
a930fabcba Solved conflict 2021-09-18 22:32:58 +02:00
unsettledgames
c61b5a9d80 Merge remote-tracking branch 'upstream/master' 2021-09-18 22:32:47 +02:00
Nicola
4044ab18f3
Merge pull request #61 from jonnysmith1981/master
Current canvas size now used when exporting
2021-09-18 22:28:32 +02:00
Jonathan Smith
9cb06e7d1a Current canvas size now used when exporting 2021-09-16 07:30:10 +01:00
unsettledgames
017ef3b6f5 Resolved conflicts with the previous pull request 2021-08-14 22:47:49 +02:00
unsettledgames
a773bba05c Merge remote-tracking branch 'upstream/master' 2021-08-14 21:58:13 +02:00
Nicola
38e0e53b6f
Merge pull request #58 from NSSure/master
Added export dialogue
2021-08-14 17:47:05 +02:00
NSSure
2a40c022d0 Added comments to save project functions 2021-08-14 11:21:56 -04:00
NSSure
f9a1cfc3d3 Added save project dialogue 2021-08-14 11:20:53 -04:00
NSSure
d97b6f5ca5 Added export dialogue for file name 2021-08-12 22:54:35 -04:00
unsettledgames
1bf5d4e433 Fixed #56 2021-07-25 23:26:32 +02:00
unsettledgames
3361048f24 Fixed #54 2021-07-25 22:53:26 +02:00
unsettledgames
2ab45f0f66 Fixed #52
The pixel grid is now disabled when the zoom level is too low; in addition, the thickness of the grid now changes depending on the zoom level.
2021-07-24 12:37:34 +02:00
unsettledgames
0a774978ef Fixed file loading bug 2021-07-24 10:25:55 +02:00
unsettledgames
da7ae65ead Removed global documentCreated 2021-07-23 19:05:33 +02:00
unsettledgames
404b1c56c1 Added EditorState, moved editor mode management to that IIFE 2021-07-23 18:54:09 +02:00
unsettledgames
366c2d9e2a Turned _settings.js into an IIFE 2021-07-23 18:45:23 +02:00
unsettledgames
526177c6fe Fixed palette loading bug 2021-07-23 18:30:04 +02:00
unsettledgames
8ca148e34c Removed _loadPalette.js and moved its logic to FileManager.js 2021-07-23 16:35:42 +02:00
unsettledgames
e4415a5358 Removed all Layer-related global variables 2021-07-23 16:25:15 +02:00
unsettledgames
7084988de4 Removed global layerList and moved it to LayerList.js 2021-07-23 15:15:17 +02:00
unsettledgames
17b2a54d8a Moved right click layer menu from Layer to LayerList 2021-07-23 14:49:55 +02:00
unsettledgames
d3781979b4 Removed layerListEntry from global variables 2021-07-23 13:08:04 +02:00
unsettledgames
6e4ab3990d Added LayerList to handle all the functions that involve more than 1 layer
Merge, flatten, add layer, delete layer etc, I'm planning to move a few global variables in Layer to LayerList.
2021-07-22 22:42:41 +02:00
unsettledgames
804a0335b1 Removed replaceAllOfColor, made another commenting round 2021-07-22 19:26:40 +02:00
unsettledgames
6b84cdaa4d Removed getCursorPosition 2021-07-22 19:05:58 +02:00
unsettledgames
15cca5ffb7 Removed global pixelGridCanvas and currentMouseEvent 2021-07-22 18:57:44 +02:00
unsettledgames
cd03923a86 Removed global canvases 2021-07-22 18:11:55 +02:00
unsettledgames
6bd6515385 Removed currentGlobalColor 2021-07-22 18:02:19 +02:00