commit | 06eac9254c5fa56cd67e249ad528b73b7bf7d5c3 | [log] [download] |
---|---|---|
author | Florian Nücke <florian@nuecke.de> | Tue Oct 01 15:04:57 2013 +0200 |
committer | Florian Nücke <florian@nuecke.de> | Tue Oct 01 15:04:57 2013 +0200 |
tree | 944ede89f0d33103102244720da75ccc5e9ca316 | |
parent | 6f18353116ef9a46e898a477feefd3fd3bc1c88c [diff] |
some import organizing (sorting); switched to converting all strings lua sends via messages to byte arrays instead of strings, since for lua strings are essentially just binary data. this means they have to be converted to strings where appropriate from now on (e.g. the graphics card will convert byte array to utf8 strings for gpu.set)