Commit graph

24 commits

Author SHA1 Message Date
9388c0eedb form can no longer be submitted if they contain invalid elements 2023-03-09 00:06:54 +01:00
c5e33ce6f8 new texture for the menus 2023-03-08 08:56:26 +01:00
d574703e90 position now use a css like distance system 2023-03-07 21:50:25 +01:00
e1b575efc9 position now use more readable function 2023-03-07 16:10:07 +01:00
15b522cb7b regex are now stored in a specific file 2023-03-07 11:17:52 +01:00
5cbb28df72 fixed some bugs, network error are now handled 2023-03-04 11:11:41 +01:00
0872883a5c the chat is now fully working, input can now take a type_check regex 2023-03-03 12:47:27 +01:00
3caaa8180d batchs are now automatically handled by the scene and the widgets 2023-03-02 21:34:21 +01:00
37350926b2 changed the packet code to be simpler and more flexible 2023-02-28 14:07:00 +01:00
58287a0649 port can now be changed 2023-02-27 16:15:53 +01:00
fd2ffa7856 pressing enter refresh the boat list 2023-02-25 14:11:59 +01:00
25a3c0fa86 simplified some part of the game code, made some quality of life change 2023-02-24 19:37:44 +01:00
385adb2cf1 added settings for the game 2023-02-24 16:11:44 +01:00
4e376bc009 implemented more of the game with the network 2023-02-22 15:50:45 +01:00
2f96ab14ad added a better management for the network thread and a prototypal chat 2023-02-21 23:25:50 +01:00
f38f440e9d fixed a bug where creating a room and quiting it would not close the thread 2023-02-19 17:07:28 +01:00
d2d2f2fdc1 drawing is now done with batch (speeding up the drawing by 50% to 300%) 2023-02-19 12:32:16 +01:00
75c1d4b6e8 added a Style system 2023-02-19 12:02:12 +01:00
446e377b19 simplified event in Widget with Listener, added more useful property to BoxWidget 2023-02-18 19:41:07 +01:00
ca59abee01 added background on game and renamed some minor variable 2023-02-17 22:49:44 +01:00
ca001511c8 started the networking and interface connection 2023-02-17 15:56:00 +01:00
c5c81be6ce implemented the Scroller 2023-02-15 13:58:28 +01:00
928d35b97b added a Checkbox widget 2023-02-15 09:38:31 +01:00
e5ce93a207 added a RoomCreate and a RoomJoin scene 2023-02-14 23:02:44 +01:00