When building edopro from source, there are a lot of externalized strings, which are unset, resulting in them being rendered as "???". I'm currently keeping this patch around to resolve them, but reverse-engineering all your strange mappings is a quite time-consuming and error-prone task.
It is probably also a good idea to split up the conf, so that it can be updated separately per repo. I think !system belongs here, whereas !counter and !setname should probably be handled in BabelCDB. Not quite sure, where !victory should go.
More or less current master. I've partly applied #126, but I've missed some paths during the rebase, so that build isn't particularly usable outside of that either.
When building edopro from source, there are a lot of externalized strings, which are unset, resulting in them being rendered as "???". I'm currently keeping this patch around to resolve them, but reverse-engineering all your strange mappings is a quite time-consuming and error-prone task.
It is probably also a good idea to split up the conf, so that it can be updated separately per repo. I think
!system
belongs here, whereas!counter
and!setname
should probably be handled in BabelCDB. Not quite sure, where!victory
should go.