Results 22 comments of Sandro Wißmann

Out of curiosity I opend c3.inf from original caesar 3 and pharaoh one with a hex editor and also realized that pharaoh one is longer. c3.inf = 544bytes Pharaoh.inf =...

Ok I will atleast add an todo comment inside the code were the file name is so we still see something is there to fix. Would be also good to...

I just looked now and saw it. So it should be fine. still maybe add to your list. depending on if pharaoh saves more stuff in it this could be...

Ok I rebased to latest master, fixed the merge conflicts and build this again on windows and linux and it looks like it still works.

The instance is like temporary until we fix all the other code and eliminate this singleton. It also shows now that we have this (ugly) singleton. The static casts are...

Ok I will check it then tomorrow and revert it to be consistent here.

Ok I pushed already the renaming of the headers. Let me know if anything else is missing.

Good to know. I'm actually using VSCode. Lets see what Banderi says.

yes there is also Clang-Format which can use Clang-Format file from the root folder to automatically format based on certain rules. I can also add some file which adds some...

Coming back to this I really thing we should use some auto formatter it will save some time. I can try out some things the next day and maybe provide...