Rimi Kanokawa

Results 69 comments of Rimi Kanokawa

I've ruled out https://github.com/Robosturm/Commander_Wars/commit/42d10fbb79649dac12bd55ef3abb141054ea6ee9. I'm investigating https://github.com/Robosturm/Commander_Wars/commit/9104e632f3edff02bf56b004398e33cd0503bc2e now, and looking for root cause.

There's some chance I fixed this as well by accident. I discovered a bug in how the game handles music while trying to get `.ogg` music to work, and the...

This is unfortunately very hard to implement, and unlikely to change soon. However, it is possible to do and I do plan to do it eventually.

@JohnScience This feature should already with the `#[enumset(no_super_impls)]` and `#[enumset(no_ops)]` options.

This has been implemented in `main` via the `#[enumset(map = "mask")]` attribute. Also added `#[enumset(map = "msb")]` since it's fairly easy with the same code.

So, the feature is fine, as right now I'm doing what I can to support some const time operations without Rust having all the features I need to do it...

I think this feature is valid, but I'm not sure an implementation like this would be a good way to do it. I'll take some time to think about it.

Closing this for now, will think about how to implement this in a more resilliant way.

MacOS virtual machines don't have OpenGL support, which would be needed to run Civilization V itself.