Commit Graph

160 Commits

Author SHA1 Message Date
7c9414eb47 Site :
- Add lobby html css
2024-08-18 00:05:15 +02:00
85990665f5 use database (it's useless but it works) 2024-08-17 22:57:07 +02:00
fe58722e91 there is a homepage now 2024-08-17 17:43:57 +02:00
671300ffae django database connection now uses .env 2024-08-16 19:00:00 +02:00
b21ffd2e6f Site :
- Add Home page 3
    - Upgrade footer
2024-08-14 18:59:41 +02:00
8f67b3e4c2 Site :
- Add parallax/roation effect balls on Home Page 2
    - Add footer (not finished)
2024-08-14 12:56:36 +02:00
7f035c606a add 2024-08-13 20:45:40 +02:00
11f630989a Site :
- Make css clean
2024-08-13 14:50:52 +02:00
25f73aec3e Site :
- Make css clean
2024-08-13 14:50:33 +02:00
5a5b4fa5eb Site
- Fixed bug on login button
    - Added menu under login button when user connected
    - Added button for logout in menu
2024-08-13 00:21:28 +02:00
fab7db4468 django basic server and connection to postgresql (not with env for now) 2024-08-12 22:07:30 +02:00
2a69e41464 Site
- 3d login in comment now
2024-08-12 20:48:28 +02:00
aeb6aca17c Site :
- Add style on button top bar
2024-08-12 18:46:45 +02:00
d8adb7fbd5 Site :
- Add style on button top bar
2024-08-12 18:46:14 +02:00
e16faf4f27 docker file for postgresql 2024-08-11 20:35:58 +02:00
3076c1514e Site :
- Add ThreeJS login page
2024-08-10 18:38:05 +02:00
657dffc0c1 Site
- Fixed bug on login button
2024-08-10 18:01:59 +02:00
9bc7bc7af5 update 2024-08-10 17:31:07 +02:00
8b6f7a8da2 Update 2024-08-10 17:29:33 +02:00
ea4a660a9e simple udpate for nodes file 2024-08-10 17:23:22 +02:00
7a5014e2ed Site :
- Add style home page
2024-08-10 17:19:38 +02:00
601bfc99ab works on my machine 2024-08-10 16:16:47 +02:00
6eb5598949 Server/Site
- 42 connection is working
2024-08-10 16:12:17 +02:00
dc760481f9 remove version 2024-08-10 15:51:56 +02:00
1ee9387bd8 makefile 2024-08-10 15:25:50 +02:00
befe77ab97 Site
- Added style on login page
2024-08-10 01:25:29 +02:00
85bc8b919b Websocket
- Continuing 42login but problem with api https://api.intra.42.fr/v2/me
2024-08-10 00:44:00 +02:00
5e7fc48952 Websocket server
- Added function to create account with request "create_account"
    - Can create new account (but it s temporary because no db)
    - Doing 42 connection
2024-08-09 10:32:33 +02:00
b231fab222 Site
- Added form on login for prevent google chrome warn
     - Can press "enter" to connect on login page
     - Added condition for create strong password
     - Added "todo" in "createConnectDiv.js"
2024-08-08 23:53:59 +02:00
bce43a609a Site
- Added function to password for encrypt it
    - Doing function for create account
2024-08-08 17:27:23 +02:00
cdbff66aa8 Game
- Added more ball in scene
    - Modify Lambert texture to Physical
    - Implement RectAreaLight in scene
2024-08-08 16:38:35 +02:00
a5926967c4 Site
- Added cookie for keep token
    - Added username in login button if user is connected
2024-08-07 22:34:07 +02:00
4eca9be386 Site :
- remove addEventListener in ./main.js (the one to test notifications)
    - Started log in
    - Added function on "login" button for open login div
    - In login div, send request when we press button
2024-08-07 19:14:32 +02:00
bc569a5233 Game
- Implement boxMoves with key pressing
    - Fix moveBox speed
2024-08-07 16:57:15 +02:00
c29bbe1ee1 Game Merged 2024-08-07 16:26:54 +02:00
aa01b67037 Game
- Added request when w or s pressed
2024-08-07 16:22:47 +02:00
2291266bd1 Game
- Added event on key W and S
2024-08-07 15:59:42 +02:00
423eea03bd Game
- Added websocket
2024-08-07 15:31:58 +02:00
dcc7ce0e73 remove "todo" in main notification 2024-08-06 23:35:02 +02:00
63cdcabcbd Notification :
- Added function on cross for close notification
    - Added stop timer when mouse is over
Global :
    - Improved security
2024-08-06 23:34:22 +02:00
7399ec638f Notification
- Added load bar
    - Added somethings
2024-08-06 16:27:07 +02:00
d3a2d85e02 Notification
- New apparence but not finish
Livechat
    - Fixed being able to execute code if it is in the pseudo with <script>
2024-08-05 18:33:28 +02:00
c562e32af3 Websocket (client)
- add variable for know if websocket is connected and used it for don t send something if not connected
Notification system (client)
	- created new class notification who can use with exported variable "createNotification"
	- available methods :  info, success, warning, error
	- add "todo" in main file
Site
	- add new stylesheet "notification.css"
2024-08-05 00:26:27 +02:00
28340c159a Livechat
- Fixed forgetting to import "showActualGameMessage"
	- Changed filename "launchPrivateChat" to "showPrivateChat.js"
	- Fixed bug on buttons "private" and "game"
Global
	- Reorganize folders
2024-08-04 23:21:07 +02:00
08151b28ff Global :
- Reorganize folder
    - Reorganize function
    - Add "todo" in mains
2024-08-04 22:18:05 +02:00
00bb9f2c5e delete .cache (gitignore forgotten) 2024-08-04 19:12:54 +02:00
49ed6b7fdc Livechat :
- show past message : good
    - show new message : good
    - status not yet implemented, waiting for database
Server :
    - Fixed some bugs on debugMode
2024-08-04 19:11:51 +02:00
45113cc17d Websocket :
- Connect with token : good
    - Connect with mail/pass : good but wait for front
    - Open private msg : good but it cant send message
    - fixed some bug on printDebug on class User on wsServer
2024-08-03 23:51:09 +02:00
74226f71ba Websocket :
- New class "User" in server
    - Doing the auth
2024-08-03 17:21:40 +02:00
881c2f8200 update login websocket 2024-08-03 09:12:45 +02:00