Daniel Santos
Daniel Santos
Bug Report ========== I loaded up a solar hull with chaos wave and nuked them into oblivion. But now there's ~~100~~ 300 troops and no button for me to invade....
Feature request =============== Idea ---- Monster nests + domesticated megafauna can be very powerful, especially kraken nests. However, the AI seems to treat young monsters as ships ready to send...
I'm new to Go and having to build this software in a hurry, so the copy/paste helps a lot! As I will need to do the same for my code,...
I'm working on a change set to install headers on *nix when `make install` is run, but I need some clarification and direction. First is the question of where to...
…t not escaped The current build is broken due to a bad regex that for some reason wasn't blowing up before.
…or, minor and makedev These three are broken in many places due to previous versions of glibc having accidentally included sys/sysmacros.h from some other files. This is now cleaned up...
Fix more implicit declarations caused by flaw in old glibc.
-Werror=implicit-function-declaration and -Werror=implicit-int are your friends. :) If it isn't declared, it shouldn't build. This patch fixes build breakages with the above warnings as errors.
The current test for the git version is broken because it depends upon something really stupid: the output of --help. This patch causes it to work with a recent version...
Really, any build system should use the makeflags passed to it. The exception is when such a system makes more than one sub-package like OpenWRT. In this case, we now...