Commit Graph

52 Commits

Author SHA1 Message Date
b8090d2264 Fix typo in app.js 2025-05-28 04:40:17 +02:00
5f9846bc62 auto-git:
[change] node/server/public/app.js
2025-05-28 04:39:08 +02:00
f9168453b4 Remove unnecessary variable in Kategorie label 2025-05-28 04:39:08 +02:00
1fa1d4d394 Fix syntax error in Kategorie label 2025-05-28 04:39:08 +02:00
6beb97f840 Reorder Mythos and Rolle fields 2025-05-28 04:39:08 +02:00
fceecca41b Reorder Charakter and Mythos fields 2025-05-28 04:39:08 +02:00
4cd42364ed Fix typo in Kategorie label 2025-05-28 04:39:08 +02:00
3973e24fa3 Add extra line break after character in app.js 2025-05-28 04:36:53 +02:00
38218f4ab5 Add extra line break after category in app.js 2025-05-28 04:36:53 +02:00
9a37136b0f Add missing semicolon in app.js 2025-05-28 04:36:53 +02:00
2d1aee101e auto-git:
[change] node/server/public/app.js
2025-05-28 04:34:55 +02:00
d499fe6fc3 auto-git:
[change] node/server/public/app.js
2025-05-28 04:34:53 +02:00
f5aa187fda auto-git:
[change] node/server/public/app.js
2025-05-28 04:34:36 +02:00
0a1f1d47cd Fix padding and margin in spirit overlay header 2025-05-28 04:34:29 +02:00
62b7c4faaf auto-git:
[change] node/server/public/app.js
2025-05-28 04:33:01 +02:00
115c8e611b Increase bottom margin for spirit info 2025-05-28 04:33:01 +02:00
0d729203b5 Move spirit info to the right side 2025-05-28 04:33:01 +02:00
3b7b283d8e Correct bottom position for spirit info 2025-05-28 04:33:01 +02:00
078b670067 Fix typo in position style 2025-05-28 04:33:01 +02:00
f549a6cbf8 Update spirit overlay heading to h2 2025-05-28 04:33:01 +02:00
1e73f6a5a4 Refactor app.js for responsive canvas size calculation 2025-05-28 04:28:05 +02:00
1fd6811321 Refactor resize handler in app.js to improve aspect ratio handling and centering of the renderer 2025-05-28 04:26:29 +02:00
246a0dcde4 Fix potential spinner controller error and add model URL fallback 2025-05-28 03:58:42 +02:00
c6db75f457 Update spirit overlay HTML structure and content 2025-05-28 03:58:09 +02:00
ef984b7a15 Set target light intensity to zero in app.js 2025-05-28 03:47:34 +02:00
718a19a0f2 Refactor spinner animation logic to include smooth transitions for visual parameters based on connection status 2025-05-28 03:44:27 +02:00
c6c3ba9a75 Refactor SpinnerController class with improved connection handling and visual effects based on connection status 2025-05-28 03:41:02 +02:00
af62625a54 Refactor SpinnerController class and improve WebSocket handling 2025-05-28 03:36:49 +02:00
853d7a8b70 Refactor SpinnerController and WebSocket connection logic in app.js 2025-05-28 03:35:26 +02:00
e612f1c551 Update app.js to include animation loop 2025-05-28 03:31:27 +02:00
55c46fb7e5 auto-git:
[change] node/server/public/app.js
2025-05-28 03:28:58 +02:00
10a8580b6f Add asynchronous function for spawning spirits in app.js 2025-05-28 03:21:14 +02:00
8de2d1b978 Refactor WebSocket connection with auto-reconnect logic 2025-05-28 03:20:06 +02:00
3987000517 Refactor app.js to improve readability and organization 2025-05-28 03:16:01 +02:00
28fb6f9847 auto-git:
[change] node/server/public/app.js
2025-05-28 03:10:21 +02:00
ce387a7753 Refactor and enhance spirit loading logic in app.js 2025-05-28 03:07:00 +02:00
c1f5347706 Add red box to scene in app.js 2025-05-28 03:04:55 +02:00
6263f5debf Refactor and enhance spirit object processing in app.js 2025-05-28 03:02:46 +02:00
81da864fd0 Add logging for spirit object children 2025-05-28 03:02:46 +02:00
47ff134bb5 Add Spirit class and refactor scene initialization 2025-05-28 02:58:30 +02:00
83c007b9d0 Remove unnecessary console.log and add logging for spirit loading process in app.js 2025-05-28 02:55:28 +02:00
bb025fa8be Adjust spirit object position in app.js 2025-05-28 02:51:12 +02:00
e146451208 Remove unnecessary debug log from showSpirit function 2025-05-28 02:50:07 +02:00
aeac097131 Reformat debug log statement in showSpirit function 2025-05-28 02:50:07 +02:00
267a32e84a Fix duplicate debug log in showSpirit function 2025-05-28 02:50:07 +02:00
7061715849 Add debug log inside showSpirit function 2025-05-28 02:50:07 +02:00
cde3399154 Add debug log for spirit message 2025-05-28 02:50:07 +02:00
43b6a3d3dc Refactor app.js to initialize and animate a 3D scene with foliage, postprocessing, and dynamic lighting 2025-05-28 02:28:16 +02:00
3a1599e56c Add Three.js library and refactor app.js for 3D scene setup and WebSocket integration 2025-05-28 02:24:41 +02:00
3be9b44b03 Refactor app.js to handle WebSocket messages for spirits and update the scene accordingly 2025-05-28 02:09:35 +02:00