Pryaxis / TSAPI

🛠🌳 The TShock Scaffold API enables developers to build plugins that hook directly into the Terraria game engine.
http://tshock.co/
GNU General Public License v3.0
109 stars 66 forks source link

Remove UnicodeInput modification and fix path for macOS and Linux #132

Closed mistzzt closed 7 years ago

mistzzt commented 7 years ago

In Terraria 1.3.5.3, console input has been fixed. As it would cause console not receiving some characters, like Chinese characters, the modification should be removed.

The Bootstrapper has some default arguments which are not proper when running on macOS or Linux.

hakusaro commented 7 years ago

I'm gonna go ahead and say that Wolfje needs to comment and verify this is okay. Can you confirm that you tested this with Chinese characters?

mistzzt commented 7 years ago

@hakusaro I have tested and discussed it in #high-charity with screenshots

hakusaro commented 7 years ago

I can confirm that the path issue does create problems on macOS. You get a file named Output\OTAPI.dll but because we don't have a set in stone build procedure for mono, it's easily ignored/overlooked. This should fix that.