59 Commits

Author SHA1 Message Date
Josh Goldberg 7427e8503f Merge pull request #1 from Geoffrey-A/master
SpriteMakr
2015-10-20 00:05:58 -07:00
Geoffrey 122a374301 Formatting parenthesis: ( XX ) -> (XX) 2015-10-10 03:44:58 +13:00
Geoffrey 74fe51c063 Move all declarations up to one point per function. 2015-10-10 03:30:08 +13:00
Geoffrey 976151a719 Take var declarations out of for scopes. 2015-10-10 03:15:01 +13:00
Geoffrey 1a435490ba s/ImageWritr/SpriteMakr 2015-10-10 03:10:20 +13:00
Geoffrey 2a5f7ed0f2 s/SpriteDrawr/SpriteDrwr 2015-10-10 02:33:10 +13:00
Geoffrey eee56f70a3 Text input value changed to placeholder. 2015-09-28 15:26:39 +13:00
Geoffrey 7c39a645a5 Add a type alias Palette. 2015-09-28 15:24:10 +13:00
Geoffrey 3ae650eed3 HTML text. 2015-09-16 10:56:24 +02:00
Geoffrey 010fd61dcb Add error handling for JS file parsing.
Rename 'cannotCreatePixelRenderError' to 'addErrorElement'.
Reorder some insertBeforeChildElements.
2015-09-16 10:55:01 +02:00
Geoffrey 239b432037 Error for incorrect sprites. 2015-09-14 23:43:07 +02:00
Geoffrey d7c1e34a78 CSS class for selection of already loaded palette. 2015-09-14 18:57:13 +02:00
Geoffrey b1ac498374 Remove unnecessary member. Update ImageWriter.js. 2015-09-11 14:04:32 +02:00
Geoffrey 170245d55d bug fix: add palettes only after name generation. 2015-09-11 13:59:47 +02:00
Geoffrey c85a89e1ad Add ImageWritr.js. 2015-09-09 16:32:14 +02:00
Geoffrey 2270566ddc Add text to drawn sprites. Refactor to insertBeforeChildElements. 2015-09-09 15:42:50 +02:00
Geoffrey a085672708 Fix display defect on firefox: s/innerText/textContent/g 2015-09-09 14:26:39 +02:00
Geoffrey 6dd76ba4a7 spaces 2015-09-09 14:25:16 +02:00
Geoffrey 34d9e27ef1 Add JS media type for older browsers before 'application/javascript' was standardized. 2015-09-09 14:24:38 +02:00
Geoffrey 82e3ede687 Replace unnecessary "file: File" parameter by "filename: string". 2015-09-08 22:46:16 +02:00
Geoffrey 91d9d4cbbe Refactor code to setupTextInput. 2015-09-08 22:15:11 +02:00
Geoffrey 758873caa8 CSS styling. 2015-09-08 18:46:54 +02:00
Geoffrey 179204e28d Avoid file upload callback on text input. 2015-09-08 17:59:21 +02:00
Geoffrey d72beca8c8 Add setting to select output image format. 2015-09-08 17:40:25 +02:00
Geoffrey 7a228a2a9f Bug fix: the palettes uploaded via images had incorrect palette attribute. 2015-09-08 17:28:05 +02:00