Commit Graph

79 Commits

Author SHA1 Message Date
87d31b06e1 Adjust startY value in spawnSpiritWithOffset 2025-05-28 06:31:20 +02:00
d7748f981e Refactor spawnSpiritWithOffset to adjust spawn position based on timeSinceSpawnMs 2025-05-28 06:21:33 +02:00
5bb98cd7fc Refactor spirit message handling in app.js 2025-05-28 06:18:44 +02:00
5f472ee1d3 Refactor spirit spawning logic to include time offset handling 2025-05-28 06:08:16 +02:00
3334894114 Fix sprite texture path in app.js 2025-05-28 05:45:24 +02:00
c8429f7297 Update texture path in app.js 2025-05-28 05:45:24 +02:00
465e2995e6 Reduce life time of Spirit instances 2025-05-28 05:42:26 +02:00
6b3cb61ef4 Increase vertical despawn speed in Spirit class 2025-05-28 05:42:26 +02:00
0c1bcaac46 Add backdrop and improve overlay close functionality in app.js 2025-05-28 05:40:37 +02:00
8149c407e8 Optimize window resizing logic in app.js 2025-05-28 05:38:22 +02:00
9891b12544 Add image display for spirits in app.js 2025-05-28 05:24:24 +02:00
bd9e6a6eff Add picking and overlay functionality for spirits in app.js 2025-05-28 05:22:51 +02:00
29b7fb5a14 Refactor overlay logic and remove unused code 2025-05-28 05:04:49 +02:00
6b2b0ec738 Add spirit model preview functionality with Three.js 2025-05-28 05:00:48 +02:00
a216b9bc3a Add canvas container and model preview in spirit overlay 2025-05-28 05:00:14 +02:00
99e8d77451 Add keydown event listener to hide spirit info on Escape press 2025-05-28 04:59:18 +02:00
38c75f6231 Add mouse picking functionality for spirits in app.js 2025-05-28 04:57:06 +02:00
5b5ea77a65 Fix scene initialization order in app.js 2025-05-28 04:56:29 +02:00
47b99084b2 Implement _setupPicking method for mesh traversal and user data storage 2025-05-28 04:55:08 +02:00
2c1313e344 Add picking setup in app.js 2025-05-28 04:55:08 +02:00
a98a6b8810 Refactor spirit overlay logic and improve styling 2025-05-28 04:54:34 +02:00
1587b1dd94 Improve HTML structure and spacing in app.js 2025-05-28 04:45:30 +02:00
66fdc97cd8 auto-git:
[change] node/server/public/app.js
2025-05-28 04:43:12 +02:00
50564be1c5 Increase spirit lifetime to 30 seconds 2025-05-28 04:43:12 +02:00
081f0fd720 Further reduce vertical despawn speed of spirits 2025-05-28 04:41:31 +02:00
66562a067e Reduce vertical despawn speed of spirits 2025-05-28 04:41:31 +02:00
b6f82b637f Remove unnecessary line break in app.js 2025-05-28 04:40:17 +02:00
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