BlindMindStudios / StarRuler2-Source

4X Space Strategy game Star Ruler 2's open source distribution.
http://starruler2.com
Other
1.46k stars 246 forks source link

Rebase threads::atomic_int on std::Atomic<int32_t>, avoiding platform specific code #56

Open jonesmz opened 6 years ago

jonesmz commented 6 years ago

Please note: I did not do extensive testing on this pull request. I'm not actually able to run the game on my development machine. Something's causing the Linux graphics driver to die. Who knows why.

I also did not test that this compiles successfully with any version of Visual Studio. Your mileage may vary.

That being said, I believe this PR should be bug free and very easy for reviewers to go through.