|
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 |
|
|
8d3f53cec1
|
there is now a status text when trying to connect to a host, it is no longer possible to spam "connect"
|
2023-03-07 09:30:21 +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 |
|
|
58287a0649
|
port can now be changed
|
2023-02-27 16:15:53 +01:00 |
|
|
385adb2cf1
|
added settings for the game
|
2023-02-24 16:11:44 +01:00 |
|
|
14ebc82a72
|
the listener now give as a first argument the widget itself. Added some event to some widgets
|
2023-02-23 19:53:52 +01:00 |
|
|
2f96ab14ad
|
added a better management for the network thread and a prototypal chat
|
2023-02-21 23:25:50 +01:00 |
|
|
be138594df
|
default IP is now 127.0.0.1
|
2023-02-20 15:25:38 +01:00 |
|
|
39d44e7ec2
|
added a function to render board on the grid (unoptimised !!!)
|
2023-02-20 15:21:43 +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 |
|
|
2dfc21b8ef
|
distance can now be represented by a constant pixel value or a function that is called when the distance have to be updated
|
2023-02-15 08:57:24 +01:00 |
|
|
e5ce93a207
|
added a RoomCreate and a RoomJoin scene
|
2023-02-14 23:02:44 +01:00 |
|