Commit Graph

17 Commits

Author SHA1 Message Date
64346413c3 fix sendMessage method 2024-10-05 03:31:14 +02:00
4e3ba36416 add tournament request to server(not complete) 2024-10-05 02:40:28 +02:00
237e423a03 add message read status and a request to set all the messages of a conversation as read 2024-09-28 21:21:15 +02:00
322a96eaea server now saves the game scores to the DB 2024-09-28 03:50:39 +02:00
fcf49cde52 add skin to opponent request(1),add protection to not select skin out of range 2024-09-27 17:40:27 +02:00
07c35c20fc add invitation request and possibility to join a game when invited, fix jumperpos does not exist, changeSettings request can now change multiple settings at the same time and changes are now in functions 2024-09-27 17:25:47 +02:00
6fd802a788 ball now bounces on walls, the speed of the ball now increase when it bounce anywhere (or take a jumper) 2024-09-27 03:57:43 +02:00
3f68bad744 Site
- change proba for easter egg
    - add invit on profil page
    - add pie stat on profil page
    - settings are ready, just wait for popup to confirm delete account
    - add spotlight on home apge
    - fix bug camera mouvement when it move into screen
    - add settings button on all top bar
Django
    - update function changePrivateInfo
2024-09-27 01:22:26 +02:00
e375c65c2f Site/Django
- Moving forward on the settings
2024-09-26 01:04:24 +02:00
53ec541fbf switch login method to async to work with the login request 2024-09-15 00:49:53 +02:00
c8c88a237a websocket consumer to async for game infinite loop. game requests now work like stated in comment 2024-09-14 21:41:29 +02:00
906a713e8d add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean 2024-09-14 00:43:04 +02:00
eaf71af8d1 add mail verification on server side (does not send the mail for now) 2024-09-09 21:48:08 +02:00
dfe2dd1562 fix password rules on server side 2024-09-06 18:54:55 +02:00
ab01835dc9 prevent two different socket for same user and remove ws from server folder 2024-08-29 21:44:20 +02:00
97cf3effa5 add players status and send message to both users when a message is sent 2024-08-28 00:23:20 +02:00
59fc6a9ffb Docker
- Updated all path import
2024-08-24 23:53:11 +02:00