m!m

Results 32 comments of m!m

I want to disable the old translation code because I think that it is bad to hard-code translations in the source code since they can't be changed easily. Your suggestions...

The `modify-variable-xstr` SEXP already exists since I added it as part of another batch of changes requested by @NovachenFS2. I still think it would be better to also have support...

For (2): I think it would be a good solution to also introduce a "Display Name" property of a ship which is used for modifying the display name of the...

Yes `$Disable built-in translations:` needs to be added as the last option in your mod table. For medals, `$Alt Name:` needs to be added after `$Name:`.

@NovachenFS2 Could you open a separate issue for the bugs you have found in the Unicode code maybe with a test mod to reproduce the issue? Also, there is the...

I implemented most of the display name feature but event screen support is still missing since the same data is used by various SEXPs which use the actual ship names.

I think I managed to get the mission log working. I needed to do some changes to the log entry structure but it seems to be working fine now.

@NovachenFS2 Now that the ship display name feature is merged, what other things are needed to fully resolve this? I know you mentioned translating wing and jump node names. Anything...

Also, unit tests that check if this is actually working correctly would be nice.

I can write the unit tests, it should be relatively easy to do. Have you tested this with VPs? I know that the cfile code does some indexing when loading...