Commit Graph

5 Commits

Author SHA1 Message Date
Barra Ó Catháin 6ad92bf07a Make ships stop after teleporting through the wormhole. 2023-03-23 13:46:59 +00:00
Barra Ó Catháin 4fe780c1e8 Added basic "wormhole" behaviour
Going into the star transports you to random coordinates in the world.
2023-03-21 13:35:07 +00:00
Barra Ó Catháin 7c22fdeefb Uninlined I/O bound functions.
Yeah, I was meming when I inlined everything. It's kind of pointless for I/O bound functions, but there are actually a lot of candidates for inlining that make sense.
2023-03-20 17:27:34 +00:00
Barra Ó Catháin 86bc0390d6 Moved all functions to header files
It's all inline. Why? Well, all of them are basically called constantly, may as well inline them.
Massive binary, but why not? You have some RAM.
2023-03-20 16:48:50 +00:00
Barra Ó Catháin 66ed3e156c Added multiplayer input and began cleanup 2023-03-20 14:51:43 +00:00