stars-4x / starsapi

Java-based API for manipulation of stars! related game files
5 stars 2 forks source link

Galaxy Tools and filename case issues #5

Closed raptor closed 7 years ago

raptor commented 7 years ago

This is for @runholen -

Is there a reason you chose to uppercase all file names in the Galaxy tools?

I'm running the tool on a Linux system where all names are case-sensitive, and my game is all lower case - this means the tool fails to load files unless I remove all the toUpperCase() and other case changing code.

runholen commented 7 years ago

Hm, did I uppercase something that should not have been uppercased? I'm running stars in dosbox on windows so my files are typically uppercased. But feel free to fix it into something that supports all cases.

  1. des. 2016 03:16 skrev "raptor" notifications@github.com:

This is for @runholen https://github.com/runholen -

Is there a reason you chose to uppercase all file names in the Galaxy tools?

I'm running the tool on a Linux system where all names are case-sensitive, and my game is all lower case - this means the tool fails to load files unless I remove all the toUpperCase() and other case changing code.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stars-4x/starsapi/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AIPtT5T4TNUOZq-1spDq4LvLjd9A5D4Cks5rIKLpgaJpZM4LNo-j .

raptor commented 7 years ago

OK, I think it is all fixed with ecf2317. Nice tool!