I talked about this in a different thread, but how wise is it to update Lua?
Advantages
Disadvantages
Advantages
- New Lua 5.2 and 5.3 features like
- Integers
- Bitwise operators
- Basic utf-8 support
- Goto statement
- Integers
- More?
Disadvantages
- Parts of more advanced plugins may break
- Is tolua++ compliant?
- Is the lua API same enough for our purposes?
- More?