Edgar Simo-Serra

Results 205 comments of Edgar Simo-Serra

I see. That does seem fairly bad. So at the end of the day it's going to be some sort of glorified spellchecker or something like that?

This does seem like it's mainly solved, although some of the checklist stuff hasn't been done. Do we close and create new issue for remaining cases or just shove it...

I'm guessing this is probably worth closing and maybe open issues for the remaining things if we feel motivated to do them.

I'll close and let #2149 supersede this.

For the outfit optimizer I did something like: ```lua -- Get all the fighter bays and calculate rough dps local fbay_dps = {} for k,o in ipairs(outfit.getAll()) do if o:type()...

Can you give more details? What operating system are you running? Could you past the full logs? They should be located at https://github.com/naev/naev/wiki/Bugs#log-location

I am not sure I see the issue. It will reorder stuff around, but in general, it shouldn't really create superfluous changes once stuff is reorganized. In fact, I tend...

OK, I have fixed the first issue by changing the jump point colour, however, the rest of the issues should be addressed with implementing a new (or updating existing) GUIs...

In general, when possible, I would want to stay away from one image per language. That will bloat the repo + add more work load to translaters. > Secondary example:...

Removing the text is fine, but if possible, I would like an alternative way of adding the translatable strings. With the new font changes, we can render text at any...