Open mdreeling opened 3 weeks ago
Still working through it, but it boots and goes into Demo mode, at which point it FBPanics, but the characters still fight, albeit with Blanka off screen. I just need to go back through and see whats i missed. https://github.com/mdreeling/sf2ww/tree/windows-compatible
Nice, I'm keen to see it. I haven't given this project much attention in the last few years but with a few people showing up lately keen on contributing I might try and give it a bit of time next year.
From memory there was one C99 feature I was using - unsized arrays as final struct members - that meant I couldn't use the MSVC compiler. Has that changed or did you rewrite those?
Interesting... yes I think flexible arrays were added in 2015 and since 2019 its fully supported
Wrapping up for the night https://www.youtube.com/watch?v=gU2kzBpu9fU
nice work
I have a fork where I have this (sort of) running on Windows 11 in MSVC 2022. I think it may be worth getting it working properly to be able to expand who can work on it.