Commit Graph

305 Commits

Author SHA1 Message Date
3e8bc60712 Game multi - Fix scoreBoard 2024-10-01 20:30:18 +02:00
f7bf0897fb Merge 2024-10-01 18:48:26 +02:00
a8863ad379 Site
- update lobbyPage html
    - starting tournmament
Django
    - add new file with comments for explain
2024-10-01 15:17:58 +02:00
709d0cb25a Site
- update color tv
    - move spotlight on home page
    - starting ranked mod
2024-10-01 02:37:25 +02:00
e82bbbc880 Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence 2024-10-01 02:35:17 +02:00
985920d1f6 Site :
- Fix arrow left profil
2024-10-01 02:35:09 +02:00
8aaa7deec2 add loop to check every hour if a user need to be deleted after not logging in for 2 years 2024-10-01 01:49:04 +02:00
54da3fb923 Site
- add bar/goal selector on all gamemode in lobby page
    - fix three js warn on lobby page
    - fix history on profil page
2024-10-01 00:46:41 +02:00
3ed6224d5c Site
- add popup function pour delete an account in settings page
2024-09-30 22:57:15 +02:00
b68642a5cd add last login date and if the game was won by forfeit in getUserInfo 2024-09-30 20:02:33 +02:00
33957b5ffe Site :
- Fix icon invit game
    - Fix bug history
    - Add scroll history (maybe)
    - Fix cross notification to real cross
2024-09-30 19:17:37 +02:00
c8052db9a5 update plant.glb compression 2024-09-30 18:54:51 +02:00
eb132785f0 compress plant.glb(with loss) and add original as plant_large.glb 2024-09-30 18:43:57 +02:00
e66434de87 Game multi - Add upScale player when touched Fix sideWall position and reset position - Fix goalAnimation orientation down or up - Change video banner resolution 2024-09-30 18:15:28 +02:00
a524af9947 compress videos(with loss) 2024-09-30 17:46:31 +02:00
cd4f9986f7 add palyerhit request 2024-09-30 15:37:55 +02:00
c5a5ef0539 Site
- remove cannon js from multionlinegame
2024-09-30 15:21:09 +02:00
f511e999fe Site :
- Add popup delete account
    - Fix change username - email
    - Fix color profil dash and history
2024-09-30 14:25:33 +02:00
1d33cbc1d0 Site
- fix bug tv on home page
2024-09-30 02:14:51 +02:00
50f1be0097 Site
- add button logout when someone trying to connect to a account who already connected
2024-09-30 02:06:25 +02:00
43c293c469 Site
- creater loader at the first launch
    - optimize loader
2024-09-30 01:24:32 +02:00
76cf5d0585 Django
- add "opponentLeft" boolean in endGame()
Site
    - update end game screen
    - fix red point on live chat after a game
2024-09-29 14:31:33 +02:00
24fe748130 Site
- on popup chat, point on end line for see if you have seen the last message
    - on chat buttton, red point for know if you have a new message
    - fix image in live chat
2024-09-29 03:52:10 +02:00
4ef459e2cc added haveUnreadMessage to logged_in server response. change searchuser to not be case sensitive 2024-09-29 03:21:52 +02:00
8aac415275 Site
- add gif support on pfp and banner
    - center image on pfp and banner in profil page
2024-09-29 02:15:45 +02:00
31a70311cc Django
- fix request game 10
Game
    - add screen and redirect when game is finish
    - fix bug with upper char
    - add own fps counter and latency counter
2024-09-29 02:06:00 +02:00
217d4e27f8 Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence 2024-09-28 21:50:47 +02:00
ed66c52be0 Game
- add ping on multi online
2024-09-28 21:47:09 +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
05b7c5b0b9 Site
- add real stats and history game in profil page
    - search will send now request in lower case in profile page
    - add key enter in search bar in profile page
2024-09-28 20:31:43 +02:00
10d14d8e60 fix player still in matchmaking queue after leaving game 2024-09-28 19:35:51 +02:00
55de99e5e6 serach user to lower 2024-09-28 19:10:40 +02:00
10c2ef0e63 add profile picture for opponent and remove username of p1 in getUserInfo 2024-09-28 18:37:27 +02:00
20ead24a3a add games history, number of games won and number of games lost to the getUserInfo response 2024-09-28 04:47:11 +02:00
322a96eaea server now saves the game scores to the DB 2024-09-28 03:50:39 +02:00
afb5742e65 Site
- skin working
    - fix bug three js lobby page
    - add notification for join a invitation
Game
    - fix bug fade
2024-09-28 03:15:41 +02:00
b2bc0f2190 game now stops when someone reach the score of 5. server sends a action 10. server now sends username of the person who invited to a game. 2024-09-28 02:16:47 +02:00
97176cd3ae server responds to ping request 2024-09-27 23:34:13 +02:00
6f409e7476 Site
- fix bug resize 3d home page
    - fix bug selection on mobile mode in online game
2024-09-27 22:00:23 +02:00
7d319d020b Site
- add gamepad for play on mobile
    - merge
2024-09-27 21:16:53 +02:00
9650f0d390 Game multi - Fix side wall - Fix jumper animation - Fix fondu animation goal player/opponent 2024-09-27 18:28:15 +02:00
ea23b45b87 fix identification of jumpers, fix generation of obstacles 2024-09-27 18:21:38 +02:00
bc80836329 change identifications of jumpers in request 8, when the ball jumps 2024-09-27 17:54:09 +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
12e30b254e Site :
- Update
2024-09-27 16:37:23 +02:00
f3416a13f4 Site
- fix bug canvas
2024-09-27 14:12:29 +02:00
32ae90c399 Django
- fix some bugs with mastchmaking
2024-09-27 13:05:48 +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