36 Commits

Author SHA1 Message Date
69881973a4 fixed missing serverWorld issue and added status to login response 2024-01-15 10:43:56 +01:00
1a9f49f5e9 theoretically reworked packet structure for gamestart event + fixed client issue flooding the server with packets 2024-01-15 10:26:14 +01:00
afa2d779a1 attempt to fix sending placecard event on client side 2024-01-14 21:18:37 +01:00
b98b9821dc fixed issues where server refused to start on laptop, fixed issue whith dictkeys not beeing found, fixed issue where client was spaming cardplaced event to server but lost capabillity of sending said event at all 2024-01-14 19:12:22 +01:00
0602e638f3 resolved merge conflicts 2024-01-14 18:45:57 +01:00
ae49b1cec7 added clientside placecard event 2024-01-14 18:42:56 +01:00
15cce52aea fixed issue crashing connections and added system logger 2024-01-14 17:55:35 +01:00
677552a617 merged broken branches client with master branch and added first statehandling for card placement 2024-01-08 20:07:29 +01:00
d9b367dd42 server has its own world and has primitiv logic for starting a game 2024-01-07 20:45:25 +01:00
6adea1730e added server communication between client and server 2024-01-07 19:26:41 +01:00
fab79061ea test commit testing communication between discord and git server 2024-01-06 18:04:23 +01:00
7315c68eb3 added more events 2024-01-06 03:23:29 +01:00
6acde9e295 extended server documentation 2024-01-05 02:01:28 +01:00
518804051d added first event functions documented server behaviour for some events 2024-01-05 01:51:06 +01:00
e5e42aa6d9 rewrote serverside netcode to support multiple connections at once 2024-01-04 02:49:43 +01:00
b679716fe1 netcode refactor 2024-01-04 02:20:19 +01:00
ccb507369d reworked client netcode 2024-01-04 01:28:28 +01:00
2055786d4a fixed a bunch of shit 2023-12-17 22:51:25 +01:00
0b447f9505 added udp connectivity to game server 2023-12-17 21:24:33 +01:00
39e07e4cb6 moved card placing and keeping of cards to world class 2023-12-17 20:38:39 +01:00
b70ced94f7 changed some things and did other things 2023-12-16 20:07:52 +01:00
f69f5d0e5f added labels to ui 2023-12-13 18:05:01 +01:00
edba68bbe2 tracked down false arguments in world builder 2023-12-13 16:25:19 +01:00
a47d372053 switched up layout 2023-12-13 16:18:15 +01:00
5de6b06503 removed faulty pass from world generation 2023-12-12 22:41:48 +01:00
286225fd64 card can resize back to normal size but loses details on each time doing it 2023-12-12 22:35:10 +01:00
386aaddae3 made progress on card resizing 2023-12-12 22:30:44 +01:00
3279713778 simplyfied y world positioning 2023-12-12 21:12:37 +01:00
77fb62ca5f successfully added card snapping 2023-12-12 20:45:01 +01:00
a25f4c3eba added mouse dragging to cards 2023-12-12 18:29:40 +01:00
8c544556ed moved position system over to use vector2 2023-12-11 15:32:33 +01:00
4acb99cc84 changed game layout away from using image 2023-12-10 21:18:41 +01:00
cdf6a810ec drawing first map onto screen 2023-12-09 21:27:24 +01:00
81c7c552f9 removed dead code 2023-12-07 22:45:25 +01:00
8d7a67a454 for now removed card class from hirarchy and added possibillity to render sprites on screen 2023-12-07 22:39:34 +01:00
4fbd1c6663 added card types 2023-12-06 12:21:51 +01:00