Commit graph

66 commits

Author SHA1 Message Date
a7ed10cbf8
Moving stuff around 2023-01-28 20:20:43 +01:00
9551497afd
Using pnpm 2023-01-28 20:17:02 +01:00
695b9abcaf
Working Socket.IO implementation
With the help of [this](https://blog.logrocket.com/implementing-websocket-communication-next-js/) blog post.
But ts types had to be adapted. Thanks to [this](https://stackoverflow.com/questions/74023393/working-with-typescript-next-js-and-socket-io) helpful answer.
2023-01-27 22:14:24 +01:00
fe9d2a6c7a
Fix lint warning for implicit use of <img> tags 2023-01-27 22:13:48 +01:00
d82192f8d2
Stylistic rework
- interfaces instead of types
- remove semicolons
- use functions instead of anonymous arrow functions
- rename vars/types for better understanding
- fix typo
2023-01-23 18:38:32 +01:00
11bc75aa61
Merge pull request #5 from aronmal/dev
Dev
2023-01-16 13:24:56 +01:00
a1dd49cd53
Implemented unfinished Homepage 2023-01-16 10:28:24 +01:00
b96ed76a7d
Rename stuff 2023-01-16 10:19:40 +01:00
6a80f30132
Tiny general style compatibility 2023-01-14 16:28:40 +01:00
9bdcc8324e
Big rework for mutliple different events 2023-01-14 16:28:03 +01:00
c3c7fd0eea
half radar implementation 2023-01-13 13:34:14 +01:00
6de1784f16
Merge pull request #4 from aronmal/dev
Dev
2023-01-13 13:33:25 +01:00
8f5cddfc5e
Use fontawesome pro icons 2023-01-13 09:16:33 +01:00
bc88ec6464
Bugfix the last hardly broken Quickfix 2023-01-13 09:00:11 +01:00
3677d22fd4
Implemented amount to Item component 2023-01-13 08:49:09 +01:00
46ff6d3a2c
Merge pull request #3 from aronmal/dev
Dev2
2023-01-13 08:29:28 +01:00
ff24d40419
Quick fix 2023-01-12 11:50:04 +01:00
8a2841fd2a
Added and changed types 2023-01-12 11:40:29 +01:00
dafff04dd8
Change way of imply param 2023-01-12 09:59:57 +01:00
c883aa91f0
Add implied border 2023-01-12 09:59:39 +01:00
e28af99c5c
Hotfix 2023-01-11 21:13:46 +01:00
75ca04bc7c
Use of classNames 2023-01-11 21:08:40 +01:00
cfa8af981b
Working multiselect/multi trageting 2023-01-11 21:05:17 +01:00
01cd5676bb
Add custom useGameEvent hook 2023-01-11 16:31:59 +01:00
b1f481fe79
Rewrote targetPreview for pulsation effect 2023-01-09 01:13:10 +01:00
3e19b52211
Aesthetic looking gamefield 2023-01-08 21:32:50 +01:00
45f91fefc3
Adapt to assets 2023-01-07 13:53:58 +01:00
0812914856
Format document 2023-01-07 13:53:39 +01:00
c3f7bb5add
Fix layout glitches 2023-01-07 13:50:35 +01:00
bbbd0cc7eb
Added more assets 2023-01-07 12:29:59 +01:00
31e8596a6f
Repalce img with Image tags 2023-01-06 21:30:31 +01:00
34d31c12d8
Added game assets 2023-01-06 21:26:27 +01:00
7fedfd04ed
merged react app into nextjs app 2023-01-06 16:33:37 +01:00
8e5e2f2f61
Init NextJS app 2023-01-06 15:58:48 +01:00
cb64c9101e
deleted backend 2023-01-06 15:57:01 +01:00
c80ed120cf
Add functionality to Socket.IO client 2022-10-28 22:21:55 +02:00
c31a81512e
Add Socket.IO server 2022-10-28 22:21:37 +02:00
2aecb2e583
Fix fog images pointer events 2022-10-27 19:15:44 +02:00
ed286d52ed
Add Socket.IO client 2022-10-26 00:15:33 +02:00
b109f49216
Quickfix 2022-10-26 00:13:20 +02:00
dc685661a7
Rename old C# backend folder 2022-10-26 00:12:48 +02:00
f3eb84d812
Reveal grid effect finished 2022-10-24 23:56:11 +02:00
127d88609d
Colorfull shockwave effect 2022-10-24 20:36:50 +02:00
5dfe83d470
Adding copy of files for grid outline effect 2022-10-24 18:24:39 +02:00
40a5cdcd8a
Better functioning grid effect with rainbow colors 2022-10-24 18:16:57 +02:00
c75954f479
Implement CSS grid click effect 2022-10-24 00:35:28 +02:00
e0119ac9fe
Added example sketch for HM-10 module 2022-09-25 15:04:30 +02:00
e169e5febd
Improved Bluetooth sketches and docs 2022-09-25 14:45:22 +02:00
d44c23f815
Using Bluetooth on mobile 2022-09-25 00:28:29 +02:00
7d0db309eb
targetPreview missle fix
`targetPreview` did not show up when moving the mouse from an empty to a missle field and then back to the empty field.

The cause of the problem was no update of the position when going over the missle field and when going back resultend in no `potisionChange` which reslted into an early return.

Fixed this by adding the dependency `show` for early return caused by no `positionChange` which blocks the early return when `targetPreview` is not being `show`-n.
2022-08-16 17:47:53 +02:00