Re: Extra major complaint
I am working on a threaded sqlite3 and mysql implementation with events and query ids to keep it easy for the lua user.
I embedded lua into the client and added many functions and events. You can register eventlisteners to change how the client acts on events. For example you can hide chat that contains a given word or is from a player. Also you can change the ui, play sounds, render textures, send data to the server. The server could execute also lua file which acts as server mod. I ported the good old ZOMB mod (0.5.2) to lua. Also complex mods like NODES are possible with lua.
We are currently working on a new and better event system which includes more events and an easier integration into lua.
If you need more information, dont be shy, ask me
The complete project is open source, feel free to fork, change and use the source.
http://www.github.com/map94/teeworlds
MAP94
(@Lamefun: TCC rulez )