Commit graph

13 commits

Author SHA1 Message Date
Fabian Wunsch
93dc57d618 Small bugfix in js 2022-04-09 21:22:56 +02:00
Fabian Wunsch
bf834a6565 Cleaned up calculateCenter function
While I still don't understand what it's doing exactly, I noticed that
the 2 iterations of the loop are unnecessary, and afterwards found out
that the change to area is equal to f. Furthermore I replaced the `~~`
flooring with Math.floor for better readability, since this function
get's executed once per submission and the speed benefits of `~~` are
neglectable.
2022-04-09 21:04:08 +02:00
Hans5958
a870d33cf8 Refactor to avoid code duplicates 2022-04-09 16:33:10 +07:00
Hans5958
804159e116 Reduce copyright notice, add 2022 contributors, add missing notice
The lengthy boilerplate is unnecessary, especially since it is already linked. The type of license can stay there instead.
2022-04-09 16:33:10 +07:00
Hans5958
a19ee7d65a Use HTTPS link to license 2022-04-09 16:33:09 +07:00
Stefano Haagman
a0422f2e59 Updated to 2k*2k, fixed selection on hover on info 2022-04-04 22:39:49 +02:00
ash
a82a0cfbd2
adds direct post link to contribution modal 2022-04-04 14:43:06 +01:00
Stefano Haagman
bea9c39289 Updated website with latest version of the place 2022-04-03 11:08:52 +02:00
Roland Rytz
d8ae2db9a3 Add more community entries, add a donate button to main page 2017-05-01 17:54:19 +02:00
Roland Rytz
f6d483bc9a Completely redesign the website's layout 2017-04-06 19:15:16 +02:00
Roland Rytz
2e1e88ac49 Make the mask fully opaque 2017-04-05 04:01:24 +02:00
Roland Rytz
b6c74ea884 Mask the already charted areas in draw mode 2017-04-05 03:51:50 +02:00
Roland Rytz
15fd7becae Change directory structure, supply a compressed atlas.js 2017-04-05 03:12:01 +02:00
Renamed from draw.js (Browse further)