On translations
So I took a brief break from lighting code today, and laid the foundations for translation support in VectorStorm. Basically, game code now requests coded “string keys” from the localisation system, and the localisation system provides the matching translated string from a data file. I have this all working right now, but am missing a…