Commit Graph

43 Commits

Author SHA1 Message Date
cobrapitz 6e3b61c288 added shortcut labels, added symmetry for pencil 2020-12-02 15:15:53 +01:00
cobrapitz 1657ff818c changed brush prefabs, now separate panel, added brush size 2020-11-27 06:46:01 +01:00
cobrapitz 68ec0db371 added ability to lock alpha, fixed "wrong" alpha when right click 2020-11-27 03:28:57 +01:00
cobrapitz 963fdf493e Fixed cut tool bug, when start position was Vector2(0, 0) when checking variable with "not var" instead of "var == null" 2020-11-23 06:32:04 +01:00
cobrapitz 6fbe2aea52 - no longer update canvas if menu is open
- added background canvas
- changed local mosue to global mosue position
2020-11-23 06:30:49 +01:00
cobrapitz 856dcee402 removed big grid, bc background canvas exitsts 2020-11-23 06:29:42 +01:00
cobrapitz 8b4cf15951 fixed potential bug when owner isn't ready but children are 2020-11-23 06:29:20 +01:00
cobrapitz d6402d1b05 added aspesprite/gimp like background 2020-11-22 11:41:30 +01:00
cobrapitz 9c29ec4e49 fixed cut tool to have a "different" kind of transparent 2020-11-22 11:40:59 +01:00
cobrapitz 0d0adcc4fd added –Flairieve to license 2020-11-12 15:56:09 +01:00
cobrapitz 257f44dfc6 fixed some null colors in tools, added icon 2020-11-11 02:56:51 +01:00
cobrapitz baf1caeb28 fixed bucket tool not having an action 2020-11-10 01:01:07 +01:00
cobrapitz 8a8d776e3e improved performance, fixed mouse out of canvas in local coords, fixed loading image with x and y switched, removed pixels member from GELayer 2020-11-09 12:53:55 +01:00
cobrapitz 93610d2f9c - fixed some null error relating to non existing pixels
- added layer highlighting (locked, selected, unselected)
- brush preview enhancements
- removed prints
- fixed color picker tool not picking and adding color
- fixed tool layer not clearing pixels if out of canvas
- added clear active canvas button
- disabled not implemented menu buttons
- workaround for png saving, when files exists
2020-11-08 19:53:33 +01:00
cobrapitz a46eb96ca7 added pastecut tool 2020-11-03 19:24:15 +01:00
cobrapitz 52b5363c9a update 2020-11-03 19:23:53 +01:00
cobrapitz fd5907a8b4 fixed layer redo/undo, added redo, fixed duplicate layer 2020-11-02 03:59:25 +01:00
cobrapitz fee893e07d zoom behavior tweaked 2020-11-02 02:22:58 +01:00
cobrapitz 3b71355e7d renamed paint to pixel paint 2020-11-01 14:46:39 +01:00
cobrapitz 8484a93eda no echo when undo, added custom colors to grid on color change, when loading imgs bigger than canvas then canvas size increases 2020-10-31 18:35:52 +01:00
cobrapitz d1e58f7c55 fix load image, fixed layer sort, added lock layer, added show current pixel color 2020-10-31 17:47:56 +01:00
cobrapitz e51ae47bcf added resize, toggle grid, fix mouse interacting with canvas outside of window, improved performance, only render when changed, using TextureRects' set_pixel instead of drawing rects, canvas size can be changed, load file added ( loadfile and save file might be broken due to change of layer rendering/data structure change) 2020-10-30 12:32:04 +01:00
cobrapitz af82266561 reimplemented tools, implmemented undo, reimplemented layers 2020-10-27 20:18:11 +01:00
cobrapitz f1787477fc got action do/undo working, added brush' 2020-10-26 20:31:41 +01:00
cobrapitz cfd5d9e6ba reimplementd how pixels are drawn, not suing texture but hte draw_rect method which shouldn't take that much performance, also acxcessing the pxiels per idx (1D) with x_pos + y_pos * canvas_width = idx 2020-10-26 17:01:31 +01:00
cobrapitz 6ca768ee8e changed editor to tab editor, ...... 2020-10-25 18:39:10 +01:00
Flairieve 5d231a2153 Added notification system 2019-11-29 05:50:32 -06:00
Flairieve 996433f46d Fixed color picker bug 2019-11-29 03:57:56 -06:00
Flairieve 7fdb3fc04c Fixed some layer bugs and updated gitignore 2019-11-29 02:26:01 -06:00
Flairieve 7b08d9106f Added info to camera script 2019-11-26 23:43:34 -06:00
Flairieve 779142601c Remove used code 2019-11-26 23:33:20 -06:00
Flairieve 2b33048819 Updated settings and dialogs 2019-11-26 23:09:09 -06:00
Flairieve f92049d2ae Generate the navbar automatically 2019-11-24 13:12:55 -06:00
Flairieve f239129542 Added colored background to the editor 2019-11-24 02:33:45 -06:00
Flairieve b838e2383b Added color rectangle for layer previews 2019-11-23 20:10:59 -06:00
Flairieve a4228b4d29 Added layer preview 2019-11-23 17:55:30 -06:00
Flairieve bd733fce12 Added layer visible hint 2019-11-23 17:51:49 -06:00
Flairieve d2002543da Huge update! 2019-11-23 05:33:43 -06:00
Flairieve 174a3aa450 Fixed ColorPicker and added time debug class 2019-08-08 03:49:17 -05:00
Flairieve a08067aed1 Added grid settings 2019-08-06 00:36:52 -05:00
Flairieve 42f7abf88a Added more canvas outline settings 2019-08-05 20:19:40 -05:00
Flairieve d8bcc2df3f Removed self on a lot of lines 2019-08-04 19:16:14 -05:00
Flairieve 5168ed8193 First commit! 2019-08-04 02:57:42 -05:00