Commit Graph

93 Commits

Author SHA1 Message Date
Gavin McDonald
d893e6c003 fix for reduced resource consumption that backfired on fast devices 2019-02-12 23:38:55 +00:00
Gavin McDonald
c65a06a4ae version bump 2019-02-07 20:24:01 -05:00
Gavin McDonald
28b2b38d82 reduce transparency on pip edge and allow for adjusting pip transparency as a whole 2019-02-07 19:58:14 -05:00
Gavin McDonald
a79f06eb0c v1.3.0 2019-02-02 17:14:56 -05:00
Gavin McDonald
f0170611ec no wrap if no width and height 2019-01-31 22:32:06 -05:00
Gavin McDonald
c0a2e3ff2d fix for infinite hex boards 2019-01-31 22:09:07 -05:00
Gavin McDonald
1557bbff4a upgraded build tools 2019-01-31 22:07:50 -05:00
Gavin McDonald
818bc3d433 give my poor fan a break 2019-01-30 22:11:55 -05:00
Gavin McDonald
cdd64ab1cc don't try to turn null into a Point 2019-01-30 22:10:18 -05:00
Gavin McDonald
ede8e70b56 v1.2.0 2019-01-13 15:18:33 -05:00
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