Are we allowed to do feature requests?
(I know suggestions exists, but most of these have been said there before and I don't want to bump topics).
Lua 5.2
I know Dan has mentioned it - 1.8 is such a change for most mods that I feel it would be fine breaking most programs too. Then we also suffer the pain of updating our code to 1.8! Also I love _ENV, and LuaJ 3.0 is multithreaded.
Binary fix
Its possible, just a pain to do. Something like CCTweaks's
IArguments to handle both binary and string arguments would be nice.
Bit operators fix
This is just the matter of casting to long then int. Also, Lua 5.3 uses longs (64 bit) instead of 32 bit integers, so it would be nice to have a bit64 library as well as a bit32 one.
Network API
So CCTweaks doesn't have to.
Puppy eyes
I'm really grateful that Dan has started the port (and to those who have sponsored him).
Edited by SquidDev, 02 December 2015 - 05:10 PM.