Commit Graph

  • 5275f8f033 Site - websocket try to reconnect when it disconnected - add function on search bar in lobby page for search user Django - add request search user to find someone in database and return a list Kum1ta 2024-09-18 09:22:52 +02:00
  • d4e6c8e30e Site - add video "please login" when mouseover play button Nginx - remove some useless files Kum1ta 2024-09-18 06:29:21 +02:00
  • 1381009e1d Site : - Fix cross button chat to a real cross - Fix top bar lobby Misthaa 2024-09-18 01:50:40 +02:00
  • dbbecc2232 Site - disable cha when user is not connected Kum1ta 2024-09-17 23:21:51 +02:00
  • 965b27426e Site - add button (same as login in home page) in lobby page with menu Kum1ta 2024-09-17 22:47:52 +02:00
  • 9491d795bf Site : - Fix but not finished lobby page - Add Button nav bar functionality Mathis Degryck 2024-09-17 20:54:15 +02:00
  • 53441d4785 merge hubourge 2024-09-17 18:02:35 +02:00
  • a5b2bb95a8 Site - add scroll function Kum1ta 2024-09-17 16:54:22 +02:00
  • 7a49159282 re fix Game.py syntax tomoron 2024-09-17 15:18:34 +02:00
  • a103f09da7 fix syntax Game.py tomoron 2024-09-17 15:16:26 +02:00
  • 5668d338b6 Site - Add function for move ball - add function for quit when opponent disconnect Kum1ta 2024-09-17 15:16:42 +02:00
  • 2a42646b82 add ball move request to client tomoron 2024-09-17 14:44:43 +02:00
  • 522f4f602a Site : - Fix "REGISTER" to "Register" - Fix "NEWS" to "AUTHORS" - Fix Chat Button to icon (No notifications) - Fix not center title on login and register screen Misthaa 2024-09-17 14:28:57 +02:00
  • e4cebd99df add leave request when the opponent leaves the game tomoron 2024-09-17 12:55:01 +02:00
  • c199812a5d Site - Add smoothing movement for opponent Django - invert pos in move request Kum1ta 2024-09-17 00:25:36 +02:00
  • 12b33d0ee4 Site - multiplayer move Kum1ta 2024-09-16 15:52:38 +02:00
  • cbf665b837 Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence Kum1ta 2024-09-16 14:33:12 +02:00
  • ed8d211050 add is_opponent to move request tomoron 2024-09-16 14:31:01 +02:00
  • f60113dac5 Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence Kum1ta 2024-09-16 14:22:03 +02:00
  • ea9bff1382 fix small errors in move requests tomoron 2024-09-16 14:21:49 +02:00
  • 000766d4cc Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence Kum1ta 2024-09-16 14:04:37 +02:00
  • 52faeaf81c add movement request tomoron 2024-09-16 14:04:20 +02:00
  • 142965568f Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence Kum1ta 2024-09-16 13:15:29 +02:00
  • 448b377012 Site - Add multi online game Django - add somes paths Kum1ta 2024-09-15 15:57:40 +02:00
  • bc77e6a445 Site - Add multi online game Django - add somes paths Kum1ta 2024-09-15 15:57:40 +02:00
  • e1b8275c16 Site - Add function for request game Kum1ta 2024-09-15 14:02:05 +02:00
  • b932032f34 Site - Add function for request game Kum1ta 2024-09-15 14:02:05 +02:00
  • 1d9db521d3 add protection, can't start a game if another is already started and can't do game actions if not in a game tomoron 2024-09-15 13:40:03 +02:00
  • 2375aec456 add protection, can't start a game if another is already started and can't do game actions if not in a game tomoron 2024-09-15 13:40:03 +02:00
  • d785c6f006 fix async function not executing when in a sync function (python is wierd) tomoron 2024-09-15 11:16:07 +02:00
  • b4ead282ba fix async function not executing when in a sync function (python is wierd) tomoron 2024-09-15 11:16:07 +02:00
  • 53ec541fbf switch login method to async to work with the login request tomoron 2024-09-15 00:49:44 +02:00
  • 98ddde7233 switch login method to async to work with the login request tomoron 2024-09-15 00:49:44 +02:00
  • 88e3fa3d97 Site - Started multi online game Django - Add some path Kum1ta 2024-09-15 00:06:51 +02:00
  • 55cc50995d Site - Started multi online game Django - Add some path Kum1ta 2024-09-15 00:06:51 +02:00
  • c8c88a237a websocket consumer to async for game infinite loop. game requests now work like stated in comment tomoron 2024-09-14 21:41:29 +02:00
  • 375e9316f7 websocket consumer to async for game infinite loop. game requests now work like stated in comment tomoron 2024-09-14 21:41:29 +02:00
  • c9cb82c91f fix typo variable name. change game requests comment tomoron 2024-09-14 12:44:34 +02:00
  • fc4ca26b15 fix typo variable name. change game requests comment tomoron 2024-09-14 12:44:34 +02:00
  • 92ff0e9e8d Site - Add multi local game - Some minor changes in html/css Django - add path for /game and /multiLocalGamePage - add template for multiLocalGame Kum1ta 2024-09-14 02:05:44 +02:00
  • 118a4a92d6 Site - Add multi local game - Some minor changes in html/css Django - add path for /game and /multiLocalGamePage - add template for multiLocalGame Kum1ta 2024-09-14 02:05:44 +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 tomoron 2024-09-14 00:42:56 +02:00
  • 74ada2bc57 add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean tomoron 2024-09-14 00:42:56 +02:00
  • e00471653b Game solo - Re-organize player colisions hubourge 2024-09-13 17:04:59 +02:00
  • 3011abaa64 Game solo - Re-organize player colisions hubourge 2024-09-13 17:04:59 +02:00
  • 15de6df24e Site - Add variable for disable 3d in homePage - add 3d on lobby page Kum1ta 2024-09-13 16:44:08 +02:00
  • c332be46c0 Site - Add variable for disable 3d in homePage - add 3d on lobby page Kum1ta 2024-09-13 16:44:08 +02:00
  • 2e002057d4 Site - Fix bug single page with back arrow - add animation when clock on tv - fix bug when return on home page for login button Kum1ta 2024-09-13 11:17:47 +02:00
  • 422ffcb440 Site - Fix bug single page with back arrow - add animation when clock on tv - fix bug when return on home page for login button Kum1ta 2024-09-13 11:17:47 +02:00
  • 9a589d80f5 Site - Add button for logout - somes change for websocket - back to login page when account created successfully Kum1ta 2024-09-12 18:23:40 +02:00
  • 5927c36e54 Site - Add button for logout - somes change for websocket - back to login page when account created successfully Kum1ta 2024-09-12 18:23:40 +02:00
  • 90e9de59bc Site - fix login with 42 Kum1ta 2024-09-12 16:28:22 +02:00
  • 90b9e7bc91 Site - fix login with 42 Kum1ta 2024-09-12 16:28:22 +02:00
  • 17487197ac Site : - Add menu under login button when user connected Kum1ta 2024-09-12 01:37:52 +02:00
  • ed33961ffc Site : - Add menu under login button when user connected Kum1ta 2024-09-12 01:37:52 +02:00
  • 3469b74c05 fix error in variable name (ICLOUD_MAIL -> ICLOUD_USER) tomoron 2024-09-12 01:06:42 +02:00
  • ac54724e2e fix error in variable name (ICLOUD_MAIL -> ICLOUD_USER) tomoron 2024-09-12 01:06:42 +02:00
  • e14a7115fb Game solo - Scale player when collision hubourge 2024-09-11 18:10:43 +02:00
  • 4e8324b033 Game solo - Scale player when collision hubourge 2024-09-11 18:10:43 +02:00
  • 6fd37f3c58 Game solo - Add game start timer during launch hubourge 2024-09-11 17:22:57 +02:00
  • b5ec0fc786 Game solo - Add game start timer during launch hubourge 2024-09-11 17:22:57 +02:00
  • 15c5ee20ff Game solo - End game process hubourge 2024-09-11 16:13:28 +02:00
  • 6ad400b70c Game solo - End game process hubourge 2024-09-11 16:13:28 +02:00
  • 9d62f0bede Site/Django : - Add 404 error - change request method to post for load page Kum1ta 2024-09-11 17:27:23 +02:00
  • 9920af659e Site/Django : - Add 404 error - change request method to post for load page Kum1ta 2024-09-11 17:27:23 +02:00
  • 11f65d608b check if requeset to page is POST tomoron 2024-09-11 17:03:10 +02:00
  • 88f706698e check if requeset to page is POST tomoron 2024-09-11 17:03:10 +02:00
  • 3ce614625b add err404 page (on /404) (not working, template file missing) tomoron 2024-09-11 16:41:11 +02:00
  • 0eec0d3b3b add err404 page (on /404) (not working, template file missing) tomoron 2024-09-11 16:41:11 +02:00
  • 00e50bdefb check if user is logged in to show page lobby tomoron 2024-09-11 16:30:28 +02:00
  • 31143a2571 check if user is logged in to show page lobby tomoron 2024-09-11 16:30:28 +02:00
  • 32306787e4 404 page renders index page tomoron 2024-09-11 16:19:36 +02:00
  • 45002ad341 404 page renders index page tomoron 2024-09-11 16:19:36 +02:00
  • f5cf64f8a7 change loading of variables on django server and add server_url to env tomoron 2024-09-11 13:05:07 +02:00
  • ec0fb00167 change loading of variables on django server and add server_url to env tomoron 2024-09-11 13:05:07 +02:00
  • 853f314992 Game - Add changeBarColor - Add changePlane (all in multi) hubourge 2024-09-10 18:34:02 +02:00
  • a0b8f7c211 Game - Add changeBarColor - Add changePlane (all in multi) hubourge 2024-09-10 18:34:02 +02:00
  • ea7c77d5ae Game - add changeColor for player - add changeGround for plane hubourge 2024-09-10 17:18:05 +02:00
  • 6ed6194d82 Game - add changeColor for player - add changeGround for plane hubourge 2024-09-10 17:18:05 +02:00
  • 8b3e5bfea1 Site : - Single page working Kum1ta 2024-09-10 17:34:08 +02:00
  • 20c9c72fba Site : - Single page working Kum1ta 2024-09-10 17:34:08 +02:00
  • 0c0a171309 Site - Add notif when account not valid - Add notif when account is create Kum1ta 2024-09-10 15:25:29 +02:00
  • 049909e280 Site - Add notif when account not valid - Add notif when account is create Kum1ta 2024-09-10 15:25:29 +02:00
  • f5857ce771 Django - Add function for send mail when user create an account Kum1ta 2024-09-10 14:17:20 +02:00
  • d6951de8ba Django - Add function for send mail when user create an account Kum1ta 2024-09-10 14:17:20 +02:00
  • eaf71af8d1 add mail verification on server side (does not send the mail for now) tomoron 2024-09-09 21:47:55 +02:00
  • 45e1943c74 add mail verification on server side (does not send the mail for now) tomoron 2024-09-09 21:47:55 +02:00
  • e070edbcd2 Site - Add notification for error in create account Serv : - create program for send a mail ' Kum1ta 2024-09-09 17:33:45 +02:00
  • 0deb14c1ce Site - Add notification for error in create account Serv : - create program for send a mail ' Kum1ta 2024-09-09 17:33:45 +02:00
  • 0d26de0bf4 fix delete last message in conversation if over 100 tomoron 2024-09-09 14:16:40 +02:00
  • 50e5d7b964 fix delete last message in conversation if over 100 tomoron 2024-09-09 14:16:40 +02:00
  • f8361829d8 Site - Can create account on site but for the moment, nothing display when it s good Kum1ta 2024-09-08 18:01:44 +02:00
  • 406a2fcad6 Site - Can create account on site but for the moment, nothing display when it s good Kum1ta 2024-09-08 18:01:44 +02:00
  • 56bd6b21ed Game - Add fade at start of game Kum1ta 2024-09-08 17:07:16 +02:00
  • 6a9fedd9e2 Game - Add fade at start of game Kum1ta 2024-09-08 17:07:16 +02:00
  • dfe2dd1562 fix password rules on server side tomoron 2024-09-06 18:54:55 +02:00
  • 6c6ad4e395 fix password rules on server side tomoron 2024-09-06 18:54:55 +02:00
  • 949d94d604 Site - updating register page Kum1ta 2024-09-06 17:36:12 +02:00
  • 4a54997f0f Site - updating register page Kum1ta 2024-09-06 17:36:12 +02:00
  • 345a94febd Game - Add ball border transparence - Add others collision player on bottom and top - Fix ball velocity hubourge 2024-09-04 17:50:41 +02:00