Commit Graph

14 Commits

Author SHA1 Message Date
Stefan Rotsch
9948712690 style: run prettier on pre-commit hook 2023-06-01 16:49:41 +02:00
Eddie Whiteside
3b272dacb3 fix: deterministic behaviour for radar by storing the random fractions when generating rd.json (#372)
* Store the random blip positions when generating rd.json

Fixes: https://github.com/AOEpeople/aoe_technology_radar/issues/148

Simple solution to creating stable blips is to store the randomly generated angle and radius in rg.json.

Attempted a few hash functions but found it hard to spread blips 'nicely'
(they tended to clump into groups or sections of the radar).

* distribute points within .1 and .9 of the arc

---------

Co-authored-by: Bastian Ike <bastian.ike@bare.id>
2023-06-01 12:01:42 +02:00
renovate[bot]
e462bcce05 chore(deps): update dependency typescript to v4.9.4 2022-12-16 13:34:23 +01:00
Bastian Ike
4686cc2e3d fix(codegen): PUBLIC_URL fallback 2022-12-16 13:15:04 +01:00
Bastian Ike
37c43712d1 chore(codestyle): cleanup and reformat 2022-09-13 11:28:06 +02:00
Christian Köberl
63a9f5c28e Switch to use tags for selecting radar blips 2022-09-06 17:09:40 +02:00
Christian Köberl
faadd8681d Enable multiple radars 2022-09-06 17:09:40 +02:00
Bastian Ike
f28aad8bcb feat(react): update to react 18 2022-05-13 19:42:27 +02:00
Bastian Ike
00dc431c96 fix(revisions): double revisions on fade-out 2022-04-26 10:13:18 +02:00
Bastian Ike
9dd3bd87bf fix(marked): compatibility with marked 4 2022-04-14 16:01:26 +02:00
Bastian Ike
5a5928f2dd Merge remote-tracking branch 'jar0s/feature/radar-chart' 2022-01-07 13:25:05 +01:00
Danny Koppenhagen
70ea8d5bcd feat: define rings and quadrants via config file
closes #96
2021-11-11 13:43:55 +01:00
dennis.ludwig
cc217cffb6 Fix PUBLIC_URL bug referencing images in md files 2021-06-25 15:21:38 +02:00
dennis.ludwig
8fa1bd1e0d merge scripts, tasks and config folder and convert code to typescript 2021-06-12 16:11:51 +02:00