avatar sending, uses self in avatar dir
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousDelivery / dumpsyms (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
ContinuousIntegration / linux (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled

also fix cwd in file selector
This commit is contained in:
Green Sky
2025-05-06 15:27:18 +02:00
parent 99a92c0f04
commit 3a929569ee
8 changed files with 296 additions and 5 deletions

View File

@@ -55,7 +55,8 @@ MainScreen::MainScreen(const SimpleConfigModel& conf_, SDL_Renderer* renderer_,
#endif
theme(theme_),
mmil(rmm),
tam(os, cs, conf),
tam(os, cs, conf, tc),
tas(os, cs, rmm),
sdlrtu(renderer_),
tal(cs, os),
contact_tc(tal, sdlrtu),
@@ -604,6 +605,7 @@ Screen* MainScreen::tick(float time_delta, bool& quit) {
const float fo_interval = tffom.tick(time_delta);
tam.iterate(); // compute
tas.iterate(time_delta);
const float pm_interval = pm.tick(time_delta); // compute