Brian Schlenker
8277399c61
Fix bad merge ( #79 )
...
* Fix bad merge
Some classes were still prefixed by ascii,
and constants not prefixed by c.
* More es6 changes and refactorings
Added helper methods to vector for creating vector from touch event and
mouse event. Added up, down, left, right helper methods.
* Refactor draw.js into one module per draw function
2017-10-04 10:07:05 +01:00
Brian Schlenker
141b8eff92
Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery ( #77 )
...
* Update jquer and closure compiler
* Move to es6 classes, arrow functions, for/of
* Move to es6 style modules
* Add .DS_Store to .gitignore
* Remove note to update compile.sh
2017-01-21 14:55:18 +00:00
Lewis Hemens
671d527a59
Fixed off the edge of the screen bug
2014-03-25 22:32:44 +00:00
Lewis Hemens
c31ba0fdd5
Make ASCII draw mode default for mobile, and make X the default freeform value
2014-03-25 22:03:08 +00:00
Lewis Hemens
b9b46c119e
Re-worked text tool for mobile, fixed up redo support
2014-03-23 11:52:12 +00:00
Lewis Hemens
0bc8e55bb3
Made lines default mode on mobile for small performance boost
2014-03-10 22:55:38 +00:00
Lewis Hemens
a7386ac4bc
Fixed lines mode, added mode dialog so you can switch, removed buggy tooltips from mobile for now.
2014-03-10 22:54:02 +00:00
Lewis Hemens
d80c309835
Draft of render-as-lines mode, renders the diagram as boxes instead of text
2014-02-25 00:30:25 +00:00
Lewis Hemens
089e94ab55
GJSLinting
2014-02-23 19:06:09 +00:00
Lewis Hemens
2b8368d63b
Moved dirty bit into the state
2014-02-23 17:13:22 +00:00
Lewis Hemens
360b9d255d
Tweaked char dimensions, added in a hack for importing specil chars
2014-01-22 23:20:17 +00:00
Lewis Hemens
1c3c668247
Added clear method and removed edge of screen bug
2014-01-22 22:57:33 +00:00
Lewis Hemens
493d86de0b
Fixed undo for move tool
2014-01-22 21:28:15 +00:00
Lewis Hemens
8225f9d074
Fixed proportions issue, thinned cells horizontally
2014-01-22 21:07:46 +00:00
Lewis Hemens
1c538caade
Fixed up erase and added scratch draw highlighting
2014-01-20 21:58:25 +00:00
Lewis Hemens
7aca5737a4
Lots of code tidying
2014-01-19 14:23:17 +00:00
Lewis Hemens
fc59101bf5
Fixed resize bug
2014-01-19 13:28:36 +00:00
Lewis Hemens
1a7fd31643
Added grey background for special cells
2014-01-13 23:39:58 +00:00
Lewis Hemens
e0b0505332
New state model is magical, introduced special character whose value is 'inferred' from it's surroundings. This may be the coolest thing ever.
2014-01-13 23:17:02 +00:00
Lewis Hemens
dda36a9a7f
Added box drawing and made this the default action
2014-01-12 16:51:16 +00:00
Lewis Hemens
14a19b7327
Updated off screen rendering margin
2014-01-12 11:20:29 +00:00
Lewis Hemens
226cc82ea1
Added dirty bits for efficient drawing
2014-01-12 11:09:55 +00:00
Lewis Hemens
ad12ab5633
Linted all files
2014-01-12 10:37:38 +00:00
Lewis Hemens
538400b48f
Increased render performance
2014-01-12 09:27:10 +00:00
Lewis Hemens
34a91e97c5
Seperated state controller, working drag to draw example
2014-01-11 18:53:45 +00:00
Lewis Hemens
1feea9778c
Updated controller logic to have dynamic drag/draw mode
2014-01-11 17:41:44 +00:00
Lewis Hemens
d51221f089
Closure typing cleanup, added grid and simple ability to clean to render cells
2014-01-11 16:40:01 +00:00
Lewis Hemens
28d2d49b1c
Refactor namespace to be less verbose
2014-01-09 20:18:46 +00:00
Lewis Hemens
2cba724224
Added dragging view mode
2014-01-08 23:06:08 +00:00
Lewis Hemens
d3caa120c2
Made the view animate itself
2014-01-08 22:24:16 +00:00
Lewis Hemens
b7063c4ca9
Fixed offset transformation issue
2014-01-08 22:02:47 +00:00
Lewis Hemens
cd144e7d63
jQUery externs installed, some progress made on view transformations and basic controller introduced
2014-01-07 22:49:54 +00:00
Lewis Hemens
b2b0d875ca
Basic starting classes for asciiflow
2014-01-05 00:24:48 +00:00