Rename plugin and add player position logging

Replace CommonLibF4 template identity with Fallout4Together across README, setup and xmake; update developer log with build/test entries. Implement player transform tracking in src: add PlayerTransform struct, change detection (position + wrapped Z rotation), throttling (minimum interval), and logging to Fallout4Together.log. Wire up F4SE messaging listener and a permanent task to poll on the game thread; include <chrono> and update startup log message. Add warnings for missing task/messaging interfaces and when player reference is unavailable.
This commit is contained in:
2026-05-31 17:55:27 +12:00
parent b61043a3fe
commit 88506e0415
6 changed files with 281 additions and 11 deletions
+2
View File
@@ -1,5 +1,7 @@
#pragma once
#include <chrono>
#include <RE/Fallout.h>
#include <F4SE/F4SE.h>