Commit Graph

  • 366c2d9e2a Turned _settings.js into an IIFE unsettledgames 2021-07-23 18:45:23 +0200
  • 526177c6fe Fixed palette loading bug unsettledgames 2021-07-23 18:30:04 +0200
  • 8ca148e34c Removed _loadPalette.js and moved its logic to FileManager.js unsettledgames 2021-07-23 16:35:42 +0200
  • e4415a5358 Removed all Layer-related global variables unsettledgames 2021-07-23 16:25:15 +0200
  • 7084988de4 Removed global layerList and moved it to LayerList.js unsettledgames 2021-07-23 15:15:17 +0200
  • 17b2a54d8a Moved right click layer menu from Layer to LayerList unsettledgames 2021-07-23 14:49:55 +0200
  • d3781979b4 Removed layerListEntry from global variables unsettledgames 2021-07-23 13:08:04 +0200
  • 6e4ab3990d Added LayerList to handle all the functions that involve more than 1 layer unsettledgames 2021-07-22 22:42:41 +0200
  • 804a0335b1 Removed replaceAllOfColor, made another commenting round unsettledgames 2021-07-22 19:26:40 +0200
  • 6b84cdaa4d Removed getCursorPosition unsettledgames 2021-07-22 19:05:58 +0200
  • 15cca5ffb7 Removed global pixelGridCanvas and currentMouseEvent unsettledgames 2021-07-22 18:57:44 +0200
  • cd03923a86 Removed global canvases unsettledgames 2021-07-22 18:11:55 +0200
  • 6bd6515385 Removed currentGlobalColor unsettledgames 2021-07-22 18:02:19 +0200
  • 1a6079cc81 Removed "colors" global variable unsettledgames 2021-07-22 16:40:58 +0200
  • 0d7a00c62f Removed global dragging variable unsettledgames 2021-07-22 15:21:48 +0200
  • b959a70f55 Added mouse event simulation unsettledgames 2021-07-22 15:18:46 +0200
  • 4e85ad1a73 Merge remote-tracking branch 'upstream/master' unsettledgames 2021-07-22 13:17:50 +0200
  • 12ddba3924
    Merge pull request #55 from DERAlfons/master Nicola 2021-07-22 13:16:32 +0200
  • e0f64c97ba Fix brushPreview lagging behind Jascha Bakarinow 2021-07-21 23:23:31 +0200
  • 1b1290c017 Refactored Input.js to Events.js unsettledgames 2021-07-20 22:52:51 +0200
  • 4525519071 Fixed LPE loading bug unsettledgames 2021-07-20 22:09:20 +0200
  • 3b8dbb5151 Revert "LPE Loading Improvements" unsettledgames 2021-07-20 21:58:00 +0200
  • 94add8f3f7 LPE Loading Improvements Leamsi Escribano 2021-07-19 20:08:46 -0500
  • f5fc762c5c Restored Startup.js to previous version Leamsi Escribano 2021-07-18 20:08:49 -0500
  • 636d4685a0 Fixed fill tool Leamsi Escribano 2021-07-18 19:52:43 -0500
  • 7c4fb652cf Deleted _createColorPalette.js, commented files unsettledgames 2021-07-18 23:17:41 +0200
  • 7976675132 Moved some of _pixelEditorUtility.js functions to proper files unsettledgames 2021-07-18 22:44:31 +0200
  • b8ae07adff audit fix and pan issue fixed Leamsi Escribano 2021-07-18 10:03:46 -0500
  • f240e54bb3 Set brushSize before panning with Mousewheel Jascha Bakarinow 2021-07-17 23:07:57 +0200
  • d4de08e8be Move brushPreview when panning with mousewheel Jascha Bakarinow 2021-07-17 22:55:51 +0200
  • 68dbbdc4c3 Tried fixing pan bug unsettledgames 2021-07-15 23:30:55 +0200
  • 06d9536895 Removed onLoad and checkCompatibility unsettledgames 2021-07-15 22:26:08 +0200
  • f76d05bffa Added FileManager and TopMenuModule unsettledgames 2021-07-15 22:21:19 +0200
  • 9540002c6e Moved popup windows into a specific folder unsettledgames 2021-07-15 18:43:59 +0200
  • dcf896954f Added Startup IIFE to take care of the creation of a new project unsettledgames 2021-07-15 18:33:19 +0200
  • 7c80e8f342 Finished refactoring History, added Startup IIFE unsettledgames 2021-07-15 17:10:07 +0200
  • 4f4091ebb3 Merged the two create functions unsettledgames 2021-07-15 16:33:26 +0200
  • eada155375 Fixed Dialogue bug unsettledgames 2021-07-14 23:00:12 +0200
  • d81363ddd0 Fixed mode switching, started SplashPage IIFE unsettledgames 2021-07-14 22:48:53 +0200
  • 6c8ec8e7a9 Refactored History into an IIFE unsettledgames 2021-07-14 22:20:55 +0200
  • e4ecc3d607 Moved dialogue related things to their own IIFE unsettledgames 2021-07-13 23:40:23 +0200
  • 87ab2da6b5 Commented ColorModule unsettledgames 2021-07-13 22:59:05 +0200
  • ed6d60c418 Fixed colour generation when adding a new one unsettledgames 2021-07-13 22:35:06 +0200
  • 85db99a7c1 Moved clickedColor to ColorModule unsettledgames 2021-07-13 22:27:29 +0200
  • 53d51c4567 Fixed colour generation when creating a new pixel unsettledgames 2021-07-13 22:23:05 +0200
  • 4457d2178c Added Input.js unsettledgames 2021-07-12 11:36:30 +0200
  • 6072528ad2 Fixed advanced colour picker bugs unsettledgames 2021-07-11 23:27:48 +0200
  • ef2630b876
    Merge pull request #22 from liamortiz/master Nicola 2021-07-11 17:37:12 +0200
  • 84f6493bf6 Fixed Color Picker preview not showing Leamsi Escribano 2021-07-11 11:32:49 -0400
  • 1daeb81ef4 Fixed bug that caused the wrong colour to be modified with jscolor unsettledgames 2021-07-11 12:53:50 +0200
  • f5807417ec Added Color class unsettledgames 2021-07-11 12:40:48 +0200
  • dbffc0b9da Fixed Util static method issue unsettledgames 2021-07-10 11:05:56 +0200
  • f81019830b Edited brush preview to be a bit more visible unsettledgames 2021-07-09 23:50:29 +0200
  • 3f2d67a36e Tested get/set functions unsettledgames 2021-07-09 23:44:04 +0200
  • a18584ff04 Merge remote-tracking branch 'upstream/master' unsettledgames 2021-07-07 10:13:31 +0200
  • ae82d64d5d
    Static site conversion Lospec 2021-07-06 21:13:56 -0400
  • bdca8e6462 added drop shadow to banner contents skeddles 2021-07-06 21:11:19 -0400
  • e0e634d7f7 remove mode picker from new pixel dialog skeddles 2021-07-06 21:05:41 -0400
  • 562b9ad074 made pixel grid switch on by default for basic mode, and off for advanced mode skeddles 2021-07-06 20:51:20 -0400
  • c51cb0d68b changed default pixel grid color to black skeddles 2021-07-06 20:42:11 -0400
  • 80e33b4ff1 moved mode switcher on splash to below quickstart skeddles 2021-07-06 20:37:47 -0400
  • 512981be63 split pixel-edtior.scss into separate files skeddles 2021-07-06 19:14:37 -0400
  • 1f820fd97e ported to static site, removed _ext folder, split hbs files into partials skeddles 2021-07-06 17:24:20 -0400
  • 1e3549b016 fixed history state changing to /app skeddles 2021-07-06 12:19:37 -0400
  • ef902d24e7 renamed index skeddles 2021-07-06 12:12:38 -0400
  • 6d66963509 removed final SLUG instances in build script skeddles 2021-07-06 12:00:54 -0400
  • 9c9818e051 removed slug from build directory skeddles 2021-07-06 11:49:14 -0400
  • 11c119b1d8 static site conversion skeddles 2021-07-06 11:11:53 -0400
  • bf35525458
    Merge pull request #21 from liamortiz/master Nicola 2021-07-05 12:23:04 +0200
  • ba50aa3369 addColor Refactor Leamsi Escribano 2021-07-04 17:36:15 -0400
  • 0d545fba25 Merge branch 'master' of https://github.com/liamortiz/pixel-editor Leamsi Escribano 2021-07-04 13:56:07 -0400
  • 4d4878c4fa Refactored addColor.js Leamsi Escribano 2021-07-04 13:55:49 -0400
  • 890aec519a
    Merge pull request #38 from unsettledgames/master Nicola 2021-07-01 14:52:21 +0200
  • 17da5efb78 Updated splash images credits unsettledgames 2021-07-01 14:46:20 +0200
  • d8531a7e01 Updated help section unsettledgames 2021-07-01 13:10:08 +0200
  • d35e768ce8 Fixed wonky rectangle drawing unsettledgames 2021-06-30 23:06:55 +0200
  • d7b04d7699 Fixed invisible cursor outside of canvas unsettledgames 2021-06-30 22:47:45 +0200
  • 1a69b48297 Fixed infinite loop when filling an area with the same colour unsettledgames 2021-06-30 22:35:46 +0200
  • aea3942349 Removed crosshair unsettledgames 2021-06-30 22:17:08 +0200
  • f37a85cf55 Fixed #18 unsettledgames 2021-06-30 22:13:59 +0200
  • 645011bd4f Merge branch 'master' of https://github.com/unsettledgames/pixel-editor unsettledgames 2021-06-30 19:41:21 +0200
  • 48310a4845 Fixed pixel not being drawn when clicking unsettledgames 2021-06-30 19:40:39 +0200
  • 143895923a
    Merge pull request #17 from liamortiz/master Nicola 2021-06-30 11:23:33 +0200
  • 71f4abe514 Fixing PresetModule Leamsi Escribano 2021-06-29 08:35:17 -0400
  • d6d97105d6 Merge branch 'master' of https://github.com/liamortiz/pixel-editor Leamsi Escribano 2021-06-28 19:55:12 -0400
  • ec9dbee493 Util changes Leamsi Escribano 2021-06-28 19:54:54 -0400
  • 8d64522a68
    Merge branch 'unsettledgames:master' into master Leamsi Escribano 2021-06-28 15:46:41 -0500
  • 25942b206a Merge branch 'master' of https://github.com/unsettledgames/pixel-editor unsettledgames 2021-06-28 22:04:14 +0200
  • cd3303e212 Fixed fill bug unsettledgames 2021-06-28 22:03:57 +0200
  • 5eee1b941e IIFE and CSS Fixes Leamsi Escribano 2021-06-27 12:45:32 -0400
  • 366d82d9ee
    Merge pull request #16 from unsettledgames/revert-15-master Nicola 2021-06-27 17:46:42 +0200
  • bb8d5e467d
    Revert "Performance Improvement and Code Structure Changes" Nicola 2021-06-27 17:46:22 +0200
  • f4841de168
    Merge pull request #15 from liamortiz/master Nicola 2021-06-27 16:20:12 +0200
  • 03036ca57b Global scope cleaning Leamsi Escribano 2021-06-26 16:51:56 -0400
  • 096d62cab9 Added scrollbar to container Leamsi Escribano 2021-06-26 13:25:58 -0400
  • 12561b7a87 Binded mouse wheel to panning unsettledgames 2021-06-25 22:42:00 +0200
  • cde3528737 Fixed CSS unsettledgames 2021-06-25 22:08:52 +0200
  • ced6b3d1cd Continued fixing css unsettledgames 2021-06-25 16:37:40 +0200
  • d8369aa9d7 Continued fixing CSS unsettledgames 2021-06-24 15:10:08 +0200
  • 16e5d6187f Started fixing CSS unsettledgames 2021-06-23 23:27:06 +0200