Edgar Simo-Serra
Edgar Simo-Serra
One thing with using words and such is that translations becomes quite a pain. In general, it would be best to use something where it's not necessary to use/understand language.
Mmm, maybe it's too much complexity for core Naev. What about doing this, for example, in a plug-in and adding a button info menu that would open up a custom...
Some notes regarding the following: * dat/missions/neutral/dts_00.lua * dat/missions/neutral/dts_01.lua * dat/missions/neutral/dts_02.lua The dts missions have been broken for a while and are disabled. It's more of a question whether we...
I guess B) relying on archive.org (or the user to use git tags and generate it themselves) would be easiest for now unless someone is really, really motivated.
I'll look into this after the `newmap` branch gets merged, as it changes the layout of the universe quite a bit. Thanks for the report!
I've tweaked the blockade, so it should make more sense now. However, there's more ways for the player to get around it that we have to think about. Hypergates, wormholes,...
With 0.11.0 out, it would be interesting to look into redoing `input.c`, do you still have the intention to finish this PR? Thanks!
The only time you need to turn a string into a number is when you do a lookup of a keybind from name, no? In that sense, it doesn't really...
> Which are the functions called by the lua interface? I'll wrap them with the string -> enum function. In `src/nlua_naev.c` all the functions that start with `key`, e.g., `naevL_keyGet`.
> What is hparam (from input.c) and toolkit_getListPos (from option.c)? I need to rewrite these to use the enum instead of strings. "hparam" are hook parameters that are passed to...