-
Notifications
You must be signed in to change notification settings - Fork 2
Fix kauai tests, followed by various fixes for Linux to enable 3dmovie to build and launch #13
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
Merged
benstone
merged 23 commits into
benstone:main
from
mcayland:feature/linux-platform-part4
Nov 25, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
58ce346
kauai/test: always include gtest/gtest.h before util.h
mcayland 8c7dbde
kauai/src/platform.h: add GetEnvironmentVariable() platform function …
mcayland 6bd3074
kauai/src/appbsdl.cpp: don't include unused io.h header file
mcayland 646bb6b
kauai/CMakeLists.txt: add missing dependencies for KauaiGuiTest
mcayland bd0bac7
bren/stdmem.c: rename to stdmemwin.cpp and include only for Windows p…
mcayland 597d88b
src/engine/body.cpp: replace UCHAR type with cstdint uint8_t type
mcayland 53f9197
src/engine/msnd.cpp: restrict WORD constants to the Windows platform
mcayland 1bbcd38
inc/soc.h: replace MacWin() macro usage
mcayland cbb10ec
inc/utest.h: replace DWORD type with cstdint uint32_t type
mcayland 3b36ceb
src/studio/stdiobrw.cpp: replace BOOL type with cstdint bool type
mcayland fd8a948
src/studio/utest.cpp: use standard C++ try/catch in APP::Run() for no…
mcayland b377565
src/studio/utest.cpp: move DWORD declarations inside #ifdef WIN32
mcayland 8db0d5d
src/studio/configstub.cpp: use string constants instead of integers f…
mcayland 72d7fe4
bren/tmap.cpp: use Windows platform TMAP::PtmapReadNative() except on…
mcayland ac53985
bren/tmap.cpp: replace BYTE type with cstdint uint8_t type
mcayland 8aaa686
kauai/src/utilstr.cpp: implement STN::GetUtf8Sz() and STN::SetUtf8Sz(…
mcayland 7c78003
kauai/src/utilstr.cpp: implement FcmpCompareUserRgch() for non-Window…
mcayland 0d66758
kauai/src/platform.h: add GetUserName() platform function for non-Win…
mcayland 158191e
src/studio/utest.cpp: implement APP::_FGetUserName() for non-Windows …
mcayland d972259
kauai/src/fni.h: add new FNI::FIsReadOnly() method
mcayland 2df4882
src/engine/movie.cpp: use FNI::FIsReadOnly() in MVIE::_FSetPfilSave()
mcayland 4bf8814
CMakePresets.json: add sdl-x86_64-gcc-linux-debug and sdl-x86_64-gcc-…
mcayland ce570f9
.github/workflows/build.yml: add Linux gcc x86_64 Debug build
mcayland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.