Skip to content

{ Category Archives } Thousand Parsec

Thousand Parsec is a space empire building framework which I lead.

Thousand Parsec Protocol Overview

I’ve been planning to try and get tp04 into draft stage for a while now. However the AI competition and RL has kept me really busy so I haven’t got time to do the draft yet. I am going to however go over some highlights of the new tp04 protocol.
Firstly, what does tp03 currently [...]

Compiling tpserver-cpp under windows - Part 3

Well here is a binary, I have tested under Windows 2000 and Windows XP. It should also run under Windows Vista too, but I don’t have a copy of it to test with.
It currently only supports the modules it has been linked against. This means that it will only support MiniSec and no persistence modules.
You [...]

Compiling tpserver-cpp under windows - Part 2

Well it’s finally done. I managed to get tpserver-cpp to compile under Windows. I just need to fix a few things and then I’ll upload “unsupported” binaries.
Here is a picture of it all working!

Compiling tpserver-cpp under windows.

I had hoped that compiling tpserver-cpp under windows would be easy. Turns out I was very, very wrong. I am even going the easy route of using Cygwin to handle all the select/signal/pthread stuff which wouldn’t work easily under Microsoft products.
Compiling it was relatively easy once I had all the dependencies installed. Cygwin comes out [...]