Commit Graph

45 Commits

Author SHA1 Message Date
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
f0c87178fa Increase spirit update interval to 5 seconds 2025-05-28 03:18:49 +02:00
01a7ccbe0e Comment out unused code in server.js 2025-05-28 03:18:49 +02:00
119cd35137 Reduce spirit update interval to 3 seconds 2025-05-28 03:17:29 +02:00
3987000517 Refactor app.js to improve readability and organization 2025-05-28 03:16:01 +02:00
85cbc28981 Update interval for spirit push to every 20 seconds 2025-05-28 03:13:36 +02:00
5dcdcd5be8 Update interval for spirit updates to every 15 seconds 2025-05-28 03:11:56 +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
765e1b50ba Add Yuki Onna spirit to list 2025-05-28 02:36:30 +02:00
26548529dc Update spirit description and structure in JSON 2025-05-28 02:34:03 +02:00
16d773dde7 Refactor spirit data structure in JSON 2025-05-28 02:30:53 +02:00
664268b201 Fix path to spirit list JSON 2025-05-28 02:30:53 +02:00
8f37a2db64 Refactor server/server.js to include spirit loading and WebSocket logic for broadcasting spirits 2025-05-28 02:29:40 +02:00
b41ff50083 Update spirit_list.json with new entries and descriptions 2025-05-28 02:29:27 +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
c4d98c36a1 Update spirit_list.json to include new structure and data 2025-05-28 02:26:38 +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
ced468de09 auto-git:
[change] node/server/public/index.html
2025-05-28 02:24:25 +02:00
c6b897aa50 auto-git:
[change] node/server/public/index.html
2025-05-28 02:24:12 +02:00
9d19534482 Refactor server.js to simplify and improve WebSocket handling 2025-05-28 02:18:43 +02:00
855f1c67e9 Move spirit_list.json to server directory 2025-05-28 02:16:53 +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
13477e0405 Add WebSocket client for spirit data in public/app.js 2025-05-28 02:08:52 +02:00
57628dfb81 auto-git:
[change] node/server/public/index.html
2025-05-28 02:04:11 +02:00
82a7f7af67 Refactor and expand server.js to include API endpoints, WebSocket handling, and spirit management 2025-05-28 02:02:47 +02:00
2305b5fdd9 Add initial server.js file for Node.js server setup 2025-05-28 02:02:47 +02:00
839b7c88be auto-git:
[add] node/package.json
 [unlink] node/server/package.json
2025-05-28 02:00:57 +02:00
cc7fc5bf3b Add package.json to server directory 2025-05-28 02:00:57 +02:00
4eeae39947 Move app.js from server to server/public 2025-05-28 02:00:57 +02:00
f91329179a Move index.html from public to server/public 2025-05-28 02:00:57 +02:00
f5fa6dc264 Move app.js from public/server to server 2025-05-28 02:00:57 +02:00