Commit Graph

  • c4e0ee14ec Update package TypeScript to 1.6 Josh Goldberg 2015-10-04 18:42:59 -07:00
  • 49c6333530 Merge pull request #11 from Geoffrey-A/master Josh Goldberg 2015-08-22 15:04:17 -07:00
  • 85cb0d1f6f Uniformize getDigitSize code with the previous fix’s. It returns the same results except when palette.length === 0: it now returns 0 instead of -Infinity. It’s also probably easier to grasp, and more efficient. Geoffrey 2015-08-22 22:53:49 +02:00
  • 39e2b9195e Bugfix in spriteUnravel: digitsize was incorrectly determined when parsing a palette. Geoffrey 2015-08-22 22:19:51 +02:00
  • afcd1ddc09 Replaced Render.reference, .filter with .containers Josh Goldberg 2015-07-25 19:42:16 -07:00
  • 4b369efb39 Typo fix for CHangelinr Josh Goldberg 2015-07-23 20:36:51 -07:00
  • 5ac154e849 Fix for README list numberings Josh Goldberg 2015-07-23 20:35:59 -07:00
  • 733bedc224 Reworded initial sprite description Josh Goldberg 2015-07-23 20:34:37 -07:00
  • f72e618b08 Readme fix for code block Josh Goldberg 2015-07-23 20:33:55 -07:00
  • 2664de28ff Merge pull request #8 from FullScreenShenanigans/partial-renders Josh Goldberg 2015-07-23 20:28:09 -07:00
  • cb960279aa Moved @todo info to GitHub issues Josh Goldberg 2015-07-23 20:25:24 -07:00
  • 39ee05e3fc Created mapping for command generators Josh Goldberg 2015-07-23 20:19:36 -07:00
  • 9a5d852552 Commented the begeebus out of the new stuff Josh Goldberg 2015-07-23 20:13:04 -07:00
  • 4c4482c8e5 Removed var x = 7 (debugger code) Josh Goldberg 2015-07-23 19:19:21 -07:00
  • 4a1b30b8c6 Removed cls command for tslint's sake Josh Goldberg 2015-07-23 19:17:49 -07:00
  • 1df38e7b75 Switched Render::sprite to ::sprites, and it works Josh Goldberg 2015-07-23 19:03:15 -07:00
  • f1ba42d02f Merge remote-tracking branch 'origin/partial-renders' into partial-renders Josh Goldberg 2015-07-23 13:54:57 -07:00
  • 32a5499c91 Finally fixed for out-of-range memcpyU8 Josh Goldberg 2015-07-23 13:53:14 -07:00
  • fc1b1cd80e Finally fixed for out-of-range memcpyU8 Josh Goldberg 2015-07-23 13:52:58 -07:00
  • d189eb3667 Removed most tslint complaints for now Josh Goldberg 2015-07-23 10:38:20 -07:00
  • 8e62afa7e8 Removed paths from filters, simplified filters Josh Goldberg 2015-07-22 21:10:34 -07:00
  • fdd6ff709e Partially solved recursive filtering Josh Goldberg 2015-07-21 23:24:17 -07:00
  • 9e912b431f Maybe added interfaces, filtered SpriteMultiples Josh Goldberg 2015-07-21 09:14:46 -07:00
  • 8fadcdd0b6 Implemented "same" filter Josh Goldberg 2015-07-21 00:23:37 -07:00
  • cbfa0126b2 Got direct "same" reference sprites to work Josh Goldberg 2015-07-19 17:47:45 -07:00
  • ec24b3d81b Added ISpriteAttributes, IFilter Josh Goldberg 2015-07-19 13:52:36 -07:00
  • 8ec05842fd Added skeleton for filter applications Josh Goldberg 2015-07-19 10:44:37 -07:00
  • ce278b49e6 Update package.json for mocha-phantomjs Josh Goldberg 2015-07-18 15:57:08 -07:00
  • 80249cf0db Added containers and keys to Renders Josh Goldberg 2015-07-18 12:58:49 -07:00
  • f25461acdc ISpriteMultiple interface to SpriteMultiple class Josh Goldberg 2015-07-17 10:16:41 -07:00
  • f1e93a8ec1 Fleshed out Render constructor Josh Goldberg 2015-07-15 22:59:53 -07:00
  • ab3c37cb30 Removed unused post-related functions Josh Goldberg 2015-07-15 22:35:50 -07:00
  • 2e0fee1428 Small return type fix Josh Goldberg 2015-07-15 22:27:59 -07:00
  • bfc71a4adc Added code to set .status Josh Goldberg 2015-07-15 22:22:39 -07:00
  • 2b4fe081c0 Switched from IRender interface to Render class Josh Goldberg 2015-07-15 16:29:52 -07:00
  • 37967724a1 Split generateSpriteCommandFromRender parts Josh Goldberg 2015-07-15 10:41:44 -07:00
  • e8fb4dc64a Implemented "same" filter Josh Goldberg 2015-07-15 09:16:33 -07:00
  • ae9395455c Fix for blank multiple sprites' directions Josh Goldberg 2015-07-14 18:03:05 -07:00
  • d165f63b0d Started fixing multiple sprites Josh Goldberg 2015-07-14 16:42:36 -07:00
  • e382da27a2 JK single sprites work in FSM Josh Goldberg 2015-07-14 15:23:29 -07:00
  • 7549ff64e2 Somewhat got SpriteMultiple part of pipeline Josh Goldberg 2015-07-14 14:54:29 -07:00
  • d6c7ef9f2a Somewhat made SpriteSingle part of lazy rendering Josh Goldberg 2015-07-14 14:40:35 -07:00
  • 8ef0847410 Added skeleton generateSpriteFromRender Josh Goldberg 2015-07-14 11:39:33 -07:00
  • 056dd5b171 Move export enum RenderStatus to .ts from .d.ts Josh Goldberg 2015-07-14 11:32:16 -07:00
  • 67548cc7a9 Added initial storage of IRenders Josh Goldberg 2015-07-14 11:21:18 -07:00
  • 217cf3462d Removed glitchy screwIE8 from uglify Josh Goldberg 2015-07-10 15:50:49 -07:00
  • a157bf37c8 Fixed self -> this for encodeUri Josh Goldberg 2015-07-09 19:13:12 -07:00
  • bbad9d0758 Added more .js options to builds Josh Goldberg 2015-07-09 19:13:03 -07:00
  • d608f0ceb4 Fix for tslint complaint about whitespace Josh Goldberg 2015-06-13 04:17:26 -04:00
  • 633f51a77a Fixed up builds with preprocess: one output file. Josh Goldberg 2015-06-12 21:51:23 -04:00
  • 71c8ac6c35 Merge pull request #6 from FullScreenShenanigans/module-exports Josh Goldberg 2015-06-11 02:05:13 -04:00
  • 4e122d85c6 Fixes for tslint complaints Josh Goldberg 2015-06-11 02:00:48 -04:00
  • 8324b01167 Changed IPixelRendr gets to return the interfaces Josh Goldberg 2015-06-11 01:55:52 -04:00
  • 57e6c26330 Added IPixelRendr interface Josh Goldberg 2015-06-08 21:55:34 -04:00
  • 927f99197e Merged UintClampedArray into PixelRendr Josh Goldberg 2015-06-08 21:50:15 -04:00
  • 4a2dd6bd4b Change StringFilr, ChangeLinr references to statics Josh Goldberg 2015-06-08 17:12:21 -04:00
  • fe6cae7af0 Wrapped in PixelRendr module as exports Josh Goldberg 2015-06-07 11:46:55 -04:00
  • 07f63cf694 Fix for binding to undefined Josh Goldberg 2015-05-27 19:05:52 -04:00
  • 9f4ee4888d Fix for Uint8ClampedArray references in headless Josh Goldberg 2015-05-17 13:56:14 -04:00
  • 3885bf1618 Publicized memcpyU8 Josh Goldberg 2015-05-12 12:41:59 -04:00
  • ec091d6c77 Added tslint, typescript reqs to package Josh Goldberg 2015-05-12 12:41:49 -04:00
  • f1c254bba3 Tentative fix for call signature nospace problem Josh Goldberg 2015-05-12 10:23:29 -04:00
  • 0da2658ffb Fix for [i] instead of [1] Josh Goldberg 2015-05-11 21:08:15 -04:00
  • 6b0de4d14f Fixed tslints complains and package.json Josh Goldberg 2015-05-11 20:09:54 -04:00
  • 1e9686ac89 Very, very tentatively converted to TypeScript Josh Goldberg 2015-05-11 17:58:10 -04:00
  • 94a8f0e2de Revert "Started TS conversion with IPixelSprite" Josh Goldberg 2015-05-11 10:57:25 -04:00
  • d816caa331 Revert "Hit a dead end on PixelSprites.ts" Josh Goldberg 2015-05-11 10:56:51 -04:00
  • 5a697f9b35 Hit a dead end on PixelSprites.ts Josh Goldberg 2015-05-11 10:56:34 -04:00
  • 223382d906 Started TS conversion with IPixelSprite Josh Goldberg 2015-05-11 08:32:33 -04:00
  • 1805a9e300 Added initial TS wrappings Josh Goldberg 2015-05-11 05:35:41 -04:00
  • c186b49d67 Added package.json Josh Goldberg 2015-03-08 03:53:35 -04:00
  • 9aef35f541 Added LICENSE.txt Josh Goldberg 2015-03-08 03:53:29 -04:00
  • 14d4de49ce Added PixelRendr.js Josh Goldberg 2015-03-08 03:53:25 -04:00
  • f2a3e8ad51 Added README.md Josh Goldberg 2015-03-08 03:52:54 -04:00