Commit Graph

83 Commits

Author SHA1 Message Date
Gavin McDonald
1ba10b1f87 renaming things 2019-01-13 15:15:39 -05:00
Gavin McDonald
064bf10e98 more straightforward approach to providing location data for wrapped maps 2019-01-12 22:50:36 -05:00
Gavin McDonald
a5bcda516a updated package.json 2019-01-06 16:49:31 -05:00
Gavin McDonald
fcd521991d added distribution build of Tessellate 2019-01-06 16:41:41 -05:00
mcdoh
7e2bd79077 Merge branch 'wrap' of mcdoh/Tessellate into master 2019-01-06 21:35:55 +00:00
Gavin McDonald
322522ff12 setting to disable adjusting scaleMin 2019-01-06 16:22:08 -05:00
Gavin McDonald
b1956da3e4 radius overrides height and width 2019-01-06 16:21:41 -05:00
Gavin McDonald
7c3ee5b475 wrapping for radial, hexagonal, maps 2019-01-06 15:34:56 -05:00
Gavin McDonald
28f9647c3a wrapping for pointy hexagons 2019-01-05 16:51:52 -05:00
Gavin McDonald
87c2fd9885 fix {q,r} -> {x,y,z} conversion 2019-01-04 23:47:28 -05:00
Gavin McDonald
d1b76727c8 looks like maps are finally wrapping properly 2019-01-04 22:03:05 -05:00
Gavin McDonald
c77f179ad3 wrapping for flat hex tiles almost working 2018-12-28 16:31:55 -05:00
Gavin McDonald
e631691289 wrapping for pointyXY 2018-12-16 14:11:56 -05:00
Gavin McDonald
9b4f2e92ad [*] wrapping for flatXY 2018-12-15 11:35:17 -05:00
Gavin McDonald
ad4a16b796 [*] providing tilePoint/pixelPoint pairs to client draw function 2018-12-04 21:45:27 -05:00
Gavin McDonald
69cae5eb1a [*] limit tiles in bounds based on width/height/radius 2018-12-02 21:24:34 -05:00
Gavin McDonald
fb60481908 more to clean up 2018-11-12 02:04:46 +00:00
Gavin McDonald
d0946ba67f cleaning up the repo to be used as a library 2018-11-11 22:42:41 +00:00
Gavin McDonald
6cd346200c update setting origin for non-negative boards 2018-10-07 11:18:30 -04:00
Gavin McDonald
3d25f6c35b update scale calculation for squares with center-to-corner scaling 2018-10-07 11:17:48 -04:00
gavin
52017e8e30 Higher FPS! (#19) 2018-10-05 20:22:11 -04:00
Gavin McDonald
0e2b7ea69d cleanup 2018-09-28 20:42:03 -04:00
gavin
90ea336f5d Merge branch 'workload_per_second' of gavin/Tessellate into master 2018-09-25 22:06:58 -04:00
Gavin McDonald
cef5f8d011 display tiles, pips, and mines along with FPS 2018-09-25 22:04:54 -04:00
Gavin McDonald
0fcd1e7639 fix for jump when lifting one finger during pinch 2018-09-25 20:18:03 -04:00
Gavin McDonald
43339169c0 can't overwrite the iOS event.scale and found a hole in 'has' 2018-09-24 21:44:33 -04:00
Gavin McDonald
9fc0ca46c5 display FPS 2018-09-24 21:31:13 -04:00
Gavin McDonald
b77e9b6a40 use the 'hypotenuse' function that has been sitting there waiting to be used 2018-09-24 20:49:45 -04:00
Gavin McDonald
25fd30a2fa pinch scale for mobile browsers that don't support it (Chrome) 2018-09-23 22:07:00 -04:00
Gavin McDonald
ad54304c30 fade to gray on Enter 2018-09-17 21:36:19 -04:00
Gavin McDonald
4f630fb444 'extendDeep' is now 'extend' 2018-09-17 21:08:07 -04:00
Gavin McDonald
2c671c2f99 a bad idea caused problems: no more Cell.getColor() 2018-09-15 00:03:36 -04:00
Gavin McDonald
d5862b2c97 shorten mobile press threshold 2018-09-14 21:36:07 -04:00
Gavin McDonald
491982cedb default to no draw delay but allow as a setting 2018-09-14 19:53:15 -04:00
Gavin McDonald
4b5621b074 put an outline around the pips 2018-09-13 21:55:04 -04:00
Gavin McDonald
49cea85115 add function to calculate grayscale of a color 2018-09-13 21:04:28 -04:00
Gavin McDonald
f406dfd63b stop setting canvas width/height on every draw, it clears the canvas 2018-09-13 21:03:45 -04:00
Gavin McDonald
85fbc28cf4 handle changes of board size 2018-09-12 22:45:19 -04:00
Gavin McDonald
bf85712363 Ctrl, Alt, or Meta keys to right click 2018-09-03 00:17:52 -04:00
Gavin McDonald
727a8ea105 added some utilities to utils 2018-09-02 22:13:49 -04:00
Gavin McDonald
9dddf78ccc 'now' and 'lastNow' as draw parameters 2018-09-01 22:59:09 -04:00
Gavin McDonald
6a9d006ab4 fix resizing 2018-09-01 21:15:29 -04:00
Gavin McDonald
1f2131c992 moved 'background' to drawShapes for the time being 2018-09-01 15:01:01 -04:00
Gavin McDonald
3ded7cf4f0 simple background colors 2018-08-31 21:46:46 -04:00
Gavin McDonald
a7070a735e I didn't like the red mine, back to dark gray 2018-08-31 21:30:13 -04:00
gavin
2c83c47afc Support viewport resizing (#16) 2018-08-30 01:02:58 +00:00
gavin
a2d7402cfa Mine Upgrade (#15) 2018-08-24 02:42:33 +00:00
gavin
90cf1723a8 Center non-negative, finite, boards (#14) 2018-08-23 02:03:06 +00:00
gavin
77993e41e8 Drawing Mines (#13) 2018-08-06 01:11:45 +00:00
Gavin McDonald
965d3ac7de don't fire taps for right clicks 2018-08-04 20:45:46 -04:00