-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CI flatpak build #761
Fix CI flatpak build #761
Conversation
…ault game directory uses a basedir that's base directory is undefined That could happen when default game directory depends on base directory that don't have gameinfo.txt. Because all game directories with liblist.gam automatically have dependency on default game directory, it causes cyclic dependency.
… texture multiple times in the frame
…cutable formats that create post link stage (was nro_install_path)
… Implement actually working rumble, ensure we're freeing up all resources related to gamepads
…dard C free() and C++ delete
…s to control vibration strength
… after last refactoring
…col errors by parsing buffer.dat
…Make sure all enums and structs here are not anonymous
Called on game controller becoming active or by user request. Exposes current calibration state by read-only console variable.
…anymore [skip ci]
…opt-in, yields better performance with VBO renderer
…trings, add Q_isalpha
Use existing ui_language cvar for mounting localization folders.
…hem when Cvar_Get is called with NULL description It allows us to not lose engine-side description when client or gameui registers cvar with the same name. In case of menu it's the only way to get cvar pointer.
It also fails due to change in GitHub that broke old artifact uploaders. Somebody smarter than me upgraded the dependencies in |
You can merge |
…UD down to selected resolution with preserving aspect ratio
Even before that there's this weird error: https://github.com/w23/xash3d-fwgs/actions/runs/13160796953/job/36728732058?pr=761#step:4:1681 as if it tries to allocate zero-sized buffer, but how does it deduce that? The count will be known at runtime only. I'm trying to figure out how does the flatpak even work, I can't find where the build system calls waf, and how do i reproduce that build locally. |
what is this i don't even
…the scaling factor isn't an integer
It's probably due to attribute But because
Flatpaks are built from recipes, the recipe file for our flatpak is in |
No! I like it rough, when compiler is rude to me, and hurts me and violates my expectations!11
Yeah, already figured that one out. |
Then don't be a pussy and use clang with |
flatpak CI build is failing. Figure out why and fix.