red-life-project / red-life

A simple game about surviving on mars
GNU General Public License v3.0
18 stars 1 forks source link

Add translations #272

Closed Eraden closed 1 year ago

Nereuxofficial commented 1 year ago

Hey, thank you so much for implementing this! We really appreciate it. It looks good except for the holes being in a broken state and their indicator being present because our check for them is really primitive. I will review it in the following days :)

Eraden commented 1 year ago

Hi, I think I solved all issues here but unfortunately this ends up being huge PR

Here is what I did:

Note:

Some inline attributes where removed. Be careful with them and note they are not c++ inline, they are only useful in libraries since they are instruction for compiler this part should be inline in user application not in current library

Nereuxofficial commented 1 year ago

Note:

Some inline attributes where removed. Be careful with them and note they are not c++ inline, they are only useful in libraries since they are instruction for compiler this part should be inline in user application not in current library

Ah so inlining is only useful for usage across crate boundaries. Thanks for pointing that out

Eraden commented 1 year ago

Hi, I can't merge or sign reviewer.

Additionally I created couple issues