Anders Jenbo
Anders Jenbo
@stefanmielke we got it running on hardware in case you want to mess a bit more with it.
Everything is now working, only issue left is performance which is a good deal slower then what is ideal.
The original did not support taking screen shots during load screens or cut scenes.
Current implementation does not take keymapper in to account and has some issue with capturing from the menu on some systems.
@DakkJaniels can we disable menu screen shots for now?
if you can just disable screen shots in the menu that would be good enough :)
bonus points for solving it with a single implementation
> /root/repo/Source/pfile.cpp:366:61: error: invalid initialization of reference of type 'const wstring& {aka const std::__cxx11::basic_string&}' from expression of type 'const std::__cxx11::basic_string' size_t bytes = static_cast(std::stoi(bitsAsString) / 8); Hm hopefully we can...
Apparently this has rounding issues (irrational numbers not adding up to x.0000 when they are "suppose" to) and the following showed improve it: ```cpp bool checkLineofSight(int x, int y) {...
Interesting, ill try and find a laptop to test on :)